@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

.raleway-regular {
    font-family: "Raleway", sans-serif;
}

body {
    font-size: 14px !important;
    font-family: "Raleway", sans-serif;
}

#zoom-button-list {
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 100;
    transform: translate(0, -50%);
    display: none;
}

#root svg {
    position: relative !important;
}

.zoom-button {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, 0.75);
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
    font-size: 27px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin-bottom: 10px;
    user-select: none;
}

.zoom-button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
}

.tooltipSeatMap {
    position: absolute;
    bottom: -230%;
    left: 50%;
    margin-left: -96px;
    width: 200px;
    height: 70px;
    color: #fff;
    background-color: black;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    visibility: hidden;
}
.tooltipSeatMap::before {
    content: "";
    border-width: 5px;
    border-style: solid;
    top: -9px;
    left: 90px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
}
.show {
    visibility: visible;
}
.hiddeTooltip {
    visibility: hidden;
}


.navbar {
    margin-bottom: 0;
    border-bottom: none;
    border-radius: 0px;
}

p {
    font-size: 14px;
}

.navbar-main {
    position: relative;
}

.navbar-main ul {
    background-color: #98ba01;
}

.navbar-main a {
    font-weight: bold;
    color: white;
}

.navbar-main:before {
    position: absolute;
    content: ' ';
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    background-color: #98ba01;
    width: 40px;
    height: 100%;
    display: block;
    left: -10px;
}

section {
    background-color: #dedddb;
}

section.alt {
    background-color: #ffffff;
}

#plaza-header {
    background-image: url(../images/EventsDesktop21.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 368px;
}

.titulo span {
    position: relative;
    display: inline-table;
    padding: 12px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.titulo span .glyphicon {
    font-size: 14px;
    margin-left: 6px;
}

.titulo {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
}

.titulo span:before {
    position: absolute;
    content: ' ';
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    right: -10px;
    width: 20px;
    height: 100%;
    top: 0;
}

.titulo-azul {
    background-color: #002173;
}

.titulo-azul a, .titulo-verde a, .titulo-naranja a {
    color: #ffffff;
    font-size: 16px;
    margin-top: 14px;
    margin-right: 14px;
}

.titulo-azul span {
    background: #00192e;
}

.titulo-azul span:before {
    background: #00192e;
}

.titulo-naranja {
    background-color: #ffa901;
}

.titulo-naranja span {
    background: #fc8e01;
}

.titulo-naranja span:before {
    background: #fc8e01;
}

.titulo-verde {
    background-color: #CDA434;
}

.titulo-verde span {
    background: #e9a329;
}

.titulo-verde span:before {
    background: #e9a329;
}

.titulo-gris {
    padding: 0;
    background: #676568;
}

.titulo-gris span {
    color: white;
    background: #474546;
}

.titulo-gris span:before {
    background: #474546;
}

.titulo-gris .second {
    display: inline-block;
    margin-left: 20px;
    color: white;
}

.ver-tienda-naranja {
    padding: 0;
    background: #ffa901 !important;
}

.ver-tienda-naranja:hover {
    background: #f79100 !important;
}

.ver-tienda-naranja span {
    color: white;
    background: #f79100;
}

.ver-tienda-naranja span:before {
    background: #f79100;
}

.ver-tienda-naranja .second {
    display: inline-block;
    margin-left: 20px;
    color: white;
    font-style: normal;
    font-size: 16px;
}

.ver-tienda-naranja .glyphicon-chevron-right {
    float: right;
    margin-right: 14px;
    margin-top: 18px;
    color: #c77100;
}

.img-medalla {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer {
    /*background-image: linear-gradient(to left top, #051937, #133861, #1d5b8e, #1f81bc, #12a9eb);*/
    /* background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12); */
    background: rgb(0,33,115);
    background: #ffa31f;

}

footer img {
    width: 260px;
}

footer .container {
    padding: 20px;
    color: #ffffff;
}

footer .container a {
    color: #ffffff;
}

.titulo_footer {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: bold;
}

.address {
    padding-left: 20px;
    position: relative;
}

.address .glyphicon {
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 16px;
}

.slide {
    position: relative;
    display: table;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
}

.left {
    left: 8px;
}

.right {
    right: 8px;
    /*  right: 10px;
        background-color: #83c440 !important; */
}

.left, .right {
    color: white;
    top: calc(50% - 20px);
    cursor: pointer;
    position: absolute;
    width: 40px !important;
    height: 40px;
    display: block;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: rgb(0 0 0);
}

.left:hover, .right:hover {
    background: rgba(50, 50, 50, 0.8);
}

.slide-item {
    margin-bottom: 0px;
    padding: 12px;
}

.slide-item:hover {

}

.slide-item img {
    margin: 0 auto;
}

.slide-item h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0px;
    color: #00246f;
    min-height: 33px;
    margin-left: 4px;
}
.slide-item p {
    white-space: nowrap;
}

.slide-item .btn {
    margin-top: 0px;
}

.slide-item .btn .glyphicon {
    margin-right: 5px;
}

.slide-item .btn .glyphicon-tags {
    margin-right: 6px;
}

/****************/
/* SLIDE HEADER */
/****************/
.slider-eventos{
    padding-bottom: 50px;
    padding-top: 80px;
}
.slide-header-item {
    position: absolute;
    overflow: hidden;
}

.slider-header-item-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    width: calc(100% + 13px);
    display: table;
}

.slider-header-item-fecha, .slider-header-item-detalle, .slider-header-item-compra {
    display: inline-table;
    padding: 13px 20px;
    color: white;
}

.slider-header-item-fecha {
    width: 18%;
    background: #CDA434;
   /* transform: skewX(-20deg);*/
    margin-left: -15px;
    padding-left: 40px;
}

.slider-header-item-fecha p {
    font-size: 17px !important;
    margin-bottom: 0;
    line-height: 22px;
    /*transform: skewX(20deg);*/
    margin-left: 0px !important;
}

.slider-header-item-fecha span, .slider-header-item-detalle span {
    font-weight: bold;
    display: table;
    clear: both;
}

.slider-header-item-detalle {
    width: 58%;
    background: #d80000;
    /*transform: skewX(-20deg);*/
    padding-left: 50px;
    /*margin-left: -19px;*/
}

.slider-header-item-detalle p {
    font-size: 17px !important;
    margin-bottom: 0;
    margin-top: 2px;
    line-height: 21px;
    /*transform: skewX(20deg);*/
    margin-left: 0 !important;
}

.slider-header-item-compra {
    width: calc(100% - 10px);
    background: rgba(0, 0, 222, 0.2);
    padding: 1px 32px 15px;
    /* margin-left: -15px; */
    text-align: center;
}

.slider-header-item-compra .btn {
    margin-top: 15px;
}
.bg-slider-welcome{
    /*background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);*/
    background: #FFFFFF;
}

.img-thumbnail {
    padding: 2px;
    border-radius: 8px;

}

@media (max-width: 768px) {
    .slider-header-item-fecha p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .slider-header-item-detalle p {
        font-size: 16px !important;
        line-height: 20px;
    }

    .slider-header-item-compra {
        padding: 5px 20px 21px;
    }
}

.boton-azul {
    background-color: #ffa31f;
    border: #0076c0;
}

.boton-azul:hover {
    background: #00192e;
}

.boton-verde {
    background-color: #CDA434;
    border: #CDA434;
}

.boton-verde:hover {
    background: #e9a329;
}

.boton-naranja {
    background-color: #d80000;
    border: #d80000;
}

.boton-naranja:hover {
    background: #ff0000;
}

a.list-group-item {
    text-transform: uppercase;
}

a.list-group-item.active, a.list-group-item.active:focus {
    background-color: #f49304;
    border: #f49304;
    line-height: 14px;
    border: 1px solid #f49304;
}

a.list-group-item.active:hover {
    background-color: #ffa904;
}

span.list-group-item.active, span.list-group-item.active:focus {
    background-color: #f49304;
    border: #f49304;
    line-height: 14px;
    border: 1px solid #f49304;
    color: #000;
}

.proximos-eventos-container {
    display: flex;
    margin-bottom: 20px;
}

.proximos-eventos-container .col-md-3 .list-group-item {
    border: none;
    border-radius: 0;
}

.proximos-eventos-container .col-md-3 .list-group-item {
    border: none;
}

.proximos-eventos-container .col-md-3:first-of-type {
    padding-left: 15px;
}

.proximos-eventos-container .col-md-3:first-of-type .list-group {
    background: white;
    height: 100%;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.default {
    background: #8e8e8e;
    color: white;
}

.proximos-eventos-container .list-group-item span.fecha {
    display: table;
    clear: both;
    color: #474546;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.default:hover {
    background: #aaa;
}

.proximos-eventos-container .col-md-3:nth-child(2) .titulo-gris {
    line-height: 33px;
}

.proximos-eventos-container .col-md-3:nth-child(2) .ver-tienda-naranja {
    line-height: 32px;
}

.proximos-eventos-container .col-md-3:nth-child(1) .list-group-item {
    line-height: 34px;
}

.proximos-eventos-container .col-md-3:nth-child(2) .list-group-item.active {
    padding: 5px 15px;
}

.proximos-eventos-container .col-md-3, .proximos-eventos-container .col-md-6 {
    padding: 0;
}

.proximos-eventos-container .col-md-4:nth-child(1) .list-group-item {
    line-height: 34px;
    padding: 10px 35px 10px 15px;
}

.proximos-eventos-container .col-md-6 {
    padding-right: 15px;
}

#lista-eventos-click {
    max-width: 350px;
    margin-top: 5px;
    margin-left: 5px;
}

.bg-ordena {
    /* background-image: url("../images/grafica-tienda.jpg");*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}


.btntienda {
    position: absolute;
    bottom: 110px;
    left: 17%;
}
.banner-linktienda {
    background-color: #005363;
    /* position: absolute; */
    bottom: 0px;
    width: 100%;
}


.list-group-item-en-curso {
    padding: 1px 8px;
    background: #da2508;
    text-align: right;
    color: white;
    text-transform: uppercase;
    font-size: 10px;
}

#coliseos-activos {
    min-height: 398px;
    background-color: #C6C6C6;
    min-height: 418px;
    margin-bottom: 0px;
    overflow-y: auto;
}

.list-group-item-ver-tienda span:before {
    background: #f39301;
}

.list-group-item {
    border: 1px solid rgba(221, 221, 221, 0.14);
}

.boton-rojo {
    background: #fb6c53;
    border: #fb6c53
}

.boton-rojo:hover {
    background: #ff4120;
}

.boton-rojo:focus {
    background: #ff5129;
}

.banner-rojo {
    background-color: #ff3515;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.banner-rojo h3 {
    color: white;
}

.banner-rojo span {
    background: #eb2e14;
    padding-right: 60px;
    padding-left: 23px;
}

.banner-rojo span:before {
    background: #eb2e14;
    width: 100px;
    right: -50px;
}

.banner-rojo span .btn-success {
    margin-left: 84px;
    padding-left: 18px;
    padding-right: 18px;
}

.img-container {
    position: relative;
    overflow: hidden;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 40%;
    right: -60%;
    width: 60%;
    text-align: right;
    padding-right: 10px;
}

.img-overlay:before {
    content: ' ';
    position: absolute;
    width: 200%;
    background: rgba(0, 51, 96, 0.5);
    -ms-transform: skewX(-20deg); /* IE 9 */
    -webkit-transform: skewX(-20deg); /* Safari */
    transform: skewX(-20deg);
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
}

.text-overlay {
    right: 20px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.text-overlay hr {
    margin: 5px 0;
}

.text-overlay p, .text-overlay h4 {
    color: white !important;
    margin: 3px 0;
    text-align: right;
}

.text-overlay p {
    font-size: 0.9em;
}

.text-overlay h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 0.9em;
}

.text-overlay p span {
    display: block;
    clear: both;
    font-weight: bold;
    font-size: 1.3em;
}

.header-coliseo-container {
    overflow: hidden;
    width: calc(100% + 30px);
    display: table;
}

.header-coliseo {
    overflow: hidden;
    /*background-color: #000000;*/
}

.header-coliseo-container .slider-header-item-fecha {
    vertical-align: bottom;
}

.slider-header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}

.header-coliseo-container .slider-header-item-detalle {
    width: calc(80% + 15px);
}

.header-coliseo-container .slider-header-item-detalle p {
    line-height: 21px;
    text-transform: uppercase;
}

.detalle-evento-1 {
    background: #dedddb;
}

.detalle-evento-2 {
    background: #fff;
    padding: 10px;
}

.detalle-evento-2 h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.detalle-evento-3 {
    background: #fff;
}

.boton-azul, .boton-verde, .boton-rojo {
    text-transform: uppercase;
}

.detalle-evento-1 h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 10px;
}

.detalle-evento-1 h4 {
    font-size: 12px;
}

.detalle-evento-1 h4 strong {
    font-size: 16px;
}

.detalle-evento-3 h4 span {
    display: block;
    clear: both;
    font-weight: normal;
    font-size: 1em;
}

.container-addthis {
    padding: 5px 12px;
    display: block;
    text-align: right;
}

.imagen-medalla {
    margin-top: 15px;
}

.span-ticket {
    margin-right: 5px;
}

.detalle-evento {
    display: flex;
}

.back-btn {
    margin-right: 20px;
    margin-top: 8px;
    position: absolute;
    float: right;
    right: 10px;
}

.barra-azul-titulo-1 {
    background: #0278c3;
    transform: skewX(-20deg);
    padding-left: 50px;
    margin-left: 41px;
    width: 110%;
    height: 100px;
}

.barra-azul-titulo-1 p {
    line-height: 100px;
    display: block;
    margin: 0;
    color: #ffffff;
    font-size: 20px;
    transform: skewX(20deg);
    text-transform: uppercase;
}

.barra-azul-titulo-2 {
    background: #00192e;
    /*transform: skewX(-20deg);*/
    margin-left: 0px;
    width: 100%;
    /*    height: 100px;*/
}

.barra-azul-titulo-2 p, .barra-azul-titulo-2 h4, .barra-azul-titulo-2 .glyphicon, .barra-azul-titulo-2 img {
    margin: 0;
    color: #ffffff;
    /*transform: skewX(20deg);*/
}

.img-overlay-barra-azul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41%;
    width: 40%;
}

.img-container-barra-azul {
    position: relative;
}

.img-container-barra-azul img {
    position: absolute;
    height: 200px;
    margin-left: -15px;
}

.img-overlay-barra-azul:before {
    content: ' ';
    position: absolute;
    width: 230%;
    background: rgba(0, 0, 150, 0.5);
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    text-align: left;
    top: 0;
    bottom: 0;
    left: 0;
    height: 200px;
}

.barra-azul-titulo {
    display: flex;
    overflow: hidden;
}

.barra-azul-titulo .col-md-9 {
    overflow: hidden;
}

.overlay-barritas {
    height: 100%;
}

.barra-azul-titulo-2 .col-md-6 {
    padding: 31px 38px;
}

.barra-azul-titulo-2 .col-md-6 p {
    font-size: 12px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-6 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 h4 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 p {
    font-size: 12px;
    font-weight: bold;
}

.barra-azul-titulo-2 .col-md-5 {
    padding: 31px 70px;
}

.barra-azul-titulo-2 .col-md-3 {
    padding: 20px 0;
}

.barra-azul-titulo-2 .col-md-3 {
    padding: 20px 0;
}

.barra-azul-titulo-2 .col-md-3 span {
    color: white;
    font-size: 35px;
}

.asientos {
    background: white;
    padding: 0;
    overflow: hidden;
    display: flex;
    margin-top: 10px;
    position: relative;
}

.detalle-asientos {
    background: #ffedd15c;
    margin-top: -42px !important;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
}

.tachito{
    color: #f00 !important;
}

.tu-lugar h2 {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.tu-lugar h2, p {
    /* margin-left: 20px;*/
}

.seleccion-asiento select {
    width: 100%;
}

.seleccion-asiento .form-control {
    height: 37px;
    font-size: 16px;
}

.seleccion-asiento {
    margin-left: 0px;
}

.seleccion-asiento .col-md-9 {
    padding-left: 0;
}

.cuadradito {
    position: relative;
    line-height: 14px;
    margin-left: 18px;
}

.cuadradito-rojo:before {
    background: #f93310;
}

.cuadradito-verde:before {
    background: #85af1b;
}

.cuadradito:before {
    left: -18px;
    content: ' ';
    position: absolute;
    height: 14px;
    width: 14px;
    display: inline-block;
}

.tu-lugar {
    margin-top: 20px;
}

.mapa-coliseo {
    margin-top: 20px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.mapa-coliseo h4, h2, h3 {
    margin: 0;
    color: black;
    font-weight: bold;
}

.mapa-coliseo h4:nth-child(1) {
    color: #aace09;
}

.mapa-coliseo h2 {
    font-size: 20px;
}

.mapa-coliseo h3 {
    font-size: 19px;
}

.mapa-coliseo h4 {
    font-size: 16px;
}

.butaquitas-container {
    margin: 10px 0;
    overflow-y: scroll;
    height: 400px;
}

.butaquitas-container label {
    background: url(../images/butaca.png) no-repeat center center;
    display: inline-block;
    width: 31px;
    height: 40px;
    margin: 2px;
    text-align: center;
    line-height: 28px;
    padding-top: 8px;
    color: white;
    cursor: pointer;
    opacity: 1;
    text-shadow: 0 0 3px black, 0 0 5px black, 0 0 5px black;
}

.butaquitas-container label input[type="checkbox"] {
    display: none;
}

.butaquitas-container label:hover {
    opacity: 0.7;
}

.butaquitas-container label.disabled {
    background: url(../images/butaca-gris.png) no-repeat center center;
    cursor: default;
}

.butaquitas-container label.disabled:hover {
    opacity: 1;
}

.img-evento-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0%;
    height: 100%;
    display: block;
}

.img-evento-header:after {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 41%;
    width: 40%;
}

/*
.row-transform p, h4, span, img{
    transform: skewX(20deg);
}*/

.btn-tarjetas {
    padding: 11px 12px 10px 11px
}

.tabla-tick {
    margin-bottom: 15px;
    text-transform: uppercase;

}

.detalle-asientos > .tabla-tick {
    margin-bottom: 0;
    margin-top: 10px;
}

.tabla-tick td {
    border-top: 0 !important;
    color: white;
}

.tabla-tick td #tachito {
    color: white;
    border-radius: 50%;
    background: red;
    text-align: center;
    padding: 3px 5px 3px 5px;

}

.tabla-tick td #tachito-pago {
    color: white;
    border-radius: 50%;
    background: red;
    text-align: center;
    padding: 3px 5px 3px 5px;

}

.tabla-tick td #editar {
    position: relative;
}

.tabla-tick td #editar:before {
    position: absolute;
    background: white;
    content: ' ';
    width: 10px;
    height: 11px;
    top: 0px;
    left: 2px;
    border-radius: 3px;
}

.pie-tabla-tick {
    /*text-transform: uppercase;*/
}

.pie-tabla-tick h5 {
    color: white;
    font-weight: bold;
}

.detalle-pago-1 {
    background: #0a7ecb;
}

.detalle-pago-2 {
    background: #fff;
}

.detalle-pago-3 {
    background: #fff;
    margin-bottom: 45px;
}

.detalle-pago {
    display: flex;
}

.detalle-pago-1 h4 {
    color: white;
    font-size: 16px;
    /*text-transform: uppercase;*/
    font-weight: normal
}

.detalle-pago-1 h4:nth-last-child(2) {
    font-weight: bold;
    background: #035fac;
    padding: 8px;
}

.detalle-pago-1 h4:nth-child(1) {
    margin-top: 25px;
}

.detalle-pago-2 h2 {
    color: #0984be;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.icheck-list {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.detalle-pago-3 p {
    margin: 20px;
}

#editar .glyphicon-edit {
    color: green;
    margin-right: 15px;
    font-size: 16px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
}

.ayuda {
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-nav > li > a {
    text-transform: uppercase;
}
.navbar-nav > li > a:hover {
    color: #000000;
}

.navbar-main .nav > li > a:hover {
    background-color: #CDA434;
}

.imagen-titulo-fastender img {
    margin-bottom: 0;
    margin-top: 5px;
    height: 60px;
}



.dropdown-menu {
    text-align: left;
    border: solid 1px #cccccc !important;
    font-size: 13px;
    border-radius: 7px !important;
}


.dropdown-menu li a {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    padding: 13px 18px 13px 15px;
}

.btn {
    font-size: 13px;
}

.truncate {

    /* width: 225px;*/
    /*
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
        */

}

.alert-carrito {
    padding: 9px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 0;
    opacity: 1;
    margin-top: 140px !important;
}

@media all and (min-width: 768px) {
    .alert-carrito {
        opacity: 1;
        margin-top: 0 !important;
    }
}

.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#coliseos-activos .list-group-item .glyphicon {
    margin-top: -25px;
    margin-right: -20px;
}

.carousel-inner > .item {
    height: auto;
    border-radius: 0 !important;
}

.imgCard {
    float: left;
    margin-right: 10px;
}

.cardMain {
    display: table;
}

.modal-footer {
    padding-right: 0;
    padding-left: 0;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-control {
    font-size: 13px;
}

.container-padding {
    padding-top: 6px;
    padding-bottom: 20px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-left: 4px;
}

.icono-mano {
    visibility: hidden;
}

#content-carrito {
    position: relative;
}

#content-carrito .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

#content-carrito .loading p {
    margin-top: 30%;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
}

.list-group-eventos {
    max-height: 180px;
    overflow-y: auto;
}

.list-group-item:last-child {
    border-radius: 0 !important;
}

.list-group-item:first-child {
   /* border-radius: 0 !important;*/
}

.container-padding .col-sm-6 {
    padding-bottom: 15px;
}

.persist-header {
    display: table;
    width: 100%;
    padding-top: 20px;
    background-color: #1173ba;
}

section.bg-grey {
    background: #e0e0e0;
}

.titulo-categorias {
    margin-top: 0;
    margin-bottom: 26px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bolder;
    background-color: #f6f6f7;
    font-size: 17px;
    color: #373e4a;
    padding: 10px;
    margin-left: -15px;
    margin-right: -15px;
}

.contenedor-centro-prod .img-responsive {
    border: 1px solid #ababab;
}

.col-xs-7 .label-precio {
    background-color: #1173ba;
    color: white;
}

.col-sm-6 .label-precio {
    background-color: #1173ba;
    color: white;
    margin-top: 4px;
    display: table;
    font-size: 16px;
}

.contenedor-productos {
    padding: 15px;
    background-color: #FFF;
    /*padding-bottom: 250px;*/
}

.p10 {
    font-size: 10px;
}

.p11 {
    font-size: 11px;
}

.p12 {
    font-size: 12px;
}

.p13 {
    font-size: 13px;
}

.p14 {
    font-size: 14px;
}

.p15 {
    font-size: 16px;
}

.p16 {
    font-size: 16px;
}

.color-red {
    color: #ea6857;
}

.color-gray {
    color: #a3a3a3;
}

.color-green {
    color: #52ac4e;
}

.color-blue {
    color: #377bb5;
}

.color-black {
    color: #333;
}

.color-black {
    color: #333;
}

.color-yellow {
    color: #FFD300;
}

.color-white {
    color: #FFF;
}

.pad35 {
    padding: 35px;
}

.pad30 {
    padding: 30px;
}

.pad25 {
    padding: 25px;
}

.pad20 {
    padding: 20px;
}

.pad15 {
    padding: 15px;
}

.pad10 {
    padding: 10px;
}

.pad5 {
    padding: 5px;
}

.mar35 {
    margin: 35px;
}

.mar30 {
    margin: 30px;
}

.mar25 {
    margin: 25px;
}

.mar20 {
    margin: 20px;
}

.mar15 {
    margin: 15px;
}

.mar10 {
    margin: 10px;
}

.mar5 {
    margin: 5px;
}

.padding-3 {
    padding: 3px;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-marging-top {
    margin-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-marging-bottom {
    margin-bottom: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-marging-right {
    margin-right: 0 !important;
}

.no-marging-left {
    margin-left: 0 !important;
}

.margin-15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}

.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.margin-15-top {
    margin-top: 15px;
}

.margin-0-bottom {
    margin-bottom: 0px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.margin-15-right {
    margin-right: 15px;
}

.padding-15-top {
    padding-top: 15px;
}

.padding-5-top {
    padding-top: 5px;
}

.padding-0-bottom {
    padding-bottom: 0px;
}

.padding-15-bottom {
    padding-bottom: 15px;
}

.margin-10-top {
    margin-top: 10px;
}

.margin-10-bottom {
    margin-bottom: 10px;
}

.margin-25-top {
    margin-top: 25px;
}

.margin-25-bottom {
    margin-bottom: 25px;
}

.padding-10-top {
    padding-top: 10px;
}

.padding-10-bottom {
    padding-bottom: 10px;
}

.space {
    border: none;
    margin: 20px 0 0 0;
    display: block;
}

.space10 {
    border: none;
    margin: 10px 0 0 0;
    display: block;
}

.divider {
    height: 1px;
    overflow: hidden;
    background-color: #e0e0e0;
}

.ico-menu-bar {
    vertical-align: bottom !important;
    font-size: 18px !important;
    margin-right: 4px !important;
    color: #e9a329;
}

.menu-superior {
    position: absolute;
    right: 5px;
    top: -52px;
}

.box-login {
    background: #FFF;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 26px;
    border-radius: 10px;
    display: table;
    width: 100%;
}

/* MEDIA RESPONSIVE */
/*
@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em;
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em;
    }

    .icono-mano {
        text-align: right;
        padding-right: 15px;
        margin-top: -27px;
        visibility: visible;
        width: 100%;
        position: absolute;
        z-index: 40;
    }
    .titulo span {
        font-size: 12px;
    }
    .slider-header-item-fecha {
        width: 100%;
    }
    .slider-header-item-detalle p{
        font-size: 11px !important;
        transform: none;
    }
    .header-coliseo-container .slider-header-item-detalle p {
        line-height: 13px;
    }
    .detalle-evento {
        display: inherit;
    }
    .header-coliseo-container .slider-header-item-detalle {
        width: calc(100% + 14px);
    }
    .slider-header-item-detalle {
        transform: none;
        padding-left: 13px;
    }
    .back-btn {
        margin-top: 0px;
        right: 3px;
    }
    .asientos {
        display: inherit;
    }
    .tu-lugar h2 {
        font-size: 14px;
    }
    .seleccion-asiento .col-md-3{
        padding-left: 0px;
        padding-top: 10px;
    }
    .detalle-asientos{
        overflow-x: scroll;
        padding-bottom: 0px;
    }
    .pie-tabla-tick{
        text-align: left;
        padding-left: 15px;
        padding-bottom: 15px;
    }
    .pie-tabla-tick .row .col-md-7{
        text-align: left;
    }
    .pie-tabla-tick .row .h4 {
        font-size: 13px;
    }
    .detalle-pago {
        display: inherit;
    }
    .detalle-pago-1 {
        padding-top: 1px;
        padding-bottom: 41px;
    }
    .detalle-pago-2{
        padding-top: 1px;
    }
    select.input-sm {
        min-width: 100px;
        padding: 5px 3px;
    }
    .slider-header-item-fecha, .slider-header-item-detalle{
        width: 100% !important;
    }
    .imagen-titulo-fastender img{
        width: 200px;
        margin-top: 11px;
    }

    .navbar-toggle {
        padding: 8px 8px;
        margin-top: -4px;
        margin-bottom: 8px;
        background-color: #1976bc;
    }

    .navbar-toggle .icon-bar{
        background-color: #ffffff;
    }
    .navbar-collapse{
        width: 100%;
    }
    .navbar-collapse .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .detalle-evento-1 .row {
        margin-left: 15px;
        margin-right: 15px;
    }

}
*/



.img-productos-carrito{
    /* border-radius: 14px 14px 0 0!important; */
}


.img-productos-carrito-content{
    min-height: 376px;
    border-radius: 9px !important;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.img-productos-carrito-content:hover{
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.015);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}
.titulo-carrito {
    background: #ffa31f;
    padding: 10px;
    border-radius: 7px 7px 0 0px;
    padding-left: 11px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    color: #ffff;
}


.icono-comida{
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 999999;
}
@media all and (min-width: 768px) and (max-width: 991px) {
    .box-btn-funciones {
        padding: 10px 10px 10px 10px !important;
        border-radius: 9px !important;
        margin: 15px 0 20px 0;
        text-align: center;
    }

}
@media all and (min-width: 768px) and (max-width: 1150px) {
    video {
        width: auto !important;
    }
}

@media all and (min-width: 241px) and (max-width: 768px) {
    #cantidades{
        margin-top: 10px;
    }
    .detalle-asientos {
        margin-top: 18px !important;
    }

    .box-btn-funciones {
        padding: 10px 10px 10px 10px !important;
        border-radius: 9px !important;
        margin: 15px 0 15px 0;
        text-align: center;
    }
    .img-productos-carrito{
        border-radius: 0px !important;
    }
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em;
    }

    .navbar-toggle {
        margin-right: 28px !important;
    }

    .titulo {
        margin-top: 0 !important;
    }

    .container {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .img-container{
        border-radius: 15px !important;
        margin-bottom: 5px !important;
    }
    .imagen-titulo-fastender {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .navbar-nav {
        margin-top: 0px !important;
        margin-right: 0px !important;
        margin-bottom: 0px !important;
        margin-left: 0px !important;
    }

    .slick-slider {
        margin-top: 0px !important;
    }

    #barrasuperior {
        top: 0 !important;
        border-width: 0 0 1px !important;
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 1030 !important;
        height: auto !important;
    }

    .persist-area {
        top: 52px !important;
        border-width: 0 0 1px !important;
        position: fixed !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 9 !important;
    }

    .persist-header {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }

    .persist-header .list-group {
        margin-bottom: 8px !important;
    }

    .alert-carrito {
        padding: 5px 15px !important;
    }

    .alert-carrito-check {
        margin-top: 52px !important;
    }

    .titulo-categorias {
        margin-top: 0px !important;
    }

    .panel-success {
        margin-top: 0px !important;
    }

    .icono-mano {
        text-align: right;
        padding-right: 15px;
        margin-top: -27px;
        visibility: visible;
        width: 100%;
        position: absolute;
        z-index: 40;
    }

    .slide {
        padding-left: 17px !important;
        padding-right: 17px !important;
        margin-bottom: 0px !important;
        margin-top: 8px !important
    }
    .box-search {
        position: relative !important;
        margin-left: 15px;
        margin-right: 15px;
        background-color: #ffffff;
        padding: 0px 7px 5px 7px;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
        border-radius: 7px;
        margin-top: 0px !important;
    }

    .box-search input {
        font-size: 13px !important;
        height: 38px !important;
    }

    .titulo span {
        font-size: 14px;
    }

    .slider-header-item-fecha {
        width: 100%;
    }

    .slider-header-item-detalle p {
        font-size: 11px !important;
        transform: none;
    }

    .header-coliseo-container .slider-header-item-detalle p {
        line-height: 13px;
    }

    .detalle-evento {
        display: inherit;
    }

    .header-coliseo-container .slider-header-item-detalle {
        width: calc(100% + 14px);
    }

    .slider-header-item-detalle {
        transform: none;
        padding-left: 30px;
    }

    .back-btn {
        margin-top: 0px;
        right: 3px;
    }

    .asientos {
        display: inherit;
    }

    .tu-lugar h2 {
        font-size: 14px;
    }

    .seleccion-asiento .col-md-3 {
        padding-left: 0px;
        padding-top: 10px;
    }

    .detalle-asientos {
        overflow-x: scroll;
        padding-bottom: 0px;
    }

    .detalle-asientos .container {
        margin-left: 0px !important;
    }

    .detalle-evento {
        margin-bottom: 0px;
        padding-bottom: 50px;
    }

    .asientos {
        margin-bottom: 65px;
    }

    .detalle-pago {
        margin-bottom: 65px;
    }

    .pie-tabla-tick {
        text-align: left;
        padding-left: 15px;
    }

    .pie-tabla-tick .row .col-md-7 {
        text-align: left;
    }

    .pie-tabla-tick .row .h4 {
        font-size: 13px;
        padding-bottom: 15px;
    }

    .detalle-pago {
        display: inherit;
    }

    .detalle-pago-1 {
        padding-top: 1px;
        padding-bottom: 41px;
    }

    .detalle-pago-2 {
        padding-top: 1px;
    }

    select.input-sm {
        min-width: 100px;
        padding: 5px 3px;
    }

    .slider-header-item-fecha, .slider-header-item-detalle {
        width: 100% !important;
    }

    .imagen-titulo-fastender img {
        max-width: 158px;
        margin-top: 9px;
    }

    .navbar-toggle {
        padding: 8px 8px;
        margin-top: 11px;
        margin-bottom: 8px;
    }

    .navbar-toggle .icon-bar {
        background-color: #ffffff;
    }

    .navbar-collapse {
        width: 100%;
    }

    .navbar-collapse .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .persist-header {
        padding-bottom: 10px;
    }

    .media-heading {
        margin: 10px 0 5px;
    }

    #content-carrito {
        margin-left: -15px;
        margin-right: 0;
    }

    .btn-group {

    }

    .table-responsive {
        padding-bottom: 15px;
    }

    #col-derecha {
        margin-top: 15px;
        margin-left: 5px;
        margin-right: 5px;
        margin-bottom: 51px;
    }

    section.bg-grey {
        margin-bottom: 35px;
    }

    .alt .container {

    }

    .alt .container img {
        margin-top: 2px;
    }

    section.alt {
        margin-bottom: 0px;
        margin-top: 52px;
    }

    .navbar {
        background-color: #00246f;
        /* position: fixed;
         right: 0;
         left: 0;
         z-index: 1030;
         */
    }

    #barrasuperior {
        border-bottom: 0 !important;
    }

    .navbar-nav > li > a {
        background-color: #00246f;
        color: white;
    }

    .navbar-nav {
        background-color: aliceblue;
    }

    .nav > li > a:hover, .nav > li > a:focus {
        background-color: #35b301 !important;
        color: #fff;
    }

    .menu-superior {
        z-index: 199;
        top: 0px;
    }

    #banner-home {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .titulo {
        margin-top: 10px;
    }

    .butaquitas-container {
        height: auto;
    }

    body {
        background-color: #e0e0e0;
    }

    .container-padding {
        padding-bottom: 55px;
    }

    #content-carrito {
        margin-bottom: 55px !important;
    }

    .slider-mobile {
        background-size: cover;
        background-position: center center !important;
        height: 100vh !important;
        background-repeat: no-repeat;
    }


}

/* FIN MEDIA RESPONSIVE */

#barrasuperior {
    height: 75px;
    z-index: 2;
}

.item-carouse-home{
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-top: 15px;

}
#slide-eventos a:hover{
color: #000000 !important;
}
.persist-area {
    /*padding-top: 15px;*/
}

.list-tab-style {
    padding: 0;
    list-style: none;
    text-align: center;
}

.list-tab-style li {
    display: inline-block;
    width: calc(100% / 2.5 - 3px);
}

.list-tab-style li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 0px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-size: 11px;
}

.list-tab-style li a:hover, .list-tab-style li a:focus, .list-tab-style li a:active {
    background: #f9f9f9;
    color: #333;
}

.fa-2x {
    font-size: 2em;
}

.fa-1-5x {
    margin-top: -5px;
    font-size: 1.5em !important;
}

.fa-ticket:before {
    content: "\f145";
}

.butaquitas-container label {
    position: relative;
}

.butaquitas-container label.active::before {
    position: absolute;
    content: "\f00c";
    background: #007D3D;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    left: calc(50% - 0px);
    top: -2px;
    color: white;
    font-family: FontAwesome, sans-serif;
    font-size: 10px;
    line-height: 14px;
}

.loading-container {
    width: 100%;
    position: relative;
}

.loading-container .loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

.loading-container .loading p {
    top: 50%;
    width: 100%;
    display: block;
    text-align: center;
    color: white;
    font-size: 20px;
    position: absolute;
}

.panel-success {
    margin-bottom: 45px;
}

.list-carrito .col-xs-6 {
    text-align: right;
}

.list-item-carrito{
    background-color: white;
    border-radius: 14px !important;
    border: 1px solid #cecece !important;
    margin: 9px !important;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.13);
}
.list-carrito {
    overflow-y: scroll;
    height: 380px;
}

.badge {
    font-size: 14px;
}

.list-carrito {
    overflow-y: scroll;
    max-height: 380px;
    width: 100%;
}

.green-background {

}

body.green-background {
    background-color: transparent;
}
@media all and (min-width: 768px) {
    body.green-background {
        background-color: transparent;
    }
}


.mayuscula{
    text-transform: uppercase !important;
}
.d-none{
    display: none;
}

.nav-transparent{
    background: transparent;
    border: none;
}
.bg-agua{
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ffffff;
}
.bg-white{
    background-color: #ffffff !important;
}

/*UTILS*/

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {

    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 241px) and (max-width: 768px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }

}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
/*EN UTILS*/
.tab-entrega{
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 16px;
    margin-top: 0;
    background-color: #f6f6f6;
    border-radius: 0px 0px 10px 10px;
}
.nav-tabs .active a {
    background-color: #f6f6f6 !important;
}

.form-control {
    height: 34px;
}

.box-tickets{
    text-align: center;
    background-color: #74b9c7;
    border-radius: 15px;
    padding: 13px;
}

.box-tickets img{
    margin-left: auto;
    margin-right: auto;
}
.cantidad{
    background-color: white;
    padding: 4px;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    padding-left: 10px;
    padding-right: 7px;
    border: 1px solid #cecece;
}
.btn-list-cantidad {
    padding: 5px 10px;
    font-size: 11px;
    line-height: 15px;
    border-radius: 2px;
    margin-top: -4px;
}
.btn-borrar-list{
    color: red;
    background: transparent;
    text-align: center;
    border: 0;
}
.btn-borrar-list:hover{
    color: red;
    background: transparent;
    text-align: center;
    border: 0;
}

.header-item-fecha {
    width: 20%;
    background: #CDA434;
    padding-left: 50px;
}
.header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}
.header-item-fecha p {
    font-size: 17px !important;
    margin-bottom: 0;
    line-height: 22px;
    /* transform: skewX(20deg); */
    margin-left: 0px !important;
}
.header-item-fecha p, .slider-header-item-fecha span {
    text-transform: uppercase;
}
.header-item-fecha span, .slider-header-item-detalle span {
    font-weight: bold;
    display: table;
    clear: both;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-sm-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-sm-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-md-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-md-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-md-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-md-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-md-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-md-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-md-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-md-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-md-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-md-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-md-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-md-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-md-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-md-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-md-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-lg-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-lg-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
}
.order-xl-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-xl-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
}
.bg-red{
    background: #d80000 !important;
}
.bg-verde{
    background: #CDA434 !important;
}
.bg-black{
    background: #000000 !important;
}
.text-white{
    color: #ffffff;
}


.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-fullscreen .modal-content {
    height: auto;
    min-height: 100%;
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.modal-fullscreen{
    padding: 0 !important;
}
.container-img{
    background-color:#FFFFFF;
    width: 100%;
    /*height: 570px;*/
    height: calc(100vh - 100px);
    overflow: auto;
    position: relative;
}

#img-mapa {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(1);
    transform-origin: 0 0;
}
.container{
    padding-left: 0 ;
    padding-right: 0 ;
}

.bg-azul{
    background-color: #002173;

}

.bg-amarillo{
    background-color: #ffcc00;
}
.panel-amarillo {
    border-color: #d4ac0d;
    background-color: #ffd700;
    color: #333;
}



/* MENU  TOOLBAR SEARCH */
.toolbar-buscar .dropdown-menu {
    min-width: 300px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    /*color: #FFFFFF;*/
}

@media (max-width: 768px) {
    .toolbar-buscar {

    }

    .toolbar-buscar .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
        background-color: #002173 !important;
    }

    #btn-todos {
        margin-top: 5px;
        width: 100% !important;
    }

    #btn-search-welcome {
        margin-top: 5px;
        width: 100% !important;
    }

    .dropdown-menu {
        min-width: 300px !important;
    }

    .toolbar-buscar .dropdown-menu {
        min-width: 200px !important;
    }

    .imagen-titulo-fastender img {
        margin-bottom: -51px;
        margin-top: 3px;
        height: auto;
    }

    h3, .h3 {
        font-size: 16px;
    }

    h4, .h4 {
        font-size: 13px;
    }

    .header-coliseo .row div {
        height: auto !important;

    }

    .footer {
        padding: 30px;
    }

    .detalle-evento {
        text-align: center;
    }

    .asientos {
        margin-top: 3px;
    }

    #tiendas-welcome {
        margin-bottom: -19px !important;
    }
    .header-coliseo-container{
        margin-top: 45px;
    }
    .nav .caret {
        border-top-color: #FFFFFF;
        border-bottom-color: #FFFFFF;
    }
}
.text-inbox-welcome{
    padding: 10px 13px 15px 13px;
}


.icono-w-card{
    min-width: 20px;
    text-align: center;
}
.addon-search {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}
#root{
    margin-top: -25px !important;
}

/* SOLO VIDEO MOBILE */
@media (max-width: 768px) {

    #root{
        margin-top: -60px !important;
    }

    .tool-checkout{
        margin-top: 52px !important;
    }


    .video-home .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        display: block;
        z-index: 2;
    }

    .video-home .title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 50%;
        text-align: center;
        font-size: 64px;
        font-family: 'Silka';
        color: white;
    }

    .video-home video {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        width: 100%;
        object-fit: cover;
    }

    .video-home {
        display: block;
        position: relative;
        max-height: 100vh;
        top: 0px;
        /*height: -webkit-calc(100vh - 40px);
        height: -moz-calc(100vh - 40px);
        height: calc(100vh - 40px);*/
        height: 100vh;
        width: 100%;
        overflow: hidden;
        z-index: 1;
    }

    .toolbar-buscar{
     margin-bottom: 25px;
    }



    .video-home-bg {
        background: url(../img2021/icon.png) #52BABE no-repeat center center;
    }

    .bar-search-zindex {
        top: 52px;
        z-index: 2;
        background-color: transparent !important;
    }

    .toolbar-buscar {
        position: relative;
        margin-top: 0px;
        padding-top: 0px;
    }
    .nav-home {
        background-color: transparent !important;
        position: absolute !important;
    }
    .menuuser-mobile{
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu2 {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}




.glow{
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3)
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3)
}
.glowx30{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.glow10-05{
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.border-lr{
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}

.box-search{
    position: absolute;
    background-color: #ffffff;
    padding: 0px 2px 5px 4px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    border-radius: 7px;
    margin-top: -32px;
}

#input-search-welcome{
 border: 0 !important;
}
.btn-buscador {
    border-radius: 7px !important;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    height: 40px;
    font-weight: 600;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}


.arrow {
    position: fixed;
    bottom: 90px;
    left: 50%;
    margin-left: -20px;
    width: 30px;
    height: 30px;
    /* background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAgAAAAIACAMAAADDpiTIAAAAMFBMVEX///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAv3aB7AAAAD3RSTlMAGNe9CgcGtbOytLe2f5VrjfCKAAADsElEQVR4AezBgQAAAACAoP2pF6kCAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIDZpRvTiIEYiMLkzivb65/Xf7eBLSFkYAQzDUjwvS6rZ3N9LduekvuffFOAq/+Xs+T+pABffzhL7p8CfP3FBdQB3gXEH45S+psXEP9VgM7fvoD4rwJ0/v4FxF9TQE1IAT38YZbcPwV4+YsLGBNSQB9/mONf/XdIAZ38YR9y/xTg678KkPunAF//VYDcPwU4+IsLGDekgI7+cA+5fwow8hcUsPxTgLG/uIBxQQro6w/XEPinABd/bQHLPwUY+6sLeCEFdPeH989Hfj4poL//55ddOqgCAIQBKKT9S5vB294+GeAeA/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbM9DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAP//AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwPm+hvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvAH8D+BvA34Bd/gbwN4C/AfwN4G8AfwP4G8DfAP4G8DeAvwH8DeBvQMXfAP4G8DeAvwH8DeBvQNPfAP4G8Deg7G8AfwPa/gbE/Q2I+xvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gYs8DeAvwH8DeBvAH8D+BvA3wD+BvA3gL8B/A3gbwB/A/gbwN8A/gbs9zeAvwH8DeBvAH8D+BvA3wD+BvT8DeBvAH8D+BvQ9TeAvwFtfwPi/gbwf+3BsQAAAADAIH/rYeypAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAUHBYk13Z7LTsAAAAASUVORK5CYII=);*/
    background-image:url(../images/arr-w.png);
    background-size: contain;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.fade {
    opacity:0;
    transition: 1s all ease-out;
}
.fade-azul {
    transition: 1s all ease-out;
    background-color: #002173;
}

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}

.has-feedback .form-control-feedback {
    right: 10px;
    line-height: 47px;
    color: red;
}



.sect {
    width: 100%;
    min-height: 373px;
}
#sect1,
#sect3 {
    background-color: #33333300;
    color: #fff;
}
#sect2 {
    background-color: #dddddd7d;
    color: #333;
}
#sect1 {
    position: relative;
    overflow: hidden;
    margin-top: -75px;
}
/*
video {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 105%;
    min-height: 100%;
    transform: translateX(calc((100% - 100vw) / 2));
    z-index: -2;
}
*/
video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -2;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .navbar{
        /*background-color: #0f51c0d4 !important;*/
        background-color: #e6a100e3 !important;
    }
    video {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: -2;
        transform: translate(-50%, -50%) scale(0.8);
    }
    .img-logo-video{
        position: absolute;
        top: calc(50% - 162px);
        left: calc(50% - 125px);
    }
}
.img-logo-video{
    position: absolute;
    top: calc(50% - 162px);
    left: calc(50% - 125px);
}

.btn-eventos-hora{
    font-size: 17px;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 0;
    color: #00246f;
}
.btn-eventos-dia{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0px;
    color: #c40000;
}
.box-btn-funciones{
    background-color: #ffffff;
    padding: 10px 17px 10px 10px;
    border-radius: 13px;
    margin: 15px 0 15px 0;
    border: 1px solid #cecece;
}
.box-btn-funciones-archivos{
    background-color: #ffffff;
    padding: 4px 4px 4px 4px;
    border-radius: 7px;
    margin: 15px 0 15px 0;
    border: 1px solid #cecece;
}
.box-btn-funciones:hover{
    background-color: #f5f5f5;
}
.select-radius{
    height: 40px;
    border-radius: 8px;
}
.th-eventos{
    position: absolute;
    z-index: 3;
    top: 15px;
    margin-right: 15px;
    margin-left: 15px;
}
.th-bg-evento{
    transform: scale(2.1);
    transition: transform 0.3s ease;
    filter: blur(5px);
}
.th-bg-evento::before {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(0, 0, 0, 0.3); /* Color oscuro semitransparente */
 }

.blur-background {
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px); /* Ajusta el valor del desenfoque según lo necesites */
    z-index: -1;
    background-color: rgba(250, 250, 250, 0.3); /* Color oscuro semitransparente */
}

@keyframes latido {
    0% {
        transform: scale(1);
    }
    15% {
        transform: scale(1.15); /* Primer bombeo */
    }
    30% {
        transform: scale(1);
    }
    45% {
        transform: scale(1.1); /* Segundo bombeo más suave */
    }
    60% {
        transform: scale(1);
    }
    100% {
        transform: scale(1);
    }
}

.latidoimg{
    position: absolute;
    z-index: 99999;
    top: calc(50% - 96px);
    left: calc(50% - 111px);
    animation: latido 1.2s infinite ease-in-out;
}
.video-filtrado {
    filter: hue-rotate(200deg) saturate(177%) brightness(0.8) contrast(1.1);
}
h4, .h4 {
    font-size: 16px !important;
}

.labelNombre{
    background: #00246f;
    color: #fff;
    padding: 5px 11px 4px 6px;
    border-radius: 15px;
    width: 102%;
    margin-left: -14px;
    font-weight: 700;
}