.contenedor-modulos {
    margin-top: 140px;
    text-align: center;
}

.contenedor-modulos h2 {
    font-size: 50px;
    color: #565656;
    font-weight: bold;
    margin-bottom: 180px;
}

.contenido-modulos {
    display: flex;
    justify-content: center;
    gap: 120px;
    flex-wrap: wrap;
}

.item-modulo {
    text-align: center;
}

.carta-modulo {
    width: 248px;
    height: 228px;
    background-color: #fff;
    border-radius: 45px;
    box-shadow: 0 5px 4px rgba(0,0,0,0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border: 1px #D9D9D9 solid;
    transition: transform 0.2s ease;
}

.carta-modulo:hover{
    background-color: #edf8eb;
    cursor: pointer;
}

.carta-modulo #modulo1 {
    max-width: 151px;
    width: 100%;
    height: 140px;
}

.carta-modulo #modulo2 {
    max-width: 123px;
    width: 100%;
    max-height: 123px;
    height: 100%;
}

.carta-modulo #modulo3 {
    max-width: 125px;
    width: 100%;
    max-height: 119px;
    height: 100%;
}

.carta-modulo #modulo4 {
    max-width: 140px;
    width: 100%;
    max-height: 140px;
    height: 100%;
}

.nombre-modulo {
    font-size: 30px;
    color: #000000;
    font-family: Montserrat, sans-serif !important;
}