.tituloMod3{
    padding: 32px 0;
    text-align: center;
    font-size: 32px;
    font-family: 'IberPangea-Regular';
    line-height: 40px;
    font-weight: 600;
}
.contenedorPrincipalMod3{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-bottom: 48px;
    margin-right: 10%;
    margin-left: 10%;
}
.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, .contenedor80 {
    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, .contenedor80 .porcentaje {
    color: #007ACB; 
    font-weight: 600;
    font-size: 48px; 
    line-height: 56px;
    margin-bottom: 0;
    padding-top: 8px;
}
.contenedor10 .porcentajeTexto, .contenedor80 .porcentajeTexto {
    color: #007ACB; 
    font-weight: 400;
    font-size: 18px; 
    line-height: 24px;
    margin-bottom: 0;
}
.mod3Padre{
    background-color: #F9F9F9;
    padding-bottom: 64px;
}
@media (min-width: 1920px) {
    .contenedorPrincipalMod3{
        padding-left: 320px !important;
        padding-right: 320px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1919px) {
    .contenedorPrincipalMod3{
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
    
}
@media (min-width: 992px) and (max-width: 1199px) {
    .contenedor80{
        height: 216px;
    }
    .contenedorPrincipalMod3{
        padding-left: 83px !important;
        padding-right: 83px !important;
    }
}

@media (max-width: 576px) {
    .contenedorPrincipalMod3{
        flex-direction: column;
        margin-left: 5%!important;
        margin-right: 5%!important;
    }
    .columnaSuperior{
        margin-bottom: 10px;
    }
    .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 {
        
    }
    .contenedor400 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
    }
    .contenedor400 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        padding-top: 8px;
    }
    .contenedor10, .contenedor80 {
        
    }
    .contenedor10 .porcentaje, .contenedor80 .porcentaje {
        font-size: 32px; 
        line-height: 40px;
        order: 1;
        padding-top: 0;
    }
    .contenedor10 .porcentajeTexto, .contenedor80 .porcentajeTexto {
        font-size: 16px; 
        line-height: 22px;
        order: 2;
        padding-top: 8px;
    }
    .columnaMedia{
        margin-bottom: 10px;
        order: 2;
    }
    .columnaInferior{
        order: 3;
    }
}

@media (max-width: 360px) {
    .contenedor400 {
        width: 296px;
    }
    .tituloMod3{
        font-size: 24px;
        line-height: 32px;
        margin-left: 5px;
        margin-right: 5px;
    }
    .contenedor10, .contenedor80 {
        width: 296px;
        height: 138px;
    }
}