* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Montserrat", sans-serif;
            background-color: #f8f9fa;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            overflow-x: hidden;
            width: 98vw;
        }

        @media (max-width: 576px) {
            body {
                width: 100vw;
            }
        }


        /* Contenido principal */
        .main-content {
            padding: 0 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        /* Estilos para la sección titulo con imagen */
        .hero-section {
            width: 100%;
            height: 30vh;
            min-height: 400px;
            background-image: url('/assets/images/assets/redeSociales/paisajedebus.jpg');
            background-size: cover;
            background-position: center 70%;
            background-repeat: no-repeat;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);

        }

        .hero-content {
            margin-left: 45%;
            text-align: center;
            color: white;
            max-width: 800px;
            display: flex;
            flex-direction: column;
            align-items: center;
            background-color: #254360;
            justify-content: center;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
            padding: 30px 10px;
        }


        .hero-title {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .hero-subtitle {
            font-size: 15px;
            font-weight: 400;
            line-height: 1.1;
            width: 80%;
        }

        /* Responsive para hero */
        @media (max-width: 1150px) {
            .hero-content {
                margin-left: 0;
              
            }
        }



        .search-header {
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 30px;
            padding: 10px 40px 15px 40px;
            margin-top: 70px;
            background-color: #254360;
            border-radius: 50px;

        }

        .search-header form {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .search-container {
            display: flex;
            align-items: center;
        }

        .search-group {
            display: flex;
            align-items: center;
            flex-direction: column;
        }

        .search-label {
            color: #d4d4d4ff;
            font-size: 15px;
            font-weight: 400;
            margin-right: 14px;
        }

        .search-label2 {
            color: #d4d4d4ff;
            font-size: 15px;
            font-weight: 400;


        }

        .search-chekbox {
            display: flex;
            align-items: center;

        }

        .search-input,
        .search-select {
            border: 0;
            font-size: 1rem;
            color: #254360;
            background: #fbfbfbe4;
            font-size: 16px;
            padding: 10px 15px;
            border-radius: 20px;
            margin-top: 10px;
            margin-right: 14px;
            display: flex;
        }

        .search-input:focus,
        .search-select:focus {
            outline: none;

        }

        .search-date {
            display: flex;
            align-items: center;
            border: 0;
            font-size: 1rem;
            color: #254360;
            background: #fbfbfbe4;
            font-size: 16px;
            padding: 10px 15px;
            border-radius: 20px;
            margin-right: 14px;
            margin-top: -10px;
        }

        .search-regreao {

            align-items: center;
            border: 0;
            font-size: 1rem;
            color: #254360;
            font-size: 16px;
            padding: 10px 15px;
            border-radius: 20px;
            margin-right: 14px;
            margin-top: 10px;



        }

        .search-date:hover {
            border-color: #4A90E2;
        }

        .search-passengers {
            display: flex;
            align-items: center;
        }

        .passenger-input {
            display: flex;
            align-items: center;
            border: 0;
            font-size: 1rem;
            color: #254360;
            background: #fbfbfbe4;
            font-size: 16px;
            padding: 10px 15px;
            border-radius: 20px;
            margin-top: 10px;
            margin-right: 14px;

        }

        .passenger-input:focus {
            outline: none;
            border-bottom: solid 1px #43b36a;
        }

        .search-btn {
            background-color: #D59339;
            color: white;
            border: none;
            padding: 15px 25px;
            border-radius: 8px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: transform 0.3s ease;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-left: 20px;
        }

        .search-btn-serch {
            text-decoration: none;

        }

        .search-btn:hover {
            transform: translateY(-2px);
        }

        .swap-btn {
            margin-top: 23px;
            color: #ffffffff;
            border: none;
            cursor: pointer;
            font-size: 1.4rem;
            transition: transform 0.3s ease;
            margin-right: 14px;
            background-color: #254360;
        }

        .swap-btn:hover {
            transform: rotate(180deg);
        }


        /* Estilos adicionales para móviles pequeños */
        @media (max-width: 1150px) {
            .main-content {
                padding: 0 18px;
                width: 100%;

            }

            .search-label2 {
                color: #254360;
            }

            .search-label {
                color: #254360;
            }

            .search-header {
                width: 100%;
                max-width: 430px;
                padding: 0;
                margin: 20px auto;
                background: transparent;
                border-radius: 0;
                box-shadow: none;
            }

            .search-header form {
                width: 100%;
                display: block;
            }

            .search-container {
                width: 100%;
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 12px;
                position: relative;
            }

            .search-group {
                width: 100%;
                max-width: none;
                min-height: 78px;
                padding: 12px 22px;
                border-radius: 18px;
                background: #ffffff;
                box-shadow: 0 6px 18px rgba(37, 67, 96, 0.14);
                align-items: flex-start;
                justify-content: center;
            }

            .search-origin,
            .search-destination,
            .search-passengers-group,
            .search-trip-toggle {
                grid-column: 1 / -1;
            }

            .search-departure-group {
                grid-column: 1 / -1;
            }

            .search-container:has(#round-trip:not([style*="display: none"])) .search-departure-group,
            .search-container:has(#round-trip:not([style*="display: none"])) #round-trip {
                grid-column: span 1;
            }

            .search-container:has(#round-trip:not([style*="display: none"])) #round-trip {
                display: flex !important;
            }

            .search-label,
            .search-label2 {
                color: #336cb5;
                font-size: 0.9rem;
                font-weight: 700;
                margin: 0 0 4px;
            }

            .search-input,
            .search-select,
            .search-date,
            .passenger-input {
                width: 100%;
                min-height: auto;
                margin: 0;
                padding: 0;
                border-radius: 0;
                background: transparent;
                color: #5d6f87;
                font-size: 1.05rem;
                box-shadow: none;
            }

            .search-select {
                appearance: none;
                -webkit-appearance: none;
                background-image: none;

            }

            .container {
                width: 95%;
                padding: 10px;
            }

            .benefits-section {
                width: 95%;
                margin: 0 auto;
            }

            .testimonials-section {
                width: 95%;
                margin: 20px auto;
            }

            .contact-section {
                width: 95%;
                margin: 20px auto;
                padding: 30px 20px;
            }

            .partners-section {
                width: 95%;
                margin: 20px auto;
            }

            .faq-section {
                width: 95%;
                padding: 40px 10px;
            }

            .faq-item {
                width: 95%;
            }

            .search-label {
                color: #2176ae;
                font-weight: 700;
                margin-top: 0;
            }

            .search-trip-toggle {
                min-height: 64px;
                flex-direction: row;
                align-items: center;
                justify-content: space-between;
            }

            .search-chekbox {
                width: 18px;
                height: 18px;
                accent-color: #2393ec;
            }

            .swap-btn {
                position: absolute;
                top: 84px;
                right: 14px;
                margin: 0;
                width: 52px;
                height: 52px;
                padding: 0;
                border-radius: 18px;
                background: #ffffff;
                color: #8e9eb2;
                border: 1px solid #e1e8f0;
                box-shadow: 0 8px 18px rgba(37, 67, 96, 0.16);
                z-index: 2;
            }

            .search-btn {
                width: 100%;
                margin: 0;
                padding: 16px 20px;
                border-radius: 18px;
                justify-content: center;
                font-size: 1.15rem;
                background: linear-gradient(135deg, #1f99f5, #1d7cde);
            }
        }

        /* Para móviles muy pequeños */
        @media (max-width: 576px) {
            body {
                width: 100vw;
                overflow-x: hidden;
            }

            .search-label2 {
                color: #4f6178;
                font-weight: 700;
                margin-top: 0;
                padding: 0;
            }

            .main-content {
                width: 100%;
                padding: 0 10px;
            }

            .search-header {
                width: 100%;
                padding: 0;
            }
            .search-origin{
                width: 80%;
            }
            .search-destination{
                width: 80%;
            }
            .search-passengers-group{
                width: 80%;
            }

            .search-container {
                gap: 10px;
                display: flex;
                flex-direction: column;
                align-items: center;

            }

            .search-group {
                min-height: 72px;
                padding: 11px 40px;
                border-radius: 16px;
            }

            .hero-content {
                width: 65%;
                padding: 15px;
                margin: 0;
                margin-left: 18%;
            }

            .hero-title {
                font-size: 11px;
                margin-bottom: 2px;

            }

            .hero-subtitle {
                font-size: 10px;
            }

            .container {
                width: 98%;
                margin: 20px auto;
            }

            .info-section {
                width: 95%;
                padding: 20px 15px;
            }

            .benefits-section {
                width: 98%;
                margin: 20px auto;
            }

            .testimonials-section {
                width: 98%;
                margin: 20px auto;
            }

            .contact-section {
                width: 98%;
                margin: 20px auto;
                padding: 25px 15px;
            }

            .partners-section {
                width: 98%;
                margin: 20px auto;
            }

            .faq-section {
                width: 100%;
                padding: 30px 5px;
            }

            .faq-item {
                width: 98%;
                margin: 0 auto 15px auto;
            }

            .contacto-section {
                width: 100%;
                padding: 40px 10px;
            }

            .swap-btn {
                top: 78px;
                right: 12px;
                width: 48px;
                height: 48px;
                border-radius: 16px;
            }

            .search-btn {
                padding: 15px 18px;
                font-size: 1.05rem;
                width: 80%;
                margin-top: 20px;
            }
            .hero-section{
                height: 10vh;
                min-height: 120px;
            }
        }

        /* Contenido de pasos --*/


        .container {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            gap: 60px;
            align-items: center;
            margin-bottom: 80px;
            margin-top: 70px;
            color: #254360;
        }

        .steps-section {
            flex: 1;
            color: #254360;
        }

        .step {

            display: flex;
            align-items: center;
            background: #ffffff09;
            padding: 10px 30px;
            margin-bottom: 20px;
            border-radius: 15px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.21);
            transition: transform 0.3s ease;
            color: #254360;
        }

        .step:hover {
            transform: translateY(-5px);
        }

        .step-number {
            color: #254360;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 37px;
            font-weight: 900;
            margin-right: 25px;
            flex-shrink: 0;
        }


        .step-content strong {
            color: #254360;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .step-content p {
            color: #254360;
            line-height: 1.5;
            font-size: 0.95rem;
        }

        .whatsapp-link {
            color: #25D366;
            font-weight: 600;
            text-decoration: none;
        }

        .whatsapp-link:hover {
            text-decoration: underline;
        }

        .info-section {
            flex: 1;
            padding: 40px;
            border-radius: 15px;

        }

        .info-title {
            color: #254360;
            font-size: 1.3rem;
            margin-bottom: 20px;
            text-align: center;
        }

        .info-text {
            color: #254360;
            font-size: 1.1rem;
            line-height: 1.6;
            text-align: center;
        }

        .highlight {
            color: #254360;
            font-weight: 700;
        }

        .no-complications {
            color: #254360;
            font-weight: 800;
            font-size: 1.2rem;


        }

        @media (max-width: 1200px) {
            .container {
                width: 80%;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding: 20px 5px;
            }

            .info-section {
                width: 70%;
                padding: 40px;
                border-radius: 15px;

            }
        }

        /* Estilos para la sección de beneficios */
        .benefits-section {
            max-width: 1200px;
            margin: 0 auto;
            margin-bottom: 60px;
            margin-top: 30px;

        }

        .benefits-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
            margin-bottom: 20px;
        }

        .benefits-grid-bottom {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
            max-width: 800px;
            margin: 0 auto;
        }

        .benefit-card {
            border-radius: 15px;
            text-align: center;
            transition: transform 0.3s ease;
            align-items: center;
            justify-content: center;


        }

        .benefit-card:hover {
            transform: translateY(-5px);
        }

        .benefit-card.blue {
            display: flex;
            border: 1px solid #254360;
            background-color: #76aae60e;
            padding: 0px 20px;

        }

        .benefit-card.orange {
            display: flex;
            border: 1px solid #D59339;
            background-color: #ecc9971f;
            align-items: center;
            padding: 0px 20px;

        }

        .benefit-icon {
            width: 100px;
            height: 100px;
            margin: 0 auto 5px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-size: 35px;
        }

        .benefit-icon.blue {
            color: #254360;
        }

        .benefit-icon.orange {
            color: #D59339;
        }

        .benefit-title {
            font-size: 1.0rem;
            font-weight: 700;
            text-transform: uppercase;
        }

        .benefit-title.blue {
            color: #254360;

        }

        .benefit-title.orange {
            color: #D59339;
        }

        .benefit-description {
            color: #254360;
            ;
            font-size: 0.9rem;
            line-height: 1.4;
        }

        @media (max-width: 968px) {
            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .benefits-grid-bottom {
                grid-template-columns: 1fr;
            }

        }


        /* Estilos para la sección "Sobre nosotros" */
        .about-section {
            display: flex;
            flex-direction: column;
            margin: 0 0;
            padding: 50px 40px;
            text-align: center;
            width: 98vw;
            margin-left: -15px;
            align-items: center;
        }

        .image-container {
            position: relative;
            width: 100vw;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 70px;
        }

        .image-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 80px;
            z-index: 2;
            pointer-events: none;
            background: linear-gradient(to bottom, rgba(248, 249, 250, 1), transparent);
        }

        .image-container img {
            width: 100vw;
            height: 300px;
            object-fit: cover;
            object-position: center 70%;
            display: block;
        }

        .about-title {
            color: #254360;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 30px;
        }

        .about-text {
            color: #254360;
            font-size: 1.1rem;
            line-height: 1.4;
            max-width: 800px;
            margin: 0 auto;
        }

        .about-highlight {
            color: #FFB84D;
            font-weight: 600;
        }

        .about-year {
            color: #254360;
            font-weight: 700;
        }

        @media (max-width: 968px) {
            .container {
                flex-direction: column;
                gap: 40px;
            }

            .step {
                padding: 20px;
            }

            .step-number {
                width: 50px;
                height: 50px;
                font-size: 1.2rem;
                margin-right: 20px;
            }

            .info-section {
                padding: 30px 20px;
            }

            .benefits-grid {
                grid-template-columns: 1fr;
            }

            .benefits-grid-bottom {
                grid-template-columns: 1fr;
            }

            .about-section {
                padding: 30px 20px;
            }

            .about-title {
                font-size: 1.7rem;
            }

            .about-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .step {
                flex-direction: column;
                text-align: center;
            }

            .step-number {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .step-content h3 {
                font-size: 1.1rem;
            }

            .step-content p {
                font-size: 0.9rem;
            }

            .benefit-card {
                padding: 20px;
            }

            .about-title {
                font-size: 1.5rem;
            }

            .about-text {
                font-size: 0.95rem;
            }
        }

        /* Sección de testimonios */

        .testimonials-section {
            max-width: 1100px;
            margin: 40px auto 20px;
            text-align: center;
        }

        .testimonials-title {
            color: #254360;
            ;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .testimonials-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
        }

        @media (max-width: 1200px) {
            .testimonials-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                width: 100%;
            }

            .testimonials-section {
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
            }
        }


        .testimonial-card {
            background: white;
            padding: 30px;
            border-radius: 15px;
            display: flex;
            gap: 20px;
            text-align: left;
            transition: transform 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
        }

        .testimonial-avatar {
            flex-shrink: 0;
        }

        .testimonial-avatar img {
            width: 80px;
            height: 80px;
            border-radius: 50%;
            object-fit: cover;
        }

        .testimonial-content {
            display: flex;
            flex-direction: column;
            align-items: right;
            flex: 1;
            justify-content: center;
            padding-left: 20px;
        }

        .testimonial-text {
            color: #254360;
            font-size: 15px;
            line-height: 1.2;
            margin-bottom: 15px;
            text-align: right;
        }

        .testimonial-author strong {
            color: #254360;
            font-size: 1rem;
            text-align: right;
            width: 100%;

        }

        .testimonial-author span {
            color: #6c757d;
            font-size: 0.9rem;
        }

        /* Estilos para la sección de contacto de testimonios */
        .contact-section {
            max-width: 700px;
            margin: 60px auto;
            background: white;
            padding: 30px 50px;
            border-radius: 25px;
            text-align: center;
        }

        .contact-header {
            text-align: center;
            margin-bottom: 40px;
        }


        .contact-title {
            color: #254360;
            ;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contact-form {
            margin: 0 auto;
        }

        .form-row {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 25px;
            margin-bottom: 25px;
        }

        .form-group {
            margin-bottom: 0;
        }

        .form-group.full-width {
            margin-bottom: 35px;
        }

        .contact-form input,
        .contact-form textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e5e9f0;
            border-radius: 15px;
            font-size: 1.1rem;
            font-family: "Montserrat", sans-serif;
            color: #666;
            background-color: #fafbfc;
            transition: all 0.3s ease;
            box-sizing: border-box;
        }

        .contact-form input:focus,
        .contact-form textarea:focus {
            outline: none;
            border-color: #4A90E2;
            background-color: white;
            box-shadow: 0 0 0 4px rgba(74, 144, 226, 0.15);
            transform: translateY(-1px);
        }

        .contact-form input::placeholder,
        .contact-form textarea::placeholder {
            color: #a8b2bd;
            font-weight: 400;
        }

        .contact-form textarea {
            resize: vertical;
            min-height: 140px;
            font-family: "Montserrat", sans-serif;
            line-height: 1.6;
        }

        .contact-submit-btn {
            background-color: #254360;
            color: white;
            border: none;
            border-radius: 15px;
            font-size: 15px;
            font-weight: 700;
            font-family: "Montserrat", sans-serif;
            cursor: pointer;
            transition: all 0.3s ease;
            text-transform: none;
            letter-spacing: 0.5px;
            padding: 15px 25px;
        }

        .contact-submit-btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 30px rgba(74, 144, 226, 0.4);
            background: linear-gradient(135deg, #357ABD, #2a5f8f);
        }

        .contact-submit-btn:active {
            transform: translateY(-1px);
        }

        .success-message {
            margin-top: 30px;
            padding: 20px 25px;
            background-color: #d4edda;
            color: #155724;
            border-radius: 15px;
            text-align: center;
            font-weight: 600;
            border: 2px solid #c3e6cb;
            font-size: 1.1rem;
        }

        /* Responsive para el formulario */
        @media (max-width: 768px) {
            .contact-section {
                margin: 60px 0px;
                padding: 45px 30px;
            }


            .contact-title {
                font-size: 18px;
            }



            .form-row {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .contact-form input,
            .contact-form textarea {
                padding: 18px 20px;
                font-size: 1rem;
            }

            .contact-submit-btn {
                padding: 20px;
                font-size: 1.1rem;
            }
        }

        @media (max-width: 576px) {
            .contact-section {
                padding: 35px 25px;
                margin: 40px 15px;
            }

            .contact-title {
                font-size: 1rem;
            }

            .contact-icon {
                font-size: 3rem;
            }

            .contact-form input,
            .contact-form textarea {
                padding: 16px 18px;
                font-size: 0.95rem;
            }

            .contact-submit-btn {
                padding: 18px;
                font-size: 1rem;
            }
        }


        /* Estilos para la sección de empresas aliadas */
        .partners-section {
            max-width: 1200px;
            margin: 50px auto 20px auto;
            padding: 0 20px;
            text-align: center;
        }

        .partners-title {
            color: #254360;
            ;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .partners-carousel {
            position: relative;
            display: flex;
            align-items: center;
            gap: 20px;

        }

        .carousel-container {
            flex: 1;
            overflow: hidden;
            border-radius: 15px;
            padding: 30px 0;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.5s ease;
            gap: 15px;
            align-items: center;
        }

        .partner-slide {
            flex: 0 0 200px;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 80px;
            padding: 0 20px;
        }

        .partner-slide img {
            max-width: 80%;
            max-height: 80%;
            object-fit: contain;
            opacity: 0.7;
            opacity: 0.7;
            transition: all 0.3s ease;
        }

        .partner-slide img:hover {
            filter: grayscale(0%);
            opacity: 1;
            transform: scale(1.05);
        }

        .carousel-btn {
            background: #254360;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: white;
            transition: all 0.3s ease;
            box-shadow: 0 4px 15px rgba(74, 144, 226, 0.3);
            z-index: 10;
        }

        .carousel-btn:hover {
            background: #357ABD;
            transform: scale(1.1);
            box-shadow: 0 6px 20px rgba(74, 144, 226, 0.4);
        }

        .carousel-btn:active {
            transform: scale(0.95);
        }

        .carousel-btn:disabled {
            background: #ccc;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        /* Responsive para el carrusel */
        @media (max-width: 1200px) {
            .partners-section {
                margin: 60px auto;
                width: 90vw;
            }

            .partners-title {
                font-size: 1rem;
                margin-bottom: 40px;
            }

            .partners-carousel {
                gap: 10px;
            }

            .carousel-container {
                padding: 25px 0;
                width: 70%;
            }

            .partner-slide {
                flex: 0 0 160px;
                height: 60px;
            }

            .carousel-btn {
                width: 20px;
                height: 20px;
            }

            .carousel-track {
                gap: 30px;
            }
        }

        @media (max-width: 576px) {
            .partners-title {
                font-size: 1rem;
            }

            .partner-slide {
                flex: 0 0 140px;
                height: 50px;
            }

            .carousel-btn {
                width: 20px;
                height: 20px;
            }

            .carousel-track {
                gap: 5px;
            }
        }

        /* Estilos para la sección de FAQ */
        .faq-section {
            margin: 80px auto 0;
            text-align: center;
            display: flex;
            flex-direction: column;
            background-color: white;
            padding: 60px 0;
            align-items: center;

        }

        .faq-title {
            color: #254360;
            ;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .faq-container {
            text-align: left;

            display: flex;
            flex-direction: column;
            align-items: center;

        }

        .faq-item {
            background: #ffffff04;
            border-radius: 15px;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            overflow: hidden;
            transition: transform 0.3s ease;
            width: 60%;
        }

        .faq-item:hover {
            transform: translateY(-3px);
        }

        .faq-question {
            background: #f8f9fa;
            color: #254360;
            ;
            font-weight: 600;
            font-size: 1.1rem;
            padding: 25px 30px;
            cursor: pointer;
            border-bottom: 1px solid #e9ecef;
            position: relative;
        }

        .faq-question::after {
            content: '+';
            position: absolute;
            right: 30px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 1.5rem;
            color: #254360;
            ;
            transition: transform 0.3s ease;
        }

        .faq-item.active .faq-question::after {
            transform: translateY(-50%) rotate(45deg);
        }

        .faq-answer {
            padding: 25px 30px;
            color: #6c757d;
            line-height: 1.6;
            font-size: 0.95rem;
            display: block;
        }

        .faq-answer p {
            margin: 0;
        }

        .faq-answer strong {
            color: #254360;
        }

        .faq-answer a {
            color: #4A90E2;
            text-decoration: none;
        }

        .faq-answer a:hover {
            text-decoration: underline;
        }

        /* Responsive para FAQ */
        @media (max-width: 768px) {
            .faq-section {
                margin-top: 60px;
                padding: 0 15px;
                padding-bottom: 40px;
            }

            .faq-title {
                font-size: 1rem;
                margin-bottom: 30px;
                margin-top: 30px;
            }

            .faq-question {
                padding: 20px;
                padding-right: 40px;
                font-size: 1rem;
                padding-right: 40px;
            }

            .faq-answer {
                padding: 20px;
                font-size: 0.9rem;
            }

            .faq-question::after {
                right: 20px;
            }
        }

        /* Animación suave para el acordeón */
        .faq-answer {
            max-height: 1000px;
            opacity: 1;
            transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
        }

        .faq-item:not(.active) .faq-answer {
            max-height: 0;
            opacity: 0;
            padding-top: 0;
            padding-bottom: 0;
            overflow: hidden;
        }




        /* Contactos */
        .contacto-section {
            display: flex;
            flex-direction: column;
            align-items: center;
            background: #f8f8f8de;
            padding: 20px 0 30px 0;
            text-align: center;
            padding: 60px 30px;
            width: 100%;
            color: #254360;
            margin-top: -20px;
        }

        .contacto-title {
            color: #254360;
            ;
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 50px;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .contacto-horarios {
            display: flex;
            justify-content: center;
            gap: 60px;
            flex-wrap: wrap;
            margin-top: 10px;
        }

        .horario-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-radius: 12px;
            padding: 18px 38px;
            margin-bottom: 10px;
            min-width: 220px;
        }

        .horario-label {
            color: #254360;
            font-weight: bold;
            font-size: 1.1em;
            display: block;
            margin-right: 10px;
        }

        .horario-horas {
            color: #254360;
            font-size: 1.1em;
            background-color: #8fa0aa21;
            padding: 5px 10px;
            border-radius: 10px;
        }

        .horario-horas strong {
            font-weight: bold;
        }

        .active-sugerencia {
            background: #254360 !important;
            color: #fff !important;
            font-weight: bold;
        }


        .social-footer {
            display: flex;
            text-align: center;
            margin-bottom: 40px;
            align-items: center;
            width: 20%;
            justify-content: space-between;
        }

        @media screen and (max-width: 1285px) {
            .social-footer {
                display: flex;
                align-items: center;
                width: 90%;
            }

            .contacto-title {
                color: #254360;
                ;
                font-size: 18px;
                font-weight: 700;
                margin-bottom: 50px;
                text-transform: uppercase;
                letter-spacing: 1px;
            }

            .horario-horas {
                color: #254360;
                font-size: 15px;
                background-color: #8fa0aa21;
                padding: 5px 10px;
                border-radius: 10px;
            }

            .horario-label {
                color: #254360;
                font-weight: bold;
                font-size: 15px;
                display: block;
                margin-right: 10px;
            }

        }

        .contact-icon {
            opacity: 0.6;
            transition: opacity 1s;
        }

        .contact-icon:hover {
            opacity: 1;
            transition: opacity 1s;
        }

        /* Estilos para el pie de página */
        .inspirational-section {
            width: 100vw;

            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            margin-top: -70px;
        }

        .inspirational-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(255, 184, 77, 1);
            z-index: 1;
        }

        .inspirational-content {
            position: relative;
            z-index: 2;
            text-align: center;
            margin: 0;
        }

        .inspirational-text {
            color: white;
            font-size: 20px;
            font-weight: 400;
            line-height: 1.4;
            margin: 0;
            padding: 15px 0px;
        }

        .highlight-text {
            font-weight: 700;
        }


        .logo-footer {
            width: 250px;
            margin-bottom: 50px;
        }

        /* Responsive para la sección inspiracional */
        @media (max-width: 768px) {
            .inspirational-section {
                height: 160px;
                margin: 60px 0;
            }

            .inspirational-text {
                font-size: 1rem;
            }
        }

        @media (max-width: 576px) {
            .inspirational-section {
                height: 140px;
                margin: 40px 0;
            }

            .inspirational-text {
                font-size: 1rem;
            }

            .inspirational-content {
                padding: 0 15px;
            }

            .search-group-ida-vuelta{
                width: 80%;
            }
        }

        .image-container2 {
            position: relative;
            width: 100vw;
            overflow: hidden;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: 70px;
        }

        .image-container2::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 80px;
            z-index: 2;
            pointer-events: none;
            background: linear-gradient(to bottom, rgba(248, 249, 250, 1), transparent);
        }

        .image-container2 img {
            width: 100vw;
            height: 400px;
            object-fit: cover;
            object-position: center 50%;
            display: block;
        }

        /* Botones flotantes de contacto */

        .floating-contact {
            position: fixed;
            top: 80%;
            right: 18px;
            transform: translateY(-50%);
            display: flex;
            flex-direction: column;
            gap: 16px;
            z-index: 9999;
        }

        .floating-btn {
            border-radius: 25px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            width: 50px;
            height: 50px;
            padding: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 1s;
            background: #ffffffff;
        }

        .floating-btn:hover {
            background: #f5f5f5ff;
            transition: all 1s;
            box-shadow: 0 2px 8px #254360;
            transform: scale(1.1);
        }

        .mensaje-burbuja-exito {
            display: none;
            position: fixed;
            top: 30px;
            left: 50%;
            transform: translateX(-50%);
            background: #43b36a;
            color: #fff;
            font-weight: bold;
            padding: 15px 30px;
            border-radius: 12px;
            z-index: 99999;
            box-shadow: 0 4px 16px rgba(67, 179, 106, 0.3);
            font-size: 1.2em;
            font-family: 'Montserrat', Arial, sans-serif;
        }

        @media screen and (max-width: 1000px) {
            .floating-contact {
                margin-right: 20px;
            }

        }

        .logo-header {
            width: 80px;

        }


        .logo-fixed {
            position: fixed;
            top: 40px;
            left: 35px;
            z-index: 1000;
            border-radius: 10px;
            box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            transform: translateZ(0);
            will-change: transform;
            padding: 15px;
        }

        .logo-fixed .logo-header {
            margin-bottom: 0;
            display: block;

        }

        @media (max-width: 768px) {
            .logo-fixed {
                top: 15px;
                left: 15px;
                padding: 8px;
            }

            .logo-fixed .logo-header {
                width: 60px;
            }
        }

        @media (max-width: 576px) {
            .logo-fixed {
                top: 10px;
                left: 10px;
                padding: 5px;
            }

          
        }

        .loader {
            width: 50px;
            aspect-ratio: 1;
            display: flex;
        }

        .loader:before,
        .loader:after {
            content: "";
            flex: 1;
            margin: 0 0 0 -2px;
            --c: no-repeat linear-gradient(#046D8B 0 0);
            background:
                var(--c) 0 0,
                var(--c) 100% 0,
                var(--c) 100% 100%,
                var(--c) 0 100%,
                var(--c) 0 50%;
            animation: l17 1s infinite alternate;
        }

        .loader:before {
            transform: scale(-1);
            margin: 0 -2px 0 0;
        }

        @keyframes l17 {

            0%,
            5% {
                background-size: 0 4px, 4px 0, 0 4px, 4px 0, 0 4px
            }

            20% {
                background-size: 100% 4px, 4px 0, 0 4px, 4px 0, 0 4px
            }

            40% {
                background-size: 100% 4px, 4px 100%, 0 4px, 4px 0, 0 4px
            }

            60% {
                background-size: 100% 4px, 4px 100%, 100% 4px, 4px 0, 0 4px
            }

            80% {
                background-size: 100% 4px, 4px 100%, 100% 4px, 4px 50%, 0 4px
            }

            95%,
            100% {
                background-size: 100% 4px, 4px 100%, 100% 4px, 4px 50%, 100% 4px
            }
        }

        .clear-input-btn {
            display: none;
            align-items: center;
            justify-content: center;
            position: absolute;
            right: 25px;
            top: 60%;
            transform: translateY(-50%);
            width: 26px;
            height: 26px;
            border: none;
            background: #e0e0e0;
            color: #333;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            z-index: 2;
            transition: background 0.2s;
        }

        .clear-input-btn:hover {
            background: #bdbdbd;
        }

        .search-field {
            position: relative;
        }

        .search-field input[type="text"],
        .search-field input[type="number"] {
            padding-right: 36px !important;
        }

        @media (max-width: 600px) {
            .clear-input-btn {
                right: 4px;
                width: 22px;
                height: 22px;
                font-size: 15px;
                background-color: #f7f7f7;
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            }

            .search-field input[type="text"],
            .search-field input[type="number"] {
                padding-right: 30px !important;
            }
        }

        @media (max-width: 600px) {
            .search-group-ida-vuelta {
                gap: 6px;
               
            }
            .search-group-ida-vuelta .search-label2 {
                font-size: 0.95rem;
               
            }
            .search-group-ida-vuelta .search-chekbox {
                width: 20px;
                height: 20px;
            }
        } 
        
          @media (max-width: 600px) {
            .search-group.search-departure-group,
            .search-group.search-group2 {
                width: 80%;
                background: #ffffffdb !important;
                border-radius: 16px !important;
                box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
                margin-bottom: 0 !important;
                align-items: flex-start !important;
                text-align: left !important;
                padding:15px 20px;;
                
                
            }
            .search-group.search-departure-group label,
            .search-group.search-group2 label {
                font-weight: 600 !important;
                margin-bottom: 0px !important;
                color: #2176ae !important;
                font-size: 15px !important;
                margin-top: 0 !important;
                margin-left: 15px !important;
            }
            .search-group.search-departure-group input.search-date,
            .search-group.search-group2 input.search-date {
                width: 100% !important;
                text-align: center !important;
                font-size: 1.1em !important;
                padding: 8px 0 !important;
                background: transparent !important;
                border: none !important;
                color: #757575 !important;
                margin: 0 !important;
                border-radius: 0 !important;
            }
        }