/*
    Yellow: rgb(200,193,67);
    
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Fahkwang', sans-serif;
    
*/
/***Base*****/
html, body {
  height: 100%;
}
#body{
    position: relative;
    min-width: 100%;
    min-height: 100%;
}
.nav-logo{
    margin-bottom: 15px;
}
.navbar{
    border-right: 1px solid #dee2e6;
}
.navbar-expand-lg .navbar-nav .nav-link{
    font-family: 'Be Vietnam Pro', sans-serif;
    color:#585857;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.navbar-expand-lg .navbar-nav .nav-link:hover{
    color:#7b8268 !important;
}
.navbar-nav .nav-link.active{
    color:#7b8268 !important;
}
.nav-social{
    margin-top:30px;
}
.nav-social a{
    border-radius:2px;
    color:#585857;
    width: 40px;
    border:1px solid #ccc;
    background-color: transparent;
}
.nav-social .btn-facebook:hover{
    background-color: #3B5998 !important;
    border-color:#3B5998;
    color:#fff;
}
.nav-social .btn-instagram:hover{
    background: #d6249f;
    border-color:#d6249f;
    color:#fff;
}
.nav-social .btn-whatsapp:hover{
    background-color: #25d366 !important;
    border-color:#25d366;
    color:#fff;
}

header{
    position: relative;
}
.carousel .overlay{
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index:10;
    background-image: url(../images/bg-iso2.png);
    background-size: 15px;
    background-position: -50px;
}
.carousel-caption {
    z-index:20;
}

.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-caption.caption1{
    right: 3%;
    bottom:auto;
    top:20px;
}
    .carousel-caption.caption1 h3{
        text-align: right;
        color:#fff;
        font-size:30px;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }
        .carousel-caption.caption1 h3 span{
            color: #7b8268;
        }
        .carousel-caption.caption1 p{
            text-align: right;
            text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
        }
.carousel-caption.caption2{
    right: 3%;
    top:auto;
    bottom:40px;
}
.carousel-caption.caption3{
    bottom:20px;
}
    .carousel-caption.caption3 h3{
        text-align: center;
        color:#fff;
        font-size:35px;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }
    .carousel-caption.caption3 h3 span{
        color: #7b8268;
    }
    .carousel-caption.caption3 p{
        text-align: center;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }

#about{
    overflow: hidden;
}
    #about .texto{
        position: relative;
        z-index:20;
        background: #fff;
    }
    #about h1{
        font-size:65px;
    }
    #about .subheading{
        font-size:14px !important;
        margin-top:50px !important;
        font-family: 'nexa_lightregular';
        color:#aaa;
    }
    #about p{
        text-align: justify;
    }
    #about .img{
        position: relative;
    }
    #about .img .img1{
        position: absolute;
        top: -600px;
        width: 500px;
        height: 650px;
        right: -100px;
        background-image: url("../images/inicio/elestudio2.jpg");
        background-size: 500px 333px;
        background-repeat: no-repeat;
        background-position: -700px -333px;
        z-index:17;
    }
    #about .img .img2{
        position: absolute;
        top: -450px;
        width: 500px;
        height: 700px;
        right: 100px;
        background-image: url("../images/inicio/elestudio1.jpg");
        background-size: 600px 400px;
        background-repeat: no-repeat;
        background-position: -800px -533px;
        z-index:16;
    }
    #about .img-mobile{
        display: none;
        text-align: center;
    }
    #about .img-mobile .img1{
        width: 280px;
    }
    #about .img-mobile .img2{
        width: 220px;
        margin:-20px auto 0;
        display: block;
    }
#services{
    background-color: #fafafa;
    background-image: url('../images/fabric_of_squares_gray2.png');
    position: relative;
    overflow: hidden;
}
    #services .my-auto{
        position: relative;
        z-index:999 !important;
    }
    #services .servicios-bg{
        position: fixed;
        width: 500px;
        height: 700px;
        background-image: url("../images/column1.png");
        background-size: 600px 400px;
        background-repeat: no-repeat;
        background-position: -800px -533px;
        z-index:16;
    }
    #services .img{
        width: 100%;
        position: absolute;
        right: -40px;
        top:-5px;
        z-index:30 !important;
        height: 200%;
        background-image: url(../images/inicio/servicios5.png);
        background-repeat: repeat-y;
        background-size:500px;
        background-position: top right;
    }
    #services i{
        color:#7b8268;
        margin-right: 3px;
    }
    #services .resume-content{
        width: 100%;
        text-align: left;
    }
    #services .subheading{
        color:#7b8268;
        font-size:25px;
    }
    #services .line1{
        width: 1px;
        height: 315px;
        border-left: 1.3px dashed #7b8268;
        float: left;
        margin-left:50px;
    }
    #services .line2{
        padding-top:35px;
        padding-left:100px;
        padding-bottom: 10px;
        padding-right:10px;
        border-bottom:1.3px dashed #7b8268;
        display: inline-block;
        font-size:15px;
        background-image: url('../images/fabric_of_squares_gray2.png');
    }
    #services .line3{
        width: 1px;
        height: 250px;
        border-left: 1.3px dashed #7b8268;
        float: left;
        margin-left:50px;
    }
#proyects{
    text-align: center;
}
    #proyects .col-md-6{
        width: 50%;
        display: inline-block;
        float: left;
        padding-left:5px !important;
        padding-right: 5px !important;
    }
    #proyects .contenido{
        width: 100%;
    }
    #proyects .contenido .fondo{
        width: 100%;
        height: 100%;
        display: block;
        position: relative;
    }
        #proyects .contenido h4{
            color:#fff;
            font-size:35px;
            text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
        }
        #proyects .contenido h4 i{
            margin-left:5px;
            display: none;
        }
#contact{
    background: url('../images/bg2.png');
    background-size: 100px;
}
    #contact h2{
        color:#fff;
        text-align: center;
    }
    #contact .subheading{
        color:#fff;
        margin-top:35px;
    }
    #contact ul li{
        color:#fff;
        margin-bottom: 5px;
        font-size:14px;
    }
    #contact ul li i{
        color:#7b8268;
    }
#contact .form{
        width: 50%;
        padding-left:50px;
    display: inline-block;
    float: left;
    }
    #contact form .form-control{
        border-radius:0;
        border:none;
        background: rgba(255,255,255,.7);
        padding-top:10px;
        padding-bottom:10px;
        font-size:15px;
    }
    #contact form .buttons{
        text-align: right;
    }
        #contact form .buttons button{
            border-radius:0;
        }
#contact .map{
    width: 50%;
    height: 550px;
    display: inline-block;
    float:left;
    padding:0 15px;
}
#map_canvas{
    width: 100%;
    height: 100%;
}


#whatsapp{
    position: fixed;
    right:10px;
    bottom:10px;
    z-index:99999 !important;
}
#whatsapp a{
    color:#fff;
    background-color: #2AB640;
    padding:10px 15px;
    border-radius:20px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.55);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.55);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.55);
}
#whatsapp a:hover{
    background-color: rgba(42,182,64,.8);
}
#whatsapp img{
    width: 100px;
    vertical-align: middle;
    margin-bottom: 5px;
}

#proyecto-tipo{
    padding:10px;
}
#proyecto-tipo .cbp-l-filters-button {
    text-align: center;
    margin-top:15px;
    margin-bottom: 15px;
}
.cbp-l-filters-button .cbp-filter-item{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 2px solid #ECECEC !important;
    color: #585857 !important;
    padding: 0px 20px !important;
}
.cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
    border: 2px solid #7b8268 !important;
    color: #fff !important;
    background-color: #7b8268 !important;
}


#proyecto-tipo .cbp-l-caption-title{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:22px;
    color:#fff;
    margin-bottom: 5px;
}
#proyecto-tipo .cbp-l-caption-title2{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:15px;
    margin-bottom: 25px;
    color:#7b8268;
}
#proyecto-tipo .cbp-l-caption-body a{
    background-color: #7b8268;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:15px;
    text-transform: uppercase;
    padding:5px 10px 3px;
}
#proyecto-tipo .cbp-l-caption-body a:hover{
    color:#222;
}

#proyecto-tipo .cbp-caption-details{
    display: none;
}

#proyecto-detalle{
    position: relative;
    overflow: hidden;
}
#proyecto-detalle .back{
    display: none;
}
#proyecto-detalle h1{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:45px;
    color:#7b8268;
}
#proyecto-detalle .contenido{
    position: relative;
    z-index:50;
}
#proyecto-detalle h3{
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size:20px;
}
#proyecto-detalle .bg{
    width: 100%;
    position: absolute;
    right: -40px;
    top:-45%;
    z-index:30 !important;
    height: 200%;
    background-image: url(../images/inicio/servicios5.png);
    background-repeat: no-repeat;
    background-size:500px;
    background-position: top right;
}
#proyecto-detalle .galeria{
    margin-top:20px;
}
#proyecto-detalle .galeria .img{
    width: 23%;
    height: 200px;
    margin:10px 10px 10px 0;
    display: inline-block;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    cursor: pointer;
}
#proyecto-detalle .galeria a:hover{
    text-decoration: none;
    cursor: pointer;
}
#proyecto-detalle .galeria a:hover .img{
    opacity:.5;
    cursor: pointer;
}

.ul-list-errores-forms{
    margin:0;
    padding:0;
}
.ul-list-errores-forms li{
    list-style: none;
    color:#222 !important;
}

/* Responsive Styles */
@media(max-width:1200px) {
    #services .img{
        width: 100%;
        position: absolute;
        right: -200px;
        top:-5px;
        z-index:30 !important;
        height: 200%;
        background-image: url(../images/inicio/servicios5.png);
        background-repeat: repeat-y;
        background-size:500px;
        background-position: top right;
    }
}
@media(max-width:991px) {
    .navbar{
        border-right:none;
        background-color: #585857;
    }
    .navbar .nav-logo-mobile{
        height: 35px;
        margin-bottom: 0;
    }
    .navbar-toggler {
        padding: .25rem .45rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid #fff;
        border-radius: 0;
    }
    .navbar-toggler span{
        color:#fff;
    }
    .navbar-nav{
        border:1px solid #444;
        margin-top:10px;
        text-align: center;
        padding-top:10px;
        padding-bottom: 15px;
        /*background: url(../images/bg2.png);
        background-size:100px;*/
    }
    #sideNav .navbar-nav .nav-item .nav-link{
        text-align: center;
        color:#fff;
        border-bottom:1px solid #555;
    }
    .nav-social{
        margin-top:30px;
    }
    .nav-social a{
        border-radius:2px;
        color:#222;
        width: 40px;
        border:1px solid #fff;
        background-color: #fff;
    }
    #services .img{
        display: none;
    }
    #services .line1, #services .line3{
        display: none;
    }
    #services .line2{
        padding-top:25px;
        padding-left:15px;
        padding-bottom: 10px;
        padding-right:10px;
    }
    #services .subheading{
        margin-bottom: 0;
    }
    #proyects .col-md-6{
        width: 100%;
    }
    #proyects .col-md-6 .grid{
        padding-bottom: 0;
        padding-top:0;
    }
    #proyects .contenido h4{
        color:#fff;
        font-size:25px;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }
    #proyects .contenido h4 i{
        display: inline-block;
    }

    #proyecto-tipo .cbp-caption{
        margin-bottom: 10px;
    }
    #proyecto-tipo .cbp-caption-details{
        display: block;
    }
    #proyecto-tipo .cbp-caption-details .title{
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size:20px;
        display: block;
        line-height: 20px;
    }
    #proyecto-tipo .cbp-caption-details .subtitle{
        display: block;
    }
    #proyecto-tipo .cbp-caption-details a{
        float:right;
        background-color: #7b8268;
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size:12px;
        text-transform: uppercase;
        padding:5px 10px 3px;
    }
    #proyecto-tipo .cbp-l-caption-body a:hover{
        color:#222;
    }
}
@media(max-width:767px) {
    #proyecto-detalle .back{
        display: block;
    }
    #proyecto-detalle h1{
        font-size:25px;
        margin-bottom: 0;
        z-index:50;
    }
    #proyecto-detalle .contenido{
        position: relative;
        z-index:50;
    }
    #proyecto-detalle h3{
        font-size:17px;
    }
    #proyecto-detalle .galeria{
        margin-top:20px;
    }
    #proyecto-detalle .galeria .img {
        width: 95%;
        height: 200px;
    }
    #proyecto-detalle .bg{
        width: 100%;
        position: absolute;
        right: -40px;
        top:-27%;
        z-index:30 !important;
        height: 200%;
        background-image: url(../images/inicio/servicios5.png);
        background-repeat: no-repeat;
        background-size:500px;
        background-position: top right;
    }
    #proyecto-tipo .cbp-l-filters-button {
        margin-top:30px;
    }
    .cbp-l-filters-button .cbp-filter-item{
        font-family: 'Be Vietnam Pro', sans-serif;
        font-size:15px !important;
        margin-left: 5px !important;
        margin-right: 5px !important;
        border: 2px solid #ECECEC !important;
        color: #585857 !important;
        padding: 0px 10px !important;
    }
    .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active{
        border: 2px solid #7b8268 !important;
        color: #fff !important;
        background-color: #7b8268 !important;
    }
    .carousel-caption.caption3{
        bottom:20px;
        left:5%;
        right: 5%;
    }
    .carousel-caption h3{
        text-align: center;
        color:#fff;
        font-size:20px !important;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }
    .carousel-caption h3 span{
        color: #7b8268;
    }
    .carousel-caption p{
        text-align: center;
        text-shadow: 1px 1px 2px rgba(50, 50, 50, 1);
    }
    #about h1{
        font-size:35px;
        line-height: 40px;
    }
    #about .texto{
        max-width: 100%;
    }
    #about .subheading{
        display:none;
    }
    #about p{
        text-align: justify;
    }
    #about .img{
        display: none;
    }
    #about .img-mobile{
        display: none;
    }
    #services h2, #proyects h2, #contact h2{
        font-size:35px;
        line-height: 40px;
        margin-bottom: 0;
    }
    #contact .form{
        width: 95%;
        padding-left:0px;
        display: block;
        float: none;
        margin:10px auto;
    }
    #contact .map{
        width: 100%;
        height: 350px;
        display: inline-block;
        float:left;
        padding:0 15px;
        margin-top:35px;
    }

}
@media(max-width:565px) {
    #whatsapp{
        position: fixed;
        right:10px;
        bottom:10px;
        z-index:99999 !important;
    }
    #whatsapp a{
        color:#fff;
        background-color: #2AB640;
        padding:5px 10px;
        border-radius:20px;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.55);
        -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.55);
        box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.55);
    }
    #whatsapp a:hover{
        background-color: rgba(42,182,64,.8);
    }
    #whatsapp img{
        width: 85px;
        vertical-align: middle;
        margin-bottom: 5px;
    }
}
@media(max-width:450px) {

}
@media(max-width:300px) {

}