
        .boxWhite {
            padding: 80px 0;
        }
        .sectionBannerTop {
            padding: 120px 0 60px;
            min-height: 100dvh;
        }
        .boxBlueGradient {
            padding: 60px 0;
            background: linear-gradient(140deg, rgb(118, 201, 235), rgb(80, 136, 249));
            color: white;
        }
         .boxGrey {
            background-color: #F1F3FA;
        }
       
        .destacado {
            color: rgb(80, 136, 249);
            font-weight: 600;
        }
        .destacadoLight {
            color: rgb(118, 201, 235);
            font-weight: 600;
        }
        .titleh1 {
            font-size: 48px;
        }
        .titleh2 {
            font-size: 32px;
        }
        .titleh3 {
            font-size: 32px;
        }
        .titleh3Big {
             font-size: 48px;
        }
        .titleh4 {
            font-size: 20px;
        }
        .titleh6 {
             font-size: 20px;
             font-weight: 600;
        }
        .textBig {
            font-size: 18px;
        }
         .textSubtitle{
            font-size: 16px;
        }
        p {
            font-weight: 400;
            line-height: 1.5;
        }
        .contentNumber {
            position: relative;
            height: 100%;
        }
        .contentNumber .imgcontentNumber{
            height: 100%;
            width: calc(100% - 50px);
            margin-left: 50px;
            border-radius: 15px;
            object-fit: cover;
        }
        .boxColorNumber {
            background-color: rgb(80, 136, 249);
            padding: 30px 40px;
            position:absolute;
            bottom: 50px;
            color: white;
            width: 85%;
            border-radius: 8px;

        }
        .boxColorNumber .boxNumber {
            display: flex;
            flex-direction: column
        }
        .numberBoxNumber {
            font-size: 48px;
        }
        .contentNumberInterior {
            position: relative;
            height: auto;
        }
        .contentNumberInterior .boxColorNumber {
            position: relative;
             background-color: transparent;
            padding: 0px 40px 30px;
            bottom: 0px;
            color: #021D33;
            width: 100%;
        }
        .imgPosicion {
             border-radius: 10px;
            object-fit: cover;
            width: 360px;
            height: 245px;
            min-width: 360px;
        }
        .boxImgText {
            padding: 0 10px;
        }
        .boxImgText .textBox{
            font-size: 16px;
        }
        .boxBlueGradient .boxImgText .textBox, .boxBlueGradient p{
            color: white;
            font-weight: 400;
        }
        
        .boxImgText .imgBox{
            margin-bottom: 15px;
            border-radius: 20px;
            object-fit: cover;
            height: 290px;
            width: 100%;
        }
        
        .boxImgText.boxImgTextRow {
            display: flex;
            padding: 0 25px;
        }
        .boxImgText.boxImgTextRow .titleh3{
            font-size: 18px;
        }
         .boxImgText.boxImgTextRow  .imgBox{
            margin-bottom: 15px;
             border-radius: 4px;
            object-fit: cover;
            width: 127px;
            height: 85px;
            margin-right: 15px;
        }
         .boxImgText.boxImgTextRow  .imgBoxBig{
            margin-bottom: 15px;
             border-radius: 4px;
            object-fit: cover;
            width: 190px;
            height: 130px;
            margin-right: 15px;
                min-width: 190px;
        }
        .boxImgText .imgBoxSmallGrad {
            border-radius: 8px;
            object-fit: cover;
            width: 310px;
            height: 205px;
            min-width: 310px;
        }
        
        .contentImg .imgcontentImg {
             border-radius: 20px;
            object-fit: cover;
        }
        .boxBigImg {
            position:relative;
             padding: 0 10px;
             height: 100%;
        }
        .boxTextBlueDark .text, .boxTextBlueLight .text {
            color: white;
        }
        .boxTextBlueDark {
            background-color: rgb(80, 136, 249);
            color: white;
        }
        .boxTextBlueLight {
             color: white;
            background-color: rgb(118, 201, 235);
        }
        .boxBigImg   .imgBox {
            border-radius: 20px;
            object-fit: cover;
                height: 280px;
    width: 100%;
        }
        .boxTextBlue {
            text-align:center;
            padding: 50px;
            margin: -40px auto 40px;
            width: 85%;
            position: relative;
            z-index:5;
            height: calc(100% - 280px);
            display: flex;
            align-items:center;
            justify-content: center;
            flex-direction: column;
            border-radius: 8px;
        }
        
        #back-top {
    position: fixed;
    bottom: 100px;
}
        
 .boxLogos {
     
     display: flex;
    align-items:center;
            justify-content: center;
 }       
 
 
     .boxLogos img{
     height: 70px;
     width: auto;
     margin: 0 10px;
 }       
 .sectionBannerTopSmall {
         min-height: 80dvh;
 }
      
      .boxRightInterior::after  {
          content: none !important;
      }  
      
      .imgopinion {
           border-radius: 100px;
            object-fit: cover;
            width: 48px;
            height: 48px;
            min-width: 48px;
      }
        
        .sectionBannerTopInterior {
            min-height: max-content;
        }
        
   

.btn1.btn2 {
    background-color: rgb(118, 201, 235);
}

@media (max-width: 992px) {  
    .contentNumber .imgcontentNumber {
    height: 100%;
    width: 100%;
    margin-left: 0;
    border-radius: 15px;
    object-fit: cover;
}
.contentNumberNegative {
        margin-bottom: 112px;
}
.numberBoxNumber {
    font-size: 36px;
}
.boxImgText.boxImgTextRow .imgBox {
    margin-bottom: 15px;
    border-radius: 4px;
    object-fit: cover;
    width: 80%;
    height: 130px;
    margin-right: 15px;
    margin: 0 auto 20px;
}
.boxTextBlue {
    text-align: center;
    padding: 35px 25px;
    margin: -40px auto 40px;
    width: 90%;
    
}
.boxColorNumber {
    background-color: rgb(80, 136, 249);
    padding: 30px 40px;
    position: absolute;
    bottom: -140px;
    color: white;
    width: 85%;
    left: 7.5%;
}
    .btn1 {
    padding: 5px 25px;
    min-height: 45px;
        
    }
    .titleh4 {
    font-size: 22px;
}
.titleh3Big {
    font-size: 32px;
}
    .titleh1 {
    font-size: 36px;
}
.boxBlueGradient .titleh3{
    font-size: 26px;
}
.sectionReviews {
    padding-top:0;
}
.imgPosicion {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 245px;
    min-width: 100%;
}
.boxImgText.boxImgTextRow .titleh3 {
    font-size: 20px;
    text-align: center;
}
    .boxImgText.boxImgTextRow {
        flex-direction:column-reverse;
    }
    .boxImgText.boxImgTextRow .imgBoxBig {
    width: 100%;
    height: 240px;
    margin-right: 0;}
}