.tituloMod3{
    text-align: center;
    padding: 40px 16px 24px 16px;
    color: #2C2C2C;
}
.contenedorPrincipalMod3{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 48px;
    margin-right: 10%;
    margin-left: 10%;
    /* gap: 24px; */
}
.contenedor400{
    background-color: #007ACB;
    border-radius: 16px;
    font-family: "IberPangea-Regular";
    padding: 16px;
}
.contenedor400 .porcentaje {
    color: #FFFFFF;     
    font-weight: 600;
    font-size: 48px; 
    line-height: 56px;
    margin-bottom: 0;
}
.contenedor400 .porcentajeTexto {
    color: #FFFFFF; 
    font-weight: 400;
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 0;
    padding-top: 8px;
}
.contenedor10{
    background-color: #FFFFFF;
    border-radius: 16px;
    border-width: 2px;
    border-style: solid;
    border-color: #007ACB;
    font-family: "IberPangea-Regular";
    padding: 14px;
    display: flex;
    flex-direction: column;
} 
.contenedor10 .porcentaje {
    color: #007ACB; 
    font-weight: 600;
    font-size: 48px; 
    line-height: 56px;
    margin-bottom: 0;
    padding-top: 8px;
}
.contenedor10 .porcentajeTexto {
    color: #007ACB; 
    font-weight: 400;
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 0;
}
.mod3Padre{
    background-color: #F9F9F9;
}

.bbll {
    color: var(--Color-Content-General-2, #707070);
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: "IberPangeaText-Regular";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    padding-bottom: 0;
    margin-bottom: 0;
}

.link_bbll {
    text-decoration-line: underline;
}

@media (min-width: 360px) {
    .contenedorPrincipalMod3{
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
    }
    .tituloMod3{
        font-size:24px;
    }
    .columnaSuperior{
        margin-bottom: 10px;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        width: 296px;
        height: 165px;
    }
    .contenedor400 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        width: 296px;
        height: 145px;
    }
    .contenedor10 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
        order: 1;
        padding-top: 0;
    }
    .contenedor10 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        order: 2;
        padding-top: 8px;
    }
    .bbll{
        position: relative;
        bottom: 20px;
        padding: 16px;
    }
}

@media (min-width: 576px) {
    .contenedorPrincipalMod3{
        flex-direction: column;
        margin-left: 5%;
        margin-right: 5%;
    }
    .tituloMod3{
        padding: 40px 42px 24px 42px;
    }
    .columnaSuperior{
        margin-bottom: 10px;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        width: 492px;
        height: 124px;
    }
    .contenedor400 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        width: 492px;
        height: 124px;
    }
    .contenedor10 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
        order: 1;
        padding-top: 0;
    }
    .contenedor10 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        order: 2;
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .contenedorPrincipalMod3{
        flex-direction: column;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
    }
    .tituloMod3{
    padding: 40px 82px 24px 82px;
    }
    .columnaSuperior{
        margin-bottom: 10px;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        margin: 0 auto;
        width: 556px;
        height: 124px;
    }
    .contenedor400 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        margin: 0 auto;
        width: 556px;
        height: 124px;
    }
    .contenedor10 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
        order: 1;
        padding-top: 0;
    }
    .contenedor10 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        order: 2;
        padding-top: 8px;
    }
}

@media (min-width: 992px) {
    .contenedorPrincipalMod3{
        flex-direction: row;
        /* margin-left: 5%; */
        /* margin-right: 5%; */
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        width: auto;
        height: 160px;
        /* margin-left: 75px; */
    }
    .contenedor400 .porcentaje {
        margin-top: 15px;
        font-size: 48px; 
        line-height: 40px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        width: auto;
        height: 160px;
        margin-bottom: 10px;
        /* margin-right: 60px; */
    }
    .contenedor10 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        order: 1;
        padding-top: 8px;
    }
    .contenedor10 .porcentaje {
        font-size: 48px; 
        line-height: 40px;
        order: 2;
        padding-top: 20px;
    }
}

@media (min-width: 1200px) {
    .contenedorPrincipalMod3{
        flex-direction: row;
        margin-left: 5%;
        margin-right: 5%;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        width: auto;
        height: 170px;
        /* margin-left: 0; */
    }
    .contenedor400 .porcentaje {
        font-size: 48px; 
        line-height: 40px;
        padding-top:20px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        margin-bottom: 10px;
        width: auto;
        height: 170px;
    }
    .contenedor10 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        order: 1;
        padding-top: 8px;
    }
    .contenedor10 .porcentaje {
        font-size: 48px; 
        line-height: 40px;
        order: 2;
        padding-top: 20px;
    }
}

@media (min-width: 1920px) {
    .contenedorPrincipalMod3{
        flex-direction: row;
        margin-left: 5%;
        margin-right: 5%;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        width: 600px;
        height: 144px;
        margin-left: 250px;
    }
    .contenedor400 .porcentaje {
        font-size: 48px; 
        line-height: 40px;
        padding-top: 0px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10 {
        width: 600px;
        height: 144px;
        margin-right: 200px;
    }
    .contenedor10 .porcentajeTexto {
        font-size: 18px; 
        line-height: 22px;
        order: 1;
        padding-top: 8px;
    }
    .contenedor10 .porcentaje {
        font-size: 48px; 
        line-height: 40px;
        order: 2;
        padding-top: 20px;
    }
}