/*
Theme Name: DH peru tours
Theme URI: dhperutours.com
Author: Miguel Marquez
Author URI: Miguel Marquez
Description: Tema para la agencia de turismo Eco Tour Cusco
Requires at least: 1
Tested up to: 1
Requires PHP: 1
Version: 1
License: GNU General Public License v2 or later
License URI: 
Text Domain: dhperutours
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


body {
    font-family: "Sofia Sans", sans-serif;
}

.about-item .quienes-somos {
    display: flex;
    flex-direction: column;
    gap: 5px;
    z-index: 100;
    position: absolute;
    top: 30px;
    left: 0;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    white-space: nowrap;
    border: 1px solid #d0d6de;
    border-radius: 5px;
}

.premium {
    background: linear-gradient(45deg,
            #fff8e1 0%,
            #DBA124 20%,
            #f5d76e 40%,
            #DBA124 60%,
            #fff8e1 80%,
            #DBA124 100%);
    font-size: 15px;
    font-weight: 900 !important;
    padding: 5px 10px;
    border-radius: 3px;
}

.premium-menu {
    background: #bb8a1e;
    padding: 2px 5px;
    font-size: 12px;
    color: white;
    border-radius: 2px;
}

.alerta-book {
    animation: pulseShake 5s infinite;
    animation-delay: 3s;
}

.dh-breadcrumb {
    font-size: 15px;
    text-transform: capitalize;
}

.dh-breadcrumb span,
.dh-breadcrumb a {
    padding-right: 4px;
}

.dh-breadcrumb a {
    color: #0073aa;
    text-decoration: none;
}

.dh-breadcrumb a:hover {
    text-decoration: underline;
}

/* Animación de vibración */
@keyframes pulseShake {
    0% {
        transform: translateX(0);
    }

    1% {
        transform: translateX(-5px);
    }

    2% {
        transform: translateX(5px);
    }

    3% {
        transform: translateX(-5px);
    }

    4% {
        transform: translateX(5px);
    }

    5% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

.about-item {
    position: relative;
}

.about-item:hover .quienes-somos {
    opacity: 1;
    visibility: visible;
}

.disponibilidades a:nth-child(1) {
    animation: blinkFade 2s ease-in-out infinite;

}

.disponibilidades a:nth-child(2) {
    animation: blinkFade 2s ease-in-out infinite;
    animation-delay: .5s;
}

@keyframes blinkFade {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .3;
    }
}

.with5 {
    width: 1.25rem;
}

.wrap__tours__banner {
    overflow: hidden;
}

/* contact us general */
.contacto form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.contacto form p span {
    margin-top: 8px;
    display: block;
}

.contacto input {
    border-radius: 5px;
    border: 1px solid #d0d6de;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    padding: 8px 15px;
}

.contacto input:focus,
.contacto textarea:focus {
    box-shadow: 0 0 0 1px black !important;
    border-color: black;
}

.contacto textarea {
    width: 100%;
    padding: 7px 15px;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #d0d6de;
    font-weight: normal;
    font-size: 14px;
}

.contacto input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.contacto input[type="submit"] {
    width: auto;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.contacto input[type="submit"]:focus {
    box-shadow: none !important;
}

.contacto input[type="submit"] {
    color: white;
    background-color: #00B5A3;
    border: 2px solid #00B5A3;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.ccontacto label {
    font-style: normal;
    color: #1A3257;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid transparent;
    font-size: 14px;
    color: #46b450;
    background: rgba(70, 180, 80, .1);
    border-radius: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid transparent;
    font-size: 14px;
    color: black;
    background: rgba(255, 185, 0, .1);
    border-radius: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

/* contact us fin*/
#reserva-desktop {
    display: none;
    bottom: 0;
    left: 0;
    z-index: 10 !important;
}

.link-spanish {
    display: flex;
    gap: 5px;
}

.contenedor-modal {
    position: fixed !important;
    z-index: 1000 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    backdrop-filter: blur(8px);
    /* Desenfoque en el fondo */
}

.botonprimario {
    z-index: 30;
}

.botonprimario:hover {
    background: white;
}

.galeria-tours img {
    border: none !important;
}

.ecoeco {
    display: none !important;
}

.contenido-modal {
    background: white;
    max-width: 800px;
    max-height: 90vh !important;
    overflow-y: scroll !important;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
}

#menu-tour {
    position: fixed;
    /* Make it stick/fixed */
    top: 0;
    /* Stay on top */
    z-index: 40;
}

.imagen__tour {
    height: 400px;
    background-size: cover;
    overflow: hidden;
}

.grecaptcha-badge {
    display: none !important;
}

.covercito {
    position: relative !important;
}

.footertours,
.footertours a {
    height: 100% !important;
}

.item__tours:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0px, rgba(0, 0, 0, 0.2) 50%, transparent);
    z-index: 20;
}

.item__tours:after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.5) 50%, transparent);
    transform: translatey(100%);
    transition: .4s;
    z-index: 10;
}

.item__tours:hover:after {
    transform: translatey(0);
}

.swiper-slide .title__tour {
    transform: translatey(5px);
    transition: .2s;
    z-index: 50;
    font-family: "Sofia Sans" !important;
    font-weight: 700;
}

.swiper-slide:hover .title__tour {
    transform: translatey(0);
}

.swiper-slide .subidon {
    opacity: 0;
    visibility: hidden;
    transform: translatey(50px);
    transition: .5s ease;
    z-index: 50;
}

.swiper-slide:hover .subidon {
    transform: translatey(0);
    opacity: 1;
    visibility: visible;
}

.calendar-day {
    display: inline-block;
    background: #0498a2;
    color: white;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 5px;
}

.acc-itinerario .e-n-accordion-item-title,
.acc-itinerario .e-n-accordion-item-title-header {
    display: block !important;
    width: 100% !important;
}

.acc-itinerario .e-n-accordion-item-title-text {
    display: flex;
    flex-direction: column;
    align-items: start !important;
    gap: 5px;
}

.acc-itinerario .e-n-accordion-item-title-text .main-title {
    display: block;
    padding: 5px 20px;
    background: #EDF2F7;
    border-radius: 5px;
    width: 100%;
}

.acc-itinerario .e-n-accordion-item-title[aria-expanded="true"] .fa-angle-down {
    transform: rotate(180deg);
}

.footertours img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    position: relative;
}

#reviewslista .ti-widget.ti-trip .ti-review-item>.ti-inner {
    background: #F7FAFC !important;
}

#reviewslista .ti-widget.ti-trip .ti-review-content .ti-inner {
    color: #3D3D3D !important;
}

.miguelito {
    box-shadow: 0 2px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    top: 0;
    background: white;
    backdrop-filter: blur(20px);
    margin: auto;
    transition: all;
    transition-duration: .3s;
    z-index: 300;
}

.miguelpapa {
    top: -100%;
}

.related-tours .elementor-shortcode {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.carrusel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7) !important;
    width: 100%;
    height: 100%;
    z-index: 20;
    transition: .3s;
}

.carrusel:hover::before,
.verfotos:hover .viewmore .elementor-heading-title {
    display: none !important;
}

.tab a {
    color: #08AB44;
}

.item__tours__short {
    display: flex !important;
}

.item__tours__short .lazyloaded {
    width: 35%;
    overflow: hidden;
    background-repeat: no-repeat;
    transition: all .3s;
    background-size: cover;
}

.item__tours__short .detail__tour {
    width: 65%;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.item__tours__short .tags__tour {
    font-size: 12px;
}

.item__tours__short .precio__del__tour {
    font-size: 15px;
}

.titulo__short {
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    --chakra-line-clamp: 2;
}

.tab a:hover {
    text-decoration: underline;
}

.tab a strong,
.tab strong a {
    color: #08AB44 !important;
}

.tab hr {
    margin: 15px 0 !important;
	border-color:#afdee1;
}

#wpr-popup-id-1738 .wpr-popup-container-inner {
    padding: 0 !important;
}

.itineraryincatrail svg {
    width: 30px !important;
    height: 30px !important;
}

.message:hover {
    background: #222222;
    transition: .3s all;
}

.wp-show-posts-inner {
    display: flex;
    gap: 10px;
}

.wp-show-posts-inner div:nth-child(1) {
    width: 30%;
}

.wp-show-posts-inner div:nth-child(2) {
    width: 70%;

}

.wp-show-posts-entry-title {
    color: #333 !important;
}

.tabpape table {
    width: 100%;
    border-collapse: separate;
    /* Cambia de collapse a separate para permitir bordes redondeados */
    border-spacing: 0;
    /* Elimina el espacio entre celdas para bordes redondeados */
    margin: 25px 0;
    font-size: 16px;
    text-align: left;
    border-radius: 12px;
    /* Borde redondeado para toda la tabla */
    overflow: hidden;
    /* Asegura que el borde redondeado se aplique correctamente */
}

/* .tabpape::--webkit-scrollbar{
	width:10px;	
}
.tabpape::--webkit-scrollbar-track{
	box-shadow:inset 0 0 5px grey;
	border-radius:10px;
}
.tabpape::--webkit-scrollbar-thumb{
	background:rgba(100,100,100);
	border-radius:10px;
} */




.tabpape table th,
td {
    padding: 12px 15px;
}

/*  galeria*/
.galeria-hoteles .gallery {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px !important;
    justify-items: initial;
}

.hotel-two .gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-items: initial;
}

.galeria-hoteles .gallery .gallery-item,
.hotel-two .gallery .gallery-item {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    margin-top: 0 !important;
    position: relative;
    overflow: hidden;
    display: none;
}

.galeria-hoteles .gallery .gallery-item:nth-child(1),
.galeria-hoteles .gallery .gallery-item:nth-child(2),
.galeria-hoteles .gallery .gallery-item:nth-child(3),
.galeria-hoteles .gallery .gallery-item:nth-child(4),
.galeria-hoteles .gallery .gallery-item:nth-child(5) {
    display: block !important;
}

.hotel-two .gallery .gallery-item:nth-child(1) {
    display: block !important;
}

.galeria-hoteles .gallery .gallery-item a,
.galeria-hoteles .gallery .gallery-item dt,
.hotel-two .gallery .gallery-item a,
.hotel-two .gallery .gallery-item dt {
    height: 150px;
    overflow: hidden;
}

.tabs-itinerario .e-n-tabs-heading {
    position: absolute;
    z-index: 20;
}

.galeria-hoteles .gallery .gallery-item img,
.hotel-two .gallery .gallery-item img {
    border-radius: 2px;
    height: 100% !important;
    width: 100% !important;
    border: none !important;
    object-fit: cover !important;
}

.galeria-hoteles .gallery br,
.hotel-two .gallery br {
    display: none !important;
}

/* fin galeria */
.tabpape table th {
    background-color: #08AA43;
    color: white;
    text-transform: uppercase;
}

.tabpape table tr {
    border-bottom: 1px solid #dddddd;
}

.tabpape table tr:last-child td {
    border-bottom: none;
    /* Elimina el borde de la Ãºltima fila */
}

.tabpape table tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.tabpape table tr:hover {
    background-color: #f1f1f1;
}

/* Opcional: Borde redondeado para las esquinas superiores de las primeras celdas */
.tabpape table th:first-child {
    border-top-left-radius: 12px;
}

.tabpape table th:last-child {
    border-top-right-radius: 12px;
}


.descuento .elementor-widget-container {
    position: absolute;
    top: -38px;
    width: 100%;
}

#ez-toc-container {
    background: transparent;
    border: none;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

#ez-toc-container a {
    color: black;
    font-weight: normal;
}

#ez-toc-container a:visited {
    color: #097479;
}

.cotizar {
    & .wpcf7-form {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 30px;
        width: 100%;
    }

    & label {
        font-family: "Poppins";
        font-weight: 400;
        color: #333333;
        font-size: 18px;
    }

    & .wpcf7-spinner {
        position: absolute !important;
    }

    & input {
        width: 100%;
        background: #f1f1f1;
        height: 50px;
        border: none;
        border-radius: 50px;
        padding: 0 10px;
        margin-top: 15px;
    }

    & .wpcf7-submit {
        background: #ed243f;
        padding: 15px 15px;
        color: white;
        margin-top: 42px;
        border-radius: 50px;
        cursor: pointer;
    }

    & .wpcf7-response-output {
        width: 100%;
        font-family: "Poppins";
        border-radius: 20px;
    }
}

.descuento .elementor-widget-container::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 18px;
    background-image: linear-gradient(90deg, #999 0%, #222 100%);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.navbar .main-menu>.menu-item-has-children>a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f078";
    width: 16px;
    margin-left: 10px;
    transition: 0.1s;
}

.navbar .main-menu .menu-item-has-children>.sub-menu>.menu-item-has-children>a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f054";
    font-size: 12px;
    margin-left: 10px;
    transition: 0.1s;
    margin-top: 6px;
}

.navbar .main-menu>.menu-item-has-children:hover>a::after {
    transform: rotate(-180deg);
}

/*  */

/*  */
.item-tour {
    overflow: hidden !important;
}

.item-tour .oculto .e-con-inner {
    margin-bottom: -75px;
    transition: 0.15s ease-in-out;
}

.item-tour .oculto .e-con-inner .buton {
    opacity: 0;
}

.item-tour:hover .oculto .e-con-inner {
    margin-bottom: 0;
}

.item-tour:hover .oculto .e-con-inner .buton {
    opacity: 1;
}

.item-tour:hover .oculto .e-con-inner .buton {
    opacity: 1;
}

/*  */
.item-tour .oculto1 .e-con-inner {
    margin-bottom: -45px;
    transition: 0.15s ease-in-out;
}

.item-tour .oculto1 .e-con-inner .star {
    opacity: 0;
}

.item-tour:hover .oculto1 .e-con-inner {
    margin-bottom: 0;
}

.item-tour:hover .oculto1 .e-con-inner .star {
    opacity: 1;
}

.tab img {
    margin: 30px 0;
    border-radius: 20px !important;
}

.tab table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c1c1c1;
    border-spacing: 40px;
    margin-bottom: 30px;
}

.tab table tr td,
.tab table th {
    border-bottom: 1px solid #c1c1c1;
    padding: 5px 10px;
}

.tab table tr td,
.tab table th {
    border-right: 1px solid #c1c1c1;
}

.stikyPosition {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 120;
    top: 90px;
    transition: .3s;
}

.stikyPositionTree {
    position: -webkit-sticky !important;
    position: sticky !important;
    z-index: 50;
    top: 95px;
    transition: .3s;
}

.stikyPosition.activadaso {
    top: 120px;
}

.tab h2,
.tab h3,
.tab h4,
tab h5,
.tab strong {
    color: #000 !important;
    font-weight: 600 !important;
}

.tab.blog-tab p {
    color: #222 !important;
}

.tab h5 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.sticky-button {
    position: -webkit-sticky !important;
    position: sticky !important;
    bottom: 0 !important;
    opacity: 0;
    z-index: 30 !important;
}

.sticky-button.stickypapi {
    opacity: 0;
    width: 0;
    padding: 0;
    height: 0;
    margin: 0;
}

.premium-carousel-wrapper a.carousel-arrow,
.premium-carousel-wrapper a.ver-carousel-arrow {
    z-index: 20 !important;
}

.comentarioss .ti-widget.ti-trip .ti-reviews-container-wrapper {
    margin: 0 0 !important;
}

.w-4-12 {
    width: 40%;
}

.w-8-12 {
    width: 60%;
}

.ti-widget.ti-trip .ti-controls .ti-next {
    top: -161px;
    color: black;
    right: 0 !important;
}

.ti-widget.ti-trip .ti-controls .ti-prev {
    top: -161px !important;
    right: 60px !important;
    left: auto !important;
}

.fa-angle-left:before {
    content: "";
    background: black;
    width: 14px;
    height: 1px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
    margin-top: 10px;
}

.fa-angle-left:after {
    content: "";
    background: black;
    width: 14px;
    height: 1px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
}

.fa-angle-right:before {
    content: "";
    background: black;
    width: 14px;
    height: 1px;
    display: block;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-radius: 2px;
    position: absolute;
    margin-top: 10px;
}

.fa-angle-right:after {
    content: "";
    background: black;
    width: 14px;
    height: 1px;
    display: block;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 2px;
    position: absolute;
}

.ti-widget.ti-trip .ti-controls .ti-next:before,
.ti-widget.ti-trip .ti-controls .ti-prev:before,
.ti-widget.ti-trip .ti-controls .ti-next:after,
.ti-widget.ti-trip .ti-controls .ti-prev:after {
    background: black !important;
    width: 14px !important;
    height: 1px !important;
}

.comentarioss .ti-widget.ti-trip .ti-review-item>.ti-inner {
    background: transparent !important;
    border-color: transparent !important;
    padding: 0 !important;
}

.included li {
    list-style: none !important;
    /* Elimina el estilo de lista predeterminado */
    padding-left: 30px;
    /* Espacio para la imagen */
    background-image: url('./img/iconos/check-verde.svg');
    background-repeat: no-repeat;
    background-position: left 0;
    /* Ubica la imagen a la izquierda */
    background-size: 22px 22px;
    /* Ajusta el tamaño de la imagen */
    margin-left: 0 !important;
}

.not-included li {
    list-style: none !important;
    /* Elimina el estilo de lista predeterminado */
    padding-left: 30px;
    /* Espacio para la imagen */
    background-image: url('./img/iconos/times-svgrepo-com.svg');
    background-repeat: no-repeat;
    background-position: left 0px;
    /* Ubica la imagen a la izquierda */
    background-size: 22px 22px;
    /* Ajusta el tamaño de la imagen */
    margin-left: 0 !important;
}

.not-included li>ul li {
    list-style: disc;
}

.covercito .elementor-widget-container,
.covercito {
    height: 100% !important;

}

.covercito img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

/* contact us general */
.contact-uss form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Inter", Sans-serif !important;
}

.contact-uss form p span {
    margin-top: 8px;
    display: block;
}

.contact-uss input {
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    padding: 8px 15px;
}

.contact-uss input:focus,
.contact-uss textarea:focus {
    box-shadow: 0 0 0 1px black !important;
    border-color: black;
}

.contact-uss textarea {
    width: 100%;
    padding: 7px 15px;
    min-height: 250px;
    border-radius: 5px;
    border: 1px solid #D4D4D4;
    font-weight: normal;
    font-size: 14px;
}

.contact-uss input::-webkit-input-placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.contact-uss input[type="submit"] {
    width: auto;
    padding: 10px 24px;
    text-decoration: none;
    border-radius: 40px;
    font-size: 16px;
    line-height: 24px;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.contact-uss input[type="submit"]:focus {
    box-shadow: none !important;
}

.contact-uss input[type="submit"] {
    font-family: "Inter", Sans-serif !important;
    color: white;
    background-color: #069a3c;
    border: 2px solid #069a3c;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.contact-uss input[type="submit"]:hover {
    background-color: #069a3c;
    border: 2px solid #069a3c;
    color: white;

}

.contact-uss label {
    font-style: normal;
    color: black;
    font-weight: 400;
    font-family: "Inter", Sans-serif !important;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 8px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: 1px solid transparent;
    font-size: 14px;
    color: #46b450;
    background: rgba(70, 180, 80, .1);
    border-radius: 20px;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 1px solid transparent;
    font-size: 14px;
    color: black;
    background: rgba(255, 185, 0, .1);
    border-radius: 20px;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 14px;
    font-weight: normal;
    display: block;
}

#menu-color {
    position: fixed;
    transition: all .3s;
    margin-top: -100%;
    width: 100%;
    z-index: 1000;
}

#menu-menu-1>li>a {
    color: white !important;
}

.bajar {
    margin-top: 0 !important;
}

/* contact us fin*/

/* itinerary */
.itinerary-days__main::before {
    position: absolute !important;
    top: 0.7rem !important;
    left: 0.06rem !important;
    content: "" !important;
    height: calc(100% - 0.5rem) !important;
    border-left: 1px solid rgba(4, 152, 162, .4) !important;
}

.itinerary-days__main h5 {
    position: relative;
    font-size: 1.1rem !important;
    color: #3D3D3D !important;
    font-weight: 600 !important;
    font-family: "Sofia Sans";
}

.itinerary-days__main h5::before {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #0498a2;
    position: absolute;
    top: 50%;
    left: -1.4rem;
    content: "";
    border: 1px solid #0498a2;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.itinerary-days__main h4 {
    position: relative;
    color: #333 !important;
    font-size: 1.2rem !important;
    color: 096534 !important;
    font-weight: 600 !important;
    font-family: "Sofia Sans";
}

.itinerary-days__main h4::before {
    content: "\f00c";
    font-weight: 900;
    font-size: 1rem;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    border-radius: 100%;
    width: 1.5rem;
    height: 1.5rem;
    background-color: white;
    border: 1px solid #0498a2;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: -1.4rem;
    transform: translate(-50%, -50%);
    color: #0498a2;
}

/* ausangate treks shortcode*/
.ausangate-treks {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ausangate-treks .imagen__papi {
    height: 200px !important;
    overflow: hidden;
}

.ausangate-treks .imagen__papi img {
    border-radius: 5px !important;
    width: 100%;
    height: 200px !important;
    object-fit: cover;
    object-position: center;
    margin-bottom: 0 !important;
    transition: all .5s;
}

.ausangate-treks .swiper-slide:hover img {
    transform: scale(1.2);
}

.ausangate-treks .swiper-slide {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px;
    overflow: hidden;
}


.ausangate-treks .dede {
    padding: 0 15px 15px 15px;
}

.category-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    display: inline-block;
}

.toursrelacionados .dede {
    padding: 15px;
}

.tour__category {
    background: #f1f1f1;
    font-size: 12px;
    padding: 5px 7px;
    border-radius: 5px;
}

.tour__title a {
    font-size: 15px !important;
}

.tour__details {
    font-size: 14px;
    margin-bottom: 15px;
}

.rate svg {
    width: 12px;
    fill: #ECC94B;
}

/* fin de ausangate treks */
.embla {
    max-width: 500px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.embla__viewport {
    overflow: hidden;
    width: 100%;
}

.embla__container {
    display: flex;
    gap: 10px;
}

.embla__slide {
    position: relative;
    flex: 0 0 100%;
    min-width: 0;
    overflow: hidden;
    height: 350px;
}

.embla__slide img {
    display: block;
    width: 100%;
    height: 100% !important;
    border-radius: 10px !important;
    object-fit: cover;
    object-position: center;
}

.thumb-viewport {
    overflow: hidden;
    max-width: 500px;
    margin: 20px auto 0;
}

.thumb-container {
    display: flex;
    gap: 10px;
    will-change: transform;
    cursor: pointer;
}

.thumb-slide {
    flex: 0 0 auto;
    width: 130px;
    height: 90px;
    border-radius: 6px;
    border: 2px solid transparent;
    transition: opacity 0.3s, border 0.3s;
}

.thumb-slide img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 6px !important;
    filter: brightness(45%);
}

.thumb-slide.is-selected img {
    filter: none;
}

.thumb-slide.is-selected {
    border-color: black;
}

@media (max-width: 767px) {
    .embla {
        max-width: 100%;
        overflow: hidden;
        border-radius: 5px;
    }

    .embla__slide {
        position: relative;
        flex: 0 0 100%;
        min-width: 0;
        overflow: hidden;
        border-radius: 5px;
        height: 200px;
    }

    .embla__container {
        gap: 5px;
    }

    .thumb-slide {
        flex: 0 0 auto;
        width: 90px;
        height: 65px;
        border-radius: 6px;
        border: 2px solid transparent;
        transition: opacity 0.3s, border 0.3s;
    }

    .thumb-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: brightness(45%);
    }

    .thumb-viewport {
        overflow: hidden;
        margin: 7px auto 0;
    }

    .thumb-container {
        display: flex;
        gap: 7px;
        will-change: transform;
        cursor: pointer;
    }

}

.seccion-slider {
    position: relative;
    z-index: 0;
    width: 100%;
    padding-bottom: 5px;
    overflow: hidden;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 1250px;
    border-radius: 15px;
    transition: .1s;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.swiper-slide-active {
    /*  background: red; */
    transition: .1s;
}

.wrap__slider__destinos {
    position: static;
}

.wrap__slider__destinos .contenedor__img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.wrap__slider__destinos .swiper-slide .contenedor__img img {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: all .5s;
}

.wrap__slider__destinos .swiper-slide:hover .contenedor__img img {
    transform: scale(1.2);
}

.precio__slider {
    font-size: 13px;
}

.wrap__slider__destinos .contenedor__info {
    width: 100%;
    padding: 15px;
}

.fa-angle-left:after,
.fa-angle-right:after,
.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
    display: none;
}

.swiper-button-prev,
.swiper-button-next {
    color: white;
    background-color: white;
    font-size: 40px !important;
    border: 1px solid #e0e0e0;
    width: 40px !important;
    height: 40px !important;
    z-index: 3;
    border-radius: 7px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #0498a2;
    border-color: #0498a2;
}

.swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
    fill: #fff !important;
}


.swiper-scrollbar {
    bottom: -50px !important;
}

.swiper-button-disabled {
    background-color: #d4d4d4;
    border: #d4d4d4;
}

.flechas {
    margin-top: 30px;
}

.galeria-tours .gallery-item {
    height: auto;
}

/* infotour */
.dh-info-boxes {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.dh-info-box {
    background: #f8f9fa;
    padding: 14px 16px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.dh-info-icon {
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.dh-info-box p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
}

.advisor-cards {
    padding: 0 20px 20px 20px;
    gap: 12px;
}

.advisor-cards img {
    width: 50px;
    border-radius: 100%;
}

.advisor-cards span {
    color: #999;
    font-size: 14px;
    display: inline-block;
}

.advisor-cards .name {
    font-weight: 700;
    margin-top: -5px;
}

.advisor-cards hr {
    border-color: #E2E8F0;
}

.gallery-container {
    width: 100%;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.gallery-wrapper {
    display: flex;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-track {
    display: flex;
    gap: 20px;
    animation: scrollGallery 30s linear infinite;
}

.gallery-card {
    width: 220px;
    height: 280px;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.gallery-card img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.gallery-card:hover {
    transform: scale(1.03);
}

@keyframes scrollGallery {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0%);
    }
}

.reviews-container {
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
    mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent);
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.review-row {
    display: flex;
    padding-top:5px;
	gap: 20px;
    width: max-content;
    animation: scrollLoop 30s linear infinite;
}

.review-card {
    background-color: #f9fafb;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
    font-size: 14px;
    min-width: 280px;
    max-width: 320px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-4px);
}

.tripadvisor-stars {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: solid 1px #00a568;
    background-color: #00a568;
    box-shadow: inset 0 0 0 2px white;
}

.title {
    font-weight: 700;
    margin-bottom: 6px;
    font-size: 15px;
    color: #111827;
}

.text {
    color: #374151;
    margin-bottom: 12px;
    line-height: 1.5;
}

.author {
    color: #6b7280;
    font-size: 13px;
    margin-top: auto;
}

.tripadvisor-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 10px;
    font-weight: 600;
}

@keyframes scrollLoop {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.wtrvl-checkout_button {
    width: 100%;
    background: #0498a2;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

.reserva-abajo {
    width: 100%;
    background: #0498a2;
    color: #fff;
    border-radius: 5px;
    padding: 14px 50px;
    cursor: pointer;
    border: 0;
}

.planifica {
    background: #0498a2;
    color: white;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 14px;
}

.tab-blog hr {
    border: none;
    height: 1px;
    background-color: #9BD6DACC !important;
    margin: 25px 0 !important;
}
/*modal*/
/* Vista recortada */
.tour-contenido {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    /* ðŸ‘ˆ lÃ­neas visibles */
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

/* Texto recortado SOLO en la pÃ¡gina */
.clamp .tab {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Dentro del modal â†’ texto completo */
.inline-modal .tour-contenido {
    display: block !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
}

/* BotÃ³n */
.see-more-btn {
    background: none;
    border: none;
    color: #0498a2;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    margin-top: 6px;
}

body.modal-open {
    overflow: hidden;
}

/* Fondo modal */
.inline-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.6);
    z-index: 9999;
}

/* Caja modal */
.inline-modal-box {
    background: #fff;
    max-width: 720px;
    width: 90%;
    max-height: 80vh;
    /* ðŸ”¥ CLAVE */
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 30px 30px 40px;
    border-radius: 12px;
    position: absolute;
    overflow: hidden;
    /* oculta overflow externo */
}

/* Contenido con scroll */
.inline-modal-content {
    max-height: calc(80vh - 80px);
    /* ðŸ”¥ resta header + padding */
    overflow-y: auto;
    padding-right: 10px;
}

/* Scroll bonito (opcional) */
.inline-modal-content::-webkit-scrollbar {
    width: 6px;
}

.inline-modal-content::-webkit-scrollbar-thumb {
    background: #0498a2;
    border-radius: 10px;
}

/* BotÃ³n cerrar */
.inline-modal-close {
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 28px;
    cursor: pointer;
}

.inline-modal-content .elementor-icon-box-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.inline-modal-content .elementor-icon {
    font-size: 30px;
}

.inline-modal-content .elementor-icon-box-title {
    font-size: 1.5rem;
}
.inline-modal-content .gridsor{
	display:flex;
	flex-direction:column;
	gap:15px;
	padding:0;
}
/*finmodal*/

.inline-modal-content .tab h4{
    font-size: 1.1rem;
	margin-bottom:.5rem;
}
.inline-modal-content .tab p{
	margin-bottom:.5rem;
}
.inline-modal-content .tab ul{
	margin-bottom:.5rem;
	list-style:disc;
	margin-left:1rem;
	
}
.inline-modal-content .tab ol{
	list-style:decimal;
	margin-bottom:.5rem;
	margin-left:1rem;
}
.inline-modal-content .tab ul li,.inline-modal-content .tab ol li{
	margin-bottom:.5rem;
}
/* desktop  finde*/
@media (max-width: 1350px) {
    .contenido-redaccion {
        max-width: 1000px !important;
    }
}

@media (max-width: 1024px) {


    /* menunuevo */

    #menu-menu-3 {
        gap: 10px;
    }

    #menu-menu-3>.menu-item {
        border: none;
    }

    #menu-menu-3>.menu-item>a {
        padding: 15px 10px;
        border: 1px solid #E2E8F0;
        border-radius: 5px;
        box-shadow: 0 1px 1px #E2E8F0;
    }

    #menu-menu-3>.menu-item-has-children>.sub-menu {
        position: absolute;
        width: 100%;
        display: block;
        right: -106%;
        top: 0;
        background-color: white !important;
        transition: all .3s;
        overflow: hidden;
        border-radius: 0;
        padding: 0;
        box-shadow: none;
    }

    #menu-menu-3>.menu-item-has-children>.sub-menu>.menu-item,
    #menu-menu-3 .menu-item-has-children .sub-menu>.menu-item-has-children>.sub-menu>.menu-item {
        padding-inline: 0;
    }

    #menu-menu-3>.menu-item-has-children>.sub-menu>.menu-item a,
    #menu-menu-3 .menu-item-has-children .sub-menu>.menu-item-has-children>.sub-menu>.menu-item a {
        padding: 15px;
        border-radius: 0;
        border-bottom: 1px solid #E2E8F0;
    }

    #menu-menu-3>.menu-item-has-children>.sub-menu>.menu-item:nth-child(1),
    #menu-menu-3 .menu-item-has-children .sub-menu>.menu-item-has-children>.sub-menu>.menu-item:nth-child(1) {
        padding-top: 40px;
    }

    .abierto {
        right: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    #menu-menu-3 .menu-item-has-children .sub-menu>.menu-item-has-children>.sub-menu {
        position: absolute;
        width: 100%;
        display: block;
        left: -100%;
        top: 0;
        background-color: white !important;
        transition: all .3s;
        padding-block: 0;
        border-radius: 0;
        box-shadow: none;
    }

    #menu-menu-3 .menu-item-has-children .sub-menu>.menu-item-has-children>.sub-menu a {
        border-radius: 0;
    }

    .abierto-two {
        left: 0 !important;
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        z-index: 1000 !important;
    }

    .navbar .main-menu .menu-item>.sub-menu button {
        color: #0498A2;
        position: absolute;
        top: 0;
        right: 0;
        font-size: 30px;
        padding: 0;
        margin: 0;
        display: inline;
        width: 23px;
    }

    .submenuss {
        height: 100%;
    }


    .navbar .main-menu>.menu-item-has-children>a::after {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font: var(--fa-font-solid);
        transform: rotate(-90deg);
        content: "\f078";
        width: 16px;
        margin-left: 10px;
        transition: 0.1s;
    }

    .navbar .main-menu>.menu-item-has-children:hover>a::after {
        transform: rotate(-90deg);
    }


    /*  */


    #navbar-menu {
        position: fixed;
        top: 0;
        left: -100%;
        transition: .35s;
        height: 100vh;
        width: 85% !important;
        background: white;
        overflow-x: hidden;
    }

    .fondo-negro {
        position: fixed;
        top: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, .5);
        left: 0;
        opacity: 0;
        visibility: hidden;
        transition: all .2s ease-in;
        overflow: hidden;
    }

    .borrado {
        opacity: 1;
        visibility: visible;
    }

    .overflowHidden {
        overflow: hidden;
    }

    .sticky-button {
        position: -webkit-sticky !important;
        position: sticky !important;
        bottom: 0 !important;
        opacity: 0;
        visibility: hidden !important;
        z-index: 30 !important;
    }

    .sticky-button.stickypapi {
        opacity: 1;
        width: 0;
        padding: 0;
        height: 0;
        margin: 0;
    }
}

#menu-menu-1>.menu-item-has-children>a::after {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: var(--fa-font-solid);
    content: "\f078";
    width: 16px;
    margin-left: 10px;
    transition: 0.1s;
    color: white !important;
}

.accesosicosnos svg:nth-child(1) {
    width: 96px;
}

.accesosicosnos svg:nth-child(3) {
    width: 160px;
}

.accesosicosnos svg:nth-child(7) {
    width: 160px;
}

.accesosicosnos svg:nth-child(2) {
    width: 64px;
}

.accesosicosnos svg:nth-child(4) {
    width: 64px;
}

.accesosicosnos svg:nth-child(6) {
    width: 64px;
}

.accesosicosnos svg:nth-child(5) {
    width: 160px;
}

/* celar */
@media (max-width: 767px) {

    .inclu-modal {
        display: flex !important;
        flex-direction: column !important;
    }

    .stikyPosition {
        position: relative;
    }

    .ausangate-treks {
        grid-template-columns: repeat(2, 1fr);
    }

    .imagen__tour {
        height: 300px;
        background-size: cover;
        overflow: hidden;
    }

    .title__tour {
        text-align: center;
    }

    .contenido-modal {
        background: white;
        max-width: 95%;
        max-height: 90vh !important;
    }

    .stikyPosition {
        position: relative !important;
        top: 0 !important;
    }

    .accesosicosnos {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        gap: 20px;
    }

    .accesosicosnos svg {
        width: 80px;
    }

    .accesosicosnos svg:nth-child(3) {
        width: 8rem;
    }

    .accesosicosnos svg:nth-child(5) {
        width: 8rem;
    }

    .accesosicosnos svg:nth-child(7) {
        width: 10rem;
    }

    .accesosicosnos svg:nth-child(2) {
        width: 3rem;
    }

    .accesosicosnos svg:nth-child(4) {
        width: 4rem;
    }

    .galeria-hoteles {
        width: 100%;
        overflow-x: scroll;
    }

    .galeria-hoteles .gallery {
        display: grid;
        grid-template-columns: repeat(6, 120px);
        height: 100px !important;
        gap: 5px;
        width: auto !important;
    }

    .galeria-hoteles .gallery .gallery-item,
    .galeria-hoteles .gallery .gallery-item .gallery-icon,
    .galeria-hoteles .gallery .gallery-item .gallery-icon a {
        width: 180px !important;
        display: block;
    }

    .galeria-hoteles .gallery .gallery-item img {
        object-fit: cover;
        object-position: center;
    }

    .itios {
        box-shadow: none !important;
        border: none !important;
    }

    .tabpape {
        overflow-x: scroll;
    }

    .migue {
        box-shadow: 0 2px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
        top: 0;
        background: white;
        backdrop-filter: blur(20px);
        position: sticky;
    }

    .container-tours {
        overflow-x: scroll !important;
        width: 100%;
    }

    .quechucha {
        width: auto !important;
        padding: 0 10px !important;
    }

    .quechuchas div.elementor-absolute {
        width: 100% !important;
        height: 100% !important;
    }

    .quechucha img {
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
    }

    .sticky-button {
        display: none !important;
        position: -webkit-sticky !important;
        position: sticky !important;
        bottom: 0 !important;
        opacity: 0;
        visibility: hidden !important;
        z-index: 30 !important;
    }

    .sticky-button.stickypapi {
        display: block !important;
        opacity: 1;
        width: 100%;
        visibility: visible !important;
        padding: 15px 0;
        height: 100%;
        margin: 0;
    }

    #navbar-menu {
        position: fixed;
        top: 0;
        right: -100%;
        transition: .3s;
        height: 100vh;
        width: 100%;
        background: white;
        z-index: 99999999999999999 !important;
    }

    #reserva-desktop {
        display: none;
        bottom: 0;
        left: 0;
        z-index: 555 !important;
    }

    #menu-tour {
        opacity: 0;
        visibility: hidden;
    }

    #dark-mode {
        opacity: 0;
        visibility: hidden;
    }

    .message {
        display: none;
    }

    .cotizar {
        & .wpcf7-form {
            display: grid;
            grid-template-columns: repeat(1, minmax(0, 1fr));
            gap: 10px;
            width: 100%;
        }

        & .wpcf7-submit {
            margin-top: 20px;
        }

        & .wpcf7-spinner {
            position: relative !important;
        }
    }
}