.show {
    display: block;
}

.hide {
    display: none;
}

.images-absolute-administrador img {
    height: 100%;
}

.images-absolute-administrador {
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.cantidad-extra input {
    max-width: 50px;
    border: 0;
    background-color: transparent;
    text-align: center;
    padding-left: 10px;
}

.cantidad-extra button {
    background: transparent;
    border: 0;
}

.cantidad-extra .cantidad {
    height: 32px !important;
}

.seleccionado > div {
    background: #A2B260 !important;
    border-color: #A2B260 !important;
}

.seleccionado .text-secondary2 {
    color: #fff !important;
}

h2.text-secondary2 {
    font-size: 22px;
}

h4#texto-total {
    font-size: 20px;
}

.metodos-pagos .disabled {
    opacity: .5;
}

.metodos-pagos .disabled:hover {
    cursor: not-allowed;
}

.metodos-pagos label {
    cursor: pointer;
}

.metodos-pagos label.active {
    background: #cfcfcf;
}

.email-error {
    color: red;
    font-size: 11px;
}

.email-error a {
    color: red;
    text-decoration: underline;
}

.img-mascota img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 500px) {

    footer.c-princi .d-flex {
        flex-direction: column;
    }

    footer.c-princi .d-flex p {
        margin: 10px 0;
    }

    .img-fluid,
    #imgloquiero {
        display: none;
    }
}
