:root{
    --color-primario:#009fc2;
}
html,body{
    overflow-x: hidden;
}
.open-sans{
    font-family: 'Open Sans Condensed', sans-serif;
}
.open-sans-n{
    font-family: 'Open Sans', sans-serif;
}
/*Padding de 24px para izquierda y derecha reutilizable en móvil*/
@media (max-width: 1024px) {
    .pl-pr-sm{
        padding-left:24px !important;
        padding-right: 24px !important;
    }
}

*{
    margin: 0;
    padding: 0;
}
/***************Section 1*********************/
.banner{
    background-size: cover;
    background-position: center;
    min-height: 300px;
}
.banner h1{
    font-size: 70px;
    font-weight: 700;
}

.section1{
    max-height: 600px;
}
.section1_item-title_container{
    background-color: rgb(46, 42, 43);
}

.section1 img{
    object-fit: cover;
}
.section1_item{
    width: 33.33%;
}
.section1_item h2{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 45px;
}

.section1_item h3{
    font-size: 96px;
    letter-spacing: 0px;
    font-weight: 700;
    line-height: 74px;
}

/*************************Section 2*******************/

.section2_div1{
    background-color: #423A31;
    padding: 70px 0;
}
.section2_div1 h2{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}
.section2_div1-p_container{
    margin-bottom: 79px;
}
.section2_div1-p_container p, .section2_div1-p_container li {
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0!important;
}

.section2_div2--div1{
    height: 100%;
    background-color: #725741;
}
.section2_div2--div1 img{
    object-fit: cover;
    object-position: bottom;
    width: 100%;
    height: 100%;

}
.section2_div2--div1 p{
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    margin: 0!important;
}

.section2_div2--div2{
    height: 100%;
    background-color: rgb(46, 42, 43);
}
.section2_div2--div2 h2{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 45px;
}
.section2_div2--div2 p{
    font-weight: 300;
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 0px;
    max-width: 292px;
}
.section2_div2--container2 img{
    padding: 0;
    object-fit: cover;
    object-position: bottom;

}

/********************** Section 3*******************/

.section3{
    max-height: 600px;
    margin-top: -6%;
}
.section3_item-title_container1{
    background-color: rgb(46, 42, 43);
}
.section3_item-title_container2{
    background-color:#423A31;
}
.section3_item-title_container2 h2{
    font-size: 45px;
    font-weight: 700;
}

.section3_item-title_container1 h2{
    width: 100%;
}

.section3_item-title_container1 h2, .section3_item-title_container2 h3{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 64px;
}
.section3 img{
    object-fit: cover;
}
.section3_item{
    width: 33.33%;
}

.section3_item p{
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: 0px;
    width: 100%;
}


/*Portatil*/
@media only screen and (max-width:1350px){
    .section1_item h2{
        font-size: 73px;
    }
    .section2_div1-p_container {
        margin-bottom: 10px;
    }
    .section2_div1 h2, .section2_div2--div2 h2, .section1_item h1 {
        font-size: 42px;
    }
    .section2_div1-p_container p, .section2_div1-p_container li,
    .section2_div2--div1 p, .section2_div2--div2 p,
    .section3_item p {
        font-size: 19px;
    }
}

/*tablet*/
@media only screen and (max-width:992px){

    /*Section 1*/
    .section1{
        max-height: none;
    }
    .section1_item h2 {
        font-size: 49px;
    }
    .section1_item{
        width: 100%;
    }
    .section1_item-title_container{
        order: -1;
        height: 282px;
    }
    .section1 img {
        height: 400px;
    }

    /*Section 2*/
    .section2-container{
        flex-direction: column;
    }
    .section2_div1,.section2_div2{
        width: 100%;
    }
    .section2_div2--div1,.section2_div2--div2{
        width: 100%;
    }

    .section2_div2--div1 img{
        height: 400px;
    }
    .section2_div2--container2{
        order: -1;
    }
    .section2_div2--div2{
        height: 200px;
        order: -1;
    }
    .section2_div2--div1 div{
        height: 200px;
    }
    .section2_div2--div1 p{
        width: 50%;
    }


    /*Section 3*/
    .section3{
        margin-top: 0;
        max-height: none;
    }
    .section3 img{
        order: 1;
    }

}

/*Section 4*/
/* Section 4 - Default (Mobile First) */
.section4_b1 {
    background-color: #000000;
    padding: 60px 37px; /* más compacto para móviles */
}

.section4_b2 {
    background-color: #261207;
    padding: 60px 20px;
}
.text_sc4 h2{
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    font-size: 45px;
}

.text_sc4 p {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
}

.section4_b2 p {
    font-family: 'Open Sans Condensed', sans-serif;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 24px;
}

/* Tablet (≥768px) */
@media (min-width: 768px) {
    .section4_b1 {
        padding: 100px 83px;
    }

    .section4_b2 {
        padding: 100px 29px;
    }
}

/* Desktop (≥1200px) */
@media (min-width: 1200px) {
    .section4_b1 {
        padding: 100px 116px;
    }

    .section4_b2 {
        padding: 100px 107px;
    }
}

/*Móvil*/
@media only screen and (max-width:768px){
    .section2_div2--div1 p{
        width: 100%;
    }
    .section3_item p{
        width: 100%;
    }
    .section3_item-title_container2 h2 {
        font-size: 26px;
    }
}