body {
    font-size: 0.9rem;
    background-color: white;
    overflow-x: hidden
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #E5292C;
    --bs-orange: #fd7e14;
    --bs-yellow: #C19D05;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #F1FDFD;
    --bs-white: #fff;
    --bs-gray: #adb5bd;
    --bs-gray-dark: #343a40;
    --bs-primary: #13B8EA;
    --bs-secondary: #292D65;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #F5F5F5;
    --bs-dark: #333333;
    --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

.tar-super {
    background-color: #8cc63f;
}

.tar-econ {
    background-color: #f7931e;
}

.tar-normal {
    background-color: #cd1719;
}

header {
    background-color: var(--bs-white);
    /*padding: 0.4% 0;*/
    border-bottom: 1px solid #ccc;
}

.alert {
    width: 90%;
    margin-left: 5% !important;
    text-align: center;
    /*font-weight: bold*/
}

#seleccionFechas {
    background-color: white;
    padding: 1%;
    width: 98%;
    margin: auto;
    border-radius: 5px;
}

.bg-dark {
    border-top: 12px solid var(--bs-primary);
}

.agentes_identificacion {
    position: absolute;
    display: none;
    background-color: #fff;
    padding: 1em;
    border-radius: 10px;
    width: 270px;
    right: 0px;
}

    .agentes_identificacion h4 {
        text-align: center;
    }

    .agentes_identificacion p {
        font-size: 0.8em;
    }

    .agentes_identificacion a {
        text-transform: none;
        padding: 0px;
    }

        .agentes_identificacion a:hover {
            color: #405d6f;
        }

    .agentes_identificacion input {
        width: 100%;
        position: relative;
    }


.cabereca_der {
    float: right;
    margin: 1.5em 0em;
    text-align: right;
    /*width: 80%;
    right: 10px;
    position: absolute;*/
}

    .cabereca_der table tr td {
        padding-left: 1em;
    }


.logoCam {
    padding-top: 1em;
}

.agentes_identificacion label {
    width: 100%;
    text-align: left;
    padding: 0.5em;
}

.agentes_identificacion .pasword {
    position: relative;
}

    .agentes_identificacion .pasword span {
        position: absolute;
        top: 36px;
        right: 10px;
    }

.agentes_identificacion input[type=checkbox] {
    float: left;
    width: 20px;
    margin-top: 0.75em;
}

.agentes_identificacion .control-label {
    width: 100px;
    float: left;
}

.agentes_identificacion input[type=submit] {
    background-color: #292D65;
    color: #fff;
    margin: 0.5em 0px;
    padding: 0.40em 0px;
}

    .agentes_identificacion input[type=submit]:hover {
        background-color: #000;
    }

.agentes_identificacion p {
    text-align: left;
}

    .agentes_identificacion p a {
        color: #292D65;
        font-weight: bold;
    }

        .agentes_identificacion p a;hover {
            color: #000;
            font-weight: bold;
        }

h1 {
    /*color: var(--bs-primary);*/
    font-family: 'Bebas Neue', Verdana, Geneva, Tahoma, sans-serif;
}

.numero {
    border-radius: 50%;
    background-color: #14B8EA;
    font-weight: bold;
    font-style: normal;
    font-size: 0.65em;
    width: 40px;
    height: 40px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0px 2% 0px auto;
    float: left
}

.bloquegris {
    margin: 3% 0 3%;
    padding: 2% 4%;
    background-color: #F2F2F2
}

h2 {
    color: var(--bs-secondary);
    font-family: 'Bebas Neue', Verdana, Geneva, Tahoma, sans-serif;
    border-bottom: 1px solid var(--bs-secondary);
    text-align: center;
    margin: 1% 0;
}

a {
    text-decoration: none;
    color: var(--bs-primary);
}

.form-group {
    position: relative;
}

    .form-group #show_passwordA,
    .form-group #show_passwordC,
    .form-group #show_passwordR,
    .form-group #show_passwordLogin,
    .form-group #show_passwordRegistroPass {
        position: absolute;
        top: 35px;
        right: 10px;
    }

.list-checked,
.list-checked-white {
    list-style: none;
    padding-left: 0;
}

    .list-checked li::before {
        content: url(/assets/img/check.svg);
        width: 32px;
        display: inline-block;
        vertical-align: middle;
        line-height: 1;
    }

.page-link {
    color: var(--bs-primary);
}

header .nav-link:hover {
    background: var(--bs-light);
}

.smaller {
    font-size: initial;
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    /*font-size: 0.8rem;*/
}

.btn-none {
    border: 0 none;
    background: none;
    text-align: initial;
}

.cabecera video {
    width: 100%;
}

.acceso_cuenta {
    position: absolute;
    top: 14px;
    right: 14px;
    color: #fff;
    z-index: 1000;
}

    .acceso_cuenta a i {
        font-size: 1.5em;
        color: #597920;
        padding-top: 0.25em;
    }

.acceso_cuenta2 {
    position: fixed;
    color: #3D9735;
}

    .acceso_cuenta2 a i {
        transition: all 0.5s ease-in-out 0s;
    }



.leyendacalendario {
    background-color: #B5E2E2;
    padding: 0.5% 2%;
    border-radius: 5px;
    float: right;
    /*clear: both;
    position: relative;*/
}

.menu_movil {
    left: -100%;
    position: absolute;
    float: none;
    width: 100%;
    clear: both;
    transition: all 0.5s ease-in-out 0s;
    background-color: #f4f4f4;
    padding: 1em;
    top: 0;
    z-index: 100;
}

.menu_abierto {
    left: 0px;
    position: fixed;
    height: 3000px;
    transition: all 0.5s ease-in-out 0s;
}

.menu_abierto2 {
    left: -100%;
    position: fixed;
    height: 3000px;
    transition: all 0.5s ease-in-out 0s;
}

.menu_movil a:hover {
    background-color: #91C24F;
    color: #fff;
    text-decoration: none;
}

.menu_movil h3 {
    color: #3D9735;
}

.menu_movil a {
    display: block;
    clear: both;
    line-height: 2em;
}

    .menu_movil a:hover {
        color: #3D9735;
        text-indent: 2em;
        background-color: transparent;
    }

.menu_movil span {
    color: #999;
}

.contenido_confirma {
    padding: 1em;
}

    .contenido_confirma h2 {
        padding-top: 2rem;
        border-top: 1px silver solid;
        margin-top: 1rem;
    }

.confirma_tiempo_carrito {
    color: #6D3C3D;
    font-weight: bold;
    font-size: 1.2em;
    float: right;
}

    .confirma_tiempo_carrito span {
        display: block;
        text-align: right;
        background-image: url(../assets/img/relojito.png);
        background-position: right 60px center;
        background-repeat: no-repeat;
    }

.confirma_tiempo_carrito_texto {
    color: #6D3C3D;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    line-height: 14px;
}

.confirma_bloque_inferior {
    margin-top: 1em;
}

    .confirma_bloque_inferior h2 {
        float: none;
        margin-top: 0px;
    }

.contenido_confirma_forma_pago span {
    color: #333;
    text-transform: uppercase;
    display: block;
    float: none;
    clear: both;
    font-size: 0.7em;
    font-weight: bold;
}

.contenido_confirma_forma_pago {
    display: table-cell;
    padding: 1em 4em 1em 2em;
    vertical-align: middle;
    position: relative;
}

    .contenido_confirma_forma_pago input[type="radio"] {
        position: absolute;
        top: calc(22px + 2em);
        left: 0px;
    }

.confirma_aviso {
    width: 90%;
    margin: 2em 1em;
    font-size: 0.9em;
    color: #333;
}

    .confirma_aviso span {
        color: #AD0000;
    }

.confirma_precio_total {
    /*width: 90%;*/
    display: block;
    margin: 0px auto;
    text-align: right;
    clear: both;
    margin-bottom: 1em;
}

    .confirma_precio_total span {
        font-size: 0.8em;
        line-height: 0.5em;
        color: #292D65;
    }

.confirma_boton_pie input[type=submit] {
    background-color: #292D65;
    color: #fff;
    padding: 0.25em 4em;
    font-weight: bold;
    border: 1px #597920 solid;
    margin: 1em 0px;
}

    .confirma_boton_pie input[type=submit]:hover {
        background-color: #000;
        color: #fff
    }

.confirma_pago_seguro {
    float: left;
    border-radius: 10px;
    background-color: #fff;
    padding: 0.5em;
    margin-top: 3.5%;
}

    .confirma_pago_seguro i {
        font-size: 3em;
        display: table-cell;
    }

    .confirma_pago_seguro span {
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        display: table-cell;
        vertical-align: top;
        line-height: 1.5em;
        font-size: 1em;
        padding-left: 1em;
    }

.productos_resumen_precio_numero {
    font-size: 2em;
    font-weight: bold;
    color: #597920;
    padding-right: 10px;
}

    .productos_resumen_precio_numero::after {
        font-weight: bold;
        content: "€";
    }

    .productos_resumen_precio_numero span {
        font-size: 0.6em;
    }

.productos_resumen .productos_resumen_precio_numero::after {
    font-size: 0.6em !important;
}

.confirma_registrado {
    background-color: #f4f4f4;
    display: block;
    padding: 0.4em 1em;
    width: calc(100% - 1em);
    margin: 0px auto;
    border-radius: 0px;
}

    .confirma_registrado a {
        float: right;
        background-color: #292D65;
        color: #fff;
        padding: 1em;
        font-size: 0.8em;
        margin: -0.5em -1em;
        border-radius: 0px;
    }

        .confirma_registrado a:hover {
            background-color: #000;
        }

    .confirma_registrado i {
        padding-top: 0.5em;
    }

.usuarioLogin {
    margin: 0px auto;
    display: table;
    padding-bottom: 2em;
    padding-top: 1rem;
}

    .usuarioLogin h2 {
        text-align: center;
    }

    .usuarioLogin select {
        width: 300px;
    }

    .usuarioLogin a {
        font-weight: bold;
    }

.usuarios_texto_movil {
    width: 90%;
    margin: 0px auto;
    text-align: justify;
}

.zona_usuario_contenedor {
    width: auto;
    border-radius: 0px;
}

.zona_usuarios_tabla {
    text-align: center;
}

.zona_usuarios_item div {
    height: 100px;
    transition: all 0.2s ease-in-out 0s;
    font-size: 0.9em;
    line-height: 1em;
    margin: 0px auto;
    border: 1px solid var(--bs-primary);
    border-radius: 5px;
    padding: 2%;
}

.zona_usuarios_item {
    display: inline-block;
    padding: 0px;
    width: 30%;
    /*float: left;*/
    margin: 1em 0px;
    padding-right: 5px;
}

    .zona_usuarios_item i {
        font-size: 4em;
        padding-bottom: 2%;
    }

    .zona_usuarios_item span {
        clear: both;
        font-size: 1.5em;
        padding-top: 5px;
        /*font-weight:bold;*/
    }
/*Etiqueta para elementos que no queremos que aparezcan en PC pero si en móvil*/
.Movil {
    display: none;
}

.noPc {
    display: none;
}

.usuario_compras_cadacompra {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    margin: 2em auto;
    width: 90%;
    padding: 2%;
}

.usuario_compras_cadacompra_datos {
    display: block;
    background-color: #f4f4f4;
    padding: 1em;
}

.usuario_compra_dato {
    display: table-cell;
    padding: 0.5em;
}

.usuario_compra_linea {
    display: table;
    width: 90%;
    padding: 0.5em;
    border-bottom: 1px silver dashed;
    margin: 0px auto;
}

.usuario_linea_producto {
    display: table-cell;
    width: 80%;
}

.usuario_linea_producto_nombre {
    font-weight: bold;
    color: var(--bs-primary) !important;
}

.entrada_nocambios_alert {
    background-image: url(../assets/img/alert.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 25px;
    transition: all 0.2s ease-in-out 0s;
    font-size: 0.9em;
}

.productos_resumen_precio_boton input {
    width: 180px;
    background-color: #597920;
    color: #fff;
    font-size: 1.1em;
    line-height: 2em;
    margin-top: 1em;
}

.pago_correcto {
    margin: 2em auto;
}

    .pago_correcto h2 {
        text-align: center;
        float: none;
    }

.pago_correcto_productos {
    font-size: 0.8em;
}

    .pago_correcto_productos a {
        font-weight: bold;
        text-transform: uppercase;
    }

        .pago_correcto_productos a::before {
            font-family: "Font Awesome 5 Free";
            content: "\f381";
            padding-left: 0.5em;
        }

/*RESPONSIVO*/

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: all;
    }
}

.btn-outline-primary {
    color: var(--bs-primary);
    border-color: var(--bs-primary);
    background-color: var(--bs-white);
}

.btn-outline-secondary {
    background-color: var(--bs-white);
}

/*Begin Texts colors*/
.text-primary {
    color: var(--bs-primary) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.text-success {
    color: var(--bs-success) !important;
}

.text-info {
    color: var(--bs-info) !important;
}

.text-warning {
    color: var(--bs-warning) !important;
}

.text-danger {
    color: var(--bs-danger) !important;
}

.text-light {
    color: var(--bs-light) !important;
}

.text-dark {
    color: var(--bs-dark) !important;
}

.text-white {
    color: var(--bs-white) !important;
}

.text-muted {
    color: var(--bs-gray) !important;
}

.text-shadow {
    text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.75);
}

/*End Texts colors*/
.text-initial {
    text-transform: initial;
}

.text-justify {
    text-align: justify;
}

.lh-0 {
    line-height: 1.25 !important;
}

.ff-normal {
    font-family: var(--bs-font-sans-serif);
}

.ff-bebas {
    font-family: 'Bebas Neue', Verdana, Geneva, Tahoma, sans-serif;
}

.ff-autumn {
    font-family: 'Autumn in November', cursive;
}

.p-6 {
    padding: 4.5rem !important;
}

.px-6 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
}

.py-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.bg-cyan {
    background-color: var(--bs-cyan);
}

#jumbotron {
    background-image: url(/assets/img/100k-estaciones-astun-candanchu.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 75vh;
}

.bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-parking {
    background-image: url(/assets/img/cabeceraParking.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 410px;
}

    .bg-parking h1 {
        color: #fff;
        font-size: 5em;
    }

footer a {
    text-decoration: none;
}

svg .primary {
    fill: var(--bs-primary) !important;
}

.smaller {
    font-size: 0.7rem;
}

.bg-ofertas small {
    font-size: 12px;
    text-transform: initial;
    font-weight: normal;
}

.partners img {
    max-width: 80px;
}

.bg-gray {
    background-color: var(--bs-gray) !important;
}

/* card animation */
.card-large {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    min-height: 330px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

    .card-large a {
        text-decoration: none;
    }

    .card-large.card-has-bg {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        background-size: 120%;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .card-large.card-has-bg:before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: inherit;
            /*-webkit-filter: grayscale(1);
            -moz-filter: grayscale(100%);
            -ms-filter: grayscale(100%);
            -o-filter: grayscale(100%);
            filter: grayscale(100%);*/
        }

        .card-large.card-has-bg:hover {
            transform: scale(0.98);
            box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.3);
            background-size: 130%;
            transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
        }

            .card-large.card-has-bg:hover .card-img-overlay {
                transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
                background: #234f6d;
                /*background: linear-gradient(0deg, rgba(4, 69, 114, 0.5) 0%, #044572 100%);*/
                background: rgba(4, 69, 114, 0.5);
            }

    .card-large .card-footer {
        background: none;
        border-top: none;
    }

    .card-large .card-body {
        transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    }

    .card-large:hover {
        cursor: pointer;
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }

        .card-large:hover .card-body {
            margin-top: 30px;
            transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        }

    .card-large .card-img-overlay {
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        background: #234f6d;
        background: transparent;
        background: rgba(35, 79, 109, 0.1);
        /*background: linear-gradient(0deg, rgba(35, 79, 109, 0.3785889356) 0%, #455f71 100%);*/
    }

/* card animation */
#tooltip {
    background: #333;
    color: white;
    font-weight: bold;
    padding: 4px 8px;
    font-size: 13px;
    border-radius: 4px;
}

.btn-white {
    color: #000;
    background-color: #ffffff;
    border-color: #ffffff;
}

    .btn-white:hover {
        color: #000;
        background-color: #f9fafb;
        border-color: #f9fafb;
    }

.divider {
    background-color: var(--bs-primary);
    height: 2px;
    width: 150px;
    margin: 30px auto;
    text-align: center;
}

.dropdown-large {
    padding: 1rem;
}

.btn-danger.dropdown-toggle::after {
    color: var(--bs-white);
}

.navbar .megamenu {
    padding: 1rem;
}

/*/*RESTAURANTES 20220412 FiDi*/

#items-productos .row:not(:window-inactive) {
    animation-duration: 3s;
    animation-name: productoParcial;
}

#items-productos .row:not(:window-inactive) {
    animation-duration: 3s;
    animation-name: productoParcial;
}

#emergentePoner,
#emergenteQuitar {
    position: fixed;
    background-color: #fff;
    text-align: center;
    padding: 2rem;
    font-size: 1.3em;
    top: 25%;
    width: 30%;
    left: 35%;
    z-index: 10000;
    border: 1px #ccc solid;
    border-radius: 10px;
    display: none;
    box-shadow: 0px 0px 10px #666;
}

.emergente img {
    margin: 1em auto;
    width: 30%;
}

a.info {
    position: relative;
    text-decoration: none !important;
    transition: all .2s ease-in-out 0s;
}

    a.info:hover {
        z-index: 999;
        background-color: #fff; /* DEBE haber un color de fondo */
        cursor: pointer;
    }

    a.info span {
        display: none;
    }

    a.info:hover span {
        display: block;
        position: absolute;
        bottom: 2em;
        left: 2em;
        width: 500px;
        padding: 1rem;
        background-color: #fff;
        color: #11a4f0;
        border: 1px solid #11a4f0;
        border-radius: 10px;
        font-size: 0.9em;
        text-align: justify;
    }

.tns-outer {
    position: relative;
}

@media all and (min-width: 992px) {
    .dropdown-large {
        min-width: 340px;
    }

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
        text-transform: uppercase;
    }
}

.border-left-primary {
    border-left: .5rem solid var(--bs-primary);
}

.border-left-warning {
    border-left: .5rem solid var(--bs-warning);
}

.form-label {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--bs-gray)
}

@media (max-width: 650px) {

    .Pc {
        display: none;
    }

    .Movil {
        display: block;
    }

    .dropdown-large {
        width: 250px;
    }

    .nav-pills.border {
        border: 0 none !important;
    }

    .ratio-16x9 {
        --bs-aspect-ratio: 100%;
    }

    #emergentePoner,
    #emergenteQuitar {
        top: 5%;
        width: 90%;
        left: 5%;
    }

    .zona_usuarios_item {
        width: 48%;
    }


        .zona_usuarios_item span {
            font-size: 1.2em;
        }

    .producto_cantidad {
        width: 53%;
    }

    a.info:hover span {
        left: -150px;
        width: 330px;
    }
}

@media (max-width: 807px) {
    .cabecera video {
        width: auto;
    }

    .bg-sm-primary {
        background-color: var(--bs-primary);
    }

    .navbar-light .navbar-toggler {
        background-color: var(--bs-white);
    }

    .collapse.show ul {
        margin: 0 20px;
    }
}

.table-resume td:nth-last-child(-n+1) {
    /*text-align: right;*/
    width: 5rem;
}

.grecaptcha-badge {
    visibility: hidden;
}

.swiper-pagination-bullet {
    margin: 0 10px;
}

.required::after,
required::after {
    content: "*";
    color: var(--bs-secondary);
    margin-left: 6px;
}

.table-hover > tbody > tr:hover {
    --bs-table-accent-bg: #f7f5eb;
}

svg.fill-primary {
    fill: var(--bs-primary);
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

.mh-7 {
    min-height: 8rem;
}

#dvCarritoLayout {
    background-color: var(--bs-secondary);
    border-radius: 10px;
    float: right;
    margin-left: 2%;
    width: 200px;
}

#inner_footer {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0px 10px;
}

#footer_left {
    float: left;
    width: 50%;
}

    #footer_left img {
        display: block;
        float: left;
        width: auto;
        height: 70px;
        margin: 10px 0;
    }

    #footer_left h1 {
        display: none;
        margin-bottom: 15px;
        color: #FFF;
    }

#footer_right {
    float: right;
    width: 50%;
    /*margin-top: 80px;*/
    font-size: 22px;
    letter-spacing: 1.2px;
    text-align: right;
    color: #FFF;
}

    #footer_right a {
        color: #FFF;
        font-size: 0.5em;
    }

        #footer_right a:hover {
            color: rgba(93,141,181,1);
        }

    #footer_right h1 {
        margin: 0em;
    }

.footer_icon {
    clear: left;
    float: left;
    width: 30px;
    margin-right: 5px;
    margin-bottom: 15px;
    text-align: center;
}

.footer_text {
    float: left;
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #FFF;
}

.footer_icon i {
    font-size: 18px;
    line-height: 22px;
    color: rgba(10,84,139,1);
    color: #FFF;
}

.footer_mail {
    font-size: 18px;
    letter-spacing: 1.2px;
    color: #FFF;
}

    .footer_mail:hover {
        color: rgba(93,141,181,1);
    }

.contenedormatricula {
    background-color: #292D65;
    border-radius: 5px;
    padding: 1% 3%;
    float: left;
    display: block;
    color: white;
    text-transform: uppercase;
    font-weight: BOLD
}

@media only screen and (max-width : 500px) {

    .agentes_identificacion {
        position: fixed;
        width: 100%;
    }

    .bg-parking h1 {
        color: #fff;
        font-size: 3.5em;
    }

    .cabereca_der table tr td {
        padding-left: 0em;
    }

    .logocala {
        width: 100%;
        clear: both;
        display: block;
        text-align: center;
        float: none !important
    }

    .cabereca_der {
        float: none;
        margin: 0.5em 0%;
        text-align: right;
        width: 100%;
        right: 0px;
        /*position: relative !important;*/
    }

    #dvCarritoLayout {
        width: 100%;
    }


    .bg-parking {
        min-height: 250px;
    }

    .float-lg-end {
        width: 48%;
    }

    .tabla_res {
        display: table-row;
        width: 100%;
        padding: 1% 0;
    }

    .contenedormatricula {
        padding: 3% 3%;
    }

    .btn-validar {
        width: 95%;
        margin-top: 5%;
        padding: 2% 0;
    }

    #footer_left {
        float: left;
        width: 100%;
    }

    .footer_mail, .footer_text {
        font-size: 0.9em;
        letter-spacing: normal;
        color: #FFF;
    }

    #footer_right {
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 0px;
    }

    .ins-w {
        width: 100% !important;
    }

    .mt-3 {
        margin-top: 1rem !important;
        width: 90%;
        margin: auto;
    }

    .bg-parking img {
        width: 90%;
        margin: auto
    }
}
