@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

@import url('../css/nosotros.css');

*{
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

a{
    text-decoration: none;
}

.offcanvas-title img{
    width: 120px;
}

.text-right{
    text-align: right;
}

header{
    width: 100%;
    position: fixed;
    z-index: 99;
    transition: all 0.4s;
}

.no-list{
    list-style: none;
}

.listaMenu li{
    padding: 3px 10px;
}


.logoScroll{
    width: 66px;
}

.menuRedesHead{
    margin-top: -7px;
}

.bg-green{
    background-color: #1D8838;
}

.text-green{
    color: #1D8838;
}

.bg-green2{
    background-color: #16662F;
}

.text-green2{
    color: #16662F;
}


.text-gris{
    color: #6D6D6D;
}

.lineMenuActive{
    width: 0%;
    height: 4px;
    border-radius: 8px;
    background-color: #1D8838;
    position: absolute;
    transition: all 0.4s;
}

.listaMenu li a{
    background-color: transparent;
    padding: 4px 7px 1px 7px;
    font-weight: 400;
    color: #000;
    position: relative;
    font-weight: 600;
    transition: all 0.3s;
}

.listaMenu li a:hover
,.listaMenu li a.active{
    color: #1D8838;
}

.listaMenu li a:hover .lineMenuActive
,.listaMenu li a.active .lineMenuActive{
    width: 100%;
}

.header-menu{
    text-align: right;
    padding-top: 35px;
    padding-bottom: 35px;
}

.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(227,40,47, 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: 50px;
    font-size: 12px;
    border: 2px solid transparent;
    transition: all 0.4s;
}

.btnAgr:hover{
    border: 2px solid #1D8838;
    border-radius: 8px;
}

.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 ---------- */


.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;
}

.homeSec1Left h1 small{
    font-size: 25px;
}

.homeSec1Right img{
    border-radius: 15px;
}

.homeSeccion_2{
    padding-top: 90px;
    padding-bottom: 90px;
}

.homeSec3BoxProd{position: relative;}

.homeSec3BoxProd img{
    border-radius: 15px;
}
.homeSec3BoxProd p{
    position: absolute;
    bottom: 6%;
    right: 5%;
    padding: 8px 15px;
    border-radius: 8px;
    font-size: 22px;
    font-weight: bold;
}

.homeSeccion_3{
    padding-top: 40px;
    padding-bottom: 60px;
}

.homeSeccion_4{
    padding-top: 70px;
    padding-bottom: 70px;
}





/* 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: 60px;
    }

    .homeSec1Title{
        bottom: 12%;
    }

}


@media (min-width: 992px) {



}


@media (min-width: 1200px) {

    .homeSec1Title{
        bottom: 35%;
    }
    
}



@media (min-width: 1400px) {



}