@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

.encabezado {
    background-color: #000 !important;
    padding: 18px 20px;
}

.encabezado a {
    color: #fff;
    display: flex;
    text-decoration: none;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
}

.navbar-nav:hover { 
   color: #ECBD00;
}

.encabezado ul {
    border-right: #383737 solid 1px;
    padding-right: 20px;
    margin-right: 20px !important;
    margin-left: auto !important;
}

.encabezado .busqueda {
    border-right: #383737 solid 1px;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

.encabezado input {
    padding-right: 35px;
}

.encabezado .lan {
    border-right: #383737 solid 1px;
    padding-right: 20px;
    margin-right: 20px;
    border-radius: 0% !important;
}

.encabezado .lan span {
    color: #fff;
    display: flex;
    align-items: center;
}

.encabezado .btn-group span i {
    font-size: 9px;
    margin-left: 8px;
}

.encabezado .dropdown-menu.show {
    display: block;
    background: #252222;
}

.dropdown-toggle::after {
    display: none;
}

.btn-search {
    background: #ECBD00;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 3px;
    right: 32px;
    width: 32px;
    height: 32px;
  }

a.white i, span.white i {
    background: #ECBD00;
    border-radius: 50px;
    color: #000;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
  }
  
  .carousel-item .content {
    background: #0000008a;
    color: #fff;
    padding: 10px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3;
}

.carousel-image {
    height: 100%;
    width: 100%;
    max-height: 50vh;
}

.carousel-item {
    border-radius: 10px;
    overflow: hidden;
}

.carousel-item a {
    color: #ECBD00 !important;
    text-decoration: none !important;
}

.carousel-item a:visited {
    color: #BEA352 !important;
}

.filters {
    background: #fff;
    border-radius: 10px;
    box-shadow: #0000002a 2px 2px 6px 1px;
    padding: 30px;
}

.button-buscar {
    background-color: #ECBD00;
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 10px;
}

.card {
    background-color: transparent !important;
    border: none;
}

.imagecard {
    transition: background-color 0.5s ease;
    border-radius: 10px;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.card-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
}

body {
    background: #F6F6F6!important;
    font-family: "Nunito Sans", sans-serif!important;
    font-size: 15px !important;
    font-weight: 400!important;
    display: flex;
    flex-direction: column;
    height: 100%;
}

footer {
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer .container {
    margin-top: 20px;
}

a:hover {
    color: #ECBD00;
    cursor: pointer;
}

h3 {
    font-size: 22px;
}

h2, h3 {
    font-weight: 800;
    margin-bottom: 0;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
}

.social-media {
    display: flex;
    align-items: center;
    padding-top: 10px;
    grid-gap: 10px;
}

footer .border-b {
    border-bottom: #3B3535 solid 1px;
}

.social-media h4 {
    margin-bottom: 0;
}

footer h4 {
    font-size: 16px;
    font-weight: 800;
}

.card-body {
    padding-left: 0;
    padding-right: 0;
}

.content {
    flex: 1;
}

a.white, span.white {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.modal-body {
    margin: auto;
    width: 70%;
}

.date {
    background: #ECBD00;
    border-radius: 6px;
    margin-right: 30px;
    text-align: center;
    padding: 10px 0px;
    width: 175px;
}

.date p {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}

.flexed {
    align-items: center;
    display: flex;
    gap: 8px;
}

.img-fluid {
    border-radius: 10px;
}

.steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 30px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.step.active span {
    background-color: #000;
    color: #fff;
}

.step span {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}

.step.active small {
    font-weight: 700;
}

.step small {
    font-size: 16px;
    margin-top: 10px;
}

.steps::before {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    left: 5%;
    top: 20px;
    background: #707070;
    z-index: -1;
}

.asiento-leyenda {
    display: flex; 
    align-items: center;
}

.asiento-leyenda span {
    border-radius: 50px;
    display: flex;
    width: 20px;
}

.asiento-leyenda label {
    display: flex;
    margin-left: 10px;
}

.disponible span {
    background: #383737;
    color: #A3A3A3;
}

.ocupado span {
    background: #B20626;
    color: #B20626;
}

.apartado span {
    background: #FC0;
    color: #FC0;
}

.login {
   height: 500px;
}

.login .container {
    margin: auto;
    display:flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.div-login {
    width: 100%;
    height: 80%;
}

.steps-details{
    display: flex!important;
    margin: auto;
    margin-bottom: 50px;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #F6F6F6;
    border-radius: 10px;
    box-shadow: 3px 7px 5px #888888
}

#fotoseccion {
    width: 100%;
}

.butacas h3 {
    margin-bottom: 20px;
}

.butacas .row {
    margin-left: 10px;
    margin-right: 10px;
}

.butacas .seat-t {
    height: 40px;
}

.seat-r{
    height: 80px;
}

.listadoBoletosv2 a:not(.filaLink) {
    display: block;
    height: 12px;
    width: 12px;
    background-image: url(../imagenes/asientosv2.png);
    margin: 0 1px;
}

.toast-header .toast-title {
    margin-left: 5px;
    margin-right: auto;
}

.botonno {
    color: #252222;
}

.tabla label{
    font-size: 11px;
}

.tabla p{
    margin-bottom: 2px;
}

.mini-evento {
    width: 100px;
    height: 80px;
}

.detalle-asientos{
    border-bottom: #A3A3A3 solid 1px;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.total-formato {
    justify-items: end;
    font-size: 22px;
    font-style: oblique;
}

.total-formato label {
    font-size: 13px;
}

.card-details {
 margin-top: 50px;
 margin-bottom: 50px;
 margin-left: 20px;
 margin-right: 20px;
}

.card-details h4 {
    margin-bottom: 25px;
}

.card-details .row {
    margin-bottom: 10px;
}

.card-details label {
    margin-bottom: 2px;
    padding-left: 4px;
}

.button-pagar {
    background-color: #ECBD00;
    width: 100%;
    height: 45px;
    border: none;
    border-radius: 10px;
    margin-top: 15px;
}

.confirmacion img {
    width: 160px;
    height: 113px;
}

.confirmacion .thanks {
    background-color: #333;
    color: #fff;
    font-size : 18px; 
    font-family: Trebuchet MS, Verdana, Arial;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-top: 15px;
}

.confirmacion .thanks .row{
    padding-left: 25px;
}

.confirmacion .thanks img{
    margin-left: 20px;
}

.confirmacion-det {
    margin-top: 30px;
}

.confirmacion-det-r {
    padding-left: 20px;
    border-left: #A3A3A3 solid 1px;
}

.confirmacion-det-t {
    border-bottom: #A3A3A3 solid 1px;
    padding-bottom: 10px;
}

.confirmacion-det-b {
    margin-top: 30px;
}

.informa {
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}

.pagina-usr {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
}

.informa-usr {
    display: flex;
    margin-top: 40px;
    margin-bottom: 40px;
    align-items: center;
    justify-content: center;
    width: 60%;
}

.margen-inferior {
    margin-top: 15px;
}

.margen-inferior a {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #252222 !important;
}

.formulario .row {
    margin-bottom: 15px;
}

.titulo {
    margin-bottom: 40px!important;
    margin-top: 40px;
}

.recinto .row {
    margin-bottom: 10px;
}

#netpay-checkout {
    display : none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

.qrcenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.contador {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 50px;
}

#javascript_countdown_time{
    font-size: 35px;
}