@font-face {
    font-family: 'Intelo-Medium';
    src: url(/bonos/view/fonts/intelo/Intelo-Medium.ttf);
}

@font-face {
    font-family: 'Intelo-Bold';
    src: url(/bonos/view/fonts/intelo/Intelo-Bold.ttf);
}

@font-face{
    font-family: 'Intelo-SemiBold';
    src: url(/bonos/view/fonts/intelo/Intelo-SemiBold.ttf);
}

@font-face{
    font-family: 'Intelo-ExtraBold';
    src: url(/bonos/view/fonts/intelo/Intelo-ExtraBold.ttf);
}

body,footer,p,div{
    font-family: 'Intelo-Medium';
}

h1,h2,h3,h4,h5,h6,b{
    font-family: 'Intelo-Bold';
}

.social,.buscador a,.titulo-buscador{
    font-family: 'Intelo-Bold' !important;
}

.titulo-buscador {
    font-size: 20px;
}

.enlace-renovar-mobile>p {
    margin: 0;
}

.buscador{
    background-color: white;
    height: fit-content;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 2.3rem 2.4rem;
    box-shadow: 0 3px 20px #2124491a;
    margin-bottom: 2rem;
    border-top: none !important;
}

.header-texts a{
    color:#ffffff !important;
    font-family: 'Intelo-SemiBold' !important;
}

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

.main-nav-link {
    display: flex !important;
    align-items: start;
    justify-content: center;
    padding: 0 1rem;
}

.main-nav-link a {
    height: 44px;
}

.logo-blanco{
    background-image: url(/bonos/view/css/extended/img/svg/logo_blanco.svg);
    width: 156px;
    margin-bottom: 22px;
    margin-right: 22px;
    margin-left: 22px;
    background-repeat: no-repeat;
    height: 22px;
}

.logo-blanco a{
    display: block;
    background-color: transparent;
    font-size: 0 !important;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    text-align: left;
    height: 41px;
}

.tarjeta-icon-buscador{
    width: 22px;
    transform: rotate(330deg);
    margin-right: .5rem;
    vertical-align: middle;
    color: #212449;
    margin-bottom: 5px;
}

.flex-extremos{
    display: flex;
    justify-content: space-between;
    margin: 0;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.encabezado-bonos{
    line-height: normal;
    color: #ffffff !important;
    text-align: center;
    margin-top: 2rem;
    font-family: 'Intelo-Bold' !important;
    margin-bottom: 2rem;
    position: relative;
}

.t-encabezado-bonos{
    font-size: 64px;
    margin: 0;
}

.i-encabezado-bonos{
    margin: 0;
    font-size: 24px;
}

.l-footer{
    color: white;
}

.fondo-footer{
    background-color: #212449;
    padding-top: 10rem !important;
    max-width: 100% !important;
}

.t-footer{
    margin-top: 2rem;
    margin-bottom: 3rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 36px;
}

.info{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: flex-start;
}

.stack-footer{
    margin: 1.5rem;
    font-size: 1rem;
}

.stack-footer p{
    margin: 0;
}

.stack-footer a {
    color: white !important;
}

.t-info-footer{
    font-weight: bold;
}

.elipsis-footer{
    height: 120px;
    clip-path: ellipse(60% 100% at 50% 0%);
    margin-bottom: -120px;
    margin-top: 50px;
    padding-top: 150px;
    background-color: #F4F4F4;
}

.copy-footer{
    background-color: #646680;
    padding-top: 25px;
    padding-bottom: 25px;
}

.img-flecha{
    margin-left: 10px;
    height: 14px;
    width: 12.25px;
}

.titulo-enlaces{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 1rem;
}

.menu-v2-mobile {
    max-height: 70vh;
    overflow-y: auto;
}

.submenu-mobile {
    /*padding-left: 0.5rem;*/
}

.circle-letter {
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    padding: 2px;
    font-family: Intelo-Bold;
    text-transform: uppercase;
    color: #212449 !important;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    margin-top: -9px;
}

#link-user-mobile {
    display: none;
}

#link-user-mobile .user {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    color: #fff!important;
    justify-content: center;
}

#link-user-mobile .user span {
    line-height: 15px;
}

.user-link-mobile {
    font-size: 14px;
    font-weight: bold;
    background: #212449;
    color: #fff;
    padding: 1.5rem;
}

#link-user-mobile .user .username {
    font-weight: bold;
    font-size: 14px;
}

#link-user-mobile.is_active {
    display: flex;
    z-index: 9999;
    position: fixed;
    left: 1rem;
    top: 0.75rem;
    gap: 1rem;
}

.circle-letter-big {
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    display: flex;
    padding: 2px;
    font-family: Intelo-Bold;
    text-transform: uppercase;
    color: #212449 !important;
    font-size: 20px;
    justify-content: center;
    align-items: center;
}

#langs {
    margin-right: 1rem;
}

.menu-v2-mobile .texto-oculto-mobile > div {
    margin-bottom: 2rem;
    margin-left: 1rem;
}

.menu-v2-mobile a {
    text-decoration: none;
    color: #333!important;
    font-size: 14px !important;
    display: block;
    line-height: 30px;
    font-family: 'Intelo-Medium'!important;
}

.menu-v2-mobile strong {
    color: #333!important;
    font-size: 14px !important;
    display: block;
    line-height: 30px;
}

.enlaces-header{
    position: absolute;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    left: -200px;
    width: 100vw;
    padding: 2rem;
    margin-top: 38px;
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
    justify-content: start;
}

.enlaces-header > div {
    margin-right: 4rem;
}

.enlaces-header a {
    font-family: 'Intelo-Medium'!important;
    color: #181e3a !important;
    height: 30px;
}

.enlaces-header strong {
    height: 35px;
    display: inline-block;
    font-family: 'Intelo-Bold'!important;
 }

.enlaces-header .bold {
    font-family: 'Intelo-Bold'!important;
}

.container-copy{
    font-size: 1rem;
}

.flechas-footer{
    cursor: pointer;
}

@media (min-width: 481px) {
    .elemento-header{
        margin-right: 1.5rem;
    }
}

@media (min-width: 799px) {
    .elipsis-bonos{
        height: 350px;
        width: 100%;
        clip-path: ellipse(90% 100% at 50% 0%);
        background-color: #212449;
        position: absolute;
        top: 50px;
    }

    .enlace-renovar-mobile{
        display: none;
    }

    .enlace-renovar>a {
        padding-left: 10px;
    }

    .tarjeta{
        width: 100% !important;
    }
}

@media (max-width: 798px) {
    .elipsis-bonos{
        height: 420px;
        width: 100%;
        border-radius: 50px;
        background-color: #212449;
        position: absolute;
        top: -40px;
    }

    .tabs-bonos {
        margin: 2em !important;
    }

    .enlace-renovar{
        display: none !important;
    }

    .tarjeta{
        width: unset !important;
    }

    .panel-home {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.panel-home{
    margin: 1rem;
}

@media (max-width: 576px) {
    .elipsis-footer {
        clip-path: ellipse(80% 100% at 50% 0%);
    }
}

@media (max-width: 780px){
    .reservas-disponibles-down>.tarjeta-boton {
        width: fit-content;
        font-size: 1rem;
        padding: 0.40rem !important;
    }

    .reservas-horarios>div>p:last-child {
        padding-left: 16px !important;
    }

    .reservas-horarios>div>p:first-child {
        padding-right: 16px !important;
    }

    .reserva-seleccionada-exacta:first-child {
        margin-right: 2rem !important;
    }

    .reserva-seleccionada-exacta:last-child {
        margin-left: 2rem !important;
    }
}



@media (min-width: 451px){
    .flechas-footer{
        display: none;
    }
}

@media (max-width: 450px){
    .info>.stack-footer {
        width: 90%;
        margin: 0.5rem 1.5rem;
    }
    
    .t-info-footer {
        border-bottom: 1px #646680 solid;
        display: flex;
        justify-content: space-between;
    }

    .flechas-footer{
        display: inline;
    }

    .c-info-footer{
        display: none;
    }

    .info{
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 480px){
    .container-copy {
        padding-left: 2rem;
    }
}

@media (max-width: 1200px){
    .header-texts,.logo-blanco{
        display:none;
    }

    .header-display{
        display: flex;
        justify-content: center;
    }

    .logo-blanco-mobile{
        display: inline;
        margin: 15px;
    }

    .hamburger{
        display: inline;
    }
}

@media (min-width: 1201px){
    .logo-blanco-mobile{
        display: none;
    }

    .hamburger{
        display: none;
    }

    .header-display{
        padding-right: 1rem;
    }
}

@media (max-width: 700px){
    .ocultar-mobile{
        display: none;
    }
}

.header-display{
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 60px;
}

.cuerpo{
    padding-top: 70px;
}


/*** MenÃº Hamburguesa */

.hamburger{
	position:fixed;
    background-color:transparent;
	left:0;
	top:0;
	height:30px;
	width:30px;
	padding:20px 20px;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:-webkit-transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	z-index:1002;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}
.hamburger.is-active{
    background-color:none;
    left: auto;
    right: 2rem;
}
._layer{
	background:white;
	margin-bottom:4px;
	border-radius:2px;
	width:28px;
	height:4px;
	opacity:1;
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0);
	-webkit-transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
	transition:all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
.hamburger:hover .-top{
	-webkit-transform:translateY(-100%);
	-ms-transform:translateY(-100%);
	transform:translateY(-100%);
}
.hamburger:hover .-bottom{
	-webkit-transform:translateY(50%);
	-ms-transform:translateY(100%);
	transform:translateY(100%);
	}
.hamburger.is-active .-top{
	-webkit-transform:translateY(200%) rotate(45deg) !important;
	-ms-transform:translateY(200%) rotate(45deg) !important;
	transform:translateY(200%) rotate(45deg) !important;
}
.hamburger.is-active .-mid{
	opacity:0;
}
.hamburger.is-active .-bottom{
	-webkit-transform:translateY(-200%) rotate(135deg) !important;
	-ms-transform:translateY(-200%) rotate(135deg) !important;
	transform:translateY(-200%) rotate(135deg) !important;
}

.menuppal.is_active{
  transform: translate3d(0px, 0px, 0px);
  width: 100vw;
}
.menuppal{
    background-color: rgba(255, 255, 255, 0.95);
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    transform: translatex(-100%);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: auto;
    z-index: 1001;
    box-shadow: 2rem 20px 30px #2124491a;
}
.menuppal{
  margin:0;padding:0;
}
.menu-tarjeta-info{
    background-color: rgba(255, 255, 255);
    bottom: 0;
    height: 100%;
    right: -1000px;
    position: fixed;
    top: 0;
    transform: translatex(-100%);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 400px;
    z-index: 1001;
    box-shadow: 2rem 20px 30px #2124491a;
}
.menu-tarjeta-info{
    margin: 0;
    padding: 0;
}
.menu-tarjeta-info.activo{
    transform: translate3d(-1000px, 0px, 0px);
}

.menu-historial{
    background-color: rgba(255, 255, 255);
    bottom: 0;
    height: 100%;
    right: -1000px;
    position: fixed;
    top: 0;
    transform: translatex(-100%);
    transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
    width: 400px;
    z-index: 1001;
    box-shadow: 2rem 20px 30px #2124491a;
}
.menu-historial{
    margin: 0;
    padding: 0;
}
.menu-historial.activo{
    transform: translate3d(-1000px, 0px, 0px);
}

.menu-titulo-extrainfo{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Intelo-Bold';
    font-size: 18px;
    color: #181e3a;
    padding: 2rem;
    height: 10%;
}

.menu-titulo-extrainfo>p:last-child {
    cursor: pointer;
}

.menu-titulo-extrainfo>p{
    margin: 0;
}

.menu-contenido-extrainfo{
    overflow-y: scroll;
    color: #181e3a;
    font-family: 'Intelo-Medium';
    font-size: 16px;
    padding: 0rem 1rem 1rem 2rem;
    height: 80%;
    line-height: normal;
}

.menu-historial-extrainfo{
    overflow-y: scroll;
    color: #181e3a;
    font-family: 'Intelo-Medium';
    font-size: 16px;
    padding: 0rem 1rem 1rem 2rem;
    height: 90%;
    line-height: normal;
}

.menu-contenido-extrainfo>h2{
    font-size: 24px;
    font-family: 'Intelo-Bold';
}

.menu-contenido-extrainfo>h3{
    font-size: 20px;
    font-family: 'Intelo-Bold';
}

.menu-contenido-extrainfo>p{
    margin: 0;
    padding-bottom: 1rem;
}

.menu-compra-extrainfo{
    height: 10%;
    padding: 1rem 2rem 0;
}

.menuppal>div { 
    font-family: Verdadna, Arial, Helvetica;
    font-size:1.5rem;
    line-height:3em;
    color:#369;
    text-transform:none;
    font-weight:bold;
    padding:2rem;
}
.menuppal a{
  text-decoration:none;
  color:#369;
}
.menuppal a:hover{
  text-decoration:none;
  color:#333;
}

.espacio-top{
  background-color:#212449;
  height:25px;
  width:100%;
}

.segundo-bloque{
    border-top: solid 1px #0000001f;
    display: flex;
    flex-direction: column;
}

.idiomas{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: fixed;
    bottom: 0;
    width: 80%;
    border-top: solid 1px #0000001f;
}

.header-bonos-mobile{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.elemento-header-mobile{
    font-family: Intelo-Bold !important;
    font-size: 18px;
    color: #212449 !important;
    line-height: normal;
    margin: 0;
    padding: 1rem 0rem;
}

.tpeque-mobile{
    color: #212449 !important;
    font-size: 16px;
    font-family: Intelo-Medium !important;
    font-weight: 100;
}

.subelemento-header-mobile{
    line-height: 2rem;
    padding-left: 1rem;
}

.texto-oculto-mobile{
    display:flex;
    flex-direction: column;
}

.tarjeta{
    display: flex;
    flex-direction: row;
    box-shadow: 0 3px 20px #2124491a;
    border-radius: 15px;
    background-color: #ffffff;
    padding: 1rem;
    margin: 0.5rem !important;
    min-height: 0px !important;
    border:none !important; 
}

.tarjeta-info{
    width: 70%;
}

.tarjeta-nombre{
    font-family: 'Intelo-Bold';
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.tarjeta-subinfo{
    color: #585860;
    font-family: 'Intelo-Medium';
    margin: 0;
}

.tarjeta-extrainfo{
    margin: 1rem 0 0 0;
    color: #0080ff;
    font-family: 'Intelo-Medium';
    cursor: pointer;
}

.tarjeta-precios{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
}

.tarjeta-descuento{
    padding: 0.25rem 0.5rem;
    background-color: #9ee5ff8a;
    border-radius: 5px;
    font-family: 'Intelo-Bold';
}

.tarjeta-boton{
    margin: 0;
    background-color: transparent;
    background-image: linear-gradient(135deg, #FDC62B 0%, #FDA92B 100%);
    padding: 0.60rem 1rem;
    border-radius: 5px;
    font-family: 'Intelo-Bold';
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    border: none;
}

.tarjeta-boton-seleccionada{
    background-color: #222546;
    background-image: none;
    color: #FFFFFF !important;
    margin: 0;
    padding: 0.60rem 1rem;
    border-radius: 5px;
    font-family: 'Intelo-Bold';
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    border: none;
}

.aumento-descuento{
    font-size: 1.5rem;
}

.contenedor-imagen-home{
    position: relative;
    height: 65vh;
    margin-top: 6rem;
}

.imagen-home{
    position: absolute;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    filter: brightness(51%) invert(13%) contrast(80%) sepia(16%) hue-rotate(4deg);
    max-width: 100%;
}

.enlace-renovar a,.enlace-renovar-mobile a{
    color: #0E98ff !important;
    text-decoration: underline;
}

.enlace-renovar p,.enlace-renovar p{
    margin: 0;
}

.enlace-renovar-mobile{
    text-align: center;
    margin-top: 2rem;
}

.enlace-renovar{
    display: flex;
    flex-direction: row;
}

.number-step{
    background-color: #d4d3e0;
    border-radius: 50%;
    font-size: 18px;
    font-family: 'Intelo-Medium';
    margin-right: 1rem;
    color: #ffffff;
    align-content: center;
    height: 30px;
    width: 30px;
    display: inline-block;
}

.tabs-bonos .is-active .number-step{
    background-color: #0E98ff;
}

.form-fechas-bonos{
    padding: 2rem;
}

.titulo-fechas-bonos{
    font-family: 'Intelo-Bold';
    margin-bottom: 0.5rem;
}

.data-fechas-bonos{
    font-family: 'Intelo-Medium';
    margin-bottom: 1rem;
}

.data-fechas-bonos>p{
    margin-bottom: 1rem !important;
}

.form-input{
    padding: 15px 10px !important;
    border: 1px solid #D9D9D9 !important;
    border-radius: 5px !important;
    font-family: 'Intelo-Medium' !important;
}

.boton-fechas-bonos{
    width: 100% !important;
    background-color: transparent;
    background-image: linear-gradient(135deg, #FDC62B 0%, #FDA92B 100%);
    border-radius: 5px !important;
    font-family: 'Intelo-Bold';
    text-align: center;
    cursor: pointer;
    color: #181e3a !important;
}

/* Tarjetas de reserva viaje */

.tarjeta-reserva {
    background-color: white;
    height: fit-content;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    box-shadow: 0 3px 20px #2124491a;
    margin: 0 1rem 2rem 1rem;
    border-top: none !important;
}

.tarjeta-reserva-contenido {
    margin-left: 70px;
    padding: 1.5rem 1rem 1rem 1rem;
    display: flex;
    flex-direction: column;
}

.tajerta-reserva-margen {
    width: 70px;
    height: 100%;
    background-color: #CCEDF3;
    position: absolute;
    z-index: -100;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.tarjeta-reserva-titulo {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0.25rem;
}

.tarjeta-reserva-titulo>p {
    padding-right: 1rem;
    font-family: 'Intelo-Bold';
    margin: 0;
    font-size: 16.5px;
}

.tarjeta-reserva-titulo>p:last-child {
    padding: 0;
}

.tarjeta-reserva-subtitulo {
    font-size: 14px;
    font-family: 'Intelo-Medium';
    color: #8d8ca1;
}

.tarjeta-reserva-subinfo {
    font-family: 'Intelo-Medium';
    font-size: 14px;
    color: #8d8ca1;
}

.tarjeta-reserva-subinfo>span {
    font-family: 'Intelo-Bold';
    font-size: 14px;
    color: #181e3a;
}

.tarjeta-reserva-titulo>span {
    padding-right: 1rem;
    margin: 0;
}

.tarjeta-reserva-baja {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tarjeta-reserva-alto {
    margin-bottom: 2rem;
}

.tarjeta-reserva-botones>.tarjeta-boton {
    margin-right: 0.5rem;
}

.tarjeta-reserva-titulo .reserva-flecha {
    padding-right: 1rem;
    height: 16px !important;
}

.tarjeta-reserva-titulo>.tarjeta-reserva-titulo {
    margin: 0;
}

.tarjeta-reserva-botones .tarjeta-boton {
    padding: 0.40rem 1rem !important;
    height: fit-content;
    margin-bottom: 0.5rem;
}

.tarjeta-reserva-grupo-boton {
    display: flex;
    flex-direction: column;
}

.tarjeta-reserva-botones {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}

.tarjeta-reserva-info {
    margin-bottom: 0.5rem;
}

.tarjeta-reserva-grupo-boton>.tarjeta-boton:first-child {
    margin-bottom: 0.5rem;
}

.reserva-contenedor {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 1rem;
    background-color: white;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 1rem;
    box-shadow: 0 3px 20px #2124491a;
    margin: 0 1rem 2rem 1rem;
}

.reserva-ruta {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.reserva-titulo {
    margin-bottom: 0.5rem;
    font-family: 'Intelo-Bold';
    font-size: 20px;
}

.reserva-subtitulo {
    font-family: 'Intelo-Medium';
    font-size: 16px;
    color: #79798b;
    margin: 0;
}

.reserva-destino {
    text-align: right;
}

.reserva-horario {
    margin-bottom: 2rem;
}

.reserva-dibujo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.reserva-circulo {
    width: 10px;
    height: 10px;
    background-color: #181e3a;
    border-radius: 50%;
    min-height: 10px;
    min-width: 10px;
}

.reserva-linea {
    width: 100%;
    background-color: #acabbd;
    height: 2.4px;
}

.reserva-horas {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
}

.reserva-hora-exacta {
    font-size: 24px;
    font-family: 'Intelo-Bold';
    padding-top: 0.5rem;
}

.reserva-hora-trayecto {
    font-family: 'Intelo-Medium';
    font-size: 14px;
    color: #79798b;
}

.reserva-gestion {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    border-top: 2px solid #acabbd;
    padding: 1rem;
    justify-content: space-evenly;
}

.reserva-boton {
    font-family: 'Intelo-Bold';
    font-size: 20px;
    text-align: center;
    padding: 0.2rem 0;
    align-items: center;
    display: flex;
}

.reserva-gestion-linea {
    width: 1.6px;
    height: 24px;
    background-color: #acabbd;
    display: inline-block;
    margin-right: 1rem;
}

.reserva-boton>a {
    margin: 0;
    color: #181e3a !important;
    cursor: pointer;
}

@media (max-width: 601px) {
    .reserva-boton {
	    font-size: 14px !important;
	    padding: 0.1rem 0 !important;
	}
	.reserva-boton a{
		max-width: min-content !important;
	}
	.reserva-gestion-linea {
	    width: 0px !important;
	}
}

.reserva-fecha{
    margin-bottom: 1rem;
    background-color: #c7c6d6;
    width: fit-content;
    padding: 0.25rem;
    border-radius: 5px;
    color: #504f5a;
    font-family: "Intelo-Medium";
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-evenly;
}

.reserva-flecha{
    height: 20px;
}

.reserva-direccion{
    font-family: "Intelo-Bold";
}

.reserva-direccion-separacion{
    height: 18px;
    width: 1.6px;
    background-color: #504f5a;
    margin: 0rem 0.25rem;
}

.p_nomargin{
    margin: 0 !important;
}

.reserva-opciones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 1.5rem;
    box-shadow: 0 3px 20px #2124491a;
    cursor: pointer;
}

.reserva-opciones-mas {
    margin-right: 1rem;
}

.reserva-opciones-info {
    font-family: "Intelo-Bold";
    display: flex;
    align-items: center;
}

.reserva-gestiones>p {
    padding-left: 2rem;
    font-family: "Intelo-Bold";
    margin-bottom: 1rem;
}

.reserva-datos-personales {
    margin: 0rem 0rem 2rem 0rem;
}

.tarjeta-boton:hover {
    background-color: #222546;
    background-image: none;
    color: #FFFFFF !important;
}

.imagen-tarjeta {
    position: absolute;
    left: 2rem;
    top: 1.5rem;
}

.reserva-bus-icono {
    padding: 0.3rem 0.5rem 0rem 0.2rem;
}

.iconos-ver-gestion {
    padding-right: 0.5rem;
}

.colocacion-menu-mobile {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.colocacion-menu-mobile>img {
    padding-right: 1rem;
}

.pago {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin: 1rem;
    flex-wrap: wrap;
}

.pago-metodo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 0rem 1.5rem;
    box-shadow: 0 3px 20px #2124491a;
    max-width: 600px;
    width: 600px;
}

.f-bold {
    font-family: 'Intelo-Bold';
    color: #212449 !important;
}

.pago-compra {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: white;
    height: fit-content;
    border-radius: 15px;
    z-index: 5;
    position: relative;
    padding: 1rem;
    box-shadow: 0 3px 20px #2124491a;
}

.separacion-3-elementos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.w-100 {
    width: 100%;
}

.pago-metodo-contenedor {
    border-bottom: solid 1px #D3D3DB;
    padding: 1rem 0rem;
}

.pago-metodo-contenedor:last-of-type {
    border-bottom: none !important;
}

.pago-metodo-contenedor p {
    margin: 0;
}

.pago-titulo {
    padding-bottom: 0.5rem;
}

.pago-metodo-subcontenido>div {
    margin-bottom: 0.5rem;
}

.pago-metodo-subcontenido>div:last-of-type {
    margin-bottom: 0 !important;
}

.f-medium {
    font-family: 'Intelo-Medium';
}

.pago-fondo-gris {
    background-color: #E9E9ED;
    border-radius: 4px;
    padding: 0.2rem 0.4rem;
    font-size: 16px;
    width: fit-content;
    color: #646680;
    margin-bottom: 0.5rem;
}

.pago-datos-contenido {
    padding-bottom: 1rem;
    width: 100%;
}

.pago-datos-contenido:last-of-type {
    border-top: 1px solid #D3D3DB;
    padding-bottom: 0;
    padding-top: 1rem;
}

.pago-datos-titulo {
    font-size: 20px;
}

.pago-datos-ruta {
    padding-bottom: 1rem;
}


.pago-datos-textos {
    color: #646680;
    font-family: 'Intelo-Medium';
    margin-bottom: 0.5rem;
}

.pago-datos-textos:last-of-type {
    margin: 0;
}

.f-extrabold {
    font-family: 'Intelo-ExtraBold';
}


.pago-datos-subcontenido-precio {
    color: #9091A4;
    font-size: 12px;
}

.pago-datos {
    max-width: 400px;
}

.pago-condiciones-texto {
    font-size: 14px;
    margin-bottom: 0.5rem;
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.pago-condiciones {
    padding: 1rem;
}

.pago-boton {
    font-size: 1rem;
}

.pago-input {
    margin: 0.3rem 0.2rem 0 0;
}

.w-20 {
    width: 20%;
    text-align: right;
}

.w-10 {
    width: 10%;
    text-align: right;
}

.w-60 {
    width: 60%;
}

.pago-borde-iconos {
    border: 1px solid #D3D3DB;
    border-radius: 4px;
    width: 50px;
    height: 28px;
}

.pago-iconos-tarjetas {
    display: flex;
    flex-direction: row;
}

.pago-iconos-tarjetas>.pago-borde-iconos:first-child {margin-right: 0.2rem;}

.pago-iconos {margin: auto;}

.pago-colocacion-iconos {
    display: flex;
    align-items: center;
    height: 100%;
}

.pago-gratis {
    background-color: #FDC62B33;
    border-radius: 4px;
    font-size: 10px;
    width: fit-content;
    color: #212449;
    padding: 7px 8px 6px 8px;
    font-family: 'Intelo-Bold';
}

.pago-condiciones-enlace:hover {
    color: #0E98FF;
}

.pago-condiciones-enlace:focus {
    color: #0E98FF;
}

.pago-condiciones-enlace {
    color: #0E98FF;
    cursor: pointer;
}

.testing{
    display: none !important;
}

.pago>div {
    margin-top: 1rem;
}

.tipo-tarjeta-desactivada{
    color: #646680 !important;
}

.pago-oculto{
    display: none !important;
}

.login-inicio-sesion {padding-right: 5rem;border-right: solid 1px #D3D3DB;}

.login-registro {margin: auto;}

.login-inicio {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.login-registro>.tarjeta-boton {
    padding-right: 3rem;
    padding-left: 3rem;
}

.login-separacion {
    background-color: #D3D3DB;
    height: 4rem;
    width: 1px;
}

.tarjeta-boton:disabled,
.tarjeta-boton[disabled] {
    background-color: #E6E6E6;
    background-image: none;
    color: #9091A4;
}

.login-inicio-sesion>input {
    margin-bottom: 1rem;
}

.reserva-plaza {
    margin: auto;
    margin-top: 4rem;
    max-width: 846px;
}

.reserva-plaza-t {
    font-family: 'Intelo-Bold';
    font-size: 14px;
    margin-left: 3rem;
}

.reserva-plaza-buscador {
    padding: 1.5rem;
    border-radius: 8px;
}

.reserva-plaza-seccion {
    margin-bottom: 1rem;
}

.reserva-plaza-seccion>p {
    margin-bottom: 0.5rem;
    font-family: 'Intelo-Bold';
    font-size: 16px;
}

.reserva-plaza-seccion>div {
    font-family: 'Intelo-Medium';
    font-size: 16px;
}

.reserva-calendar {
    width: 10rem !important;
    padding-left: 1rem !important;
}

.reserva-plaza-boton {
    width: 100%;
}

.reservas-disponibles {
    max-width: 846px;
    margin: auto;
}

.reservas-disponibles-t {
    padding: 1.5rem;
    font-family: 'Intelo-Bold';
    border-radius: 8px;
}

.reservas-disponibles-t>img {
    margin-right: 0.5rem;
}

.reservas-horarios {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 65%;
}


.reservas-horario:last-of-type {
    text-align: right;
}

.reservas-horarios>.reserva-dibujo {
    padding-top: 0.5rem;
    margin: 0 0.25rem;
    min-width: 5rem;
    width: 30%;
}

.reservas-horario>p {
    margin: 0;
    font-family: 'Intelo-Bold';
}

.reservas-horario>div {
    font-family: 'Intelo-Medium';
    color: #79798b;
    font-size: 12px;
}

.reservas-horarios>.reserva-dibujo>.reserva-circulo {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
}

.tarjeta-reservas-disponibles {
    padding: 1rem;
    border-radius: 8px;
}

.reservas-disponibles-up {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reservas-disponibles-up>.pago-gratis {
    padding: 0.2rem;
    height: fit-content;
}

.reservas-disponibles-down>.tarjeta-boton {padding: 0.4rem 4rem;}

.reservas-disponibles-down {
    text-align: right;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-direction: row;
}

.reserva-disponible-itinerario {
    color: #0E98FF;
    cursor: pointer;
    font-size: 12px;
    font-family: 'Intelo-SemiBold';
}

.reservas-origenes-destinos {
    padding: 1.5rem;
    border-radius: 8px;
}

.reservas-origenes-destinos>p {
    font-family: 'Intelo-SemiBold';
}

.reservas-orgdes-disponible {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    font-family: 'Intelo-Medium';
}

.reservas-origenes-disponibles {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
}

.reservas-seleccion-disponibles {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 45%;
}

.reservas-seleccion-opciones>p {
    margin-bottom: 0.5rem;
    font-family: 'Intelo-Bold';
}

.reservas-seleccion-opciones>a {
    margin-bottom: 1rem;
    font-family: 'Intelo-Medium';
}


.reserva-boton-confirmar {
    margin: 0 1rem;
}

.reserva-boton-confirmar>.tarjeta-boton {
    width: 100%;
}

.reservas-disponibles-down>.is-active {
    background-image: none;
    background-color: #222546;
    color: #FFFFFF;
}

.reservas-disponibles .reserva-contenedor {
    margin: 0 1rem 2rem 1rem;
}

.reserva-confirmacion>.reserva-contenedor {
    background-color: transparent;
    box-shadow: none;
    margin: 0;
}

.reserva-confirmacion {
    background-color: white;
    border-radius: 8px;
    z-index: 5;
    position: relative;
    /* padding: 1rem; */
    box-shadow: 0 3px 20px #2124491a;
    margin: 0 1rem 2rem 1rem;
}

.reserva-confirmacion .pago-gratis {
    align-self: flex-end;
}

.reserva-confirmacion-condiciones {
    margin: 0 1rem 2rem 1rem;
    font-family: 'Intelo-Medium';
    font-size: 14px;
}

.reservas-confirmado {
    display: flex;
    flex-direction: column;
}

.reservas-confirmado>p:first-child {
    font-family: 'Intelo-Bold';
    font-size: 24px;
    text-align: center;
}

.reservas-confirmado>p {
    font-size: 14px;
    font-family: 'Intelo-Medium';
    text-align: center;
    margin-bottom: 0.75rem;
}

.reservas-confirmado-botones {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.reservas-confirmado-botones>.tarjeta-boton {
    margin: 0 0.5rem;
    color: #181e3a;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.f-m {
    font-family: 'Intelo-Medium';
}

.f-20 {
    font-size: 20px;
}

.non-border {
    border: none;
    padding-bottom: 1rem;
    padding-top: 0.5rem;
}

.iconos-footer img {
    height: 50px;
    margin: 0 14px;
}

.iconos-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: auto;
    width: fit-content;
    justify-content: center;
}

.reservas-confirmado-botones img {
    margin-right: 10px;
}

.alerta {
    padding: 25px 15px !important;
    border-radius: 8px !important;
    width: 350px !important;
    background-color: #ffffff !important;
}

.alerta>div {
    font-family: 'Intelo-Medium' !important;
    color: #181e3a !important;
    font-size: 16px !important;
    padding: 0 20px !important;
    margin-bottom: 1rem !important;
}

.alerta input {background-color: transparent !important;background-image: linear-gradient(135deg, #FDC62B 0%, #FDA92B 100%) !important;padding: 0.60rem 1rem !important;border-radius: 5px !important;font-family: 'Intelo-Bold' !important;font-size: 1.2rem !important;text-align: center;cursor: pointer !important;border: none !important;color: #181e3a !important;width: 100% !important;}

.alerta input:hover {
    background-color: #222546 !important;
    background-image: none !important;
    color: #FFFFFF !important;
}

.reserva-opciones-tarjeta {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding: 10px 0 10px;
    border-top: 1px solid #D3D3DB;
}

.reserva-opciones-tarjeta:last-child {
    padding-bottom: 0 !important;
}

.reserva-opciones-tarjeta:first-child {
    padding-top: 0 !important;
    border: 0 !important;
}

.menu-historial-fecha {
    font-size: 12px;
    color: #646680;
}

.menu-historial-datos {
    font-size: 16px;
    color: #212449;
    font-family: 'Intelo-Bold';
}

.menu-historial-tarjetas {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: solid 1px lightgrey;
}

.menu-historial-tarjetas:last-child {
    padding: 0;
    border: 0;
}

.c-info-footer-mobile{
    text-align: left;
}

.icono-gestiones {
    padding-right: 16px;
}

.contenedor-texto-imagen-home {
    position: absolute;
    display: flex;
    flex-direction: column;
    margin-left: 50%;
    top: 25%;
    color: #FFF;
    line-height: 1.2;
    margin-right: 10px;
}

.texto-imagen-home-titulo {
    font-size: 36px;
    font-family: 'Intelo-Bold';
    margin-bottom: 0.5rem;
}

.texto-imagen-home-titulo>p {
    margin: 0;
}

.texto-imagen-home-subtitulo {
    font-size: 14px;
    font-family: 'Intelo-Medium';
}

.texto-imagen-home-enlace {
    text-decoration: none;
    color: #f8c800 !important;
    cursor: pointer;
    width: fit-content;
    font-family: 'Intelo-Bold';
    display: flex;
    flex-direction: row;
    align-items: center;
}

.texto-imagen-home-enlace img {
    height: 16px;
    width: 8px;
}

.imagen-home-flecha {
    width: 24px;
    height: 20px;
    background: #fdc62b 0% 0% no-repeat padding-box;
    border-radius: 4px;
    margin-left: 12px;
    align-items: center !important;
    justify-content: center !important;
    display: grid;
}

.faq-header{
    margin-right: 30px;
}

@media (max-width: 768px){
    .contenedor-texto-imagen-home {
        top: 40% !important;
        margin: 0 40px !important;
    }

    .texto-imagen-home-titulo {
        font-size: 24px;
    }
}

@media (max-width: 840px){
    .buscador {
        margin: 0 1rem 2rem 1rem !important;
    }
}

@media (max-width: 320px){
    .contenedor-texto-imagen-home {
        top: 20% !important;
    }
}

.reservas-seleccion-opciones {
    margin-bottom: 1rem;
}

.v-itinerario {
    padding: 1rem;
}

.v-itinerario-titulo>.reserva-fecha {
    margin: 0;
}

.v-itinerario-titulo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.v-itinerario-parada {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    font-family: Intelo-Bold;
    font-size: 16px;
}

.v-itinerario-dibujo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 8.3333333%;
}

.v-itinerario-circulo {
    width: 8px;
    min-height: 8px;
    background-color: #181e3a;
    border-radius: 50%;
}

.v-itinerario-linea-inferior {
    width: 2px;
    background-color: #acabbd;
    height: 90%;
}

.v-itinerario-nombre {
    height: fit-content;
    margin-left: 1rem;
    padding-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    width: 75%;
}

.v-itinerario-circulo-origen {
    margin-top: 0.4rem;
}

.v-itinerario-hora {
    width: 16.6666667%;
}

.v-itinerario-linea-superior {
    width: 2px;
    background-color: #acabbd;
    height: 0.5rem;
}

.v-itinerario-estacion {
    color: #646680;
    font-size: 12px;
    font-family: 'Intelo-Medium';
}

.v-itinerario-espacio {
    margin-top: 0.4rem;
}

.flecha-itinerario {
    height: 8.5px;
    margin-left: 0.5rem;
}

.itinerario-boton {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.hide{
    display: none;
}

.reserva-seleccionada-encabezado {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.reserva-seleccionada-dibujo {
    width: 75%;
    margin: 0 !important;
}

.reserva-seleccionada-exacta {
    padding: 0;
}

.reserva-seleccionada-exacta:first-child {
    margin-right: 4rem;
}

.reserva-seleccionada-exacta:last-child {
    margin-left: 4rem;
}

.reserva-seleccionada-horas {
    align-items: center !important;
}

.reserva-seleccionada-od {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.reserva-seleccionada-od p {
    margin: 0;
    font-size: 12px;
    color: #9092A4;
}

.reserva-flecha{
    cursor: pointer;
}

.reserva-seleccionada-fecha {
    color: #212449;
    background-color: #E9E9ED;
}

.reserva-seleccionada-circulo {
    width: 10px !important;
    height: 10px !important;
    min-width: 10px;
    min-height: 10px;
}

.reserva-seleccionada-icono{
    width: 13.33px;
    height: 13.33px;
    margin-right: 8px;
    margin-top: 2px;
}

.ui-datepicker {
    border-color: #dee2e6 !important;
    border-radius: .375rem !important;
    padding: 20px;
    font-family: 'Intelo-Bold' !important;
}

.ui-datepicker-header {
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.ui-datepicker th {
    background: none !important;
}

.ui-datepicker .ui-state-default {
    background: none !important;
}

.ui-datepicker td .ui-state-default {
    font-family: 'Intelo-Medium' !important;
    text-align: center;
    width: 26px;
    padding: 0px;
    height: 26px;
}

.ui-datepicker .ui-datepicker-week-end>.ui-state-default {
    font-family: 'Intelo-Bold' !important
}

.ui-datepicker td .ui-state-hover {
    border-radius: 50% !important;
    border: 2px solid #0E98FF !important;
}

.ui-datepicker td .ui-state-default {
    border-radius: 50% !important;
    border: 2px solid #FFF;
}

.ui-datepicker-next>.ui-icon-circle-triangle-e{
    background-image: url(/bonos/view/css/extended/img/svg/angle-right-solid.svg) !important;
    background-position: 0 !important;
}

.ui-datepicker-next-hover{
    background: none !important;
    border: none !important;
    right: 2px !important;
    top:2px !important;
    cursor: pointer !important;
}

.ui-datepicker-prev>.ui-icon-circle-triangle-w{
    background-image: url(/bonos/view/css/extended/img/svg/angle-left-solid.svg) !important;
    background-position: 0 !important;
}

.ui-datepicker-prev-hover{
    background: none !important;
    border: none !important;
    left: 2px !important;
    top:2px !important;
    cursor: pointer !important;
}

.home-select {
    appearance: none;
    background-image: url(/bonos/view/css/extended/img/svg/chevron-down-solid-dark.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: calc(100% - 8px) center;
    border-radius: 5px;
    background-color: #FFF;
}

.estilo-radio {
    appearance: none;
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #999;
    height: 0.8rem;
    width: 0.8rem;
    margin-right: 0.5rem;
    cursor: pointer;
}

.estilo-radio:checked {
    box-shadow: 0 0 0 1px #FDC62B;
    background-color: #FDC62B;
    border-width: 0.15rem;
}

.reservas-horarios>div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.reservas-horarios p {
    margin: 0;
}

.reservas-horarios>div>p:first-child {
    padding-right: 48px;
}

.reservas-horarios>div>p:last-child {
    padding-left: 48px;
}

.reservas-horarios>div>p {
    font-family: 'Intelo-Bold';
}

.message-error {
    color: #C13131;
}

.reserva-plaza-sentido input[type="radio"]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.reserva-plaza-sentido label.disabled {
    color: #999;
}
