body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #EEE;
    background-repeat: no-repeat;
}

.logo {
    width: 220px;
    height: 70px;
    margin-top: 20px;
    margin-left: 35px;
}

.image {
    width: 360px;
    height: 280px;
}

/* ICONOS CORREGIDOS - AGREGAR display: block y !important */
.fas-usuario-v0 {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><circle cx="12" cy="6" r="4" fill="%23ee7500"/><path fill="%23ee7500" d="M20 17.5c0 2.485 0 4.5-8 4.5s-8-2.015-8-4.5S7.582 13 12 13s8 2.015 8 4.5" opacity=".5"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block !important;
    /* AGREGADO */
}

.fas-password-v0 {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 32 32"><path fill="%23ee7500" d="M6.5 6A4.5 4.5 0 0 0 2 10.5v11A4.5 4.5 0 0 0 6.5 26h19a4.5 4.5 0 0 0 4.5-4.5v-11A4.5 4.5 0 0 0 25.5 6zM4 10.5A2.5 2.5 0 0 1 6.5 8h19a2.5 2.5 0 0 1 2.5 2.5v11a2.5 2.5 0 0 1-2.5 2.5h-19A2.5 2.5 0 0 1 4 21.5zm3.707 2.793a1 1 0 0 0-1.414 1.414L7.586 16l-1.293 1.293a1 1 0 1 0 1.414 1.414L9 17.414l1.293 1.293a1 1 0 0 0 1.414-1.414L10.414 16l1.293-1.293a1 1 0 0 0-1.414-1.414L9 14.586zm6.086 0a1 1 0 0 1 1.414 0l1.293 1.293l1.293-1.293a1 1 0 0 1 1.414 1.414L17.914 16l1.293 1.293a1 1 0 0 1-1.414 1.414L16.5 17.414l-1.293 1.293a1 1 0 0 1-1.414-1.414L15.086 16l-1.293-1.293a1 1 0 0 1 0-1.414M22 17a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block !important;
    /* AGREGADO */
}

.fas-codigo-v0 {
    width: 20px;
    height: 20px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="%23ee7500" d="M4 13.25A6.25 6.25 0 0 1 10.25 7h27.5A6.25 6.25 0 0 1 44 13.25v15.264a11 11 0 0 0-2.5-1.554V13.25a3.75 3.75 0 0 0-3.75-3.75h-27.5a3.75 3.75 0 0 0-3.75 3.75v15.5a3.75 3.75 0 0 0 3.75 3.75h13.654l2.5 2.5H10.25A6.25 6.25 0 0 1 4 28.75zM33.25 25c-.301 0-.578-.107-.794-.285a3.2 3.2 0 0 0-.44-1.171A1.25 1.25 0 0 1 33.25 22.5h4.5a1.25 1.25 0 1 1 0 2.5zm-6.482-4l1.244 1.244a3.2 3.2 0 0 0-1.06.708l-.884.884L25 22.768l-1.866 1.866a1.25 1.25 0 0 1-1.768-1.768L23.232 21l-1.866-1.866a1.25 1.25 0 0 1 1.768-1.768L25 19.232l1.866-1.866a1.25 1.25 0 0 1 1.768 1.768zm-16.402-3.634a1.25 1.25 0 0 1 1.768 0L14 19.232l1.866-1.866a1.25 1.25 0 0 1 1.768 1.768L15.768 21l1.866 1.866a1.25 1.25 0 0 1-1.768 1.768L14 22.768l-1.866 1.866a1.25 1.25 0 0 1-1.768-1.768L12.232 21l-1.866-1.866a1.25 1.25 0 0 1 0-1.768m19.768 8.768a1.25 1.25 0 0 0-1.768-1.768l-4 4a1.25 1.25 0 0 0 0 1.768l4 4a1.25 1.25 0 0 0 1.768-1.768L28.268 30.5H37a6.5 6.5 0 1 1-6.415 7.553a1.25 1.25 0 1 0-2.468.402C28.813 42.734 32.524 46 37 46a9 9 0 0 0 0-18h-8.732z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    display: block !important;
    /* AGREGADO */
}

/**Botom de Buscar **/
.peach-gradient {
    border-radius: 5px !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
    color: #fff;
}

.btn.peach-gradient:hover,
.btn.peach-gradient:focus,
.btn.peach-gradient:active,
.btn.peach-gradient:active:focus .btn.peach-gradient.active {
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#ffdf89),
            to(#fc7b7b));
    background: linear-gradient(#ffdf89, #fc7b7b);
    color: #fff;
}

@media screen and (max-width: 991px) {
    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }

    .justify-content-xs-center {
        justify-content: center !important;
    }
}

.cambio-color path {
    fill: #fff;
}

.cusor-v0 {
    cursor: pointer;
}

/* Estilo visual para indicar que un elemento está activo */
.cursor-pointer.active {
    background-color: #f0f0f0;
    /* Cambia el color de fondo cuando está activo */
    border-color: #007bff;
    /* Cambia el color del borde cuando está activo */
}

@media (min-width: 768px) and (max-width: 1280px) {
    .text-responsive-precio {
        font-size: 14px !important;
        /* Adjust size for tablets */
    }

    .text-responsive-equipaje {
        font-size: 12px !important;
        /* Adjust size for tablets */
    }
}

/* Tablet view */
@media (min-width: 700px) and (max-width: 1280px) and (orientation: landscape) {
    .text-responsive-precio {
        font-size: 12px !important;
        /* Ajusta el tamaño para tablets en horizontal */
    }

    .text-responsive-equipaje {
        font-size: 10px !important;
        /* Ajusta el tamaño para tablets en horizontal */
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .text-responsive-precio {
        font-size: 11px !important;
        /* Ajusta el tamaño para tablets en vertical */
    }

    .text-responsive-equipaje {
        font-size: 10px !important;
        /* Ajusta el tamaño para tablets en vertical */
    }
}


@media (max-width: 768px) {
    .icon-social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.12s, transform 0.12s;
        min-height: 20px;
        min-width: 20px;
        width: 44px;
        height: 44px;
        box-sizing: content-box;
        background: transparent;
    }

    .icon-social img,
    .icon-social svg {
        display: block;
        height: 20px;
        width: 20px;
        max-height: none;
        max-width: none;
    }

    .icon-social.youtube img,
    .icon-social.youtube svg {
        height: 35px;
        width: 35px;
    }

    @media (hover: none),
    (pointer: coarse) {
        .icon-social:hover {
            transform: none;
        }
    }
}

@media (min-width: 769px) {
    .icon-social {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        transition: box-shadow 0.12s, transform 0.12s;
        min-height: 30px;
        min-width: 30px;
        width: 44px;
        height: 44px;
        box-sizing: content-box;
        background: transparent;
    }

    .icon-social img,
    .icon-social svg {
        display: inline-block;
        height: 30px;
        width: 30px;
    }

    .icon-social.youtube img,
    .icon-social.youtube svg {
        height: 45px;
        width: 45px;
    }
}

.icon-social:hover {
    transform: translateY(-6px) scale(1.08) rotateX(8deg);
    z-index: 2;
}

/* =================== RESPONSIVE GENERAL - AGREGADO =================== */

/* 1. Móviles pequeños (teléfono) */
@media (max-width: 480px) {
    .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .px-1,
    .px-md-5,
    .px-lg-1,
    .px-xl-5 {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mx-auto {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .logo {
        width: 160px !important;
        height: 50px !important;
        margin-top: 10px !important;
        margin-left: 15px !important;
    }

    .image {
        width: 220px !important;
        height: 180px !important;
    }

    .px-5 {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    h3.mb-0 {
        font-size: 1.25rem !important;
        margin-top: 1rem !important;
        margin-bottom: 1.5rem !important;
    }

    .input-group {
        margin-bottom: 0.75rem !important;
    }

    .form-floating {
        width: calc(100% - 40px) !important;
    }

    .btn-block {
        font-size: 0.9rem !important;
        padding: 0.5rem !important;
    }

    .bg-light.p-3 {
        padding: 0.75rem !important;
    }

    .bg-light p.m-0 {
        font-size: 0.75rem !important;
        line-height: 1.2 !important;
        text-align: center !important;
    }

    .icon-social {
        width: 36px !important;
        height: 36px !important;
        min-width: 24px !important;
        min-height: 24px !important;
    }

    .icon-social.youtube img,
    .icon-social.youtube svg {
        height: 30px !important;
        width: 30px !important;
    }
}

/* 2. Móviles medianos (teléfono horizontal) */
@media (min-width: 481px) and (max-width: 576px) {
    .logo {
        width: 180px !important;
        height: 60px !important;
        margin-left: 20px !important;
    }

    .image {
        width: 260px !important;
        height: 200px !important;
    }

    .px-5 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    h3.mb-0 {
        font-size: 1.5rem !important;
    }

    .icon-social {
        width: 40px !important;
        height: 40px !important;
    }
}

/* 3. Tablets pequeñas (retrato) */
@media (min-width: 577px) and (max-width: 768px) {
    .logo {
        width: 200px !important;
        height: 65px !important;
    }

    .image {
        width: 280px !important;
        height: 220px !important;
    }

    .card {
        margin: 0 10px !important;
    }

    .col-md-6.px-5 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    h3.mb-0 {
        font-size: 1.75rem !important;
    }

    .input-group-text {
        padding: 0.5rem 0.75rem !important;
    }

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext {
        padding: 0.75rem !important;
    }

    .form-floating>label {
        padding: 0.75rem !important;
    }
}

/* 4. Tablets grandes (paisaje) */
@media (min-width: 769px) and (max-width: 992px) {
    .logo {
        margin-left: 25px !important;
    }

    .image {
        width: 320px !important;
        height: 250px !important;
    }

    .col-md-6.px-5 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }

    .bg-light p.m-0 {
        font-size: 0.85rem !important;
    }
}

/* 5. Ajustes específicos para el formulario en móviles */
@media (max-width: 768px) {

    .form-floating>.form-control,
    .form-floating>.form-control-plaintext {
        font-size: 16px !important;
        /* Evita zoom en iOS */
        height: calc(3rem + 2px) !important;
        padding: 1rem !important;
    }

    .form-floating>label {
        font-size: 14px !important;
        padding: 1rem !important;
    }

    .input-group-text {
        padding: 0 0.75rem !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .input-group .fas {
        margin: 0 !important;
    }

    .alert {
        font-size: 0.875rem !important;
        padding: 0.75rem !important;
    }
}

/* 6. PC escritorio (pantallas grandes) */
@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }

    .image {
        width: 380px !important;
        height: 300px !important;
    }

    .card {
        max-width: 1100px !important;
        margin: 0 auto !important;
    }
}

/* 7. Ajustes para orientación paisaje en móviles */
@media (max-height: 600px) and (orientation: landscape) {
    .py-5 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .card {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

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

    .image {
        width: 200px !important;
        height: 150px !important;
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
}

/* 8. Ajustes de accesibilidad y usabilidad */
@media (prefers-reduced-motion: reduce) {
    .icon-social:hover {
        transform: none !important;
        transition: none !important;
    }
}

/* 9. Para pantallas de alta densidad (Retina) */
@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

    .logo,
    .image {
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
}

/* 10. Ajustes del texto en el footer */
@media (max-width: 576px) {
    .d-flex.justify-content-around {
        justify-content: space-between !important;
        padding: 0 1rem !important;
    }

    .icon-social:hover {
        transform: translateY(-3px) scale(1.05) rotateX(5deg) !important;
    }
}

/* 11. Evitar desbordamiento horizontal en móviles */
@media (max-width: 768px) {
    body {
        overflow-x: hidden !important;
        width: 100% !important;
    }

    .container {
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        overflow-x: hidden !important;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ========== SOLUCIÓN ESPECÍFICA PARA ICONOS EN MÓVIL ========== */
/* Asegurar que los iconos personalizados se muestren correctamente */
.fas.fas-usuario-v0,
.fas.fas-password-v0,
.fas.fas-codigo-v0 {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    font-style: normal !important;
    /* Evita que se vea como texto itálico */
}

/* Ajustar tamaño de iconos en móviles */
@media (max-width: 768px) {

    .fas.fas-usuario-v0,
    .fas.fas-password-v0,
    .fas.fas-codigo-v0 {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px !important;
        min-height: 22px !important;
    }

    .input-group-text {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 45px !important;
    }
}

/* Corregir el padding de los input-group en móviles */
@media (max-width: 576px) {
    .input-group {
        flex-wrap: nowrap !important;
    }

    .input-group-text {
        padding: 0.75rem 0.5rem !important;
        flex-shrink: 0 !important;
    }

    .form-floating {
        flex: 1 1 auto !important;
        min-width: 0 !important;
    }
}

/* Asegurar que no haya conflicto con FontAwesome */
.fas:not(.fa):not(.fas):not(.far):not(.fal):not(.fab) {
    font-family: inherit !important;
    /* No usar fuente de FontAwesome */
}