.table-container {
    max-height: 600px;
    /* Establece la altura máxima que deseas para la tabla dentro del modal */
    overflow-y: auto;
    /* Habilita la barra de desplazamiento vertical cuando la tabla sea demasiado grande */
}

.custom-width {
    width: 500px;
}


body {
    font-family: 'Montserrat Alternates', sans-serif;
    font-family: 'Raleway', sans-serif;
    background-color: #ffffff;
}

a {
    text-decoration: none;
}

.serie {
    width: 90px;

    margin-right: 15px;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: inset 0px 0px 5px rgb(160, 160, 160);
}

.numComprobante {
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    box-shadow: inset 0px 0px 5px rgb(160, 160, 160);
}

.cursor-pointer {
    cursor: pointer;
}

.btnResultado {
    background-color: #2b2e66;
    margin-top: 10px;
    padding: 4px 13px;
    color: white;
    border-radius: 5px;
    border: none;
    box-shadow: 0px 5px 5px #2b2e66;
    align-items: end;
    width: 100px;
    margin-left: 70px;
    font-size: 13px;
}

@media (max-width: 992px) {
    .btnResultado {
        margin-left: 0;
    }
}

.btnConsultar {
    background-color: #ffc800;
    border: none;
    border-radius: 40px;
    width: 240px;
    height: 60px;
    color: white;
    box-shadow: 0px 5px 15px #e0a009;
    border: 1px solid #d5a413;
    transition: background-color 0.5s, color 0.5s;
}

.btnConsultar:hover {
    background-color: rgba(255, 255, 255, 0.496);
    color: black;
}

.carga {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    display: none;
    /* Agrega más estilos según tus preferencias */
}

/********** Template CSS **********/
:root {
    --primary: #F3BD00;
    --secondary: #757575;
    --light: #F3F6F8;
    --dark: #0C2B4B;
}

.py-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.my-6 {
    margin-top: 6rem;
    margin-bottom: 6rem;
}

.back-to-top-whatsappp {
    position: fixed;
    right: 0px;
    bottom: 240px;
    z-index: 99;
}

.back-to-top-facebook {
    position: fixed;
    right: 0px;
    bottom: 310px;
    z-index: 99;
}

.back-to-top-twitter {
    position: fixed;
    right: 0px;
    bottom: 385px;
    z-index: 99;
}

.back-to-top-FlootComprar {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 99;
}


/*** Spinner carga de pagina ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
@media(min-width: 501px) {
    .redes-encabezado {
        display: none;
    }
}


.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 80px
}

.navbar .navbar-nav .nav-link {
    font-family: 'Poppins', sans-serif;
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    outline: none;
    font-size: 15px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        box-shadow: 0px 10px 15px rgb(0, 0, 0);


    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item .dropdown-menu div {
        background: transparent;
        margin: 6px;
        padding: 0;
    }

    .icon-fap {
        background-color: rgb(255, 255, 255);
        width: 20px;
        height: 20px;
        padding: 5px 15px 20px 5px;
        border-radius: 20px;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .navbar .nav-item:hover .dropdown-menu div {
        background: transparent;
        margin: 6px;
        padding: 0;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}


@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }

    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/carusel-3.jpg) center center no-repeat;
    background-size: cover;
}

.page-contact {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/asistenta.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-error {
    background: linear-gradient(rgba(255, 255, 255, 0.884), rgba(255, 255, 255, 0.856)), url(../img/gst_bg_054_12.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}


.breadcrumb-item+.breadcrumb-item::before {
    color: #999999;
}

@media (max-width: 991px) {
    .carousel {
        display: none;
    }
}


/*** Facts ***/
@media (min-width: 991.98px) {
    .facts {
        position: relative;
        margin-top: -75px;
        z-index: 1;
        padding: 0;
    }
}


/*** Courses ***/
.courses {
    min-height: 100vh;
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, .9)), url(../img/joven.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.courses-item {
    border-radius: 15px;
    border: 1px solid rgb(226, 226, 226);
}

.courses-item h5 {
    color: #2b2e66;
}

.courses-item .courses-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.courses-item:hover .courses-overlay {
    height: 100%;
    opacity: 1;
}

.contenedor {
    width: 100%;
    display: flex;
    justify-content: center;
}

.card-central {
    margin: 20px 20px;
    display: flex;
    padding: 15px;
    border: 1px solid black;
    border-radius: 10px;
}

.card-central .beneficios {
    width: 100%;
    height: 100%;
    margin: 10px;
    border: 1px solid black;
    border-radius: 10px;
}

.card-central .card-opcion {
    width: 100%;
    height: 100%;
    margin: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 1px solid black;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.card-central .card-opcion .cargo {
    width: 100%;
    margin: 5px;
    background: green;
}

.card-central .card-opcion .coorporativo {
    width: 100%;
    background: darkgoldenrod;
}



/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .75);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social {
    height: 100%;
    opacity: 1;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    height: 40px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 2px solid var(--primary);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 40px;
    height: 40px;
    background: var(--primary);
}

.testimonial-carousel .owl-item img {
    width: 150px;
    height: 150px;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--light);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    background: #092139;
}

.copyright a {
    color: var(--primary);
}

.copyright a:hover {
    color: var(--light);
}




.card-img {
    background-size: cover;
    background-position: center;
    height: 200px;
    /* Ajusta la altura de la imagen de fondo */
}

/** Titulo **/
.titulo {
    background-image: linear-gradient(0deg,
            rgb(0, 0, 0, 0.5),
            rgb(0, 0, 0, 0.5)), url(../img/joven.jpg);
    background-position: center center;
    background-size: cover;
    padding: 5px;
    margin: 20px 0px;
    display: flex;
    justify-content: center;
    box-shadow: 0px 10px 15px rgb(221, 221, 221);


}

.sub-titulo {
    padding: 4px 0px 0px 0px;
    margin: 0px 10px;
}

.sub-titulo h1 {
    margin: 15px 0px;
}

@media(max-width:991px) {
    .titulo {
        margin: 0;
    }
}


/** Porque elejirnos **/
.pre-color {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.363),
            rgba(0, 0, 0, 0.63)), url(../img/pasaje.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pre-color .card {
    background-color: transparent;
}

.elejirnos {
    width: 100%;
}

.elejirnos h1 {
    padding: 45px 0px 25px 0px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin: 0;
}

.card-body h3 {
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 20px;
    color: #333;
    font-size: 20px;
}

.opcion-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100px;
    margin: auto;
    background-color: rgb(236, 236, 236);
    border-radius: 100%;
    box-shadow: 10px 10px 18px 0 rgba(0, 0, 0, 0.12), -8px -8px 12px 0 rgba(255, 255, 255, 0.7);
    margin-bottom: 1rem;
}

.opcion-icon img {
    color: greenyellow;
    width: 100px;
    height: 100px;
    padding: 15px;
}

.card-body h3 {
    color: white;
}

.card-body p {
    color: rgb(0, 0, 0);
}

.card {
    border: none;

}

/** Porque elejirnos end **/


/** Formas de Pago **/
.pagos h1 {
    font-weight: bold;
    color: rgb(60, 71, 165);
    font-size: 30px;
}

.formas {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pagos .tarjetas {
    padding: 20px 0px;
}

.card {
    background: transparent;
}

.formas img {
    width: 100px;
    pointer-events: none;
}

/** Formas de Pago end **/



/** Destinos **/
.destinos h1 {
    color: rgb(60, 71, 165);
    font-size: 30px;
    border-radius: 50px;
    padding: 0;
    font-weight: bold;
}

@media(max-width: 285) {
    .opcion-destino {
        padding: 0;
    }
}

.opcion-destino img {
    width: 520px;
    border: 4px solid rgb(255, 255, 255);
    box-shadow: 0px 10px 45px rgb(184, 184, 184);

}

@media (max-width: 1030px) {
    .opcion-destino img {
        width: 470px;
    }
}

@media (max-width: 900px) {
    .opcion-destino img {
        width: 440px;
    }
}

@media (max-width: 414px) {
    .opcion-destino img {
        width: 300px;
    }
}

@media (max-width: 220px) {
    .opcion-destino img {
        width: 200px;
    }
}

@media (max-width: 500px) {
    .opcion-destino img {
        width: 300px;
    }
}

@media (max-width: 821px) {
    .opcion-destino img {
        width: 295px;
    }
}

@media (max-width: 285px) {
    .opcion-destino img {
        width: 245px;
    }
}

.opcion-destino h2 {
    color: rgb(60, 71, 165);
    margin: 10px;
    font-size: 30px;
}


/** Paginas **/
.paginas {
    background-image: linear-gradient(0deg,
            rgba(0, 0, 0, 0.363),
            rgba(0, 0, 0, 0.63)), url(../img/encomiendas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-clip: border-box;
}

.contenedor-interno img {
    width: 200px;
}

/** Filosofia **/
.filosofía p {
    font-size: 15px;
    margin: 8px;
}

@media(max-width:705px) {
    .filosofía p {
        font-size: 13px;
        margin: 5px;
    }
}

/** Card **/

@media (max-width: 760px) {
    .card-info .sub-ben {
        display: flex;
        flex-direction: column;
    }
}

.card-info .tablet {
    border: 4px solid rgb(255, 255, 255);
    border-radius: 3px;
    box-shadow: 0px 0px 25px 1px rgb(209, 209, 209);
    background-position: center center;
}

.opcion {
    border: none;
}

.opcion .card-img {
    border: 4px solid rgb(255, 255, 255);
    border-radius: 3px;
    margin: 5px;
    box-shadow: 0px 0px 35px 1px rgb(173, 173, 173);
}

.col {
    border: none;
}

.beneficios {
    position: absolute;
    bottom: -375px;
}

.beneficios a {
    background: rgb(212, 157, 7);
    padding: 13px 35px;
    border-radius: 30px;
    color: #757575;
    box-shadow: 0px 4px 43px 4px rgba(0, 11, 67, 0.34);
}

.beneficios a:hover {
    background: rgb(160, 111, 47);
    border: 1px solid rgb(129, 163, 196);
}

.cargo {
    margin: 20px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cargo h3 {
    color: #e1a61c;
    font-size: 22px;
}

.cargo p {
    width: 300px;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

@media(max-width: 285px) {
    .cargo p {
        width: 200px;
        margin: 0;
        padding: 0;
        font-size: 10px;
    }
}

.cargo a {
    color: rgb(205, 162, 21);
    margin: 10px 0px;
    font-size: 13px;
}


/** Contacto **/
.contacto {
    background-color: rgb(223, 156, 22);
    padding: 10px;
}

.contacto h1 {
    margin: 0;
    color: white;
    padding: 10px 0px;
    font-size: 30px;
}

.contacto .row {
    margin: 5px;
}

.contacto-opcion {
    background-color: rgb(250, 7, 7);
}

.contacto-opcion h3 {
    font-size: 45px;
    color: white;
}

.contacto-opcion img {
    width: 50px;
    margin: 10px;
}

.contacto-opcion .subAgencias {
    position: absolute;
    top: 85px;
    background-image: rgb(60, 71, 165);
    box-shadow: 0px 4px 43px 4px rgba(0, 11, 67, 0.34);
    padding: 10px;
    display: none;

}

.contacto-opcion .subAgencias p {
    font-size: 13px;
    margin: 0;
    text-decoration: underline;
}

.contacto-opcion .telefonico {
    text-decoration: underline;
    color: white;
    font-size: 18px;
}

.contacto-opcion .contexto p {
    font-size: 13px;
    color: white;
}

.contacto-opcion .contexto .subAgencias {
    position: absolute;
    top: 130px;
}

.agencia-siu:hover+.subAgencias {
    display: block;
}

@media(max-width:285px) {
    .contacto-opcion .contexto p {
        font-size: 10px;
        color: white;
        font-weight: bold;
    }
}

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

/**
.si-fb {
    color: white;
    
}
.si-fb p{
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.si-fb .facebook{
    background: white;
    width: 40px;
    height: 40px;
    border: 1px solid rgb(216, 216, 216);
    border-radius: 10px;
    margin: 0px 20px;
    box-shadow: 0px 0px 15px rgb(82, 82, 82);
}


.si-fb .facebook img{
    width: 30px;
    margin: 6px 0px;
}
.si-fb a{
    margin: 5px 0px;
}
*/
.enlaces ul a {
    font-size: 13px;
    font-weight: bold;
}

.enlaces p {
    font-size: 13px;
}

.custom-container {
    background-size: cover;
    background-position: center;
}

.custom-card {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    /* Altura deseada de los cuadros */
}

.custom-card .card-body {
    text-align: center;
    padding: 10px;
}

/**  Pie de pagina **/
.enlaces h4 {
    font-size: 14px;
}

.enlaces a {
    font-size: 13px;
}

.enlaces div div {
    font-size: 13px;
}



/** Pagina Acerca de **/
.info-acerca {
    background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0.842)), url(../img/asistenta.jpg) center center no-repeat;
    background-size: cover;
    background-position: center;
}

.page-acerca {
    background: linear-gradient(rgba(0, 0, 0, .75), rgba(0, 0, 0, .75)), url(../img/nosotros.jpg);
    background-position: center;
    background-size: cover;
}

/* Seccion carrito */
.formulario-asientos {
    box-shadow: 0px 0px 10px rgb(133, 133, 133);

    border-radius: 10px;
    width: 75%;
}

.formulario-asientos .select_asiento .pisos_asiento a {
    background-color: grey;
    padding: 10px 50px;
    margin: 10px;
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 0.8rem;
}

@media (max-width:820px) {
    .formulario-asientos {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .formulario-asientos {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .formulario-asientos {
        width: 100%;
    }
}

@media (max-width: 450px) {
    .formulario-asientos {
        width: 85%;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.num-resultados {
    font-weight: bold;
    color: #333;
}

.filtros {
    align-items: center;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.filtros .filtro-label {
    width: 120px;
}

/*estilasos*/
:root {
    --bs-primary: #0066cc;
    --bs-secondary: #6c757d;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        radial-gradient(circle at 100% 0%, rgba(0, 102, 204, 0.03) 0%, transparent 50%),
        radial-gradient(circle at 0% 100%, rgba(0, 102, 204, 0.03) 0%, transparent 50%);
    z-index: -1;
}

.card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-2px);
    box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.12),
        0 2px 4px rgba(0, 0, 0, 0.08);
}

/* Estilos para las tarjetas de métodos de pago */
.payment-method {
    background: white;
    border: 1px solid rgba(0, 102, 204, 0.1);
    border-radius: 12px;
    padding: 15px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.payment-method:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 102, 204, 0.1);
    border-color: var(--bs-primary);
}

.payment-logo {
    max-height: 40px;
    object-fit: contain;
}

/* Estilos para el modal */
.modal-content {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.modal-header {
    border-bottom: none;
    padding: 1.5rem 1.5rem 0.5rem;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem 1.5rem;
    background: linear-gradient(to right, #f8f9fa, #ffffff);
}

/* Estilos para los botones */
.btn-primary {
    background: linear-gradient(135deg, #0066cc, #0055aa);
    border: none;
    box-shadow: 0 2px 4px rgba(0, 102, 204, 0.2);
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0055aa, #004488);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 102, 204, 0.3);
}

.btn-buscar {
    background: rgb(222, 180, 27);
    border: none;
    box-shadow: 0 2px 4px rgb(222, 180, 27);
    transition: all 0.3s ease;
}

.btn-buscar:hover {
    background: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px white;
}

.btn-secondary {
    background: linear-gradient(135deg, #6c757d, #5a6268);
    border: none;
    box-shadow: 0 2px 4px rgba(108, 117, 125, 0.2);
}

.btn-secondary:hover {
    background: linear-gradient(135deg, #5a6268, #4e555b);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(108, 117, 125, 0.3);
}

/* Estilos para textos y elementos específicos */
.fw-medium {
    font-weight: 500;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.bg-light {
    background-color: rgba(248, 249, 250, 0.8) !important;
}

/* Mejoras visuales adicionales */
.travel-details .row {
    background: linear-gradient(to right, #f8f9fa, #ffffff);
    border: 1px solid rgba(0, 102, 204, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.passenger-details .bg-light {
    background: linear-gradient(to right, #f8f9fa, #ffffff) !important;
    border: 1px solid rgba(0, 102, 204, 0.1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

/* Responsive ajustes */
@media (max-width: 767.98px) {
    .payment-method {
        height: 60px;
    }

    .card {
        margin: 0 10px;
    }
}

/* Animaciones suaves */
.card,
.btn,
.payment-method {
    will-change: transform;
}

/* Mejoras de accesibilidad */
.btn:focus,
.form-control:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 204, 0.25);
}

.carder {
    background-color: #f8f9fa;
    border-radius: 2em;
}