﻿.Familias {
    padding-left: 5px;
    padding-right: 5px;
    height: 100vh;
    background-color: #ffde59;
}

.Familia {
    background-color: #ffde59;
    border: none;
    border-radius: 0px;
}

    .Familia > a {
        padding-top: 2vh;
        padding-bottom: 3vh;
        display: block;
        text-align: center;
    }


.Resumen {
    bottom: 2vh;
    position: absolute;
}

.ModalPago {
    position: fixed !important;
    left: 0;
    bottom: 2px;
    min-height: 65vh;
    width: 97%;
    border-radius: 1.5rem;
    margin-left: 0.5rem;
}



.fondo:active .frente {
    transform: translateY(0px);
}
