html {
    font-family: "Satoshi-Regular";
    color: #010239;
}

body{
    overflow-x: hidden;
}

h1{
    font-size: 4.444445vw;
    color: #0031C8;
    /* margin-bottom: 50px; */
    font-family: "Satoshi-Black";
    line-height: 4.86vw;
}

h2{
    font-size: 3.3333vw;
    color: #0031C8;
    font-family: "Satoshi-Black";
    margin-top:0;
    line-height: 4.86vw;
}

h2.grand{
    font-size: 4.444445vw;
}

h3{
    font-size: 2.2222vw;
    color: #0031C8;
    font-family: "Satoshi-Black";
}

h2 > span {
    font-family: "Satoshi-Medium";
}

h1 > span.textHighlightColor,
h2 > span.textHighlightColor {
    padding: 10px;
}

p{
    line-height: 2.0833vw;
    margin-top: 0;
}

strong, b {
    font-family: "Satoshi-Bold";
}

.saltolinea{
    display: none;
}

button, .button{
    box-sizing: border-box;
    padding: 12.5px 32px;
    border-radius: 15px;
    text-decoration: none;
    cursor: pointer;
    font-size: 1.3889vw;
    color: white;
    text-align: center;
    background-color: #0031C8;
    border-width: 3px;
    border-style: solid;
    border-color:#0031C8;
    font-family: "Satoshi-Black";
    min-width: 127px;
}

button.color2, .button.color2{
    color: #0031C8;
    background-color: white;
    font-family: "Satoshi-Regular";
}

button.color3, .button.color3{
    color: #0031C8;
    background-color: #66FFCC;
    border-color: #66FFCC;
}

button.color4, .button.color4{
    width: auto;
    background-color: transparent;
    height: auto;
    padding: 5px 10px;
    border-width: 2px;
    color:#0031C8;
    min-width: fit-content;
}

button.color5, .button.color5{
    color: #0031C8;
    background-color: #E4F8FF;
    border-color: #E4F8FF;
    padding: 5px 50px;
    font-family: "Satoshi-Black";
}
a i{
    margin-right: 5px;
}

.textBlack {
    font-family: "Satoshi-Black";
}

.textcenter {
    text-align: center;
}

.textleft{
    text-align: left;
}

.textright{
    text-align: right;
}

.textjustify{
    text-align: justify;
}

.textitalic{
    font-style: italic;
    font-family: "Satoshi-LightItalic";
}

.text14{
    font-size: 0.9722vw;
    line-height: normal;
}

.text16{
    font-size: 1.11vw;
}

.text20_{/*cambiar esto a 20*/
    font-size: 1.3889vw;
}

.text20{/*cambiar esto a 24*/
    font-size: 1.6667vw;
}

.text30{
    font-size: 2.0833vw;
}

.text32{
    font-size: 2.2222vw;
}

.text38{
    font-size: 2.6389vw;
}

.text36{
    font-size: 2.5vw;
}

.text40{
    font-size: 2.77vw;
}

.text48{
    font-size: 3.3333vw;
}

.text50{
    font-size: 3.47vw;
}

.text64{
    font-size: 4.4vw;
}

.text96{
    font-size: 6.67vw;
}

.listcheck{
    list-style: none;
}

.listcheck li{
    display: flex;
    align-items: start;
    margin-bottom: 25px;
}

.listcheck li:last-child{
    margin-bottom: 0;
}

.listcheck li object,
.listcheck li img{
    margin-right: 20px;
    margin-top: 5px;
}

.resalted{
    background-color: #E4F8FF;
    padding: 40px;
}

.resalted hr{
    color: #0031C8;
    height: 5px;
    background-color: #0031C8;
}

.resalted.low{
    padding-top: 10px;
    padding-bottom: 10px;
}

.resalted.curve{
    border-radius: 20px;
}

.resalted ul{
    list-style: none;
}

.resalted ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.resalted ul li:last-child {
    margin-bottom: 0;
}

.resalted ul li.center {
    justify-content: center;
}

.resalted ul li.topBullet {
    align-items: baseline;
}

.resalted ul li .bullet{
    margin-right: 20px;
    background-color: #0031C8;
    border-radius: 100%;
    height: 18px;
    width: 18px;
    min-width: 18px;
    display: inline-block;
}

.textHighlightColor {
    background-color: #66FFCC;
    color: #0031C8; /* Color del texto */
    font-family: "Satoshi-Black";
}

.backgoundHighlightColor{
    background-color: #E4F8FF;
}

.backgoundHighlightColor .columns4 .column{
    padding: 15px;
    background-color: white;
}

.main{
    padding-top: 188px;
    width: 100%;
    margin: 0px;
    min-height: 40vh;
    overflow-x: hidden; /* Oculta el desbordamiento */
}

.main .section {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main .section.backgoundHighlightColor {
    margin-top: 5%;
    margin-bottom: 5%;
}

.main .section.titleimage,
.main .section.title{
    padding: 0px !important;
}

.main .section.titleimage{
    height: 30vh;
    position: relative;
}

.main .section.titleimage picture{
    position: absolute;
    top: 0;
}

.main .section.titleimage picture,
.main .section.titleimage img{
    width: 100%;
    height: 30vh;
    object-fit: cover;
}

.main .section.titleimage > div{
    width: 100%;
    height: 30vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    flex-direction: column;
}

.main .section.titleimage > div p{
    margin: 0;
    /*margin-top: 2vh;*/
    color:#0031C8;
    font-size: 5vh;
    line-height: 5vh;
    text-align: center;
}

.main .section.titleimage > div p.textBlack{
    font-size: 9vh;
    line-height: 9vh;
}

.main .section.titleimage > div p.highlightColor{
    background-color: #00FFBE;
    padding: 0 5%;
    line-height: 9vh;
}
.main .section.titleimage > div p.textBlack.highlightColor{
    line-height: 13vh;
}

.main .section .sectiontitle{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
    margin: 0;
}

.main .section h1 hr, 
.main .section h2 hr{
    width: 150px;
    border-width: 2px;
    margin-left: 0px;
    border-style: solid;
    border-color: #333d29;
    margin-top: 10px;
}

.main .section .columns2 h2 {
    font-size: 4.4vw;
}

.main .section > .center{
    display: flex;
    align-items: center;
    justify-content: center;
}

.main .section > div{
    width: 85%;
    display: table;
    /* Esto si tiene banner
    scroll-margin-top: 140px; */
    scroll-margin-top: 186px;
    margin-left: 35px;
    margin-right: 35px;
}

.main .section .offerTextColor {
    font-weight: 700;
}

.main .columns {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.main .columns.columnsgrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; /* Espacio entre las imágenes */
}

.main .columns.columnsgrid > img,
.main .columns.columnsgrid > div{
    width: 100%;
    margin: auto;
}

.main .columns.columnsgrid > img{
    height: max-content;
}

.main .columns.columnsgrid > div{
    position: relative;
}

.main .column{
    position: relative;
    margin-left: auto;
    margin-right: auto;
}

.main .columns2 .column {
    width: 45%;
}

.main .columns3 .column {
    width: 30%;
}

.main .columns3 .column.offerBorderColor {
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
}

.main .columns3 .column{
    margin-right: 20px;
    margin-left: 20px;
}

.main .columns4{
    margin-left: -40px;
    margin-right: -40px;
}

.main .columns4 .column {
    width: 20%;
    flex: 1;
    margin-right: 20px;
    margin-left: 20px;
}

/*.main .columns2 .column,
.main .columns3 .column,
.main .columns4 .column {
    float: left;
    margin: auto;
}*/

.main .column.image img{
    border-radius: 10px;
    width: 100%;
    object-fit: cover; 
    height: inherit;
}

.main .column.imagedescription img{
    width: 134px;
}

/* .imagen img {
    object-fit: cover; 
    height: inherit;
} */

.main .column ul{
    padding-left: 0px;
    text-align: left;
}

.main .column ul li:not(:first-of-type){
    margin-top: 10px;
}

.main .columns .column:nth-of-type(1) ul{
    padding-left: 10px;
} 

.main .section table{
    margin: auto;
    border-collapse: collapse;
}

.main .section .column table{
    width: 100%;
}

.main .section table th, .main .section table td {
    padding: 5px;
}

.main .section table th {
    height: 29px;
}

.main .section table td {
    border-width: 1px;
    border-style: solid;
}

.section.information {
    width: 100%;
}

.section.information .infoBackground {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main .section > div.full{
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;;
}

.main .section > div.text{
    width: 70%;
}

/* .main .section .full .columns2{
    margin-left: -8px;
    margin-right: -8px;
} */

.main .section > div.full .columns2 .column{
    width: 50%;
}

.main .section > div.full .columns2 .column > div.text{   
    display: table;
    margin: auto;
    width: 80%;
}

.references {
    font-size: 10px;
    text-align: right;
    position: absolute;
    right: 0;
}

.references a{
    text-decoration: none;
    color: #555;
}

.buttons{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 5%;
}

.buttons.left{
    justify-content: left;
}

.buttons.right{
    justify-content: right;
}

.buttons.center{
    justify-content: center;
}

@media (max-width: 979px) {
    .main .section.titleimage,
    .main .section.titleimage picture,
    .main .section.titleimage img{
        height: auto;
    }

    .main .section.titleimage picture{
        position: relative;
    }

    .main .section.titleimage > div{
        display: none;
    }

    br {
        display: none;
    }

    br.noHide {
        display: initial;
    }

    .main .section h1 hr, 
    .main .section h2 hr{
        margin-left: auto;
        margin-right: auto;
    }

    button, .button{
        font-size: 12px;
        min-width: auto;
    }

    .mobile-center{
        display: flex;
        align-items: center;
        justify-content: center !important;
    }

    .main .section .columns2 h2 {
        font-size: 36px;
        line-height: 36px;
    }

    p, h1, h2, h3{
        line-height: normal;
        margin-top: initial;
    }

    .saltolinea{
        display: block;
    }

    .text14{
        font-size: 14px;
    }
    
    .text20_{/*cambiar esto a 20*/
        font-size: 20px;
    }
    
    .text20{/*cambiar esto a 24*/
        font-size: 24px;
    }
    
    .text30{
        font-size: 30px;
    }
    
    .text32{
        font-size: 32px;
    }
    
    .text38{
        font-size: 38px;
    }
    
    .text36{
        font-size: 36px;
    }
    
    .text40{
        font-size: 40px;
    }
    
    .text48{
        font-size: 48px;
    }
    
    .text64{
        font-size: 64px;
    }

    .text96{
        font-size: 96px;
    }

    .hideMobile{
        display: none;
    }
    
    h1{
        font-size: 40px;
        line-height: 40px;
    }

    h2{
        font-size: 32px;
        line-height: 32px;
    }

    h2.grand{
        font-size: 40px;
        line-height: 40px;
    }
    
    h3{
        font-size: 24px;
        line-height: 24px;
    }
    /*h1 > span.textHighlightColor,
    h2 > span.textHighlightColor {
        display: flex;
    }*/

    .main {
        padding-top: 70px;
    }

    .main .section > div,
    .main .section > div.full{
        width: 100% !important;
        margin-left: 25px;
        margin-right: 25px;
    }

    /*.main .section:first-of-type {
        padding-bottom: 12.5%;
    }

    .main .section:not(:first-of-type) {
        padding-top: 12.5%;
        padding-bottom: 12.5%;
    }*/

    .main .column.image{
       margin-top: 20px;
    }

    .main .section table{
        margin-top: 20px;
    }

    .infoBackground .tablaInformacion { 
        width: 80%;
    }

    .main .section > div.full .columns2 .column > div.text{   
        width: 80%;
    }

    .main .section > div.text{
        width: 80%;
    }

    .main .column ul li{
        margin-top: auto;
    }

    .main .column.image img{
        border-radius: 0px;
        width: 100%; 
    }

    .main .columns {
        display: flex;
        flex-direction: column;
    }

    .main #main.section .columns2 {
        margin-left: 0px;
        margin-right: 0px;
    }

    .main .columns2 .column, 
    .main .columns3 .column,
    .main .columns4 .column {
        width: 100% !important
    }

    .main .column.imagedescription {
        height: 140px;
    }

    .main .columns2 div.column:nth-child(even){
        margin-left: auto;
        margin-top: 50px;
    }

    .main .columns2 div.column:nth-child(odd){
        margin-right: auto;
    }

    .main .columns3 .column:first-of-type{
        margin-right: auto;
    }

    .main .columns3 .column:last-of-type{
        margin-left: auto;
    }

    .main .columns4 div.column:nth-child(even){
        float: none;
    }

    .main .columns4 div.column:nth-child(odd){
        float: none;
    }

    .main .columns3 .column,
    .main .columns4 .column{
        margin-top: 20px !important;
        margin-right: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }

    .resalted ul{
        list-style-position: initial;
        text-align: left;
        padding-left: 10px;
        padding-right: 10px;
    }

    .resalted ul li .bullet {
        width: 10px;
        height: 10px;
        min-width: 10px;
    }

    button.mobile-large, .button.mobile-large{
        width: 60%;
    }

    .text-mobile-left{
        text-align: left;
    }

    h2 span:has(> span.textHighlightColor) {
        line-height: 46px;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
	textarea,
	input {
		font-size: 16px;
	}
}