﻿* {
    font-family: 'Poppins', sans-serif;
}

.field-validation-error{
    display: block;
}

.validation-summary-errors > ul > li {
    list-style: none;
}

.div-LogOn {
    background-color: #FFF;
    border-radius: 10px;
    padding: 30px;
}

.input-LogOn{
    padding: 6px;
    border-radius: 5px;
    border: solid 1px #000;
}

body {
    background-color: rgb(236,236,236);
    height: 100vh;
    width: 100%;
    overflow: hidden;
}

#header-principal {
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: #FFF;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.div-logo{
    display: block;
}

.div-logo > img{
    width: 128px;
    object-fit: cover;
}

.icon-header{
    width: 50px;
    height: 50px;
}

.icon-x {
    width: 18px;
    height: 18px;
}

.bg-gris {
    background-color: rgb(236,236,236);
}

.border-radius-15 {
    border-radius: 15px !important;
}

.input-gris {
    color: #acacac;
    background-color: #ececec;
    border-radius: 6px;
    border: none;
    text-align: center;
    width: 100%;
    padding: 4px;
}

.fs-7 {
    font-size: 0.75rem !important;
}

.fs-8 {
    font-size: 0.5rem !important;
}

.z-index-2 {
    z-index: 2;
}

.cover {
    object-fit: cover;
}

.contain{
    object-fit: contain;
}

.splide__track {
    padding: 0 !important;
}

/*TICKETS*/
#tickets {
    background-color: rgb(225,221,220);
}

.ticket{
    height: 170px;
    display: flex;
    justify-content: center;
    color: #000;
}

.ticket:hover{
    color: #000;
}

.ticket > img{
    width: 95%;
}

.inner-ticket {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.inner-ticket > h5{
    font-size: .9rem;
}

.inner-ticket > h6{
    font-size: .7rem;
    font-weight: 300;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.text-gris{
    color: rgb(112,112,112);
}

/*Bloque principal*/

.buscador {
    border-radius: 10px;
    border: 0;
    background-color: rgb(236,236,236);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.input-buscador {
    background-color: rgb(236,236,236);
    width: 100%;
    height: 100%;
    border: 0;
}

.input-buscador:focus-visible {
    outline: none;
}

.icon-vehiculo {
    width: 130px;
    height: 130px;
}

.icon-edad, .icon-edad-azul {
    width: 30px;
    height: 30px;
    margin-right: 6px;
}

.edad{
    padding: 2px 15px;
    border-radius: 8px;
    border: 2px solid transparent;
    opacity: 0.4;
}

.edad.mostrar{
    opacity: 1;
}

.edad > div > .icon-edad-azul, .edad.active > div > .icon-edad{
    display: none;
}

.edad.active > div > .icon-edad-azul,.edad > div > .icon-edad {
    display: block;
}

.boton-calculadora {
    background-color: rgb(236,236,236);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    width: 100%;
}

.boton-calculadora:hover{
    cursor: pointer;
}

#num-billetes{
    font-size: 80px;
}

.bg-azul {
    border-radius: 10px;
    background-color: rgb(0,64,162);
}

.btn-gris, .btn-rojo, .btn-azul {
    border-radius: 10px;
    color: white;
    text-decoration: none;
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
}

.btn-gris {
    background-color: rgb(194,194,194);
}

.btn-rojo {
    background-color: rgb(205,101,100);
}

.btn-azul {
    background-color: rgb(0,64,162);
}

.btn-rojo > img, .btn-azul > img{
    width: 20px;
    height: 20px;
}

.btn-gris:hover, .btn-rojo:hover, .btn-azul:hover {
    color: white;
}

.btn-fecha{
    height: 70px;
}

.btn-add.active, .btn-comprar.active, .btn-fecha.active {
    background-color: rgb(12,70,166);
}

.py-11px {
    padding-top: 11px;
    padding-bottom: 11px;
}

.titulo-vehiculo{
    margin-bottom: 0;
    font-size: 1rem;
}

.detalles-vehiculo{
    position: absolute;
    top: 10px;
    right: 10px;
}

.vehiculo {
    border: 2px solid transparent;
}

.vehiculo.active, .edad.active {
    border: 2px solid rgb(12,70,166);
    background-color: rgb(228,234,246);
}

.precio-vehiculo {
    margin-bottom: 0;
    font-size: .65rem;
    font-weight: 400;
    text-align: center;
    margin-left: 10px;
    max-height: 0px;
    opacity: 0;
    overflow: hidden;
    transition: all 0s ease;
}

.precio-vehiculo.active{
    max-height: 15px;
    opacity: 1;
    transition: all .5s ease;
}

.edad.active > div > h6 {
    color: rgb(12,70,166);
}

/*Bloque Derecho*/
.border-left-gris {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
}

.border-bottom-gris {
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.icon-basura {
    width: 45px;
    height: 45px;
    background-color: rgb(236,236,236);
    border-radius: 10px;
    padding: 5px;
}


#contenido.pagado .div-pago, .div-pagado {
    display: none;
}

#contenido.pagado .div-pagado, .div-pago {
    display: flex;
}

#contenido.confirm .div-pago h6 {
    color: rgb(169,169,169);
}

#contenido.confirm .div-pago .btn-pago.active {
    background-color: rgb(236,236,236);
    border: 2px solid rgb(169,169,169);
}

#contenido.confirm .div-pago .div-confirmar-compra {
    display: block;
}

#contenido.confirm .div-pago .btn-comprar {
    display: none;
}

#contenido.confirm .div-pago .div-forma-pago {
    margin-bottom: 1rem;
}

#contenido.confirm .lista-compra h6, #contenido.confirm .titulo-ticket {
    color: rgb(169,169,169);
}

.div-forma-pago {
    background-color: #FFF;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 6px 0;
    border-radius: 10px;
    margin-bottom: 3rem;
}

.btn-pago {
    font-size: .75rem;
    padding: 5px;
    border-radius: 8px;
    border: 2px solid transparent;
}

.btn-pago.active {
    border: 2px solid rgb(12,70,166);
    background-color: rgb(228,234,246);
    color: rgb(12,70,166);
}

.lista-compra {
    height: 345px;
}

.div-confirmar-compra{
    display: none;
}

.lista-compra > div:nth-child(2n+1) {
    background-color: rgb(236,236,236);
    border-radius: 10px;
}

.w-fit-content{
    width: fit-content !important;
}

.dt-buttons.btn-group{
    width: 100%;
}

.btn-xs, .btn-xs:hover, .btn-xs:focus, .page-item.active .page-link{
    border: none;
    box-shadow: none;
    background-color: rgb(0,64,162);
}

.dt-buttons.btn-group > .btn {
    border: none;
    box-shadow: none;
    background-color: rgb(0,64,162);
    color: white !important;
}

#kt_datatable_example_1 > tbody > tr > td {
    padding: 10px;
}

@media (max-width: 575.98px) {
}

@media (max-width: 767.98px) {
}

@media (max-width: 991.98px) {
}

@media (max-width: 1199.98px) {
    #num-billetes {
        font-size: 60px;
    }

    .boton-calculadora {
        padding: 12px;
    }

    .titulo-vehiculo{
        font-size: .75rem;
    }

    .icon-vehiculo{
        width: 100px;
        height: 100px;
    }

    .lista-compra {
        height: 235px;
    }

}

@media (max-width: 1399.98px) {
}


/* CSS CONTROLADOR TICKET */

.bg-verde{
    background-color: rgb(148,207,122);
}

.bg-rojo{
    background-color: rgb(232,113,99);
}

.icon-ticket{
    width: 17px;
    height: 17px;
}




.btn-fecha.active {
    background-color: rgb(12 70 166 / 70%);
}

.btn-localizador-externo.active {
    background-color: rgb(12 70 166 / 70%);
}