/*@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap'); /*@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');*/
/*body{
   
}*/
:root {
    --richardlg: #034246;
    --richardlg1: #df9a17;
    --richardlg2: #211e1e;
}


.flatpickr-calendar.inline {
    width: 100%;
}

.hero-image {
    height: 520px;
    overflow: hidden;
}

.hero-img {
    height: 100%;
    object-fit: cover;
}

/* Overlay oscuro */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.1)
    );
    z-index: 1;
}

/* Contenido encima */
.hero-content {
    z-index: 2;
    padding-bottom: 30px;
}

.hero-title {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-duration {
    display: inline-block;
    color: #fff;
    font-size: 1rem;
    margin-top: 5px;
}
























/* GTranslate clean */
.gtranslate_wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gtranslate_wrapper img {
  width: 15px;
  height: auto;
  border-radius: 3px;
  transition: transform .2s ease;
}

.gtranslate_wrapper img:hover {
  transform: scale(1.1);
}
a.glink img{
    height: 25px !important;
        width: auto !important;
}




/* CONTENEDOR PRINCIPAL */
.title-box-modern {
    background: linear-gradient(135deg, #0d2c54, #0f70b7);
    color: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    border-bottom: 5px solid #ffcc00;
}


.best_seller {
    background: #ff9800;
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 6px;
}

.best_seller.trending {
    background: #e91e63;
}

.best_seller.recommended {
    background: #4caf50; /* Verde para "Recommended" */
}



/* TÃTULO DEL TOUR */
.tour-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

/* DURACIÃ“N (STYLE DE ETIQUETA) */
.tour-duration span {
    display: inline-block;
    background: #ffcc00;
    color: #0d2c54;
    padding: 8px 18px;
    font-weight: 600;
    border-radius: 30px;
    font-size: 16px;
    text-transform: uppercase;
}

/* -------------------- */
/*    MOBILE STYLES     */
/* -------------------- */
@media (max-width: 576px) {
    .title-box-modern {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tour-title {
        font-size: 28px;
    }

    .tour-duration span {
        font-size: 14px;
        padding: 6px 14px;
    }
}






.container {
  width: 100%; /* mejor que width: 1200px; */
  max-width: 100%;
}



.carrm25 {
  width: 100%;
  aspect-ratio: 1 / 1; /* Fuerza formato cuadrado */
  object-fit: cover;   /* Recorta sin deformar */
}


.text-success {
    color: var(--richardlg1) !important;
}


.about-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.btnrm{
    background:var(--richardlg1);
    color:white !important ;
}

#polylang-3 {
    list-style: none;
}

.widget_polylang ul {
    display:flex;
    margin-bottom:0;
    margin-left: -40px;
}
#polylang-3 {
    list-style:none
}
.widget_polylang ul li {
    list-style:none
}
#polylang-3 img {
    width:20px!important;
    height:15px!important
}

.brand-logo {
    height: 40px;
    width: auto;
    max-width: 100%;
    transition: transform 0.3s ease;
}


@media (max-width: 768px) {
    .brand-logo {
        height: 30px;
    }
}



.hero {
  position: relative;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white;
}



/* TOP BAR GENERAL */
.topbar {
  background: #fff;
  font-size: 14px;
}

.topbar .icon {
  color: #555;
  transition: .3s;
}
.topbar .icon:hover {
  color: #000;
}

/* --- RESPONSIVE TOPBAR --- */
@media (max-width: 768px) {

  .topbar .container {
    /*flex-direction: column;*/
    gap: 8px;
    text-align: center;
  }

  /* Logos centrados */
  .topbar .d-flex.align-items-center.gap-3:first-child {
    justify-content: center;
  }

  /* Contactos apilados */
  .top-contacts {
    flex-direction: column;
    gap: 4px !important;
    font-size: 13px;
  }

  /* Ajuste selector de idioma */
  .top-contacts > div {
    margin-left: 0 !important;
  }

  /* Redes sociales centradas */
  .social-icons {
    justify-content: center;
  }

  .social-icons .icon i {
    font-size: 18px;
  }
}



/****************************************************** Mneu Mobile *************************/
/* -------------------------
   MOBILE HEADER HORIZONTAL
--------------------------*/
@media (max-width: 768px) {

    /* Contenedor principal del header */
    .navbar .container,
    .topbar .container {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px;
    }

    /* Logo mÃƒÆ’Ã‚Â¡s pequeÃƒÆ’Ã‚Â±o y alineado */
    .navbar-brand img,
    .topbar img {
        height: 45px !important;
        width: auto !important;
    }

    /* IDIOMAS + WHATSAPP agrupados en fila */
    .header-icons {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    /* Iconos del header */
    .header-icons i {
        font-size: 20px;
    }

    /* Toggler estilo hamburguesa visible */
    .navbar-toggler {
        border: none !important;
        padding: 4px 8px;
        display: flex;
        align-items: center;
    }

    .navbar-toggler-icon {
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: 24px;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    /* Evitar que las redes queden separadas en otra lÃƒÆ’Ã‚Â­nea */
    .social-icons {
        display: none !important; /* Ocultar redes en mobile si molestan */
    }

}



/* MOBILE TOPBAR */
.topbar-mobile {
    margin-left: auto;
}

.topbar-mobile .navbar-toggler i {
    font-size: 32px;
}

/* Asegura que el widget de idiomas no deforme el diseÃƒÆ’Ã‚Â±o */
.mobile-lang {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar img {
    height: 55px;
}



/****************************************************** Mneu Mobile *************************/


    /* Megamenu styles */
    @media (min-width: 992px) {
      .dropdown:hover .dropdown-menu {
        display: block;
      }
      .dropdown-menu.mega-menu {
        width: 100%;
        left: 0;
        right: 0;
        margin-top: 0;
        border-top: 2px solid #eee;
      }
    }
    .mega-item:hover {
      background-color: #f8f9fa;
      border-radius: 0.5rem;
    }



.bgrm{
    background:var(--richardlg1);
    color:white;
}
thead.table-dark1 {
    --bs-table-color: #fff;
    --bs-table-bg: #09474e;
    --bs-table-border-color: #09474e;
    --bs-table-striped-bg: #09474e;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}


* {
  user-select: none;
}


img {
  -webkit-touch-callout: none;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.btn-salkantay {
    background: var(--richardlg);
    color: #fff;
}

li.normal {
    display: flex;
    flex-grow: 1 !important;!i;!;
    padding: 0 4px;
    border-right: 1px solid #0949500d;
    text-align: center;
    /* line-height: 3; */
    /* flex-grow: 1; */
}

.cta-mobile-popup-container {
    position: fixed;
    bottom: -70px;
    z-index: 9;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.rmcolor {
    font-size: 16px;
    font-weight: 600;
    color: var(--richardlg);
    padding: 10px 0px 15px 0px;
}

.cta-mobile-popup {
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    flex: wrap;
}

@media screen and (min-width: 768px) {
    .cta-mobile-popup {
        display: none;
    }
}

.cta-mobile-popup > div {
    height: 40px;
}

.cta-mobile-popup__info {
    display: flex;
    align-items: center;
    line-height: 1;
    flex: 1;
    color: #333;
    font-family: "Roboto", sans-serif;
}

.cta-mobile-popup__info span {
    font-size: 1.2rem;
}

.cta-mobile-popup__info span strong {
    display: block;
    line-height: 1;
    font-size: 1.6rem;
    font-family: "Poppins", sans-serif;
}

.cta-mobile-popup__button-group {
    display: flex;
    align-items: center;
}

.cta-mobile-popup__button-group > a {
    margin-left: 1rem;
}

.cta-mobile-popup__button-group .enquire-icon {
    /* height: 1rem !important; */
    /* line-height: 1rem; */
    width: auto;
}

.cta-mobile-popup__button-group .enquire-icon::before {
    padding-right: 0.5rem !important;
}

.cta-mobile-popup__button {
    background-color: #db5f15;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
}

.cta-mobile-popup__button span {
    font-family: "Poppins", sans-serif;
    color: white;
    line-height: 50px;
    text-transform: uppercase;
}

.cta-mobile-popup__button--primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.cta-mobile-popup__button--primary span {
    font-size: 1.6rem;
}

.cta-mobile-popup__button--tripadvisor {
    background-color: #00aa6c;
}

.with-separator {
    margin-left: 2rem;
    padding-left: 2.2rem;
    border-left: 2px solid white;
}

.post-header {
    position: relative;
}

.image_box {
    position: relative;
    padding: 0;
}

.title_box_card {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 50px 10px 10px 10px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6503851540616247) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6503851540616247) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6503851540616247) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.title_box_card h5 {
    text-align: center;
}

.title_box_card h5 a {
    font-size: 1.5rem;
    color: white !important;
    text-transform: uppercase;
}

.image_box img {
    border-radius: 10px;
}

.classic-card {
    border-radius: 15px !important;
}

.post-header h1 {
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 30%;
    z-index: 1;
    color: white;
    text-align: center;
    font-size: 2rem;
    text-shadow: 0 0 11px black;
}

.megamenu img {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px;
}

.megamenu h3 {
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    font-family: 'Oswald';
}

.megamenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.megamenu li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
}

.site-header .megamenu img {
    height: 100% !important;
}

.copyright {
    font-weight: 500;
    color: #080808;
    font-size: 0.9rem;
    overflow: hidden;
}

.copyright a {
    font-weight: 500;
    color: #080808;
    font-size: 0.9rem;
    overflow: hidden;
}

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

.overlay {
    width: 100%;
    position: absolute;
    background-color: #00000059;
    height: 100%;
    top: 0;
    z-index: 0;
}

.classic-card H5 {
    font-family: "Oswald", serif;
}

.classic-card h5 a {
    color: black;
}

.image_related {
    width: 50%;
    float: left;
}

.related_item {
    border-radius: 20px;
    min-height: 172px;
}

.image_related img {
    border-radius: 20px;
    width: 100%;
    box-shadow: 0 0 8px 0px #00000033;
}

.text_related h4 a {
    text-decoration: none;
    color: red;
    line-height: 1;
}

.text_related h4 {
    font-size: 0.9rem;
    font-family: "Oswald", serif;
}

.text_related {
    display: flow-root;
    padding: 12px;
}

nav.rank-math-breadcrumb {
    color: white;
    font-size: 0.9rem;
}

.content_related {
    font-size: 0.8rem;
    line-height: 1.1rem;
}

.related_item {
    min-height: 172px;
}

nav.rank-math-breadcrumb a {
    color: white;
    font-size: 0.9rem;
}

.site-header {
    background-color: #1D508D;
}

.banner-menu-fix {
    position: fixed !important;
    top: 0;
    /* Altura del banner */
    z-index: 1;
    width: 100%;
    animation: translateFromTop 500ms !important;
    -webkit-animation: translateFromTop 500ms;
    -moz-animation: translateFromTop 500ms;
    -o-animation: translateFromTop 500ms;
    -ms-animation: translateFromTop 500ms;
    background-color: white !important;
    box-shadow: 0 2px 7px 0px rgb(0 0 0 / 26%);
    background-color: white !important;
    box-shadow: 0px 9px 11px 0px rgb(0 0 0 / 8%);
    background-image: none !important;
}

.banner-menu-fix .jet-menu .top-level-link {
    width: 100%;
    margin: 0;
    padding: 0px 10px 0 10px;
}

.banner-menu-fix .topbar {
    display: none;
}

.banner-menu-fix img {
    height: 60px !important;
    transition: all 400ms;
    width: auto;
}

.banner-menu-fix .jet-menu-title {
    color: black;
}

.banner-menu-fix .sub-level-link .jet-menu-item-wrapper > .jet-menu-title {
    color: white;
}

.site-header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    transition: all 400ms;
    padding: 5px 0;
}

.site-header img {
    transition: all 400ms;
    height: 80px;
    max-width: min-content;
}

/* cuadros  para las categorias */
.gallery.box {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 0;
    border: 0px;
}

.box.gallery img {
    border-radius: 0;
}

.tour-card {
    border-top: 6px solid white;
    border-bottom: 5px solid white;
    border-left: 3px solid white;
    border-radius: 10px;
    border-right: 3px solid white;
}

.gallery .card {
    position: relative;
    border: 0px;
}

.gallery .background, .gallery .column {
    height: 100%;
}

.single-tour {
    margin-bottom: 30px !important;
}

.tour-card.card a {
    font-weight: bold;
    line-height: 100%;
    font-size: 2rem;
}

.gallery .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: opacity 0.35s;
    -o-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.gallery .info, .gallery .foot {
    -webkit-transition: bottom 0.35s;
    -o-transition: bottom 0.35s;
    transition: bottom 0.35s;
}

.gallery .info {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

.gallery .info h2 a {
    color: #fff;
    display: block;
    text-shadow: 1px 1px 4px rgb(0, 0, 0);
    text-decoration: none;
}

.gallery .info h2 {
    transition: all 400ms;
    text-align: center;
    line-height: 24px;
    font-size: 30px;
    padding: 10px 10px 10px 10px;
    font-weight: 600;
    margin-bottom: 0;
}

.gallery:hover .info h2 {
    background: none;
}

.category-label {
    margin-bottom: 15px;
    text-align: center;
    color: white;
}

.gallery .foot {
    height: 35px;
    bottom: -35px;
    position: relative;
    color: #fff;
    padding: 0 10px;
}

.gallery .foot .line {
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #fff;
    margin-top: 20px;
    width: 0%;
    transition: width 0.6s;
}

.gallery .description {
    font-weight: 300;
}

.gallery .categoria {
    font-weight: bolder;
    border-radius: 5px;
    background-color: #00A64F;
    top: 5px;
    left: 5px;
    padding: 0px 10px;
    position: absolute;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    transition: font-size 0.35s;
    text-transform: uppercase;
}

/* All hovers here! */
.gallery:hover .info h2 {
    margin-bottom: 30px !important;
}

.gallery:hover .info h2 {
    margin-bottom: 50px !important;
}

.gallery:hover .overlay {
    opacity: 0.6;
}

.gallery:hover .foot .line {
    width: 100%;
}

.gallery:hover .categoria {
}

/* cuadros  para las categorias */
a.btn-rainbow {
    color: white;
    border: 0px solid white;
    background-color: darkorange;
    border-radius: 0px;
    transition: all 300ms;
    font-weight: 600;
    font-size: 1.1rem;
}

a.btn-rainbow:hover {
    background-color: #a55d01;
    color: white;
}

.post-header img {
    width: 100%;
}

.label_top a {
    color: white;
    text-decoration: none;
}

.megamenu h3 > a {
    border-bottom: 0;
    font-weight: bold;
    color: #0546aa;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.megamenu h3 > a:hover {
    border-bottom: 0;
    font-weight: bold;
    color: #0546aa;
    font-size: 1.3rem;
    text-transform: uppercase;
}

.megamenu a {
    color: black;
    font-size: 0.9rem;
    border-bottom: 1px dotted #c7c7c7;
    display: block;
    transition: all 200ms;
}

.megamenu a:hover {
    color: #0546aa;
    font-size: 0.9rem;
    border-bottom: 1px dotted #0546aa;
}

.resumen-pedido {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 10px;
}

.resumen-pedido table {
    width: 100%;
}

.resumen-pedido thead {
    height: 35px;
}

.resumen-pedido tr {
    height: 36px;
}

.resumen-pedido tr:hover {
    background-color: #e5e5e5;
}

.slider-tour img {
    filter: brightness(120%);
}

button.slick-next.slick-arrow {
    right: 20px;
}

.label_bottom {
    color: white;
    font-size: 1.4rem;
    line-height: 1;
}

.label_top {
    background-color: red;
    color: white;
    border-radius: 5px;
    padding: 0 8px;
    font-weight: 500;
    font-size: 0.9rem;
    width: fit-content;
}

button.slick-prev.slick-arrow {
    z-index: 9;
    left: 10px;
}

.slick-prev:before, .slick-next:before {
    font-size: 35px;
    line-height: 1;
    opacity: .75;
}

.fluentform_wrapper_4 button.disabled {
    background-color: #4898fc !important;
    cursor: not-allowed !important;
}

.box_map {
    color: #9b9b9b;
    font-size: 0.9rem;
    width: 100%;
    border-radius: 5px;
    padding: 0;
    background-color: white;
}

.box_map img {
    width: 100%;
    border-radius: 5px;
}

.box_map h5 {
    text-align: center;
    background-color: red;
    padding: 5px;
    font-size: 0.8rem;
    color: white;
}


 .container {
    max-width: 1300px;
}

/*.tour .container {
    max-width: 1260px;
}*/
/* Add your custom CSS codes in assets/less/style.less */
.jet-mobile-menu__item {
    padding-left: 20px;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #ffffff26;
    color: black;
}

.jet-mobile-menu__container-inner {
    padding: 10px;
}

div#loading_b svg {
    width: 10px;
}

/* card tour */
.tour-card h4 a {
    color: #0546AA;
    transition: all 300ms;
}

.tour-card h4 a:hover {
    color: #FFB700;
}

.tour-card img {
    border-radius: 10px;
}

.tour-card h4 {
    color: #0546AA;
    font-family: "Built";
    min-height: 70px;
    margin-bottom: 0;
}

/* efectos  */
.content {
    margin: 0 auto;
    max-width: 1000px;
}

.content > h2 {
    clear: both;
    margin: 0;
    padding: 4em 1% 0;
    color: #484B54;
    font-weight: 800;
    font-size: 1.5em;
}

.content > h2:first-child {
    padding-top: 0em;
}

/* Header */
.codrops-header {
    margin: 0 auto;
    padding: 4em 1em;
    text-align: center;
}

.codrops-header h1 {
    margin: 0;
    font-weight: 800;
    font-size: 4em;
    line-height: 1.3;
}

.codrops-header h1 span {
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #74777b;
    font-weight: 300;
    font-size: 45%;
}

/* Demo links */
.codrops-demos {
    clear: both;
    padding: 1em 0 0;
    text-align: center;
}

.content + .codrops-demos {
    padding-top: 5em;
}

.codrops-demos a {
    display: inline-block;
    margin: 0 5px;
    padding: 1em 1.5em;
    text-transform: uppercase;
    font-weight: bold;
}

.codrops-demos a:hover, .codrops-demos a:focus, .codrops-demos a.current-demo {
    background: #3c414a;
    color: #fff;
}

/* To Navigation Style */
.codrops-top {
    width: 100%;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.69em;
    line-height: 2.2;
}

.codrops-top a {
    display: inline-block;
    padding: 1em 2em;
    text-decoration: none;
    letter-spacing: 1px;
}

.codrops-top span.right {
    float: right;
}

.codrops-top span.right a {
    display: block;
    float: left;
}

.codrops-icon:before {
    margin: 0 4px;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: 'codropsicons';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
    content: "\e001";
}

.codrops-icon-prev:before {
    content: "\e004";
}

/* Related demos */
.related {
    clear: both;
    padding: 6em 1em;
    font-size: 120%;
}

.related > a {
    display: inline-block;
    margin: 20px 10px;
    padding: 25px;
    border: 1px solid #4f7f90;
    text-align: center;
}

.related a:hover {
    border-color: #39545e;
}

.related a img {
    max-width: 100%;
    opacity: 0.8;
}

.related a:hover img, .related a:active img {
    opacity: 1;
}

.related a h3 {
    margin: 0;
    padding: 0.5em 0 0.3em;
    max-width: 300px;
    text-align: left;
}

/* Demo ad design */
body #cdawrap {
    background: none;
    top: 50px;
    border: none;
}

body #cdawrap a {
    color: #fff !important;
}

body #cda-remove {
    color: #fff;
}

@media screen and (max-width: 25em) {
    .codrops-header {
        font-size: 75%;
    }

    .codrops-icon span {
        display: none;
    }
}

.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}

/* Common style */
.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    min-width: 100%;
    max-width: 100%;
    max-height: 640px;
    height: auto;
    background: #112a56;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2, .grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/* Individual effects */
/*---------------*/
/***** Julia *****/
/*---------------*/
figure.effect-julia {
    background: #2f3238;
}

figure.effect-julia img {
    max-width: none;
    height: 400px;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-julia figcaption {
    text-align: left;
}

figure.effect-julia h2 {
    position: relative;
    padding: 0.5em 0;
}

figure.effect-julia p {
    display: inline-block;
    margin: 0 0 0.25em;
    padding: 0.4em 1em;
    background: rgba(255,255,255,0.9);
    color: #2f3238;
    text-transform: none;
    font-weight: 500;
    font-size: 75%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-360px,0,0);
    transform: translate3d(-360px,0,0);
}

figure.effect-julia p:first-child {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.effect-julia p:nth-of-type(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia p:nth-of-type(3) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:first-child {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.effect-julia:hover p:nth-of-type(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-julia:hover p:nth-of-type(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-julia:hover img {
    opacity: 0.4;
    -webkit-transform: scale3d(1.1,1.1,1);
    transform: scale3d(1.1,1.1,1);
}

figure.effect-julia:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Goliath *****/
/*-----------------*/
figure.effect-goliath {
    background: #112a56;
}

figure.effect-goliath h2 {
    width: 100%;
    font-weight: 700;
    font-size: 1.3rem;
    text-align: center;
    text-shadow: 0 0 13px black;
}

figure.effect-goliath img, figure.effect-goliath h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-goliath div.box_details {
    background: rgb(0,0,0);
    background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(180deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    font-size: 0.7rem;
    top: 0;
    position: absolute;
    left: 0;
    text-align: center;
    padding: 15px 5px 15px 5px;
}

figure.effect-goliath img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-goliath h2, figure.effect-goliath p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}

figure.effect-goliath p {
    text-transform: none;
    display: block;
    font-size: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    width: 100%;
}

figure.effect-goliath:hover img {
    -webkit-transform: translate3d(0,-110px,0);
    transform: translate3d(0,-110px,0);
}

figure.effect-goliath:hover h2 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Hera *****/
/*-----------------*/
figure.effect-hera {
    background: #303fa9;
}

figure.effect-hera h2 {
    font-size: 158.75%;
}

figure.effect-hera h2, figure.effect-hera p {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera figcaption::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}

figure.effect-hera p {
    width: 100px;
    text-transform: none;
    font-size: 121%;
    line-height: 2;
}

figure.effect-hera p a {
    color: #fff;
}

figure.effect-hera p a:hover, figure.effect-hera p a:focus {
    opacity: 0.6;
}

figure.effect-hera p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-hera p a:first-child i {
    -webkit-transform: translate3d(-60px,-60px,0);
    transform: translate3d(-60px,-60px,0);
}

figure.effect-hera p a:nth-child(2) i {
    -webkit-transform: translate3d(60px,-60px,0);
    transform: translate3d(60px,-60px,0);
}

figure.effect-hera p a:nth-child(3) i {
    -webkit-transform: translate3d(-60px,60px,0);
    transform: translate3d(-60px,60px,0);
}

figure.effect-hera p a:nth-child(4) i {
    -webkit-transform: translate3d(60px,60px,0);
    transform: translate3d(60px,60px,0);
}

figure.effect-hera:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
    transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(1,1,1);
}

figure.effect-hera:hover h2 {
    opacity: 0;
    -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
    transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

figure.effect-hera:hover p i:empty {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    /* just because it's stronger than nth-child */
    opacity: 1;
}

/*-----------------*/
/***** Winston *****/
/*-----------------*/
figure.effect-winston {
    background: #162633;
    text-align: left;
}

figure.effect-winston img {
    -webkit-transition: opacity 0.45s;
    transition: opacity 0.45s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-winston figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
    transition: opacity 0.45s, transform 0.45s;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

figure.effect-winston h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-winston p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 7% 0;
}

figure.effect-winston a {
    margin: 0 10px;
    color: #5d504f;
    font-size: 170%;
}

figure.effect-winston a:hover, figure.effect-winston a:focus {
    color: #cc6055;
}

figure.effect-winston p a i {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
}

figure.effect-winston:hover img {
    opacity: 0.6;
}

figure.effect-winston:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-winston:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: rotate3d(0,0,1,20deg);
    transform: rotate3d(0,0,1,20deg);
}

figure.effect-winston:hover p i {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-winston:hover p a:nth-child(3) i {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-winston:hover p a:nth-child(2) i {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

figure.effect-winston:hover p a:first-child i {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

/*-----------------*/
/***** Selena *****/
/*-----------------*/
figure.effect-selena {
    background: #fff;
}

figure.effect-selena img {
    opacity: 0.95;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-selena:hover img {
    -webkit-transform: scale3d(0.95,0.95,1);
    transform: scale3d(0.95,0.95,1);
}

figure.effect-selena h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

figure.effect-selena p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,90deg);
    transform: perspective(1000px) rotate3d(1,0,0,90deg);
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

figure.effect-selena:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-selena:hover p {
    opacity: 1;
    -webkit-transform: perspective(1000px) rotate3d(1,0,0,0);
    transform: perspective(1000px) rotate3d(1,0,0,0);
}

/*-----------------*/
/***** Terry *****/
/*-----------------*/
figure.effect-terry {
    background: #34495e;
}

figure.effect-terry figcaption {
    padding: 1em;
}

figure.effect-terry figcaption::before, figure.effect-terry figcaption::after {
    position: absolute;
    width: 200%;
    height: 200%;
    border-style: solid;
    border-color: #101010;
    content: '';
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-terry figcaption::before {
    right: 0;
    bottom: 0;
    border-width: 0 70px 60px 0;
    -webkit-transform: translate3d(70px,60px,0);
    transform: translate3d(70px,60px,0);
}

figure.effect-terry figcaption::after {
    top: 0;
    left: 0;
    border-width: 15px 0 0 15px;
    -webkit-transform: translate3d(-15px,-15px,0);
    transform: translate3d(-15px,-15px,0);
}

figure.effect-terry img, figure.effect-terry p a {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-terry img {
    opacity: 0.85;
}

figure.effect-terry h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4em 10px;
    width: 50%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}

@media screen and (max-width: 920px) {
    figure.effect-terry h2 {
        padding: 0.75em 10px;
        font-size: 120%;
    }
}

figure.effect-terry p {
    float: right;
    clear: both;
    text-align: left;
    text-transform: none;
    font-size: 111%;
}

figure.effect-terry p a {
    display: block;
    margin-bottom: 1em;
    color: #fff;
    opacity: 0;
    -webkit-transform: translate3d(90px,0,0);
    transform: translate3d(90px,0,0);
}

figure.effect-terry p a:hover, figure.effect-terry p a:focus {
    color: #f3cf3f;
}

figure.effect-terry:hover figcaption::before, figure.effect-terry:hover figcaption::after {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-terry:hover img {
    opacity: 0.6;
}

figure.effect-terry:hover h2, figure.effect-terry:hover p a {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-terry:hover p a {
    opacity: 1;
}

figure.effect-terry:hover p a:first-child {
    -webkit-transition-delay: 0.025s;
    transition-delay: 0.025s;
}

figure.effect-terry:hover p a:nth-child(2) {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}

figure.effect-terry:hover p a:nth-child(3) {
    -webkit-transition-delay: 0.075s;
    transition-delay: 0.075s;
}

figure.effect-terry:hover p a:nth-child(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*-----------------*/
/***** Phoebe *****/
/*-----------------*/
figure.effect-phoebe {
    background: #675983;
}

figure.effect-phoebe img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-phoebe:hover img {
    opacity: 0.6;
}

figure.effect-phoebe figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/triangle2.svg) no-repeat center center;
    background-size: 100% 100%;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(5,2.5,1);
    transform: scale3d(5,2.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-phoebe:hover figcaption::before {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-phoebe h2 {
    margin-top: 1em;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,40px,0);
    transform: translate3d(0,40px,0);
}

figure.effect-phoebe:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-phoebe p a {
    color: #fff;
    font-size: 140%;
    opacity: 0;
    position: relative;
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-phoebe p a:first-child {
    -webkit-transform: translate3d(-60px,-60px,0);
    transform: translate3d(-60px,-60px,0);
}

figure.effect-phoebe p a:nth-child(2) {
    -webkit-transform: translate3d(0,60px,0);
    transform: translate3d(0,60px,0);
}

figure.effect-phoebe p a:nth-child(3) {
    -webkit-transform: translate3d(60px,-60px,0);
    transform: translate3d(60px,-60px,0);
}

figure.effect-phoebe:hover p a {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
    background: #3498db;
}

figure.effect-apollo img {
    opacity: 0.95;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-apollo h2 {
    text-align: left;
}

figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

/*-----------------*/
/***** Kira *****/
/*-----------------*/
figure.effect-kira {
    background: #fff;
    text-align: left;
}

figure.effect-kira img {
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-kira figcaption {
    z-index: 1;
}

figure.effect-kira p {
    padding: 2.25em 0.5em;
    font-weight: 600;
    font-size: 100%;
    line-height: 1.5;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,-10px,0);
    transform: translate3d(0,-10px,0);
}

figure.effect-kira p a {
    margin: 0 0.5em;
    color: #101010;
}

figure.effect-kira p a:hover, figure.effect-kira p a:focus {
    opacity: 0.6;
}

figure.effect-kira figcaption::before {
    position: absolute;
    top: 0;
    right: 2em;
    left: 2em;
    z-index: -1;
    height: 3.5em;
    background: #fff;
    content: '';
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,4em,0) scale3d(1,0.023,1) ;
    transform: translate3d(0,4em,0) scale3d(1,0.023,1);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}

figure.effect-kira:hover img {
    opacity: 0.5;
}

figure.effect-kira:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-kira:hover figcaption::before {
    opacity: 0.7;
    -webkit-transform: translate3d(0,5em,0) scale3d(1,1,1) ;
    transform: translate3d(0,5em,0) scale3d(1,1,1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/
figure.effect-steve {
    z-index: auto;
    overflow: visible;
    background: #000;
}

figure.effect-steve:before, figure.effect-steve h2:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #000;
    content: '';
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-steve:before {
    box-shadow: 0 3px 30px rgba(0,0,0,0.8);
    opacity: 0;
}

figure.effect-steve figcaption {
    z-index: 1;
}

figure.effect-steve img {
    opacity: 1;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: perspective(1000px) translate3d(0,0,0);
    transform: perspective(1000px) translate3d(0,0,0);
}

figure.effect-steve h2, figure.effect-steve p {
    background: #fff;
    color: #2d434e;
}

figure.effect-steve h2 {
    position: relative;
    margin-top: 2em;
    padding: 0.25em;
}

figure.effect-steve h2:before {
    box-shadow: 0 1px 10px rgba(0,0,0,0.5);
}

figure.effect-steve p {
    margin-top: 1em;
    padding: 0.5em;
    font-weight: 800;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(0.9,0.9,1);
    transform: scale3d(0.9,0.9,1);
}

figure.effect-steve:hover:before {
    opacity: 1;
}

figure.effect-steve:hover img {
    -webkit-transform: perspective(1000px) translate3d(0,0,21px);
    transform: perspective(1000px) translate3d(0,0,21px);
}

figure.effect-steve:hover h2:before {
    opacity: 0;
}

figure.effect-steve:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*-----------------*/
/***** Moses *****/
/*-----------------*/
figure.effect-moses {
    background: -webkit-linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
    background: linear-gradient(-45deg, #EC65B7 0%,#05E0D8 100%);
}

figure.effect-moses img {
    opacity: 0.85;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-moses h2, figure.effect-moses p {
    padding: 20px;
    width: 50%;
    height: 50%;
    border: 2px solid #fff;
}

figure.effect-moses h2 {
    padding: 20px;
    width: 50%;
    height: 50%;
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
}

figure.effect-moses p {
    float: right;
    padding: 20px;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

figure.effect-moses:hover h2 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-moses:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-moses:hover img {
    opacity: 0.6;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/
figure.effect-jazz {
    background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
    background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);
}

figure.effect-jazz img {
    opacity: 0.9;
}

figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-jazz h2, figure.effect-jazz p {
    opacity: 1;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
}

figure.effect-jazz h2 {
    padding-top: 26%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-jazz p {
    padding: 0.5em 2em;
    text-transform: none;
    font-size: 0.85em;
    opacity: 0;
}

figure.effect-jazz:hover img {
    opacity: 0.7;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}

figure.effect-jazz:hover figcaption::after {
    opacity: 1;
    -webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
    transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);
}

figure.effect-jazz:hover h2, figure.effect-jazz:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
    background: #030c17;
}

figure.effect-ming img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

figure.effect-ming figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 2px solid #fff;
    box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.4,1.4,1);
    transform: scale3d(1.4,1.4,1);
}

figure.effect-ming h2 {
    margin: 20% 0 10px 0;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

figure.effect-ming p {
    padding: 1em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

figure.effect-ming:hover h2 {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

figure.effect-ming:hover figcaption::before, figure.effect-ming:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-ming:hover figcaption {
    background-color: rgba(58,52,42,0);
}

figure.effect-ming:hover img {
    opacity: 0.4;
}

/*---------------*/
/***** Lexi *****/
/*---------------*/
figure.effect-lexi {
    background: -webkit-linear-gradient(-45deg, #000 0%,#fff 100%);
    background: linear-gradient(-45deg, #000 0%,#fff 100%);
}

figure.effect-lexi img {
    margin: -10px 0 0 -10px;
    max-width: none;
    width: -webkit-calc(100% + 10px);
    width: calc(100% + 10px);
    opacity: 0.9;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(10px,10px,0);
    transform: translate3d(10px,10px,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

figure.effect-lexi figcaption::before, figure.effect-lexi p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-lexi figcaption::before {
    position: absolute;
    right: -100px;
    bottom: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
    content: '';
    opacity: 0;
    -webkit-transform: scale3d(0.5,0.5,1);
    transform: scale3d(0.5,0.5,1);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

figure.effect-lexi:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

figure.effect-lexi h2 {
    text-align: left;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(5px,5px,0);
    transform: translate3d(5px,5px,0);
}

figure.effect-lexi p {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0 1.5em 1.5em 0;
    width: 140px;
    text-align: right;
    opacity: 0;
    -webkit-transform: translate3d(20px,20px,0);
    transform: translate3d(20px,20px,0);
}

figure.effect-lexi:hover figcaption::before {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

figure.effect-lexi:hover h2, figure.effect-lexi:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
    background: -webkit-linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
    background: linear-gradient(-45deg, #34495e 0%,#cc6055 100%);
}

figure.effect-duke img, figure.effect-duke p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-duke:hover img {
    opacity: 0.1;
    -webkit-transform: scale3d(2,2,1);
    transform: scale3d(2,2,1);
}

figure.effect-duke h2 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}

figure.effect-duke p {
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 20px;
    padding: 30px;
    border: 2px solid #fff;
    text-transform: none;
    font-size: 90%;
    opacity: 0;
    -webkit-transform: scale3d(0.8,0.8,1);
    transform: scale3d(0.8,0.8,1);
    -webkit-transform-origin: 50% -100%;
    transform-origin: 50% -100%;
}

figure.effect-duke:hover h2, figure.effect-duke:hover p {
    opacity: 1;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}

/* Media queries */
@media screen and (max-width: 50em) {
    .content {
        padding: 0 10px;
        text-align: center;
    }

    .grid figure {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

/* efectos  */
.overview_detail {
    border-top: 3px solid #0546AA;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.9rem;
    text-align: justify;
    line-height: 1.3;
}

.details {
    margin: 15px 0;
    padding: 15px 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    font-size: 0.8rem;
}

.details li {
    padding: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.from {
    line-height: 1;
    font-size: 0.8rem;
    font-weight: 700;
}

.box_price {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    background-color: #f9f9f9;
    padding: 9px;
}

.details li:hover {
    background-color: whitesmoke;
}

.details ul.list-group {
    border-radius: 0px;
}

ul.list-group li {
    font-weight: 600;
}

ul.list-group span {
    font-weight: 400;
}

/* card tour */
button.kr-popin-button {
    line-height: 1;
    font-weight: 500;
    width: 300px;
    font-size: 1.4rem !important;
    background-color: #ffb700 !important;
    display: block;
    margin: auto !important;
    color: black !important;
    border-radius: 10px;
}

@font-face {
    font-family: 'Built';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.eot');
    src: url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.eot?#iefix') format('embedded-opentype'), url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.woff2') format('woff2'), url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.woff') format('woff'), url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.ttf') format('truetype'), url('https://www.terraquechuaperu.com//wp-content/uploads/2023/08/built_titling_bd-webfont.svg#Built') format('svg');
}

.intro_1 {
    background-color: #ff3d1b;
    color: white;
    padding: 12px;
    font-weight: 500;
    text-align: center;
}

.intro_2 {
    background-color: orange;
    color: white;
    padding: 12px;
    font-weight: 500;
    text-align: center;
}

.banner_box img {
    width: 100%;
}

.banner_box {
    position: relative;
}

.banner_content h4 {
    color: white;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 700;
}

.banner_content {
    padding: 15px;
    position: absolute;
    top: 44%;
    text-align: center;
    width: 100%;
}

.menu_vert_box li {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
    border-bottom: 1px solid #e1e1e1;
    line-height: 1;
    border-radius: 5px;
    background-color: white;
}

ul.menu_vert {
    list-style: none;
    padding: 0;
}

.menu_vert_box a {
    margin-bottom: 0;
    margin-top: 0px;
    overflow: hidden !important;
    transition: all 500ms;
    padding: 10px;
    display: block;
    font-weight: 500;
    text-decoration: none;
    color: #ff3d1b;
}

.menu_vert_box a:hover {
    color: white;
    background-color: #fd9d01;
}

.intro_2 {
    padding: 15px;
    background-color: #fd9d01;
    color: white;
    text-align: center;
    font-weight: 600;
}

.jet-menu .jet-menu-item .top-level-link {
    transition: all 300ms;
}

.elementor-6 .elementor-element.elementor-element-c0cef7c .jet-menu ul.jet-sub-menu {
    min-width: 300px;
    max-width: max-content;
}

.header {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.title_box {
    padding-bottom: 50px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.6699054621848739) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    z-index: 2;
}

.title_box h1 {
    font-weight: 900;
    color: white;
    font-size: 2rem;
    margin-bottom: 1.3rem;
}

.tour {
    background-color: #ffffff;
    padding-top: 20px;
}

.price {
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
}

.box_intro {
    border-radius: 20px;
}

.sidebar {
}

.price_data {
    line-height: 1;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: var(--richardlg);
    display: inline-flex;
    padding: 0px 30px 0px 30px;
    0px 0px 15px
    contain-intrinsic-block-size: auto 100px;
}

.price_from {
    text-align: center;
    line-height: 1;
    font-size: 1.3rem;
    padding: 10px 0;
}

.price_pp {
    text-align: center;
    /* font-style: italic; */
    color: #7e7e7e;
    font-weight: 300;
    font-size: 1rem;
    margin-top: 1rem;
    margin-left: 0.8rem;
}

.price_box {
    border-bottom: 1px solid #b3b3b3;
    /* margin-bottom: 15px; */
}

.tripadvisor_sidebar img {
    width: 100%;
}

a.btn-especial {
    background-color: #0546aa;
    color: white;
}

a.btn-especial:hover {
    background-color: #00225b;
    color: white;
}

.btn_box {
    padding-bottom: 11px;
    text-align: center;
}

.detalles {
    padding: 10px 0 0 0;
    background: #fbfbfb;
}

.detalles_box {
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #ffffff;
    border-radius: 0;
}

.icon_det {
    margin-right: 0px;
    width: 50px;
    float: left;
}

.intro_col a {
    text-transform: uppercase;
    color: red;
    text-decoration: none;
    font-weight: 600;
}

.sidebar_title {
    background-color: var(--richardlg);
    color: white;
    /* padding: 10px; */
    border-radius: 10px 10px 0px 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    width: 100%;
    padding-right: 10px;
}

.sidebar_title h4 {
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-bottom: 0;
    font-size: 1.1rem;
    text-align: center;
    align-items: center;
    /* border-radius: 10px 10px 0px 0px; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
    /* padding-left: 10px; */
    /* width: 100%; */
    /* padding-right: 10px; */
}

.sidebar_title p {
    margin-bottom: 0;
}

.icon_det img {
    width: 35px;
}

.overview {
    overflow: hidden;
    transition: all 300ms;
}

.title {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.detalle_content {
    line-height: 1;
}

.accordion-header {
    cursor: pointer;
    background-color: #f2f2f2;
    padding: 10px;
    transition: all 400ms;
}

.accordion-header:hover {
    cursor: pointer;
    background-color: #ffffff;
}

.tour-accordion {
    background: none;
}

.day_title {
    font-size: 1.4rem;
    line-height: 1.2;
    width: auto;
    padding: 10px;
}

.accordion-item {
    overflow: hidden;
    border-radius: 10px;
    background-color: white !important;
    margin-bottom: 15px;
    border: none !important;
}

.day_title h3 {
    font-size: 1.3rem;
    margin-bottom: 0;
    font-weight: 600;
}

.day_label {
    color: #ffffff;
    font-weight: 800;
    background: var(--richardlg);
    line-height: 2;
    width: auto;
    display: grid;
    padding: 5px 10px 5px 10px;
    text-align: center;
    border-radius: 10px;
}

.day_label span {
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: var(--e-global-color-cce9862);
}

.accordion-header {
    background-color: #ffffff;
    padding: 6px;
    display: flex;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.day_label {
    font-weight: 300;
    /* line-height: 1; */
}

.inc li::marker {
    color: green;
    font-size: 1.2em;
}

.noinc li::marker {
    color: red;
    font-size: 1.2em;
}

.inc h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.reco h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
}

.noinc h3 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
}

.inc_icon svg {
    margin-right: 10px;
    width: 29px;
    height: 30px;
    float: left;
    margin-top: -1px;
}

.image_box_img img {
    width: 100%;
}

a {
}

div#preguntasRespuestas .accordion-item {
    border-radius: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

/* card con efecto */
.card-tour {
    padding: 0;
}

.card-tour .menu-content {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.card-tour .menu-content::before, .card-tour .menu-content::after {
    content: "";
    display: table;
}

.card-tour .menu-content::after {
    clear: both;
}

.card-tour .menu-content li {
    display: inline-block;
}

.card-tour .menu-content a {
    color: #fff;
}

.card-tour .menu-content span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 10px;
    font-weight: 700;
    transform: translate(-50%, 0);
}

.card-tour .wrapper {
    background-color: #fff;
    min-height: 540px;
    position: relative;
    overflow: hidden;
}

.card-tour .wrapper .content a.btn {
    opacity: 0;
    transition: all 300ms;
    transform: translateY(50px);
}

.card-tour .wrapper:hover .data {
    transform: translateY(0);
}

.card-tour .wrapper:hover .content a.btn {
    opacity: 1;
    transform: translateY(10px);
}

.card-tour .data {
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateY(calc(70px + 1em));
    transition: transform 0.3s;
}

.card-tour .data .content {
    padding: 1em;
    position: relative;
    z-index: 1;
}

.example-2.card-tour {
    margin-right: 0;
    margin-left: 0;
}

.card-tour .author {
    font-size: 16px;
}

.card-tour .title {
    text-shadow: 0 0 20px black;
    font-size: 2rem !IMPORTANT;
    margin-top: 10px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

.card-tour .text {
    font-size: 15px;
    margin: 0;
    line-height: 1.5;
    font-weight: 500;
}

.card-tour input[type=checkbox] {
    display: none;
}

.card-tour input[type=checkbox]:checked + .menu-content {
    transform: translateY(-60px);
}

.card-tour .date {
    background-color: #4A981A;
    padding: 5px 15px;
    border-radius: 5px;
}

.btn-black {
    border: 1px solid white !important;
    color: white !important;
    background-color: transparent;
    padding: 10px 60px !important;
    border-radius: 0 !important;
}

.btn-black:hover {
    border: 1px solid black;
    color: white;
    background-color: black;
}

.example-1 .date {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #77d7b9;
    color: #fff;
    padding: 0.8em;
}

.example-1 .date span {
    display: block;
    text-align: center;
}

.example-1 .date .day {
    font-weight: 700;
    font-size: 24px;
    text-shadow: 2px 3px 2px rgba(0, 0, 0, 0.18);
}

.example-1 .date .month {
    text-transform: uppercase;
}

.example-1 .date .month, .example-1 .date .year {
    font-size: 12px;
}

.example-1 .content {
    background-color: #fff;
    box-shadow: 0 5px 30px 10px rgba(0, 0, 0, 0.3);
}

.example-1 .title a {
    color: gray;
}

.example-1 .menu-button {
    position: absolute;
    z-index: 999;
    top: 16px;
    right: 16px;
    width: 25px;
    text-align: center;
    cursor: pointer;
}

.example-1 .menu-button span {
    width: 5px;
    height: 5px;
    background-color: gray;
    color: gray;
    position: relative;
    display: inline-block;
    border-radius: 50%;
}

.example-1 .menu-button span::after, .example-1 .menu-button span::before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    background-color: currentColor;
    position: absolute;
    border-radius: 50%;
}

.example-1 .menu-button span::before {
    left: -10px;
}

.example-1 .menu-button span::after {
    right: -10px;
}

.example-1 .menu-content {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    transition: transform 0.3s;
    transform: translateY(0);
}

.example-1 .menu-content li {
    width: 33.333333%;
    float: left;
    background-color: #77d7b9;
    height: 60px;
    position: relative;
}

.example-1 .menu-content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
}

.example-1 .menu-content span {
    top: -10px;
}

.example-2 .wrapper:hover .menu-content span {
    transform: translate(-300px, -10px);
    opacity: 1;
}

.example-2 .header {
    color: #fff;
    padding: 1em;
}

.example-2 .header::before, .example-2 .header::after {
    content: "";
    display: table;
}

.example-2 .header::after {
    clear: both;
}

.example-2 .header .date {
    float: left;
    font-size: 12px;
}

.example-2 .menu-content {
    float: right;
}

.example-2 .menu-content li {
    margin: 0 5px;
    position: relative;
}

.example-2 .menu-content span {
    transition: all 0.3s;
    opacity: 0;
}

.example-2 .data {
    color: #fff;
    padding-bottom: 70px;
    transform: translateY(calc(50px + 4em));
    background: rgb(0,0,0);
    background: -moz-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(360deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.example-2 .title a {
    color: #fff;
}

.example-2 .button {
    display: block;
    width: 100px;
    margin: 2em auto 1em;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    position: relative;
    font-weight: 700;
}

.example-2 .button::after {
    content: "";
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100px, -50%);
    transition: all 0.3s;
}

.example-2 .button:hover::after {
    transform: translate(5px, -50%);
    opacity: 1;
}

.tour-card h5 a {
    color: black;
}

.card-tour .wrapper {
    background-size: cover;
    background-color: #fff;
    min-height: 540px;
    position: relative;
    overflow: hidden;
}

/* card con efecto */
.contact_box {
    background-color: #f7f7f7;
    padding: 5px;
    border-radius: 5px;
}

.contact_icon {
    padding-left: 10px;
    margin-right: 30px;
    float: left;
    height: 60px;
    font-size: 1.7rem;
}

.contact_title {
    font-weight: 600;
}

.contact_content a {
    color: red;
    text-decoration: none;
}

.slider-nav {
    background-color: black;
}

.slider-nav img.slick-slide {
    border-radius: 10px;
    opacity: 0.6;
    cursor: pointer;
    padding: 5px;
    transition: all 200ms;
}

.slider-nav img.slick-slide:hover {
    opacity: 1;
    cursor: pointer;
}

.tour-accordion button.accordion-button {
    font-weight: 700;
    background-color: #ff3d1b !important;
    color: white !important;
}

.inclusions-accordion button.accordion-button {
    background-color: #f1f1f1;
}

span.icon_inc {
    color: green;
    margin-right: 10px;
}

span.icon_noinc {
    color: red;
    margin-right: 10px;
}

.header img {
    width: 100%;
}

img.image-itinerario {
    transition: all 200ms;
    border-radius: 15px;
    width: 100%;
}

img.image-itinerario:hover {
    /* box-shadow: 0 0 11px 3px #00000042; */
}

a.btn-block {
    width: 100%;
}

.faqs .accordion-button {
    font-weight: 600;
}

.why_box {
    min-height: 70px;
}

.why_box .contact_content {
    font-size: 0.8rem;
    line-height: 1.2;
}

.why_box {
    margin-bottom: 20px;
    min-height: 70px;
}

.why_icon {
    padding-left: 0px;
    margin-right: 7px;
    float: left;
    height: 85px;
    font-size: 1.7rem;
}

.why_icon svg {
    width: 90px;
}

.whatsapp_sidebar a {
    margin: auto;
    position: relative;
    display: block;
}

.whatsapp_sidebar img {
    width: 90px;
    margin: auto;
    text-align: center;
    display: block;
}

.whatsapp_icon svg {
    width: 30px;
}

.whatsapp_icon {
    position: absolute;
    bottom: 0;
    right: -50px;
}

.whatsapp_box {
    background-color: white;
    border-radius: 15px;
    padding: 30px 15px;
}

.whatapp_text_1 {
    font-size: 0.8rem;
    margin-top: 10px;
}

.whatapp_text_2 {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 700;
}

.btn-whatsapp {
    color: white;
    background-color: #01c30f;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), /* Sombra interna */ 0 0 0 3px rgba(255,255,255,0.3), /* Sombra externa superior */ 0 0 0 5px rgba(0,0,0,0.1), /* Sombra externa inferior */ 0 2px 5px rgba(0,0,0,0.5);
    padding: 5px 20px;
    font-weight: 800;
    border-radius: 30px !important;
}

.btn-whatsapp:hover {
    color: white;
    background-color: #007209;
    border: solid 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1), /* Sombra interna */ 0 0 0 3px rgba(255,255,255,0.3), /* Sombra externa superior */ 0 0 0 5px rgba(0,0,0,0.1), /* Sombra externa inferior */ 0 2px 5px rgba(0,0,0,0.5);
    padding: 5px 20px;
    font-weight: 800;
}

.whatsapp_sidebar svg {
    width: 32px;
    text-align: center;
    display: block;
    margin: -27px auto 0 auto;
    left: 30px;
    position: relative;
}

.whatsapp_box h4 {
    font-size: 0.9rem;
    font-weight: 800;
}

.social_link a {
    text-decoration: none;
    color: black;
}

.faqs .accordion-button:not(.collapsed) {
    background-color: whitesmoke;
    font-weight: 600;
}

.faqs .accordion-button:hover {
    font-weight: 600;
    background-color: whitesmoke;
}

.Zebra_DatePicker {
    position: inherit !important;
    width: 100% !important;
    border: 0px !important;
    box-shadow: none !important;
}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    font-size: 25px;
    color: red;
}

.Zebra_DatePicker .dp_header .dp_previous, .Zebra_DatePicker .dp_header .dp_next {
    font-size: 25px;
    color: red;
}

.tecnodus-card {
    border: 0;
}

.btn-pax {
    color: white;
    background-color: #ff3d1b;
    border-radius: 50%;
    border: 0;
    width: 30px;
    height: 30px;
}

.tecnodus-card {
    overflow: hidden;
    border: 0;
    border-radius: 20px;
}

h4.selects {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.btn-reservar {
    width: 100%;
}

.title-page {
    width: 100%;
}

.title-page-desktop img {
    width: 100%;
}

.title-page {
    position: relative;
}

.bg_title {
    padding-bottom: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.texto_encima {
    color: orange;
    font-size: 1.2rem;
    font-weight: 200;
}

.bg_title h1 {
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    text-shadow: 0 0 12px black;
}

.tour-list {
    background-color: #f4f4f4;
}

.black-contact .contact_box {
    border: 1px solid #ffffff7d;
    background-color: transparent;
    color: white;
    border-radius: 0;
}

.black-contact .contact_content a {
    color: #ff9100;
    font-size: 0.4rem;
}

.black-contact .contact_icon {
    margin-right: 10px;
}

.black-contact .contact_content a {
    color: #ff9100;
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
}

.black-contact .contact_box .contact_title {
    line-height: 1;
}

.tour h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: var(--richardlg);
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 5px;
    font-weight: 700;
    /* font-family: "Big Shoulders Display", serif; */
    /* font-optical-sizing: auto; */
    /* font-style: normal; */
}

.title-text img {
    width: 60px;
}

h2.archive-title {
    color: white;
}

.texto_debajo {
    color: white;
}

.card2 {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    border: 4px solid white;
}

.box-title {
    padding: 40px 10px 10px 10px;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.8407738095238095) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    color: white;
    position: absolute;
    bottom: 0;
    z-index: 999999;
}

.box-title h3 {
    text-shadow: 0 0 15px black;
    font-weight: 700;
    font-size: 1.5rem;
}

.data {
    color: #ffd01e;
    font-weight: 700;
}

.card2 a img {
    transform: scale(1);
    transition: all 1000ms;
}

.card2 a:hover img {
    transform: scale(1.2);
}

ul.polylang_langswitcher {
    margin-top: -6px;
    text-align: right;
    padding: 0;
    margin-bottom: 0;
}

ul.polylang_langswitcher a {
    line-height: 1;
    text-transform: uppercase;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
}

li.lang-item {
    display: inline-block;
    line-height: 1;
    height: 100%;
    padding-left: 9px;
    margin-right: 0px;
}

/* Chat Whatsapp */
.tcard_header {
    position: relative;
}

.tcard_title {
    padding: 15px 10px;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    width: 100%;
    position: absolute;
    bottom: 0;
}

.tecnodus-card .from {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
}

.tecnodus-card .monto {
    font-size: 2rem;
    line-height: 1;
    font-family: "Oswald", serif;
    font-weight: 600;
}

.tecnodus-card .dias {
    font-weight: 600;
    font-size: 0.9rem;
    color: orange;
}

.tecnodus-card .action {
    border-radius: 10px;
    background-color: #fbfbfb;
    border: 1px solid #eeeeee;
    padding: 10px;
}

.tecnodus-card .details {
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    border-top: 1px solid #dfdfdf;
}

.tecnodus-card .tcard_desc {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

h5.card-title a {
    font-size: 1.7rem;
    margin-bottom: 0;
    color: white;
    text-decoration: none;
}

h5.card-title {
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 0;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */ .nav_menu {
        top: 0
    }

    ul#navbar {
        padding: 0;
    }

    .sidebar {
        margin-top: 0;
    }

    .title-page-desktop {
        display: none;
    }

    li.nav_item_6 {
        display: none;
    }

    .nav_item_2 {
        display: none;
    }

    .nav_item_7 {
        display: none;
    }

    .itinerary_label {
        font-size: 0.8rem;
    }

    li.normal a {
        margin-right: 1px;
        border-radius: 0px;
    }

    .tripadvisor_sidebar img {
        width: 100%;
    }

    .icono_tab {
        display: none;
    }

    .title_box h1 {
        font-size: 2rem;
        font-weight: 800;
        text-transform: uppercase;
    }

    .title_box {
        padding-bottom: 19px;
    }

    .desktop_image {
        display: none;
    }

    .title-page-mobile img {
        width: 100%;
    }

    .texto_debajo {
        display: none;
    }

    .bg_title h1 {
        text-align: center;
        color: white;
        font-size: 2rem;
        font-weight: 700;
        text-shadow: 0 6px 7px black;
    }
}

@media screen and (max-width: 768px) {
    .desktop_image {
        display: none;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Styles */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/**********
iPad 3
**********/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width: 1224px) {
    /* Styles */ .mobile_image {
        display: none;
    }

    .title-page-mobile {
        display: none;
    }
}

/* Large screens ----------- */
@media only screen and (min-width: 1824px) {
    /* Styles */
}

/* iPhone 4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 5 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6, 7, 8 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone 6+, 7+, 8+ ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 736px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* iPhone X ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 375px) and (max-device-height: 812px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* iPhone XS Max, XR ----------- */
@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 414px) and (max-device-height: 896px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S3 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    /* Styles */
}

/* Samsung Galaxy S4 ----------- */
@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 320px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

/* Samsung Galaxy S5 ----------- */
@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

@media only screen and (min-device-width: 360px) and (max-device-height: 640px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 3) {
    /* Styles */
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 25px;
}

.cta-mobile-popup-container {
    position: fixed;
    bottom: -70px;
    z-index: 9;
    width: 100%;
    box-shadow: 0px -2px 5px rgba(0, 0, 0, 0.1);
    background-color: white;
}

.cta-mobile-popup {
    transition: 0.5s;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    flex: wrap;
}

@media screen and (min-width: 768px) {
    .cta-mobile-popup {
        display: none;
    }
}

@media (max-width: 768px) {
    ul.nav_menu {
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        flex-wrap: inherit;
        width: 100%;
    }
}

.cta-mobile-popup > div {
    height: 40px;
}

.cta-mobile-popup__info {
    display: flex;
    align-items: center;
    line-height: 1;
    flex: 1;
    color: #333;
    font-family: "Roboto", sans-serif;
}

.cta-mobile-popup__info span {
    font-size: 1.2rem;
}

.cta-mobile-popup__info span strong {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
    font-family: "Poppins", sans-serif;
}

.cta-mobile-popup__button-group {
    display: flex;
    align-items: center;
}

.cta-mobile-popup__button-group > a {
    margin-left: 1rem;
}

.cta-mobile-popup__button-group .enquire-icon {
    /* height: 4rem !important; */
    /* line-height: 4rem; */
    width: auto;
    padding: 0.6rem;
    border-radius: 10px;
}

.cta-mobile-popup__button-group .enquire-icon::before {
    padding-right: 0.5rem !important;
}

.cta-mobile-popup__button {
    background-color: #db5f15;
    text-align: center;
    border-radius: 50px;
    margin-left: 10px;
}

.cta-mobile-popup__button span {
    font-family: "Poppins", sans-serif;
    color: white;
    line-height: 50px;
    text-transform: uppercase;
}

.cta-mobile-popup__button--primary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.cta-mobile-popup__button--primary span {
    font-size: 1.6rem;
}

.cta-mobile-popup__button--tripadvisor {
    background-color: #00aa6c;
}

/******************************************* Table Responsive  ******************/
.tour-card {
    border-radius: 15px;
    border: 1px solid #f0f0f0;
    overflow: hidden;
    background-color: #ccc;
    display: block;
    color: #555;
    position: relative;
}

.tour-card:hover .tour-card__content {
    bottom: 0;
}

.tour-card a {
    color: inherit;
}

.tour-card a:hover {
    color: inherit;
}

.tour-card__heading {
    position: relative;
}

.tour-card__image {
    width: 100%;
    padding-top: calc(100% * 16 / 12);
    position: relative;
    overflow: hidden;
}

.tour-card__image img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.tour-card__image1 {
    width: 100%;
    padding-top: calc(100% * 16 / 10);
    position: relative;
    overflow: hidden;
}

.tour-card__image1 img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.tour-card__location {
    position: absolute;
    top: 0rem;
    left: 0rem;
    padding: 2rem;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

.tour-card__location span {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    background-color: white;
    color: #db5f15;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.tour-card__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    bottom: 0rem;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgb(0 0 0 / 20%) 20%, rgba(0, 0, 0, 0) 30%);
    color: white;
    padding: 1rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}

.tour-card__content .title {
    font-size: 1.3rem;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.tour-card__content .duration-price {
    font-size: 1rem;
    font-family: "Montserrat", sans-serif;
    padding-top: 0.5rem;
}

.tour-card__content .excerpt {
    font-size: 1.4rem;
    margin-top: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.tour-card__content .visited-places {
    font-size: 1.1rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.tour-card__content .btn-wrapper {
    margin-top: 3rem;
    text-align: center;
}

/*****************************/
.day-gallery {
    width: 100%;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.day-content {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .day-content {
        padding-left: 6rem;
    }
}

.day-image {
    display: block;
}

.sized {
    position: relative;
}

.sized.size_4_5 {
    width: 100%;
    padding-top: calc(100% * 5 / 4);
}

.sized.size_5_4 {
    width: 100%;
    padding-top: calc(100% * 4 / 3);
}

.sized.size_3_2 {
    width: 100%;
    padding-top: calc(100% * 2 / 3);
}

.sized.size_2_3 {
    width: 100%;
    padding-top: calc(100% * 3 / 2);
}

.sized.size_1_1 {
    width: 100%;
    padding-top: 100%;
}

.sized img.size-target {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
    border-radius: 0px;
}

.swiper-button-next {
    color: white !important;
}

.swiper-button-next::after {
    font-size: 2.4rem !important;
}

.swiper-button-prev {
    color: white !important;
}

.swiper-button-prev::after {
    font-size: 2.4rem !important;
}

/******************Nav menu *********************/


ul.nav_menu a {
    text-decoration: none;
}

ul.nav_menu {
    margin: 0 0 15px 0;
    list-style: none;
    border-radius: 5px;
    z-index: 999;
    display: flex;
    background-color: #F6F8FB;
    width: 100%;
    background-color: #F6F8FB;
    padding: 5px 5px 5px 5px;
    box-shadow: 0px 4px 5px -5px rgba(0, 0, 0, 0.5);
    line-height: 2.3;
    flex-grow: 1;
    justify-content: center;
}

li.normal a {
    display: block;
    border-bottom: 1px solid #f6f8fb;
    text-align: center;
    /* margin-right: 10px; */
    color: var(--richardlg);
    transition: all 200ms;
}

.nav_menu {
    position: sticky;
    top: 0;
}

.icono_tab {
    color: var(--richardlg);
    display: block;
    float: left;
    margin-top: -6px;
}

.itinerary_label {
    font-size: 1rem;
    margin-left: 25px;
    height: 100%;
    padding: 0px;
    border-radius: 5px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 4px;
}

li.normal a.active {
    color: var(--richardlg1) !important;
}

li.normal a:hover {
    background-color: #f6f8fb;
    border-bottom: 2px solid var(--richardlg);
    color: var(--richardlg);
}

/*************** New ++++++++++++++***/
.nav_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.nav_menu li {
    flex: 1 1 calc(25% - 10px);
    /* 4 columnas */
    max-width: 25%;
    /* justify-content: center; */
}

.nav_menu a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    text-decoration: none;
}

.icono_tab {
    /* font-size: 24px; */
}

@media (max-width: 768px) {
    .itinerary_label {
        font-size: 13PX;
    }

    .nav_menu li {
        flex: 1 1 calc(25% - 10px);
        max-width: 25%;
        /* padding: 10px; */
        justify-content: left;
    }
}


/******************Nav menu *********************/


/****************************************************/

.footer-mountains {
    background-color: var(--richardlg);
    position: relative;
    overflow: hidden;
}

/* Fondo superior exacto como tu imagen */
.footer-background {
    background: url("ruta-de-tu-imagen.png");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    height: 220px;
    width: 100%;
}

.footer-link {
    color: white;
    text-decoration: none;
}
.footer-link:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-mountains i {
    color: var(--richardlg);
}



/**************************header ********************/
.topbar {
  background: #ffffff;
  font-size: 14px;
}

.top-contacts span {
  font-weight: 500;
}

.social-icons .icon {
  background: #efefef;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  transition: 0.3s;
}

.social-icons .icon:hover {
  background: #0d6efd;
  color: #fff;
}

.nav-main {
  background: var(--richardlg);
}

.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  padding: 15px 18px;
}

.navbar-nav .nav-link:hover {
  background: var(--richardlg);
}

.dropdown-menu {
  border-radius: 0;
}






    /* HERO */
    .hero {
      position: relative;
      height: 90vh;
      overflow: hidden;
      color: white;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: -1;
    }
    .hero-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 0;
    }
    .hero-content {
      z-index: 1;
      /* max-width: 800px; */
    }
    .hero h1 {
      font-weight: 700;
      font-size: 2rem;
    }
    .hero p {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
    }
    @media (min-width: 768px) {
      .hero h1 { font-size: 2.5rem; }
    }



   .btn-naranja {
      background-color: var(--richardlg);
      color: #fff !important;
      border-radius: 6px;
      padding: 8px 15px;
      font-weight: 500;
    }
    .btn-naranja:hover {
      background-color: var(--richardlg1);
    }




/*************************** Gallery ***************************************/


.mansory-images {
    /*display: grid;*/
    /*grid-template-columns: 2fr 2fr;*/
    gap: 10px;
    width: 100%;
    max-width: 100%
}

.mansory-images .main-image {
    position: relative
}

.mansory-images .main-image img {
    width: 100%;
    height: 530px;
    object-fit: cover;
    border-radius: 10px
}

.mansory-images .side-images {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mansory-images .side-images .display-off {
    display: none
}

.mansory-images .side-images .image-container {
    flex-basis: 320px;
    position: relative
}

.mansory-images .side-images .image-container img {
    width: 100%;
    height: 260px;
    border-radius: 10px;
    object-fit: cover;
    display: block
}

.ver-mas-gallery {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500
}

.link-off {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    text-align: center
}

.mansory-images .main-image:hover .link-off {
    display: block
}

.mansory-images .side-images .image-container:hover .link-off {
    display: block
}

/*************************** Gallery ***************************************/






/***************************************** Menu ***********************************/

/* ===== MEGAMENU GENERAL ===== */
.navbar {
  background: var(--richardlg);
  /* border-bottom: 1px solid #eee; */
  padding: 0;
}

.navbar-nav .nav-link {
  padding: 14px 18px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #222;
  transition: all .2s ease;
}

.navbar-nav .nav-link:hover {
  color: #0d6efd;
}

/* ===== HOVER EN ESCRITORIO ===== */
@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
  }

  .dropdown-menu.mega-menu {
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    border-top: 2px solid #eee;
    padding: 30px 40px !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
  }
}

/* ===== ESTILO DE COLUMNA IZQUIERDA ===== */
.mega-menu h5 {
  font-size: 18px;
  margin-bottom: 8px;
  color: #111;
}

.mega-menu p {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* ===== ITEMS ===== */
.mega-item {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  transition: background .2s ease, transform .15s ease;
}

.mega-item:hover {
  background: #f8f9fa;
  transform: translateX(3px);
}

.mega-item img {
  width: 58px;
  height: 58px;
  object-fit: cover;
  border-radius: 8px;
}

.mega-item h6 {
  font-size: 15px;
  margin: 0 0 3px 0;
  color: #111;
}

.mega-item small {
  font-size: 13px;
  color: #777;
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .dropdown-menu.mega-menu {
    padding: 20px !important;
    background: #fafafa;
    border-radius: 12px;
    margin-top: 10px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  }

  /* Items en mobile mÃƒÆ’Ã‚Â¡s grandes y cÃƒÆ’Ã‚Â³modos */
  .mega-item {
    padding: 12px;
  }

  .mega-item img {
    width: 65px;
    height: 65px;
  }

  .navbar-nav .nav-link {
    padding: 14px 10px;
  }

  .mega-menu h5 {
    margin-top: 10px;
  }
}



/***************************************************************************/






    .card-tour {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .tour-img {
      height: 300px;
      object-fit: cover;
      width: 100%;
    }

    .tour-price {
      color: #00a676;
      font-weight: bold;
    }

    .rating i {
      color: #198754 !important;
      font-size: 0.6rem;
    }

    .btn-info-tour {
      border-color: #fd6e14;
      color: #fd6e14;
    }

    .btn-info-tour:hover {
      background-color: #fd6e14;
      color: white;
    }



/**************************************** Crd Packages *****************************/



.gocard {
    border-radius: 15px;
    overflow: hidden;
}


.gocard img {
    width: 100%;
    aspect-ratio: 1 / 1; /* Mantiene imagen cuadrada */
    object-fit: cover;
    opacity: 0.8;
    transition: all 300ms;
}
.gocard img:hover {
    transform: scale(1.2);
    opacity: 1;
}


.gocard {
    background-color: black;
    position: relative;
}
.gocard .duracion {
    font-size: 0.85rem;
    left: 10px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #00000014;
}
.gocard .style {
    background-color: #00000014;
    font-size: 0.85rem;
    right: 10px;
    font-weight: 700;
    position: absolute;
    top: 10px;
    color: white;
    padding: 5px 10px;
    border: 1px solid white;
    border-radius: 10px;
}

.gocard .content {
    position: absolute;
    bottom: 0;
    color: white;
    padding: 15px;
    width: 100%;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.5690651260504201) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

.gocard .content h3{
    font-size: 1rem;
    margin: 10px 0;
    font-weight: 800;
}
.gocard .adicional {
    color: #faca4f;
    font-size: 0.9rem;
    line-height: 1;
}
.gocard .deta .tour-card-text {
    color: white;
    line-height: 1.2;
    font-size: 0.8rem;
}
.text-mr {
    font-size: 0.9rem;
}



.btn-outline-danger {
    color: var(--richardlg) !important; 
    border-color:var(--richardlg) !important;
}

.btn-outline-danger:hover {
    color: #fff !important;
    background-color: var(--richardlg) !important;
    border-color: var(--richardlg) !important;
}





/********************************************
 * 
 * 
 * **/

 .text-warning {
    color: var(--richardlg1) !important;
}.footer-mountains i {
    color: var(--richardlg1);
}



/**********************  Tabbmenu ******************/
.tour-tabs {
    background: #F6F8FB;
    padding: 10px 0;
    z-index: 999;
}

/* --- Sticky para que siga arriba al bajar --- */
.tour-tabs.sticky {
    position: sticky;
    top: 0px; 
    
}

/* ESTILO GENERAL */
.tour-nav .nav-link {
     font-weight: 600;
    color: #2d6a6d;
    font-size: 14px;
    padding: 6px;
    transition: 0.3s;

    display: flex;            /* ðŸ”¥ Ãcono al costado */
    align-items: center;      /* Centrado vertical */
    justify-content: center;  /* Centrado horizontal */
    gap: 6px;                 /* Espacio entre icono y texto */

    white-space: nowrap; 
}

.tour-nav .nav-link.active {
    color: #f2842b !important;
}

.tour-nav .nav-link:hover {
    color: #f2842b;
}

/* ICONOS */
.tour-nav i {
    font-size: 16px;
    margin: 0;
}

/* ------------- MOBILE ------------- */
@media (max-width: 768px) {

    .tour-nav {
        display: flex;
        width: 100%;
    }

    .tour-nav .nav-item {
        width: 25%;          /* Cada item ocupa 25% */
        text-align: center;
    }

    .divider {
        display: none !important;  /* Sin divisores */
    }
}








a.tourscardrm {
 text-decoration:none;
}


.tourscardrm {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition: all .3s ease;
}

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

/* IMAGEN */
.tour-image img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

/* BADGE */
.badge-duration {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--richardlg1);
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 20px;
  font-weight: 600;
}

/* BODY */
.tour-body {
  padding: 15px;
}

.tour-title {
  font-weight: 600;
  margin-bottom: 6px;
}

.tour-excerpt {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

/* FOOTER */
.tour-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tour-price {
  font-size: 14px;
  color: #6c757d;
}

.tour-price strong {
  color: var(--richardlg);
  font-size: 16px;
}

/* BOTÃ“N */
.btn-tour {
  background: var(--richardlg1);
  color: #fff;
  font-size: 13px;
  padding: 6px 16px;
  border-radius: 20px;
  text-decoration: none;
  transition: .3s;
}

.btn-tour:hover {
  background: var(--richardlg1);
  color: #fff;
}
