<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-place-item .place-content .info .meta {
    margin-top: 0;
}

.banner {
    height: 400px;
    /* Ajusta la altura segÃºn prefieras */
    background-size: cover;
    background-position: center;
}

.text-bordered {
    padding: 5px;
    /* Espaciado entre el texto y el borde */
    border-radius: 5px;
    /* Opcional: esquinas redondeadas */
    display: inline-block;
    /* Para que el borde ajuste al tamaÃ±o del texto */
}

.text-shadow {
    text-shadow: -1px 5px 10px rgba(0, 0, 0, 0.7);
}

.comments-section {
    background-color: #f9f9f9;
    /* Color de fondo para la secciÃ³n de comentarios */
    border-radius: 5px;
    /* Bordes redondeados */
    padding: 20px;
    /* Espaciado interno */
}

.comment-card {
    background: #fff;
    /* Fondo blanco para cada comentario */
    border-radius: 5px;
    /* Bordes redondeados */
    padding: 15px;
    /* Espaciado interno */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Sombra para dar profundidad */
    margin-right: 15px;
}

.commas {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}


.footer {
    position: relative;
}



@media screen and (max-width: 767px) {
    .footer-bg-image {
        object-fit: cover;
        /* Asegura que la imagen cubra todo el espacio disponible sin distorsionarse */
        height: 50%;
        /* Ajusta el alto para que no se vea demasiado grande en pantallas mÃ³viles */
        top: auto;
        position: relative;
    }
}

/* Asegura que los elementos dentro del footer estÃ©n encima de la imagen */
.footer-top,
.footer-widget-area,
.footer-copyright {
    position: relative;
    /* Necesario para que el contenido estÃ© encima de la imagen */
    z-index: 1;
    /* Asegura que el contenido tenga un z-index mayor que la imagen */
}

/* Opcional: si deseas agregar un color de fondo semitransparente para mejorar la legibilidad */




.main-menu ul {
    display: flex;
}




@media screen and (max-width: 768px) {
    .main-menu ul {
        display: block;
    }

    .main-menu .dd-trigger {
        display: none;
    }
}


.sub-menu {
    display: flex;
    flex-direction: column;
}


.nav-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}



.sub-menu {
    display: none;
}

/* Mostrar el submenÃº cuando estÃ© activo (solo en mÃ³vil) */
.menu-item.active .sub-menu {
    display: block;
}

/* Estilo para el icono */
.menu-link i {
    margin-left: 5px;
}

:root {
    --primary-color: #00527f;
    --secondary-color: #37bbd3;
    --tertiary-color: #6bb647;
    --quaternary-color: #296831;
}

.main-menu .dd-trigger {
    color: var(--primary-color) !important;
}


.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
    background-color: transparent !important;
}


.review-section {
    display: flex;
    flex-direction: column;
}


/*reseniaas google*/
.review-container {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* border: 1px solid #ddd;*/
    padding: 10px;
    width: 350px;
    border-radius: 8px;
    background-color: #fff;
}

.review-logo {
    margin-right: 15px;
}

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

.review-info {
    display: flex;
    flex-direction: column;
}


.review-section .review-info span {
    font-size: 18px;
    color: #ffcc00 !important;
}


.star {
    margin-right: 2px;
}

.review-details {
    display: flex;
    align-items: center;
    margin-top: 5px;
}

.rating {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.reviews {
    font-size: 14px;
    color: #666;
}

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

.review-section .review-container {
    display: flex;
    justify-content: center;
}

.review-logo img {
    width: auto;
    height: 6vh;
}


.whatsapp-topUp {
    position: fixed;
    bottom: 30px;
    right: 15px;
    display: flex;
    flex-direction: column;
    z-index: 100;
}


.hero-section .portada-video-pc {
    display: block;
}

.hero-section .portada-video-telefono {
    display: none;
}

@media screen and (max-width: 768px) {

    .header-area .header-navigation .primary-menu .site-branding a img {
        height: 10vh;
    }

    .hero-section .hero-wrapper .hero-slider-one .slick-list .slick-track .single-slider .container-fluid .row .contenedor-partes .hero-content h2 {
        font-size: 2.2em !important;
    }

    .hero-section .portada-video-telefono {
        display: block;
    }

    .hero-section .portada-video-pc {
        display: none;
    }
}


/* inicio inicio inicio inicio inicio inicio inicio */
.hero-section h2 {
    font-size: 2em;
    color: var(--quaternary-color);
}

@media (max-width: 768px) {
    .hero-section h2 {
        font-size: 1.5em;
    }
}

.hero-section .text-button {
    flex-wrap: wrap;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    text-align: justify;
    max-width: 600px;
}

.hero-section .hero-button {
    margin: 0 !important;
    margin-top: 10px !important;
}

@media (max-width: 768px) {
    .hero-section .hero-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .hero-wrapper .hero-content .text-button {
        flex-wrap: nowrap !important;
        margin-top: 10px;
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .hero-section .hero-content {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .hero-wrapper .hero-content .text-button {
        flex-wrap: nowrap !important;
        margin-top: 10px;
        width: 100%;
    }
}

/* review google  review google  review google  review google */

.review-section h2 {
    font-size: 2em;
}

.review-section h3 {
    font-size: 1.5em;
}


@media (max-width: 768px) {
    .review-section h2 {
        font-size: 1.5em;
    }
    .review-section h3 {
        font-size: 1.3em;
    }
    .review-section span {
        font-size: 1em;
    }
}


/* planes destacados */

.services-seciton h2 {
    font-size: 2em;
}



@media (max-width: 768px) {
    .services-seciton h2 {
        font-size: 1.5em;
    }

}

/* nuestros destinos */

.destinos-section h2 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .destinos-section h2 {
        font-size: 1.5em;
    }
}

/* razones de viajar */

.travel-reasons-section h2 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .travel-reasons-section h2 {
        font-size: 1.5em;
    }
}

/* banner */
.banner h2 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .banner h2 {
        font-size: 1.5em;
    }
}

/* nuestro clientes */
.comments-section h2 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .comments-section h2 {
        font-size: 1.5em;
    }
}

/* newsletter */
.newsletter-section h2 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .newsletter-section h2 {
        font-size: 1.5em;
    }
}
</pre></body></html>