@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('../css/nosotros.css');
@import url('../css/contactenos.css');
@import url('../css/galeria.css');

*{
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a{
    text-decoration: none;
}

.offcanvas-title img{
    width: 60px;
}

.text-right{
    text-align: right;
}

.header{
    width: 100%;
    position: fixed;
    z-index: 99;
    transition: all 0.4s;
}
.header2{
    width: 100%;
    position: fixed;
    z-index: 99;
    transition: all 0.4s;
}

.no-list{
    list-style: none;
}

.listaMenu li{
    padding: 3px 10px;
}


.logoScroll{
    width: 110px;
}

.menuRedesHead{
    margin-top: -7px;
}

.bg-brown{
    background-color: #F2981E;
}

.text-brown{
    color: #F2981E;
}

.bg-brown2{
    background-color: #924929;
}

.text-brown2{
    color: #924929;
}


.text-gris{
    color: #6D6D6D;
}

.lineMenuActive{
    width: 100%;
    height: 0px;
    background-image: url(../assets/images/flecha-arriba.png);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 18px;
    transition: all 0.4s;
}

.listaMenu li a{
    background-color: transparent;
    padding: 4px 7px 1px 7px;
    font-weight: 400;
    color: #fff;
    position: relative;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s;
}

.listaMenu li a:hover
,.listaMenu li a.active{
    color: #F2981E !important;
} 

.listaMenu li a:hover .lineMenuActive
,.listaMenu li a.active .lineMenuActive{
   height: 24px;
}

.header-menu{
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
}

.btnMenuRs{
    width: 32px;
}


.header-menu-rs ul li{
    padding: 15px;
    color: #000;
}


.header-menu-rs ul li a{
    padding: 10px 20px;
    border-radius: 8px;
    color: #000;
}

.header-menu-rs ul li a:hover
,.header-menu-rs ul li a.active{

    background-color: rgba(226,172,48, 0.5); 
    color: #fff;

}


.footerBoxLinks ul li a{
    font-size: 14px;
    transition: all 0.4s;
}

.footerBoxLinks ul li a:hover{
    font-weight: bold !important;
}

.footerBoxLinks ul{
    padding-left: 7px !important;
}


.footerRedesIcono{
    width: 36px;
}


.footerSeccion1{
    padding-top: 30px;
    padding-bottom: 60px;
}

.lineWhite{
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.footerSec2TextLeft{text-align: center;}
.footerSec2TextRight{text-align: center;}

.btnAgr{
    padding: 5px 20px 8px 20px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.btnAgr:hover{
    border: 2px solid #924929;
    border-radius: 80px;
}

.fw-200{font-weight: 200 !important;}
.fw-400{font-weight: 400 !important;}
.fw-600{font-weight: 600 !important;}
.fw-900{font-weight: 900 !important;}

.text-justify{text-align: justify;}

/* ------------ content ---------- */


.listaMenu2 li a{
    color: #000 !important; 
}

.homeSeccion_1{
    width: 100%;
    position: relative;
}


.homeSec1Title{
    width: 100%;
    position: absolute;
    bottom: 12%;
}

.homeSec1Title h1 small{
    font-weight: 200;
    font-size: 15px;
}


.homeSec1Title h1{
    font-size: 25px;
}

.homeSec2Left h1 small{
    font-size: 27px;
}

.homeSeccion_2{
    padding-top: 70px;
    padding-bottom: 70px;
}

.homeSec3Title h1 small{
    font-size: 23px;
}


.homeSec3Left img{
    border-radius: 18px;
}

.homeSeccion_3{
    padding-top: 40px;
    padding-bottom: 30px;
}


.bgHomeSec4{
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 55%;
}


.colHomeSec4Left{text-align: center;}
.homeSec4Btn{text-align: center;}

.homeSeccion_4{
    width: 100%;
    height: 700px;
    background-image: url(../assets/images/se_03.jpg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
}

.homeSec4Text{
    padding-top: 25px;
    padding-bottom: 35px;
    border-radius: 50px;
}






/* RP */

@media (min-width: 375px) {


}


@media (min-width: 425px) {


}


@media (min-width: 768px) {  

    .footerSec2TextLeft{text-align: left;}
    .footerSec2TextRight{text-align: right;}

    .homeSec1Title h1 small{
        font-size: 35px;
    }


    .homeSec1Title h1{
        font-size: 66px;
    }

    .homeSec1Title h1 span{
        font-size: 45px;
    }

    .homeSec1Title{
        bottom: 12%;
    }

    .bgHomeSec4{
        margin-top: 26%;
    }

}


@media (min-width: 992px) {

    .homeSec2Left{
        padding-right: 90px;
    }

    .homeSec3Right{
        padding-left: 20px;
    }

    .bgHomeSec4{
        margin-top: 16%;
    }

}


@media (min-width: 1200px) {

    .homeSec1Title{
        bottom: 30%;
    }
    
}



@media (min-width: 1400px) {



}