
.cards_menu{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}
.card_menu{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    gap: 25px;

    width: 100%;
    max-width: 558px;
}
.card_menu img{
    width: 100%;
    border-radius: 8px;
    border: 3px solid #002F6C;
}
.card_menu .button{
    margin-top: auto;
}


#botones{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start; 
    gap: 40px;           
}
#btn_acceder{
    width: 384px;
    height: 85px;
    /* margin: 0 30px 0 0; */
    padding: 29px 0;
    border-radius: 42.5px;
    background-color: #dfbcb0;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #002f6c;
    
}
#oppure{
    margin: 0;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#btn__ir_registro{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 384px;
    height: 85px;
    /* margin: 0 0 0 30px; */
    
    border-radius: 42.5px;
    border: solid 1px #fff;
    cursor: pointer;

    font-family: Montserrat;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}

#registration_button{
    margin: auto;
}

@media (max-width: 520px) {
    a{
        display: block;
    
        font-family: Montserrat;
        font-size: 16px;
        font-weight: 400;
        font-stretch: normal;
        font-style: normal;
        line-height: 130%;
        letter-spacing: normal;
        text-align: center;
        color: #6D81A3;
    }
    
    .cards_menu{
        gap: 24px;
    }
    .card_menu{
        gap: 12px;
    }
    .card_menu img{
        border: none;
    }
    .card_menu h2{
        font-size: 18px;
    }
    .card_menu p{
        font-size: 14px;
    }
    .card_menu .button{
        width: 100%;
    }

    #registration_button{
        width: 100%;
    }
}