﻿.porquePagarSec{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px 0px;
}

.contenidoPorquePagarSec{
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.contenidoPorquePagarSec h1{
    color: #012169;
    text-transform: none !important;
    width: 100%;
    text-align: left;
}

.contenidoPorquePagarSec p{
    width: 100%;
    text-align: center;
    color: #012169;
    font-size: 22px;
}

.cajaPorque{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin: 30px 0px 50px;;
}

.contenidoPorque{
    background-color: #eaeaea;
    width: 25%;
    height: 250px;
    padding: 25px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
}

.contenidoPorque img{
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
}

.contenidoPorque p{
    color: #012169 !important;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 1366px) {
    .contenidoPorquePagarSec {
        width: 80%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 1199px) {
    .contenidoPorque {
    background-color: #eaeaea;
    width: 25%;
    height: 275px;
    padding: 25px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
}
}

@media (max-width: 996px) {
    .contenidoPorque {
    background-color: #eaeaea;
    width: 80%;
    height: auto;
    padding: 25px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
}

.cajaPorque {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 15px;
    margin: 30px 0px 50px;
    flex-direction: column;
}
}

@media (max-width: 500px) {
    .contenidoDesbloqueaSec h1 {
        font-size: 28px;
    }

    .contenidoPorque {
    background-color: #eaeaea;
    width: 90%;
    height: auto;
    padding: 25px 20px;
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 15px;
    flex-direction: column;
}

.contenidoPorquePagarSec p {
    width: 100%;
    text-align: center;
    color: #012169;
    font-size: 20px;
}
}

