*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Dosis', sans-serif;
    /* font-family: 'Barlow Condensed', sans-serif; */
}

.emotics{
    width: 100%;
}
#project .emotics i{
    color: #4b806e;
}
#entorno .emotics i{
    color: #5f778e;
}
.emotics i{
    font-size: 25px;
    color: #2c2c2c;
}
.menu .btn-link {
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-decoration: none;
    padding: 0;
}
.material-icons{
    background: none;
}
.btn-link span{
    font-size: 18px;
}

.dropdown-item a{
    color: gray !important;
}
 .welcome{
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/bkg/Portada.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
 }
 .slider-custom img{
     max-height: 85vh;

 }
.logo-top{
    position: fixed;
    width: 60px;
    left: 25px;
    top: 0px;
    z-index: 1000;
}
 .welcome-msg{
    font-size: 4em;
    line-height: 60px;
    /* bottom: 30%;
    position: absolute;
    left: 75px; */
    color: #5f95bb;
    /* z-index: 9999999999999; */
    /* border-left: 12px #00000036 solid; */
    /* padding: 40px; */
 }

 .welcome-msg img {
     width: 50%;
 }

 .menu{
    width: auto;
    /* width: 72%; */
    position: absolute;
    top: 40px;
    /* right: 0; */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    color: #FFF;
    /* color: #545454; */
    transition: ease .5s;
    background: rgb(33,33,33);
    background: linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(60,60,60,1) 50%, rgba(33,33,33,1) 100%);
    font-size: 14px;
    border-radius: 0px 0px 50px 50px;
    /* padding: 0px 25px; */

}
.menu-resp{
    height: 45px;
    position: fixed;
    top: 0;
    width: 100%;
    background: rgb(33,33,33);
    background: linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(60,60,60,1) 50%, rgba(33,33,33,1) 100%);
    z-index: 150;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    align-content: center;
    -webkit-box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
    box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
}
.menu.show-menu{
    display: flex !important;
}
.menu-resp a{
    font-size: 25px;
    color: #FFF;
    position: absolute;
    right: 15px;
    text-decoration: none;
    z-index: 160;
    cursor: pointer;
    top: 5px;
}
.menu-resp a i{
    color: #FFF;
}
.menu-resp img{
    padding: 0px 15px;
    width: 200px;

}
.menu-resp a span{
    color: #FFF;
    font-size: 35px;
}
.menu a i{
    color: #c3bd83;
    padding-right: 5px;
}
.menu > a span{
    color: #c3bd83;
    padding-right: 5px;
    font-size: 18px;
}
.menu > a{
    text-decoration: none;
    color: #545454;
    margin-right: 35px;
    cursor: pointer;
    padding: 0px 10px;

}
.menu a:hover, .menu .btn-link:hover{
    color: #c3bd83 !important;
}
.section{
    min-height: 100vh;
}
.section-bkg-r{

}
.section-bkg-r::before{
    height: 100vh;
    width: 100%;
    background-image: url('../img/bkg/bkg_3_v2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    content: "";
    position: absolute;
    opacity: 0.1;
}
.section-bkg-l{

}
.section-bkg-l::before{
    height: 100vh;
    width: 100%;
    background-image: url('../img/bkg/bkg_section_l_v2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    content: "";
    position: absolute;
    opacity: 0.1;
}
.section-bkg{

}
.section-bkg::before{
    height: 100vh;
    width: 100%;
    background-image: url('../img/bkg/bkg_3_v2.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    content: "";
    position: absolute;
    opacity: 0.1;
}

.info-section span{
    line-height: 25px;
    padding: 0px 15px;
    font-size: 18px;
}
.info-section h1 span{
    color: #006f4b;
    font-size: 2em;
}
/* .info-section h1 i{
    color: #038650;
    font-size: 2em;
} */
.img-section{
    position: relative;
}
.img-section img{
    width: 100%;
}

.img-section img.brl-img{
    /* border-radius: 10% 35%; */
    /* transform: rotate(-2deg);
    box-shadow: -3px 6px 10px; */
} 
.img-section img.brr-img{
    /* border-radius: 35% 10%; */
    /* transform: rotate(2deg);
    box-shadow: 3px 6px 10px; */
} 
.section.contact{
    width: 100%;
    min-height: 100vh;
    background-image: url('../img/bkg/contact.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /* background-size: 100% 100%; */
}
.section.contact .info-section h2{
    color: #FFF;
}
.section.contact .info-section h1 i{
    color: #FFF;
}
form{
    font-size: 12px;
}
input[type="text"],input[type="email"],
input[type="phone"],
textarea, 
select{
    background: none;
    border: none;
    background: rgba(0,0,0,.3);
    color: #FFF;
    /* border-radius: 25px; */
    background-position-x:none;
    appearance: none;
    font-weight: 400 !important;
    width: 80%;
    font-size: 13px;
}
select option{
    background:#FFF;
    color: #000;
    /* border-radius: 25px; */
}
input:focus, select:focus,textarea:focus{
    outline: none;
}
input::placeholder{
    color: #fff;
    font-weight: 500 !important;
}

textarea::placeholder{
    color: #fff;
    font-weight: 500 !important;
}
input[type="submit"]{
    background: #c3bd84;
    color: rgb(29, 29, 29);
    border: none;
    /* border-radius: 25px; */
    /* font-weight: 700; */
    font-size: 14px;
    font-weight: bold;
}
input[type="submit"]:hover{
    background: #5f5c3b;
    color: #FFF;
}

.info-contact a i{
    font-size: 25px;
}
.info-contact a{
    text-decoration: none;
   color: #FFF;
}
.info-contact a.insta:hover i{
    background: linear-gradient(180deg, rgba(64,93,230,1) 0%, rgba(131,58,180,1) 10%, rgba(182,54,147,1) 22%, rgba(225,48,108,1) 35%, rgba(235,74,69,1) 48%, rgba(245,96,64,1) 62%, rgba(247,119,55,1) 72%, rgba(252,175,69,1) 86%, rgba(255,220,128,1) 100%);
    -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.info-contact a.faceb:hover i{
   color: #4267B2;
}
.info-contact a.whats:hover i{
    color: #4AC959;
}
.info-contact a.envelop:hover i{
    color: #079ac7;
}
.footer{
    background: #86815a;
    /* background: linear-gradient(
90deg
, rgba(33,33,33,1) 0%, rgba(60,60,60,1) 50%, rgba(33,33,33,1) 100%); */
    color: #fff;
    font-size: 14px;
    font-weight: 400 !important;
    min-height: 85px;
}
.img-section.img-contact img{
    width: 65%;
}
.img-section.img-contact span{
    color: #FFF;
}
form span{
    width: 65%;
}

.service-item{
    color: #3a3939;
}
.service-item > i{
    font-size: 4em;
    color: rgba(0,0,0,.5);
}

.service-item span p  i{
    font-size: 1.6em;;
}

.service-item:nth-child(1) span p i {
    color: #038650;
}
.service-item:nth-child(2) span p i {
    color: #064683;
}
.service-item:nth-child(3) span p i {
    color: #725d4a;
}

.gallery-imgs{
    width: 60%;
    border-radius: 10% 35% !important;
    overflow: hidden;
}

.carousel-indicators{
    position: absolute !important;
    right: 0;
}
.img-collage{
    position: relative;
}
.img-collage img{
    width: 100%;
    border-radius: 25% !important;
    transition: transform .2s; 

}
.img-collage img:hover{
    transform: scale(1.05); 
}

.img-collage h2{
    position: absolute;
    background: #2c2c2c;
    color: #FFF;
    border-radius: 40px;
}
h2.caption-collage-top-l{
    top: 50px;
    left: -15px;
}

h2.caption-collage-top-r{
    top: 50px;
    right: -15px;
}

html::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

html::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #3d3d3d;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFF;
  transition: background-color 5000s ease-in-out 0s;
}


.menu.menu-top img{
    width: 135px;
    /* width: 70px; */
    position: fixed;
    left: 25px;
}
.menu-top{
    width: 100%;
    z-index: 20;
    color: #FFF;
    position: fixed;
    top: 0;
    padding: 10px 20px;
    font-size: 12px;
    transition: ease .5s;
    background: rgb(33,33,33);
    background: linear-gradient(90deg, rgba(33,33,33,1) 0%, rgba(60,60,60,1) 50%, rgba(33,33,33,1) 100%);
    -webkit-box-shadow: -1px 0px 12px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 80px 7px 12px -5px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 12px 3px rgba(0,0,0,0.75);
    border-radius: 0%;
}



.menu-top > a{
    color: #FFF;
}



@media (max-width: 1200px) and (orientation: landscape) { 

}

@media(max-width:767px){
   
    .menu{
        position: fixed;
        top: 45px;
        width: 100%;
        -webkit-box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
        box-shadow: 0px -7px 9px 10px rgba(0,0,0,0.75);
        border-radius: 0%;
    }
    .menu a{
        background: #333333;
        color: #FFF;
        width: 100%;
        margin: 0;
        border-bottom: 1px dashed #464646;
        font-size: 12px;
    }
    .menu a:hover{
        background:#3d3d3d ;
    }
    .menu a i{
        padding-right: 5px;
    }
    .menu img{
        display: none !important;
    }
    .menu > span{
        display: block !important;
        background: #505050;
        width: 100%;
        font-weight: 700;
        color: #FFF;
    }
    
    input[type="text"], input[type="email"], input[type="phone"], textarea, select {
        width: 100%;
    }
    .welcome, .section.contact{
        background-size: cover;
    }

    .section-bkg-r::before, .section-bkg::before{
        background-position-y: top;
        background-size: auto;
        background-position-x: right;
    }

}
@media (min-width: 320px) { 

    
}
@media (max-width: 420px) { 

    .welcome-msg span{
        font-size: 0.8em;
    }
    
}


@media (min-width: 536px) { 

}
@media (min-width: 576px) { 

}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  

}
@media (max-width: 768px) {  
    .img-collage h2{
        font-size: 1.3em;
    }
    h2.caption-collage-top-l {
        top: 50px;
        left: 0px;
    }
    h2.caption-collage-top-r {
        top: 50px;
        right: 0px;
    }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

  }

/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

 }
