
/*----------------------------------------
	Navbar
----------------------------------------*/
.bg-header{
    background-color: #FFFFFF;
}


.header-one {
    background-color: #FFFFFF;
    height: 61px;
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #57585a;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 1rem;
    margin-left: 1rem;
}

.navbar-light .navbar-toggler {
    color: rgba(88,89,91,.5);
    border-color: rgba(88,89,91,.9);
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.linea-separadora {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 0.8rem;
    color: #7db74c;
    display: block;
    padding: 0.5rem 0;
}

.navbar-light .navbar-nav .nav-link i {
    color: #7db74c;
    font-size: 2rem;
}


.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(88, 89, 91, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.badge-nav-custom {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 120%;
    background: #7db74c;
}

.badge-nav-custom a:hover {
    background: #7db74c;
}

a.badge-danger:focus, a.badge-danger:hover {
    color: #fff;
    background-color: #7db74c;
}

/*----------------------------------------
	Banner
----------------------------------------*/

#banner img {
    width: 100%;
}


/*----------------------------------------
	Espacios
----------------------------------------*/

#conocenos{
    background: #7db74c;
    padding-top: 4%;
    padding-bottom: 4%;
}

#conocenos h1 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 900;
    color: #FFFFFF;
    padding-top: 10px;
}

#conocenos h1 img {
    margin-bottom: 6px;
}

#conocenos p {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 1.2rem;
}


#conocenos ul li {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 1.2rem;
}

/*----------------------------------------
	Impulsamos
----------------------------------------*/

#impulsamos-proyectos{
    background: url("../images/bg-impulsando.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}


#impulsamos-proyectos h1 {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    font-weight: 900;
    color: #57585a;
}

#impulsamos-proyectos h1 img {
    margin-bottom: 6px;
}


#impulsamos-proyectos p {
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    font-weight: 300;
    font-size: 1.2rem;
}

#impulsamos-proyectos .btn-contactanos {
    background: #7db74c;
    border: 1px solid #7db74c;
    color: #FFFFFF;
    display: inline-block;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
    font-size:2rem;
}

/*----------------------------------------
	Servicios
----------------------------------------*/

#servicios{
    background: #7db74c;
    padding-top: 4%;
    padding-bottom: 4%;
}

#servicios h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: #FFFFFF;
    text-align: center;
}


#servicios h1 img {
    margin-bottom: 6px;
}

#servicios p {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.4rem;
}


/*----------------------------------------
	Galeria
----------------------------------------*/

#disenos {
    background-color: #FFFFFF;
}

#disenos h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    padding: 30px;
    color: #57585a;
}

#disenos h1 img {
    margin-bottom: 6px;
}



figure.snip1321 {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    min-width: 211px;
    max-width: 211px;
    width: 100%;
    color: #57585a;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    margin: 0 auto;
}
figure.snip1321 * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
figure.snip1321 img {
    max-width: 100%;
    vertical-align: top;
}
figure.snip1321 figcaption {
    top: 50%;
    left: 20px;
    right: 20px;
    position: absolute;
    opacity: 0;
    z-index: 1;
}
figure.snip1321 h2,
figure.snip1321 h4 {
    margin: 0;
}
figure.snip1321 h2 {
    font-weight: 600;
}
figure.snip1321 h4 {
    font-weight: 400;
    text-transform: uppercase;
}
figure.snip1321 i {
    font-size: 32px;
}
figure.snip1321:after {
    background-color: #ffffff;
    position: absolute;
    content: "";
    display: block;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0;
    border-radius: 50%;
}
figure.snip1321 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
figure.snip1321:hover figcaption,
figure.snip1321.hover figcaption {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
figure.snip1321:hover:after,
figure.snip1321.hover:after {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 0.9;
}



/*----------------------------------------
	Creamos tu espacio
----------------------------------------*/

#creamos-tu-espacio{
    background: url("../images/bg-info-contacto.jpg") center center no-repeat;
    background-size: auto auto;
    background-size: cover;
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%;
}

#creamos-tu-espacio h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
}

#creamos-tu-espacio h1 img {
    margin-bottom: 6px;
}

#creamos-tu-espacio a, #creamos-tu-espacio span {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 2rem;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

#creamos-tu-espacio a i {
    color: #7db74c;
}

/*----------------------------------------
	Mapa
----------------------------------------*/

.map {
    position: relative;
    min-height: 500px;
}

#map {
    position: absolute;
    width: 100%;
    height: 100%;
}


.map h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    position: absolute;
    z-index: 2;
    background: #fff;
    padding: 20px;
    color: #57585a;
}

.map h1 img {
    margin-bottom: 6px;
}

/*----------------------------------------
	Footer
----------------------------------------*/

.footer{
    background: #fff;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
}

.footer h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 700;
    color: #57585a;
}

.footer ul {
    list-style-type:none;
    padding: 0;
    line-height: 2.5rem;
}

.footer ul li a{
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    color: #57585a;
    font-size: 1rem;
    text-decoration: none;
}

.footer ul li a i {
    color: #7db74c;
}

.footer .info .rt{
    -ms-transform: rotate(95deg); /* IE 9 */
    -webkit-transform: rotate(95deg); /* Safari 3-8 */
    transform: rotate(95deg);
}

.footer .info ul {
    list-style-type:none;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding: 0;
    margin: 0;
}

.footer .info ul li{
    display:list-item;
    margin:0 3px;
}

.footer .btn-send{
    background: #7db74c;
    border: 1px solid #7db74c;
    color: #FFFFFF;
    display: inline-block;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    border-radius: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 20px;
}

.footer .form-control {
    font-family: 'Exo', sans-serif;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000000;
    background-color: #FFFFFF;
    background-clip: padding-box;
    border: 3px solid #57585a;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.footer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #57585a;
}
.footer ::-moz-placeholder { /* Firefox 19+ */
    color: #57585a;
}
.footer :-ms-input-placeholder { /* IE 10+ */
    color: #57585a;
}
.footer :-moz-placeholder { /* Firefox 18- */
    color: #57585a;
}


.footer div #recaptchaFooter {
    margin: 0 auto;
    width: 304px;
    border: 0;
}

.footer .privacidad {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-decoration: none;
    color: #7db74c;
    font-size: 0.8rem;
}

.footer #recaptchaFooter {
    -ms-transform: scale(0.90);
    transform: scale(0.90);
    -webkit-transform: scale(0.90);
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}



.modal-backdrop {
    background-color: #7db74c;
}



.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
}

.wait {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    z-index: 999999;
}


#gracias {
    background-color: #7db74c;
    padding-top: 4%;
    padding-bottom: 4%;
}

#gracias h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 2rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10%;
}

#gracias p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 1rem;
}

#gracias .btn-enlaces-thank-you {
    background: transparent;
    border-radius: 4px;
    color: #FFFFFF;
    line-height: 40px;
    padding: 0 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
    cursor: pointer; }