:root{
    --color-primario:#009fc2;
}
html,body{
    overflow-x: hidden;
    background-color: #211e1f;
}
.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;
}
/******************Section1 ***************/
.section1{
    background-position: right;
    background-size: cover;
    padding: 80px 0 50px 0;
}
.section1 h1{
    font-size: 70px;
    line-height: 74px;
    font-weight: 700;
}

.section1 h2{
    font-size: 24px ;
    line-height: 31px;
    font-weight: 500;
    letter-spacing: 0px;
}

/*************Estilos secciones a la derecha**************/
.sectionr_text_content{
    text-align: right;
}


/*************Estilos secciones a la izquierda**************/
.sectionl_text_content{
    text-align: left;
}

/*Estilos en común*/

.sectionr, .sectionl{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 100px 0;
}


.sectionr_text_content, .sectionl_text_content{
    max-width: 794px;
    width: 100%;
}

.sectionr_text_content h2, .sectionl_text_content h2{
    font-size: 45px;
    margin-top: 15px;
    line-height: 53px;
    font-weight: 700;
    letter-spacing: -0.8px;
    max-width: 521px;
}
.sectionr_text_content h3, .sectionl_text_content h3{
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 37px;
    max-width: 521px;
}
.sectionr_text_content p, .sectionl_text_content p{
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: none;
    max-width: 454px;
}
/*section3*/
.text_section3 {
    text-align: right;
    margin-right: 45px;
    position: absolute;
    right: 4px;
    width: 100%;
    max-width: 288px;
    top: 1089px;
}
.text2_section3 {
    position: absolute;
    width: 100%;
    max-width: 240px;
    left: 20px;
    top: 1057px;
}
/***************section4***************/
.section_4{
    padding: 0 !important;
    background-size: contain; /* Ajusta la imagen completa */
    background-repeat: no-repeat; /* Evita repeticiones */
    background-position: center; /* Centra la imagen */
}
.img_line2 {
    width: 100%;
    max-width: 690px;
}
.card_1 {
    position: absolute;
    left: 150px;
    top: -100px;
}
.card_2 {
    position: absolute;
    top: -100px;
    right: 260px;
}
/***section5***/
.section5-button{
    width: 150px;
    height: 32px;
    background-color: var(--color-primario);
    text-decoration: none;
    color: white ;;
    line-height: 20px;
    padding: 19px;
    margin: 0 !important;

}


/***************Section 6**************/
.section6{
    padding: 50px 0 50px 0;
}
.section6 h2{
    color: white;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 41px;
    line-height: 48px;
    max-width: 905px;
}
.section6-button{
    width: 206px;
    height: 32px;
    background-color: var(--color-primario);
    text-decoration: none;
    color: white ;;
    line-height: 20px;
    padding: 19px;
    margin: 0 !important;

}
.section6-button:hover{
    color: white ;
}

.btn_p_section6 {
    font-size: 15px;
    margin: 0;
    height: 15px;
    padding: 0;
}

.button_text_mb {
    font-weight: 700;
    margin-bottom: 10px;
}

.section6_img {
    width: 100%;
    max-width: 119px;
}

/*tablet*/
@media only screen and (max-width:992px){
    .sectionr_text_content, .sectionl_text_content, .sectionr img, .sectionl img{
        width: 100%;
    }
    .sectionr img, .sectionl img{
        order: -1;
    }
    .section6 h2{
        font-size: 30px;
    }
}
@media only screen and (max-width:768px){
    .section1 {
        background-position: left;
    }
    .sectionr, .sectionl{
        background-color: #211E1F;
        background-image: none !important;
        padding: 0 0 60px 0;
    }
    .section6 {
        padding: 0 0 60px 0;
    }
}
