:root{
    --color-primario:#009fc2;
}
.open-sans{
    font-family: 'Open Sans Condensed', 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, .section2, .section3, .section4, .section5, .section6, .section7{
    position: relative;
    z-index: 2;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/***********************Banner********************/
.main{

    position:relative;
}

#backgroundSlider {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-style: preserve-3d;
}

.bg-slide {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 1200px;
    z-index: -1;
    transform: translateY(var(--scroll-offset, 0px));
    will-change: transform;
    transition: transform 0.2s ease; /
}

.carousel-inner{
    padding: 400px 0 210px 0;
}


#textSlider .carousel-item {
    transition: opacity 0.5s ease-in-out; /* Transición de 1s */
    opacity: 0;
    position: absolute;
    width: 100%;
}

#textSlider .carousel-item.active {
    opacity: 1;
    position: relative;
}

.text-slider{
    padding-left: 50px;
}
.carousel-banner h4{
    text-align: left;
    line-height: 45px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 36px;
}
.carousel-banner h1{
    text-align: left;
    font-size: 74px;
    line-height: 72px;
    max-width: 638px;
    font-weight: 700;
    white-space: normal;
    letter-spacing: 0px;
}
.carousel-caption{
    left: 0;
    padding-left: 6rem;
}
.icon-container{
    padding: 30px 3rem 30px 0;
    background-color: #00000069;
    width: 100%;
    height: fit-content;
    position:absolute;
    bottom:0;
    z-index: 4;
}

.icon_url_list{
    list-style: none;
    margin: 0;
}
.icon_url_list li{
    width: 210px;
    height: 73px;
    background-color: rgba(46, 42, 43, 0.5);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
}
.icon_url_list li:hover{
    background-color: black !important;
    border: 1px solid var(--color-primario);
}

.icon_url_list img{
    width: 24px;
}
.icon_url_list a{
    text-decoration: none;
    line-height: 20px;
    font-weight: 700;
    font-size: 18px;
    transform-origin: 50% 50%;
}
.icon_url_list a:hover{
    color: var(--color-primario) !important;
}
.banner_aditional_info h3{
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
}

.banner_aditional_info{
    max-width:160px;
}

.banner_aditional_info h4, .banner_aditional_info a{
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
}
.banner_aditional_info a{
    color: var(--color-primario);
    width: 164px;
    height: 34px;
    background-color: black;
}
.banner_aditional_info a:hover{
    color: white;
}
.banner_div{
    height: 128px;
    width: 5px;
    background-color: white;
    margin: 0 24px;
}


/********************************Section 1******************************/
.section1{
    padding: 100px 3rem 100px 0;
}
.section1_div1{
    width: 46%;
    max-width: 690px;

}

.section1_div1 h2{
    font-size: 40px;
    letter-spacing: -0.2px;
    font-weight: 600;
}

.section1_div1 h3{
    font-size: 36px;
    letter-spacing: -0.8px;
    font-weight: 500;
    line-height: 40px;
    max-width: 538px;
}

.section1_div1-div a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.section1_div1-div a:hover{
    color: var(--color-primario) !important;
}

.section1_div1--icon_container{
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.2px;
    line-height: 12px;

}

.section1_div-divider{
    width: 5px;
    background-color: white;
    margin: 0 24px;
}
.section1_aditional_info{
    background-color: var(--color-primario);
    width:140px;
    height: 38px;

}
.section1_aditional_info a{
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 500;
}

.button_texts {
    font-size: 16px;
    margin: 0;
    height: 15px;
}
.button_text_mb {
    margin-bottom: 10px;
}
/****************************************Section2***************/
.section2{
    padding: 150px 0 150px 6rem;
}

.section2_div1{
    width: 32%;
    max-width: 510px;
}
.section2_div1 h2{
    font-size: 45px;
    line-height: 48px;
    letter-spacing: 0.3px;
    font-weight: 700;
}
.section2_div1 h3{
    font-size: 36px;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
}
.section2_div1 p{
    font-size: 20px;
    line-height: 26px !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: none;
    line-height: 37px;
}

.section2_button {
    width: 160px;
    height: 32px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    color: white !important;
}

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

.section3{
    padding: 104px 3rem 117px 0;
}
.section3_div1{
    width: 36%;
}
.section3_div1 h2{
    max-width: 400px;
    font-size: 45px;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-transform: initial;
}

.section3_div1 p{
    max-width: 372px;
    font-size: 20px;
    line-height: 26px !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: none;
    line-height: 37px;
}
.section3_button{
    width: 132px;
    height: 32px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    color: white !important;
}

/***********************************Section 4*******************/
.section4{
    padding: 150px 0 150px 6rem;
    object-fit: cover;
}
.section4_div1{
    width: 40%;
    max-width: 542px;
}
.section4_div1 h2{
    font-size: 45px;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: capitalize;

}
.section4_div1 h3{
    max-width: 476px;
    line-height: 40px;
    letter-spacing: -0.8px;
    font-size: 36px;
    font-weight: 500;
}

.section4_p {
    font-size: 20px;
    line-height: 26px !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: none;
    line-height: 37px;
}

.section4_button{
    width: 160px;
    height: 39px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    color: white !important;
}
.button_texts_sc4 {
    font-size: 16px;
    margin: 0;
}

.button_text_mb_sc4 {
    margin-bottom: 8px;
}
/*************************Section5**********************/

.section5_div1{
    width: 100%;
}

.section5_div1_img{
    width: 60%;
}
.section5_div1--item2{
    width: 40%;
}
.section5_div1--item1 p{
    font-size: 19px;
    line-height: 38px;
    font-weight: 300;
    text-align: center;
}


.section5_div1--item2 h2{
    max-width: 461px;
    font-size: 45px;
    text-align: left;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
    text-transform: initial;
}

.section5_div1--item2 h3{
    max-width: 536px;
    line-height: 40px;
    letter-spacing: -0.8px;
    font-size: 36px;
    font-weight: 500;
}
.section5_button{
    width: 163px;
    height: 32px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white !important;
}


/*************************Section6**********************/
.section6{
    padding: 100px 0 100px 6rem;
}

.section6_div1 h2{
    max-width: 498px;
    font-size: 45px;
    line-height: 48px;
    font-weight: 700;
}
.section6_div1 li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.section6_button{
    width: 160px;
    height: 39px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white !important;
}

.button_texts_sc6 {
    font-size: 16px;
    margin: 0;
    height: 15px;
}
.button_text_mb_sc6 {
    margin-bottom: 7px;
}


/*********************Section 7******************/

.section7{
    padding: 100px 0 100px 0;
}
.section7_div1{
    width: 40%;
    padding-left: 80px;
}

.section7_div1 h2{
    font-size: 45px;
    text-align: left;
    line-height: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.8px;
    text-transform: initial;
}
.section7_div1 h3{
    line-height: 40px;
    letter-spacing: -0.8px;
    font-size: 36px;
    font-weight: 500;
}
.section7_div1 p{
    max-width: 254px;
}
.section7_div1 li{
    font-size: 20px;
    line-height: 26px !important;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.2px;
    text-transform: none;
    line-height: 37px;
}

.section7_button{
    width: 163px;
    height: 35px;
    background-color: var(--color-primario);
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: white !important;
}

.button_texts_sc7 {
    font-size: 16px;
    margin: 0;
}
.button_text_mb_sc7 {
    margin-bottom: 6px;
}

/***********************************Tablet*******************************/

@media only screen and (max-width:1100px){
    /*section 1*/
    .section1_div1{
        width: 80%;
    }

    /*section 2*/
    .section2_div1 {
        width: 43%;
    }
    .section2_div1 h3, .section2_div1 p{
        width: 100%;
    }

    /*section 3*/
    .section3::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;

    }
    .section3_div1, .section3_div1 a {
        z-index: 3;
        color: white !important;
    }
    .section3_div1 {
        width: 90%;
    }
    .section3_div1 p{
        width: 100%;
    }

    /*section 4*/
    .section4_div1 h3, .section4_div1 p{
        width: 100%;
    }
    .section4_div1 {
        width: 58%;
    }

    /*Section 6*/
    .section6{
        padding: 180px 5% 180px 0;
        background-position: right;
    }

    /*Section 7*/
    .section7{
        padding: 180px 5% 180px 0;
    }
    .section7::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .section7_div1{
        z-index: 3;
    }
    .section7_div1 p{
        width: 100%;
    }
}

/***********************************Movil*******************************/
@media only screen and (max-width:768px){
    /*Banner*/
    .carousel-inner {
        padding: 0px 0 0px 0;
    }
    .bg-slide{
        background-position: right;
    }
    .carousel-caption h1{
        font-size: 45px;
        line-height: 54px;
    }
    .icon-container{
        height: fit-content;
        position: relative;
        background-color: #2E2A2B;
        padding: 40px 0 40px 0;
    }
    .banner_div {
        height: 2px;
        width: 100%;
        margin: 0;
    }

    .banner_title_container-movil{
        background-color: #2E2A2B;
    }
    .icon_url_list{
        padding: 0;
    }
    .icon_url_list a{
        font-size: 15px;
    }
    .icon_url_list li{
        width: 100%;
        background-color: rgb(90 90 90 / 50%);
        border: 1px solid rgb(94 94 94);
    }
    .banner-custom--buttom{
        background-color: var(--color-primario);
        padding: 10px 18px 10px 18px !important;
        text-align: center;
        text-align: center;
        margin-right: 0;

    }
    .banner-custom--buttom a{
        text-decoration: none !important;
    }
    .banner-custom--buttom--divider{
        height: 100%;
        width: 2px;
        background-color: white;
    }
    .banner_title_container-movil h1{
        font-size: 45px;
        line-height: 51px;
    }
    .banner_aditional_info{
        display: flex;
        width: 100%;
        flex-direction: column;
        align-content: flex-start;
        max-width: fit-content;
    }


    /*Section 1*/
    .section1{
        background-image: none !important;
        background-color: #2E2A2B;
        padding: 60px 0 100px 0;
    }
    .section1_div1{
        width: 100%;
    }
    .section1_div1 h3{
        font-size: 38px;
        line-height: 42px;
    }
    .section1_div-divider {
        width: 58%;
        height: 3px;
        margin: 0;
        }


    /*Section 2*/
    .section2 {
        background-image: none !important;
        background-color: #423A31;
        padding: 0px 0 100px 0;
    }
    .section2_div1 h2 {
        font-size: 21px;
    }

    .section2_div1{
        width: 100%;
        color: white !important;
    }
    .section2_div1 a{
        color: white !important;
    }


    /*Section 3*/
    .section3 {
        background-image: none !important;
        background-color: #D9D9D9;
        padding: 0px 0 100px 0;
    }
    .section3::before {
        display: none;
    }
    .section3_div1{
        width: 100%;
    }
    .section3_div1, .section3_div1 a {
        z-index: 3;
        color: black !important;
    }

    /*Section 4*/
    .section4{
        background-image: none !important;
        background-color:#423A31;
        padding: 0px 0 100px 0;
    }
    .section4_div1 h2{
        color: var(--color-primario);
        font-size: 27px;
    }
    .section4_div1 a{
        color: white !important;
    }
    .section4_div1{
        width: 100%;
        color: white !important;
    }


    /*Section 5*/
    .section5 {
        background-color: #423A31;
        padding-bottom: 40px;
    }
    .section5_div1_img {
        width: 100%;
        margin-bottom: 30px;
    }
    .section5_div1--item2 {
        width: 100%;
    }
    .section5_div1--item1{
        margin-right: 0;
    }

    /*Section 6*/
    .section6{
        background-image: none !important;
        background-color:#2e2a2b;
        padding: 0px 0 100px 0;
    }
    .section6_div1 {
        z-index: 3;
        color: white !important;
    }
    .section6_div1 a{
        color: white !important;
    }


    /*Section 7*/
    .section7{
        background-image: none !important;
        background-color:black;
        padding: 0px 0 100px 0;
    }
    .section7::before{
        display: none;
    }
    .section7_div1{
        width: 100%;
    }
}