﻿.Tabla {
    overflow-y: scroll;
    max-height: 65vh;
}

.Logo {
    background-color: #ffde59a3;
    min-height: 10vh;
    font-size: 10px;
    align-items: center;
}

.BotonCajaConfirmar {
    background-color: #97D47D;
}

.BotonCajaSeguir {
    background-color: #64fcc6;
}

.BotonCajaPagar {
    background-color: #faa360;
}

.Iconosproducto {
    width: 30px;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none;
}

.frente {
    display: block;
    padding: 3px 8px;
    font-size: 1rem;
    border: solid 1px;
    border-radius: 1rem;
    transform: translateY(-4px);
}

.fondo {
    outline-offset: 4px;
    border-radius: 1rem;
}

    .fondo:active .frente {
        transform: translateY(0px);
    }


/*Radio butons*/

.radio label {
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
}

.radio:hover label {
    color: #808080;
}

.check {
    border: 2px solid #000;
    border-radius: 1.5rem;
    padding: 1.5vh;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

    .check:before {
        content: '';
        border-radius: 0%;
        margin: auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
    }

input[type=radio]:checked ~ .check {
    border: 2px solid #ffde59;
}

input[type=radio]:checked ~ label {
    color: black;
}

/*PagoStripe*/
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: unset;
    border: none;
    border-radius: 0;
}

.pagostripe {
    font-size: 1.5rem;
}

@media (max-width: 300px) {
    html {
        font-size: 60%;
    }
}

@media (min-width: 500px) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 700px) {
    html {
        font-size: 100%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 120%;
    }
}
