#mainCompra{
    max-width: unset;
}

#main-contenedor {
    font-family: 'Montserrat', sans-serif !important;
    margin-top: 250px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;
}

.main-banner {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    width: 100%;
}

.main-titulo{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}

.main-titulo h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 55px;
    color: #4B4B4B;
    margin-bottom: 40px;
}

.main-imagen img {
    max-width: 935px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    margin-bottom: 40px;
}

.main-boton button {
    width: 321px;
    height: 78px;
    background-color: #319324;
    border-radius: 20px;
    border: none;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 33px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 120px;
}

.main-boton button:hover {
    background-color: #277a1d;
}

.main-subtexto h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 1090px;
}

.reduccion-ancho-texto {
    max-width: 475px;
}

.icono-caracteristica img[alt="Plan de cuentas"]           { width: 160px; height: auto; }
.icono-caracteristica img[alt="Centralización"]            { width: 250px; height: auto; }
.icono-caracteristica img[alt="Gestión de comprobantes"]   { width: 110px; height: auto; }
.icono-caracteristica img[alt="Balance"]                   { width: 175px; height: auto; }
.modulos-wrapper {
    text-align: center;
    width: 100%;
    margin-bottom: 80px;
}

.subtitulo-modulos {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 32px;
    color: #000000;
    margin-top: -10px;
    margin-bottom: 40px;
}

.contenedor-modulos {
    padding: 0 !important;
}

.contenedor-modulos h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 45px;
    color: #4B4B4B;
    margin-bottom: 10px;
}

.item-modulo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.carta-modulo #modulo1{
    max-width: 142px;
    max-height: 142px;
}

.carta-modulo #modulo2{
    max-width: 140px;
    max-height: 140px;
}

.carta-modulo #modulo3{
    max-width: 170px;
    max-height: 220px;
}

.carta-modulo #modulo4{
    max-width: 151px;
    width: 100%;
    height: 140px;
}
