:root{
    --cPrincipal: #ff0000;
    --hHeader:68px;
}

body{
    font-family: Montserrat;
}

header{
    background: #333;
    backdrop-filter: blur(2px);
    position: sticky;
    top: 0;
    z-index: 9999;
    /* height: 68px; */
    
}

header li a.nav-link{
    color:#FFF
}

header .nav-link li a.nav-link.active{
    color:#FFF
}

header .navbar-collapse {
    color:#FFF
    
}

.flex-1{
    flex:1
}

.navbar{
    padding: inherit !important;
}

.x-navbar{
    height:var(--hHeader);
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    display: flex;
    align-items: center;

}



.navbar-toggler{
    border-color: white !important;
    display: flex;
    align-items: center;
}

.navbar-collapse{
    background-color: #333;;
}

/* .navbar-nav li:not(:first-child){
    margin-left: 60px;
} */



.section-1::after{
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, #000 -10.19%, rgba(0, 0, 0, 0.29) 40%, rgba(0, 0, 0, 0.00) 90.41%);
    position: absolute;
}

.section-1 .titulo {
    color: #FFF;
    font-family: Montserrat;
    font-style: normal;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    border-left: 10px solid #fff ;
    padding-left: 37px;
    padding-bottom: 30px;
    z-index: 1;
    position: relative;
}


.section-1{
    height: calc(100vh - var(--hHeader)) ;
    background-image: url('../img/Section-1.png');
    background-size: cover;
    background-color: var(--cPrincipal);
    display: flex;
    align-items: end;
    position: relative;
    background-position: top;
}

.section-2{

    background-image: url(../img/Section-2.png);
    background-size: contain;
    background-color: var(--cPrincipal);
    padding-block: 100px;
    background-position: right;
    background-repeat: no-repeat;
    padding-inline: 150px;
    position: relative;
}

.section-2::before, .section-4::before {
    content: "";
    position: absolute;
    top: -99px;
    left: 0;
    width: 100%;
    height: 100px;
    clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
    z-index: 9;
    background-color: var(--cPrincipal);
}

.section-2 .titulo{
    color: #FFF;
    font-family: Montserrat;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 125% */
    max-width:915px;
    
}

.section-2 .text{
    color: #FFF;
    font-weight: 400;
    font-family: Montserrat;
    max-width: 692px;
    line-height: 36px;
    font-size: 22px;
    animation-duration: 1s !important;
}

.section-2 .text-small{
    color: #FFF;
    font-weight: 400;
    font-family: Montserrat;
    max-width: 692px;
    line-height: normal;
    font-size: 18px;
    font-style: italic;
}


.section-3{
    background-color: #fff;
    font-family: Montserrat;
    position: relative;
    
}

.section-3 .titulo{
    color:  #1E1B39;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 68px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}

.section-3 .text{
    color: var(--neutral-colors-neutral-700, #474464);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; 
    padding-top: 3rem;
}

.section-3 .right{
    padding-block: 177px;
    padding-left: 20px;
    padding-right: 50px;
    max-width:625px;
}

.cPrincipal{
    color:var(--cPrincipal)
}

.section-3::before{
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 100px;
    clip-path: polygon(0 1%, 0% 100%, 100% 0);
    z-index: 1;
    background-color: var(--cPrincipal);
}

.section-4{
    background-color: var(--cPrincipal);
    font-family: Montserrat;
    padding-top: 3rem;
    position: relative;
}


.section-4 .left{
    padding-block: 177px;
    padding-inline: 106px;
}

.section-4 img{
    width: 100%;
height: auto;
}
.section-4 .right{
    padding-block: 177px;
    padding-left: 20px;
    padding-right: 50px;
    max-width: 849px;
}

.section-4 .titulo{
    color:  #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 80px;
    font-style: normal;
    font-weight: 700;
    line-height: 95px;
}


.section-4 .text{
    color: #fff;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px; 
    padding-top: 3rem;
}

.section-5{
    background-color: #fff;
    font-family: Montserrat;
    position: relative;
}

.section-5 .left{
    padding-block: 177px;
    padding-inline: 106px;
}
.section-5 .right{
    background-color: rgba(255,0,0,.1);
}

.section-5 .titulo{
    color:  #474464;
    font-feature-settings: 'clig' off, 'liga' off;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 110px;
    margin-bottom: 70px;
}
.section-5 .icon{
    width: 70px;
}

.x-card{
    border-radius: 32px;
    border: 1px solid #DEDEE9;
    background:  #FFF;
    box-shadow: 0px 4px 12px 0px rgba(13, 10, 44, 0.06);
    text-align: center;
    padding: 15px;
    min-height: 170px;
}
.x-card span{
    display: block;
    font-size: 20px;
    font-style: normal;
    font-weight:800;
    line-height: normal; /* 131.25% */
}

.section-5 .right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-5 .right .text{
    color: var(--neutral-colors-neutral-700, #474464);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: DM Sans;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; 
    max-width: 519px;
}

.section-6{
    background-color: #fff;
    font-family: Montserrat;
    position: relative;
    font-style: normal;
    font-weight: 700;
}

.section-6{
    background-color: #fff;
    font-family: Montserrat;
    position: relative;
    padding-block: 100px;
    text-align: center;
}

.section-6 .titulo .top{
    color: #F00;
    text-align: center;
    font-size: 110px;
    font-weight: 700;
    display: block;
}

.section-6 .titulo .bottom{
    color: #1E1B39;
    text-align: center;
    font-size: 60px;
    line-height: 60px; /* 100% */
}

.section-6 .contact{
    margin-top: 300px;
}

.section-6 .contact .small{
    color: #717171;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    display: block;
}
.section-6 .contact .top{
    line-height: .9;
}
.section-6 .contact .icon{
    height: 68.915px;
}
.section-6 .contact .email{
    color:var(--cPrincipal)
}

.section-7{
    background-color: var(--cPrincipal);
    color: #fff;
    padding-block: 100px;
    text-align: center;
    font-family: Montserrat;
    position: relative;
    font-style: normal;
}

.section-7 .titulo{
    font-size: 48px;
    font-weight: 800;
    display: block;
}
.section-7 .titulo .top{

    font-weight: 800;
    display: block;
}
.section-7 .titulo .bottom{

    font-weight: 400;
    display: block;
    font-style: italic;
    line-height: normal;
}

.section-7 hr{
    height: 5px;
    background-color: #FFF;
    width: 98px;
    opacity: 1;
    margin-inline: auto;
    margin-top: 60px;
    margin-bottom: 0px;
}

.section-7 .cuadro{
    font-size: 36px;
    line-height: normal;
    margin-top: 60px;
}

.section-7 .cuadro .top{
    font-weight: 800;
    display: block;
}
.section-7 .cuadro .bottom{
    font-weight: 400;
    display: block;
    line-break: anywhere;
}

.section-7 .cuadro.left{
    text-align: right;
}

.section-7 .cuadro.right{
    text-align: left;
}

.section-7 .titulo.bottom{
    color: #FFF;
    text-align: center;
    font-size: 75px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; 
    margin-top: 270px;
}

.section-7 a{
    text-decoration: none;
}

.section-7  .pack-redes{
   margin-top: 70px;
}
.section-7  .pack-redes .icon-redes{
   margin-inline: 15px;
}

.section-8{
    background-color: #fff;
    padding-block: 100px;
    font-family: Montserrat;
    position: relative;
    font-style: normal;
    padding-inline: 106px;
}

.btn.btn-principal{
    background-color: var(--cPrincipal);
    color:#fff;
    border-radius: 1px;
    font-size: 18.893px;
    font-weight: 500;
}

.section-8 .form-control{
    border-top: none;
    border-inline: none;
}
.section-8 .form-control:focus{
   box-shadow: none;
}

.section-9 {
    background-color: var(--cPrincipal);
    padding-block: 50px;
    font-family: Montserrat;
    position: relative;
    font-style: normal;
    padding-inline: 106px;
}

.section-9 .logo{
    width: 75px;
}

.section-9 ul{
    display: flex;
    list-style-type: none;
    margin-bottom: 0px;
}

.section-9 ul li{
   margin-inline: 15px;
   text-decoration: none;
   color:#fff
}

.section-9 hr{

   border-top:1px solid #fff;
   opacity: 1;
}

.section-9 .top{
    padding-inline: 50px;
}
.section-9 .bottom{
    text-align: center;
    color:#fff;
    margin-top: 50px;
}

.strong{
    font-weight: 700;
}

.nav-item{
    margin-left: 25px;
}

.nav-link:focus, .nav-link:hover {
    color: var(--cPrincipal) !important ;
}


@media (max-width: 992px) {



    .section-1 .titulo {
        font-size: 1.5rem;
        border-left: 0.5rem solid #fff;
        padding-left: 1rem;
        margin-bottom: 2rem;
        padding-bottom: 1rem;
        line-height: normal;
        background-position: top;
    }

    .section-2::before, .section-4::before {
        top:-50px;
        height: 50px;
    }

    .section-2{
        padding-inline: initial;
        padding-block: 3rem;

    }

    .section-2 .titulo{
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
    }
    
    .section-2 .text{
        font-size: 14px;
        line-height: normal;
        font-weight: 700;
        line-height: 1.5;

    }
    
    .section-2 .text-small{
        font-size: 12px;
        font-style: italic;
    }

    .section-3::before {
        top: -1px;
         height: 50px;
    }

    .section-3 .right {
        padding-block: 6rem;
        padding-left: 20px;
        padding-right: 50px;
    }

    .section-3 .titulo {
        font-size: 38px;
        line-height: normal;
    }

    .section-3 .text {
        line-height: normal;
    }

    .section-4 .left {
        padding-block: inherit;
        padding-bottom: 30px;
    }

    .section-4 .right {
        padding-top: 30px;
        padding-bottom: 60px;
    }

    .section-4 .titulo {
        font-size: 38px;
        line-height: normal;
    }

    .section-4 .text {
        font-size: 24px;
        line-height: normal;

    }

    .section-5 .left {
        padding-block: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-5 .titulo {
        font-size: 38px;
        line-height: normal;
        margin-bottom: 3rem;
    }


    .x-card {
        min-height: 180px;
    }

    .x-card span {

        font-size: 24px;
        line-height: normal;
    }

    .section-5 .text {
        font-size: 24px;
        line-height: normal;
        margin-block: inherit;
    }

    .section-5 .right {
        padding-block: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-5 .right .text {
        font-size: 24px;
        line-height: normal;
    }

    .section-6{
        padding-block: 3rem;
        padding-left: 20px;
        padding-right: 20px;
        
    }

    .section-6 .titulo .top{
        font-size: 38px;
        line-height: normal;
    }

    .section-6 .titulo .bottom {
        font-size: 25px;
        line-height: normal;
    }

    .section-6 .contact .small {
        font-size: 25px;
    }

    .section-6 .contact .email {
        font-size: 15px;
    }

    .section-7 {
        padding-block: 3rem;
    }

    .section-7 .titulo {
        font-size: 38px;
    }

    .section-7 .titulo .bottom {
        font-size: 15px;
    }

    .section-7 .cuadro {
        font-size: 20px;
        line-height: normal;
        margin-top: 60px;
    }

    .section-7 .cuadro.left {
        text-align: left;
    }

    .section-7 .titulo.bottom {
        font-size: 38px;
        margin-top: 6rem;
    }

    .section-8 {
        padding-block: 3rem;
        padding-left: 20px;
        padding-right: 20px;
    }

    .section-9 {
        padding-inline: 50px;
    }
    .section-9 .top {
        padding-inline: 0;
    }

    .nav-item{
        margin-left: 0px;
    }
}