body {
    background-color: #faf5e8;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #1a2a4f;
    margin: 0;
    padding: 20px;
    line-height: 1.6;
    letter-spacing: 0.3px;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    color: #092396;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}

h1 {
    border-bottom: 2px solid #c8881b;
    padding-bottom: 12px;
    margin-bottom: 25px;
    text-align: center;
}

h2 {
    color: #dd962c;
    margin-bottom: 18px;
    text-align: center;
}

h3 {
    color: #d69224;
    margin-bottom: 15px;
    text-align: center;
}

.barraPrincipal {
    display: flex;
    gap: 20px;
    justify-content: center;
}

form {
    background-color: #fffef7;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(100, 70, 40, 0.1);
    max-width: 650px;
    margin: 20px auto;
    border: 1px solid #c8881b;
    text-align: center;
}

.form-group {
    margin-bottom: 5px;
}

label {
    font-weight: bold;
    color: #1a2a4f;
    display: block;
    margin-top: 18px;
    margin-bottom: 6px;
    letter-spacing: 0.5px;
    text-align: center;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="date"], select {
    width: 100%;
    padding: 10px 12px;
    margin-top: 5px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #c8881b;
    border-radius: 6px;
    color: #1a2a4f;
    font-size: 1rem;
    box-sizing: border-box;
    line-height: 1.4;
    text-align: center;
}

input:focus, select:focus {
    outline: none;
    border-color: #c17f3a;
    box-shadow: 0 0 5px rgba(193, 127, 58, 0.3);
    text-align: center;
}

input[readonly] {
    background-color: #f5ede0;
    color: #1a2a4f;
    border: 1px solid #c17f3a;
    cursor: not-allowed;
    text-align: center;
}

button, input[type="button"], input[type="submit"] {
    background-color: #c17f3a;
    color: white;
    border: none;
    padding: 12px 24px;
    margin: 15px 8px 10px 0;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
}

button:hover, input[type="button"]:hover {
    background-color: #ddb95f;
    transform: scale(1.02);
    text-align: center;
}

.grupoRadio, .grupoCheckbox {
    margin: 15px 0 20px 0;
    padding: 10px 0;
    text-align: center;
}

.grupoRadio label, .grupoCheckbox label {
    display: inline-block;
    margin-right: 25px;
    margin-top: 0;
    font-weight: normal;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fffef7;
    margin-top: 20px;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
    text-align: center;
    border: 1px solid #e8d5b5
}

th, td {
    border: 1px solid #e8d5b5;
    padding: 12px 15px;
    text-align: left;
    line-height: 1.5;
    text-align: center;
}

th {
    background-color: #c17f3a;
    color: white;
    font-weight: bold;
    letter-spacing: 0.8px;
    text-align: center;
}

.recuadro {
    max-width: 1000px;
    margin: auto;
    background-color: #fffef7;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 15px rgba(100, 70, 40, 0.1);
    border: 1px solid #e8d5b5;
}

.btnMenu {
    display: block;
    width: 100%;
    text-align: center;
    margin: 15px 0;
    padding: 10px;
    background-color: #005c99;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s;
}

.btnMenu:hover {
    background-color: #00a8e8;
    transform: scale(1.05);
}

.btnMenu img {
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto 8px auto;
}

.btnMenu span {
    color: white;
    font-weight: bold;
}

.error {
    color: #dc3545;
    font-size: 0.85rem;
    margin-top: -15px;
    margin-bottom: 15px;
    padding-left: 5px;
}

.exito {
    color: #28a745;
    font-size: 0.9rem;
    padding: 10px;
    background-color: #e6ffed;
    border-left: 3px solid #28a745;
    border-radius: 5px;
}

.recuadroCaptcha {
    background-color: #e6f3ff;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    margin: 20px 0;
}

.video-container {
    background-color: #5c3a21;
    border-radius: 8px;
    padding: 30px;
    margin: 5px 0;
    box-shadow: 0 5px 20px rgba(100, 70, 40, 0.2);
}

.video-container h2 {
    color: white;
    margin-bottom: 5px;
    margin-top: 0;
}

.texto-video {
    color: #f0e0c0;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 0.95rem;
}

footer {
    margin-top: 10px;
    padding: 10px;
    border-top: 1px solid #e8d5b5;
    color: #b8844a;
    font-size: 0.8rem;
}

footer p {
    margin: 0px 0;
}

/* Estilos para la galería de imágenes */
.galeria-container {
    max-width: 1200px;
    margin: 0 auto;
}

.galeria-titulo {
    text-align: center;
    margin-bottom: 30px;
}

.galeria-titulo h1 {
    color: #8b5a2b;
    font-size: 2rem;
}

.galeria-titulo p {
    color: #a06e3c;
    font-size: 1.1rem;
}

/* Grid de imágenes */
.galeria-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
    padding: 10px;
}

/* Tarjeta de cada imagen */
.imagen-card {
    background-color: #faf5e8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(100, 70, 40, 0.15);
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.imagen-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(100, 70, 40, 0.25);
}

.imagen-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.imagen-info {
    padding: 15px;
}

.imagen-info h3 {
    margin: 0 0 8px 0;
    color: #8b5a2b;
    font-size: 1.2rem;
}

.imagen-info p {
    margin: 0;
    color: #4a3728;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* LIGHTBOX / MODAL PARA EL VISOR DE IMÁGENES */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    cursor: pointer;
    overflow: auto;
}

.lightbox.active {
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox-contenido {
    max-width: 90%;
    max-height: 90%;
    position: relative;
    animation: zoomIn 0.3s ease;
}

.lightbox-contenido img {
    width: 100%;
    height: auto;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.lightbox-caption {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-size: 1rem;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 8px;
}

.lightbox-cerrar {
    position: absolute;
    top: -40px;
    right: 0;
    color: white;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.lightbox-cerrar:hover {
    color: #c17f3a;
}

.lightbox-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    color: white;
    cursor: pointer;
    user-select: none;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    border-radius: 50%;
}

.lightbox-nav:hover {
    background-color: #c17f3a;
    color: white;
}

.lightbox-prev {
    left: 20px;
}

.lightbox-next {
    right: 20px;
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .galeria-grid {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 15px;
    }

    .lightbox-nav {
        font-size: 35px;
        padding: 5px 12px;
    }

    .lightbox-prev {
        left: 10px;
    }

    .lightbox-next {
        right: 10px;
    }
}

/* Estilos adicionales para el captcha */
.captcha-pregunta {
    font-size: 1.5rem;
    font-weight: bold;
    color: #8b5a2b;
    margin-bottom: 15px;
}

.captcha-input {
    width: 150px;
    text-align: center;
    font-size: 1.2rem;
    margin: 0 auto;
}

.btn-continuar {
    background-color: #c17f3a;
    color: white;
    font-size: 1.2rem;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: block;
    margin: 20px auto;
}

.btn-continuar:hover {
    background-color: #9e5e2a;
    transform: scale(1.02);
}

.btn-continuar:disabled {
    background-color: #ccc;
    cursor: not-allowed;
    transform: none;
}

/* Estilos para el formulario */
.precio-destino {
    background-color: #f5ede0;
    padding: 10px;
    border-radius: 8px;
    margin-top: -10px;
    margin-bottom: 15px;
    font-size: 0.9rem;
    color: #8b5a2b;
    display: none;
}

.precio-destino.visible {
    display: block;
}

.nota {
    font-size: 0.85rem;
    color: #7fb3d5;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #f5ede0;
    border-radius: 8px;
}

.paso-container {
    max-width: 900px;
    margin: 0 auto;
}

.indicador-paso {
    background-color: #c17f3a;
    color: white;
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: bold;
}

.resumen-card {
    background-color: #faf5e8;
    border-radius: 12px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e8d5b5;
}

.resumen-titulo {
    color: #8b5a2b;
    border-bottom: 2px solid #c17f3a;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.detalle-tabla {
    width: 100%;
    margin: 15px 0;
}

.detalle-tabla td {
    padding: 10px;
    border: none;
    border-bottom: 1px solid #e8d5b5;
}

.detalle-tabla td:first-child {
    font-weight: bold;
    width: 40%;
}

.total-final {
    background-color: #c17f3a;
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 30px;
}

.btn-imprimir {
    background-color: #5c3a21;
}

.btn-imprimir:hover {
    background-color: #3d2615;
}

.btn-modificar {
    background-color: #a06e3c;
}

.btn-modificar:hover {
    background-color: #8b5a2b;
}

.desglose {
    background-color: #fffef7;
    border-radius: 10px;
    padding: 15px;
    margin: 15px 0;
}

.nota {
    font-size: 0.85rem;
    color: #7fb3d5;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    background-color: #f5ede0;
    border-radius: 8px;
}