@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: 44px;
}

.text-right{
    text-align: right;
}

header{
    width: 100%;
    position: fixed;
    transition: all 0.4s;
}

.no-list{
    list-style: none;
}

.listaMenu li{
    padding: 3px;
}


.logoScroll{
    width: 55px;
}

.listaMenu li a{
    background-color: transparent;
    padding: 4px 10px 6px 10px;
    border-radius: 6px 6px 0 0;
    border-bottom: 2px solid transparent;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s;
}

.bg-brown1{
    background-color: rgb(218,147,43);
}

.text-brown1{
    color: rgb(218,147,43);
}

.bg-brown2{
    background-color: #704B30;
}

.text-brown2{
    color: #704B30;
}

.bg-brown3{
    background-color: #BADFB3;
}

.text-brown3{
    color: #BADFB3;
}

.text-gris{
    color: #6D6D6D;
}

.listaMenu li a:hover
,.listaMenu li a.active{
    background-color: rgba(218, 147, 43, 0.5);
    border-bottom: 2px solid #704B30;
}

.header-menu{
    text-align: right;
    padding-top: 40px;
    padding-bottom: 40px;
}

.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(218,147,43, 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: 20px;
    padding-bottom: 20px;
}

.lineWhite{
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.footerSec2TextLeft{text-align: center;}
.footerSec2TextRight{text-align: center;}

.footerBoxLogo
,.footerBoxLinks{
    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{
    background-color: transparent;
    color: rgb(218,147,43) !important;
    border: 2px solid rgb(218,147,43);
}


.fw-200{font-weight: 200 !important;}
.fw-400{font-weight: 400 !important;}
.fw-600{font-weight: 600 !important;}
.fw-900{font-weight: 900 !important;}



/* ------------- CONTENT -----------*/

.homeSeccion_1{
    position: relative;
    z-index: -1;
}

.homSec1Box{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9;
}


.homeSec1Text{
    background-color: rgba(218, 147, 43, 0.6);
    display: -ms-inline-grid;
    display: -moz-inline-grid;
    display: inline-grid;
    padding: 5px 10px 5px 10px;
    border-radius: 12px 12px 0 0;
}

.homeSec1Text h1{font-size: 22px; }
.homeSec1Text p{ font-size: 13px; }


.homeSec2Text h1 small{
    font-size: 25px;
}


.homeSeccion_2{
    position: relative;
    padding-top: 50px;
    padding-bottom: 70px;
    display: flex;
    align-self: anchor-center;
}

.homeSec2Img{
    position: absolute;
    vertical-align: middle;
    align-self: anchor-center;
}


.homeSec2ImgLeft{ left: 0;height: 230px;}

.homeSec2ImgRight{ right: 0;height: 230px;}



.homeSec3ProdBoxTitle{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 0 0 12px 12px;
}

.homeSec3ProdBox img{
    border-radius: 12px 12px 0 0;
    transition: all 0.4s;
}

.homeSec3ProdBoxImg{
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.homeSec3ProdBoxTitle h4{
    font-weight: 400 !important;
}


.homeSec3ProdBox:hover img{
    transform: scale(1.2);
}

.homeSeccion_3{
    padding-top: 40px;
    padding-bottom: 30px;
}

.homeSec4Img img{
    border-radius: 20px;
}

.homeSec4Text{
    margin-top: 10%;
    text-align: center;
}

.homeSeccion_4{
    padding-top: 80px;
    padding-bottom: 80px;
}



/* RP */

@media (min-width: 375px) {


}


@media (min-width: 425px) {


}


@media (min-width: 768px) {  

    .footerSec2TextLeft{text-align: left;}
    .footerSec2TextRight{text-align: right;}

    .homeSec1Text{
        padding: 15px 25px 10px 25px;
    }

    .footerBoxLogo
    ,.footerBoxLinks{
        text-align: left;
    }

    .homeSec1Text h1{font-size: 55px; }
    .homeSec1Text p{ font-size: 42px; }

    .homeSec4Text{
        margin-top: 0%;
        text-align: left;
    }
}


@media (min-width: 992px) {

    .homeSec4Text{
        padding-left: 35px;
    }

    .homeSec4Text{
        margin-top: 10%;
    }

}


@media (min-width: 1200px) {

    .homeSec4Text{
        margin-top: 20%;
    }
    
}



@media (min-width: 1400px) {



}