/*!
Theme Name: Food and Travel
Theme URI: http://underscores.me/
Author: Play.Interactive
Author URI: https://playinteractive.mx
Description: A theme for Food and Travel Mexico
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: foodandtravel
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Food and Travel is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

	 /* Links
--------------------------------------------- */
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
	color: #111;
	text-decoration: none;
}

a:visited {
	color: #333;
}

a:hover,
a:focus,
a:active {
	color: #111;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.white {
	color: #fff !important;
}
/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.oculto {
	display: none !important;
}

/* Asegura que el contenedor de la imagen con pie de foto no exceda el ancho del contenedor padre */
.wp-caption {
    max-width: 100% !important;
}

/* Ajusta la imagen para que se escale correctamente dentro de su contenedor */
.wp-caption img {
    width: 100%;
    height: auto;
}

/* Opcionalmente, puedes asegurarte de que el texto del pie de foto también se ajuste correctamente */
.wp-caption-text {
    font-size: 0.9em; /* Ajusta al tamaño de fuente deseado */
    text-align: center; /* Alinea el texto al centro */
    padding: 0.4em 0; /* Añade un poco de padding arriba y abajo del texto */
}

/* Ajuste temporal para JS Composer 7.7 */
/* .vc_column_container {
	padding-left: 15px !important;
	padding-right: 15px !important;
} */

/*Corrección para iframe automático*/
.wp-embedded-content iframe {
    width: 100% !important; /* Sobrescribe cualquier estilo previo */
    height: auto !important; /* Ajusta la altura automáticamente */
    position: relative !important; /* Elimina cualquier posición absoluta no deseada */
    clip: auto !important; /* Asegura que el clip no oculte el contenido */
}

/* THEME STYLES */

:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

/* FORMULARIO DE MAILCHIMP PARA NEWSLETTER */

.mc-form {
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
}

.subscribe-title {
  font-size: 24px;
  margin-bottom: 1em;
  text-align: center;
}

.mc-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.mc-field-group {
  flex: 1 1 45%;
  display: flex;
  flex-direction: column;
}

.mc-field-group label {
  font-weight: 600;
  margin-bottom: 5px;
}

.mc-field-group input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.mc-submit {
  text-align: center;
}

.bigbutton {
  background-color: #111 !important;
  color: white !important;
  padding: 18px 30px !important;
}

.bigbutton.fullwidth {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .mc-field-group {
    flex: 1 1 100%;
  }
}

/* TERMINA FORMULARIO DE MAILCHIMP PARA NEWSLETTER */

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #111;
  font-family: Raleway, sans-serif !important;
  font-size: 16px;
  line-height: 24px;
  background-color: #F9FDFE;
}

html, body {
    height: 100%; /* Asegura que el html y el body ocupen toda la altura de la ventana del navegador */
    margin: 0;
    padding: 0;
}

.navbar {
  color: #fff;
  background-color: #111;
  padding: 40px 25px 20px;
  position: relative;
  top: auto;
}

.nav-link {
  color: #fff !important;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-link a {
  color: #fff;
}

.nav-link a:hover {
  color: #eaeaea !important;
  font-weight: 600;
}

.nav-link.w--current {
  color: #fff;
}

.social {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.social-nav-wrapper {
  position: relative;
}

.social-icon {
  color: #fff;
  margin-left: 15px;
}

.featured {
  line-height: 20px;
}

.cell {
  justify-content: flex-end;
  align-items: center;
}

.featured-slides {
  height: 75vh;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0;
}

.featured-title-wrap {
  width: 60%;
  color: #111;
  text-align: center;
  text-shadow: 0 0 4px rgba(255, 255, 255, .65);
  background-color: rgba(255, 255, 255, .6);
  margin-bottom: 75px;
  padding: 20px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.featured-img-wrap {
  width: 100%;
  height: 100%;
  opacity: .75;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  transition: opacity .2s, width .2s !important;
  display: flex;
  background-position: 50%;
  background-size: cover;
}

.featured-img-wrap:hover {
  width: 120%;
  opacity: 1;
}

.featured-img-wrap.feat-1 {
  background-position: 50%;
  background-size: cover;
}

.featured-img-wrap.feat-2 {
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.featured-img-wrap.feat-3 {
  background-position: 50%;
  background-size: cover;
}

.featured-slides-wrap {
  scroll-snap-type: x mandatory;
}
/* Estilo para el primer .featured-img-wrap */
.featured-slides-wrap .featured-img-wrap:nth-of-type(1) {
    scroll-snap-align: start;
}

/* Estilo para el segundo .featured-img-wrap */
.featured-slides-wrap .featured-img-wrap:nth-of-type(2) {
    scroll-snap-align: center;
}

/* Estilo para el tercer .featured-img-wrap */
.featured-slides-wrap .featured-img-wrap:nth-of-type(3) {
    scroll-snap-align: end;
}

.subscribe-ad-home {
  background-image: url('images/bg_adblock_home_2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.tips-home {
  background-image: url('images/bg_tips.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.subscribe-ad-content {
  max-width: 50%;
  text-align: center;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.subscribe-title {
  color: #111;
  margin-bottom: 15px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  line-height: 33px;
}

.subcribe-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.subscribe-text {
  color: #111;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 18px;
}

.boton {
  float: right;
  background-color: #333;
  font-weight: 600;
  color: #fff !important;
}
.boton a {
  color: #fff !important;
}

.boton:hover, .boton:active {
  background-color: #000;
  color: #fff !important;
}

.boton.listed {
  text-align: center;
}

.heading-h1 {
  color: #111;
  text-transform: uppercase;
  border-bottom: 3px solid #111;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Tiro Kannada, sans-serif;
  font-weight: 400;
}

.subtitle-block {
  color: #111;
  margin-bottom: 15px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.footer {
  background-color: #111;
  padding: 30px;
  color: #111;
}
.footer a, .footer a:hover .footer a:active, .footer a:visited, .ptv-img-wrap a:visited {
  color: #fff !important;
}

.block-description-home {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}

.category-title-home {
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Tiro Kannada, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
}
h3.category-title-home a {
  text-decoration: none;
}

.category-desc-home {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.category-home-wrap img {
    display: block; /* Hace que la imagen sea un bloque, permitiendo centrarla con margin */
    margin: 0 auto; /* Centra la imagen horizontalmente */
    max-width: 100%; /* Asegura que la imagen no exceda el ancho del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
  }

.revista_home [class^="real3dflipbook-"], [class^="real3dflipbook-"] img {
  display: block; /* Cambia el display a block para permitir margin auto */
  margin: 0 auto; /* Centra la imagen horizontalmente */
  /* width: 100%; /* Aumenta el tamaño de la imagen. Ajusta según necesidad */
  height: auto; /* Mantiene la proporción de la imagen */
}

.youtube-channel {
  /*height: 50vh;
  background-color: #666;*/
}

.ad-block {
  padding-top: 40px;
  padding-bottom: 40px;
}
.top-ad-block {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  background-color: #111 !important;
}

.large-leader-exp {
  /*width: 970px;
  height: 250px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto; */
}

.planea-tu-viaje-grid {
  min-height: 90vh;
}

.planea-tu-viaje-item-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .25), rgba(0, 0, 0, .25)), url('images/joseph-barrientos-oQl0eVYd_n8-unsplash.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  display: flex;
}

.planea-tu-viaje-title {
  color: #fff;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}

.planea-tu-viaje-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.article-item-home-wrap {
  width: 100%;
  height: 100%;
  background-image: url('images/joseph-barrientos-oQl0eVYd_n8-unsplash.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.article-home-grid {
  min-height: 320px;
}

.article-item-details-home {
  max-width: 80%;
  min-height: 30%;
  background-color: rgba(255, 255, 255, .75);
  margin-bottom: 25px;
  padding: 15px;
}

.subcat-title-wh {
  color: #111;
  font-family: Tiro Kannada, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.subcat-desc-wh {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.revistas {
  margin-bottom: 40px;
}

.featured-slides-wrap {
  width: 100vw;
  height: 80vh;
  background-color: #111;
  justify-content: center;
  display: block;
}

.html-embed {
  display: none;
}

.featured-track {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.featured-arrow {
  display: none;
}

.main-cat-featured {
  width: 100vw;
  height: 60vh;
  /*background-image: url('images/Main-category-featured-img-temp.jpg');*/
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  display: flex;
}

.category-name-tag {
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  padding: 0px 40px;
  position: absolute;
  top: 250px;
}

.category-name-heading {
  text-transform: uppercase;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.main-category-feat-post-details-wrap {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 0));
  padding: 60px 150px 30px;
}

.main-cat-feat-post-details {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.main-cat-feat-post-author {
  font-family: above-the-beyond, sans-serif;
  font-size: 18px;
  line-height: 22px;
}
.main-cat-feat-post-details a, .main-cat-feat-post-author a {
  color: white !important;
}

.subcat-post-title {
  color: #111;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
}

.subcat-name-h2 {
  color: #111;
  text-transform: uppercase;
  border-bottom: 3px solid #111;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.subcat-post-desc {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.subcat-post-author {
  color: #111;
  text-align: right;
  font-family: above-the-beyond, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.category-post-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
}

.subcat-post-thumb {
  object-fit: cover;
}

.subscribe-ad-cat {
  background-image: url('images/bg_adblock_home.jpg');
  background-position: 50%;
  background-size: cover;
  margin-top: 40px;
}

.html-embed-2 {
  display: none;
}

.copyright {
  color: #fff;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 0;
}

.social-footer {
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.child-cat-cover {
  width: 100vw;
  height: 60vh;
  /*background-image: url('images/Hotel-del-Coronado-platillo.jpg');*/
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  display: flex;
}

.subcat-category-details-wrap {
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .8) 50%, rgba(0, 0, 0, 0));
  padding: 60px 150px 30px;
}

.subcat-category-details {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.ptv-cover {
  width: 100vw;
  height: 80vh;
  /*background-image: linear-gradient(to right, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0)), url('images/torre-eiffel-cerrada-paris.jpg'); */
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.ptv-city-name {
  max-width: 50%;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 20px 20px 100px;
  position: relative;
}

.ptv-city-name-heading {
  text-transform: uppercase;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.ptv-city-details {
  font-size: 18px;
  line-height: 24px;
}

.ptv-content-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.featured-title-wrap-white {
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 7px rgba(0, 0, 0, .75);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 20px;
  padding: 20px;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.ptv-block-title {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.ptv-block-title-heading {
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.ptv-block-title-city {
  font-size: 20px;
  line-height: 24px;
}

.ptv-slides-wrap {
  width: 100%;
  height: 60vh;
  justify-content: center;
  display: block;
}

.ptv-track {
  width: 100%;
  height: 100%;
  justify-content: center;
  display: flex;
}

.ptv-arrow {
  display: none;
}

.ptv-img-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0));
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  background-position: 0 0, 50%;
  background-size: auto, cover;
  margin-right: 10px;
}

.ptv-slides-wrap {
    scroll-snap-type: x mandatory;
}
.ptv-img-wrap {
    scroll-snap-align: center;
}

/*.ptv-img-wrap:nth-of-type(1) {
    scroll-snap-align: start;
}

.ptv-img-wrap:nth-of-type(2) {
    scroll-snap-align: center;
}

.ptv-img-wrap:nth-of-type(3) {
    scroll-snap-align: end;
}*/

.ptv-img-wrap a, .ptv-img-wrap a:hover {
  color: #fff;
}

.ptv-title-wrap-white {
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, .1);
  margin-bottom: 20px;
  padding: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.cr-cover {
  width: 100vw;
  height: 80vh;
  background-image: linear-gradient(to right, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, 0)), url('images/8SHA-Wellness.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cr-img-wrap {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .2), rgba(0, 0, 0, 0)), url('images/Costa-Rica-Experiencias-wellness.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cr-img-wrap.feat-1 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('images/Hotel-del-Coronado-pool.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cr-img-wrap.feat-2:hover, .cr-img-wrap.feat-3:hover {
  background-image: none;
}

.cr-img-wrap.feat-2 {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0)), url('images/Hoteles-lujosos-Six-Senses-Kyoto.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cr-img-wrap.feat-2:hover {
  background-image: url('images/Hoteles-lujosos-Six-Senses-Kyoto.jpg');
  background-position: 50%;
  background-size: cover;
}

.contact-cover {
  width: 100vw;
  height: 80vh;
  background-image: url('images/Contacto_Food_and_Travel_Mexico.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  display: none;
}

.contact-content {
  background-color: rgba(255, 255, 255, .9);
  padding: 60px 40px;
}

.content-grid {
  grid-template-rows: auto;
}

.contact-cover-wrap {
  width: 100%;
  height: 100%;
  background-image: url('images/Contacto_Food_and_Travel_Mexico.webp');
  background-position: 50%;
  background-size: cover;
}

.contact-content-title {
  text-transform: uppercase;
  font-family: Tiro Kannada, sans-serif;
  font-weight: 400;
}

.team-details {
  font-weight: 400;
}

.contact-cta-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

.flex-block {
  justify-content: space-around;
  align-items: center;
}

.staff {
  max-width: 840px;
  background-color: rgba(255, 255, 255, .95);
  padding: 20px;
  box-shadow: 0 20px 100px rgba(196, 202, 227, .25);
}

.faq-headline {
  padding-left: 20px;
  padding-right: 20px;
}

.faq-paragraph {
  margin-bottom: 40px;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  height: 80px;
  align-items: center;
  display: flex;
}

.team-title {
  width: 100%;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
  font-family: Tiro Kannada, sans-serif;
  font-size: 32px;
  line-height: 36px;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px;
  display: block;
  position: static;
}

.search-feed-block {
  padding-bottom: 40px;
}

.search-post-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-bottom: 30px;
}

.page-cover {
  width: 100vw;
  height: 70vh;
  /*background-image: url('images/Hoteles-lujosos-OneOnly_KeaIsland.jpg');*/
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: center;
  display: flex;
}

.custom-page-tag {
  text-align: left;
  background-color: rgba(255, 255, 255, .5);
  padding: 20px 40px 40px;
  position: static;
  top: 201px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
  max-width: 40%;
}

.custom-page-heading {
  text-transform: uppercase;
  font-family: Tiro Kannada, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.boton-left {
  float: none;
  background-color: #333;
  font-weight: 600;
}

.boton-left:hover {
  background-color: #666;
}

.boton-left:active {
  background-color: #000;
}

.custom-page-desc {
  margin-bottom: 20px;
}

.page-content-block {
  padding-bottom: 40px;
}

.page-title-h2 {
  color: #111;
  text-transform: uppercase;
  border-bottom: 3px solid #111;
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 42px;
}

.subscribe-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.subscribe-item-wrap {
  background-color: #d9d9d9;
  padding-top: 20px;
}

.subscribe-price-tag {
  color: #fff;
  text-align: center;
  background-color: #111;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.subscribe-desc {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.subscribe-discount {
  text-align: center;
  font-family: Tiro Kannada, sans-serif;
  font-size: 75px;
  line-height: 86px;
}

.subscribe-discount-tx {
  text-align: center;
}

.review-cover {
  width: 100vw;
  height: 75vh;
  /*background-image: url('images/8SHA-Wellness.jpg');*/
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  display: flex;
}

.review-post-details-wrap {
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 4px rgba(255, 255, 255, .6);
  background-image: linear-gradient(rgba(255, 255, 255, 0), #fff 80%);
  padding: 60px 150px 30px;
}

.no-content-cover {
  width: 100vw;
  height: 80vh;
  padding: 0 0 50px 0;
  /*background-image: url('images/8SHA-Wellness.jpg');*/
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  align-items: flex-end;
  display: flex;
}

.main-cat-feat-post-details-copy {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.review-post-title {
  color: #111;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.review-post-author {
  color: #111;
  font-family: above-the-beyond, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.post-content-block {
  min-height: 100%;
  margin-top: 40px;
  margin-bottom: -106px; /* Ajusta este valor al alto de tu footer */
  padding-bottom: 146px; /* Generalmente este padding debe ser igual al valor negativo del margin-bottom si tu footer es 50px de alto */
}

.post-content-block a {
  color: #F24314;
}

.post-content-block a:hover, .post-content-block a:visited {
  color: #F36841;
}

.staff a {
  color: #F24314;
}

.staff a:hover, .staff a:visited {
  color: #F36841;
}

.meta-content {
  justify-content: space-between;
  display: flex;
  margin-bottom: 40px;
  font-family: Tiro Kannada, sans-serif;
  font-weight: 400;
  color: #999;
  font-size: 14px;
  line-height: 18px;
}

.reading-time-h {
  font-size: 12px;
}
.reading-time {
  font-size: 12px;
  color: #111;
  margin-top: 15px;
}

.heading {
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 40px;
}

.marcadores {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* Alineación de imágenes en entradas */
/* Alinear a la izquierda */
.post-content-block .wp-caption.alignleft,
.post-content-block img.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* Alinear a la derecha */
.post-content-block .wp-caption.alignright,
.post-content-block img.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}

/* Centrar */
.post-content-block .wp-caption.aligncenter,
.post-content-block img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* Asegurar que las imágenes dentro de wp-caption se ajusten correctamente */
.post-content-block .wp-caption img {
    max-width: 100%;
    height: auto;
}

/* Estilos para el texto de la leyenda */
.post-content-block .wp-caption-text {
    font-size: 0.9em;
    text-align: center;
    margin-top: 5px;
}

.boton-scroll {
  color: #111 !important;
  background-color: #fff;
  border: 1px solid #000;
  margin-right: 10px;
}

.boton-scroll:hover {
  color: #fff !important;
  background-color: #111;
}

.boton-activo {
  color: #fff !important;
  background-color: #111;
}

/* Estilos para botones de paginación */
.nav-links a, .nav-links span {
    color: #111;
    background-color: #fff;
    border: 1px solid #000;
    margin-right: 1px;
    padding: 5px 10px;
    text-decoration: none;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.nav-links a:hover {
    color: #fff;
    background-color: #111;
}

/* Centrar la paginación */
.nav-links {
    text-align: center;
    margin-top: 20px; /* Ajusta el margen superior según sea necesario */
    margin-bottom: 40px;
}

/* Estilo para el botón de la página actual */
.nav-links .current {
    color: #fff;
    background-color: #666;
    border: 1px solid #666; /* Asegúrate de que esto coincide con tus estilos generales si es necesario */
}

/* Mejora: asegurarse de que el estilo de hover no afecte al elemento de la página actual */
.nav-links .current:hover {
    background-color: #666; /* Mantén el mismo color de fondo en hover */
    color: #fff; /* Mantén el color del texto */
}



.post-subtitle {
  font-family: Tiro Kannada, sans-serif;
  font-weight: 400;
}

.content-single-image {
  width: 60vw;
  margin-top: 20px;
  margin-bottom: 20px;
}

.bottom-cta-custom {
  color: #111;
  text-align: right;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.next-post-wrap {
  max-width: 330px;
  opacity: .75;
  background-color: #fff;
  padding: 20px;
  transition: opacity .2s;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 35%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.next-post-wrap:hover {
  opacity: 1;
}

.next-post-thumb {
  object-fit: contain;
  margin-right: 20px;
}

.next-post-tag {
  color: #999;
  font-family: Tiro Kannada, sans-serif;
  font-size: 14px;
  line-height: 17px;
}

.next-post-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}

.next-post-details {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.close-bt {
  width: 20px;
  height: 20px;
  color: #999;
  cursor: pointer;
  font-size: 18px;
  position: relative;
  top: -15px;
  right: -5px;
}

.pie-de-foto {
  margin-top: -15px;
  margin-bottom: 20px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 12px;
  line-height: 15px;
}

.search-icon {
  cursor: pointer;
  margin-top: 20px;
}

.search-box {
  width: 50vw;
  color: #111;
  background-color: #fff;
  padding: 20px;
  display: block;
  position: fixed;
  top: 100px;
  left: 25%;
  right: 25%;
}
.buscador_header {
  width: 100%;
}

/* Estilos para el formulario de búsqueda */
.searchform {
    display: flex; /* Usa flexbox para alinear los elementos del formulario */
    width: 100%; /* Asegura que el formulario ocupe el ancho total del contenedor */
}

/* Estilos para el campo de búsqueda */
.searchform input#searchinput {
    width: 80%; /* El campo de búsqueda ocupa el 90% del ancho */
    border: none; /* Opcional: elimina el borde */
    background-color: #eaeaea;
    padding: 10px !important; /* Ajusta el relleno según necesites */
    margin-right: 0;
}

/* Estilos para el botón de búsqueda */
.searchform input[type="submit"] {
    /* width: 10%; /* El botón de búsqueda ocupa el 10% del ancho */
    border: none; /* Opcional: elimina el borde */
    background-color: #333; /* Color de fondo inicial */
    color: white; /* Color del texto */
    cursor: pointer; /* Cambia el cursor a pointer */
    padding: 14px; /* Ajusta el relleno según necesites */
    margin-left: 0;
    transition: background-color 0.3s; /* Suaviza la transición del color de fondo */
}

/* Cambia el color de fondo del botón al pasar el cursor */
.searchform input[type="submit"]:hover {
    background-color: #000;
}

/* Opcional: Estilos para eliminar margenes entre el campo de búsqueda y el botón */
.searchform input {
    margin: 0; /* Elimina los márgenes */
}


.sample-input {
  width: 95%;
  height: 42px;
  color: #111;
  cursor: text;
  background-color: #f4f4f4;
  padding-top: 10px;
  padding-left: 10px;
}

.search-box-extras-title {
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Tiro Kannada, sans-serif;
}

.search-box-feat-thumb {
  object-fit: contain;
  /*margin-right: 20px;*/
}

.search-box-feat-post {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.search-box-feat-post-title {
  font-weight: 600;
  margin-left: 20px;
}

.separador {
  width: 100%;
  border-bottom: 1px solid #999;
  margin-top: 20px;
  margin-bottom: 10px;
}

.search-box-close-bt {
  width: 20px;
  height: 20px;
  float: right;
  color: #999;
  text-align: right;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  position: relative;
  top: -15px;
  right: -5px;
}

.recipes-cover {
  width: 100vw;
  height: 80vh;
  /*background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, .75) 60%, #fff), url('images/Main-category-featured-img-temp.jpg');*/
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cover-post-title-right {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 38px;
}

.recipes-title-wrap {
  width: 50%;
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  padding-right: 65px;
  display: flex;
}

.category-name-tag-recipes {
  text-align: center;
  background-color: rgba(255, 255, 255, .5);
  padding: 0 40px;
  position: absolute;
  top: 200px;
  left: 0;
}

.subcat-name-tag-black-right {
  /*max-width: 50%;*/
  color: #fff;
  text-transform: uppercase;
  background-color: #111;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px 5px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 24px;
  line-height: 29px;
}
.subcat-name-tag-black-right a, .subcat-name-tag-black-right a:hover, .subcat-name-tag-black-right a:visited {
  color: #fff;
}

.two-col-text {
  margin-bottom: 20px;
}

.youtube-vid {
  margin-bottom: 40px;
}

.search-box-back {
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, .4);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.boton-search {
  float: right;
  background-color: #333;
  font-weight: 600;
}

.boton-search:hover, .boton-search:active {
  background-color: #000;
}

.subscribe-grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._2-col-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.col-cover-right {
  width: 100%;
  min-height: 60vh;
  text-align: center;
  flex-direction: column;
  justify-content: space-around;
  padding: 10% 20%;
  display: flex;
}

.col-img-left {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.autor-social {
  justify-content: center;
  display: flex;
}

.page-cover-vbg {
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 155px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.video-bg {
  height: 100vh;
}

.custom-page-tag-vbg {
  text-align: left;
  background-color: rgba(255, 255, 255, .5);
  padding: 20px 40px 40px;
  position: static;
  top: 201px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
}

.author-profile-pic-wrap {
  width: 100%;
  height: 100%;
}

.author-pic {
  object-fit: cover !important;
  width: 100%;
  height: 100%;
}

.related {
  background-color: #eaeaea;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 10px 20px 0;
}

.related-title {
  color: #999;
  font-family: Tiro Kannada, sans-serif;
  font-weight: 400;
}

.content-ads {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.large-leader {
/*  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');*/
  background-position: 0 0;
  background-size: auto;
  width: 970px;
  height: 90px;
}

.box-banner {
/*  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');*/
  background-position: 0 0;
  background-size: auto;
  width: 300px;
  height: 250px;
}

.related-post-title {
  color: #111;
  text-transform: uppercase;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.related-post-title a, .related-post-title a:visited {
  color: #111;
}

.newsletter-ad-home {
  background-image: url('images/newsletter_bg.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 20px;
}

.newsletter-ad-content {
  text-align: center;
  background-color: rgba(255, 255, 255, .7);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  padding: 30px;
  display: flex;
}

.listed-item {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.listed-item-img {
  object-fit: cover;
}

.listed-item-content {
  width: 100%;
  background-color: #f8f8f7b3;
  flex-flow: column;
  justify-content: center;
  margin-top: 90px;
  margin-left: -50px;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

.list-item-index, .list-item-index-1 {
  color: #fff;
  text-align: center;
  background-color: #111;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  padding-top: 9px;
  font-family: Tiro Kannada, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 35px;
  position: static;
}

.list-item-index-wrap {
  text-align: right;
  justify-content: flex-end;
  margin-bottom: -40px;
  display: flex;
}

h3.listed-item-heading {
  margin-top: 40px;
}

ol.ft-custom-list {
    counter-reset: item-counter;
    list-style: none;
    padding-left: 0;
}
ol.ft-custom-list .listed-item {
    counter-increment: item-counter;
    margin-bottom: 40px;
}
ol.ft-custom-list .list-item-index::before {
    content: counter(item-counter);
    font-size: 2rem;
    font-weight: bold;
    display: block;
}

.ft-custom-list {
  counter-reset: ft-list-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.list-item-index::before {
  counter-increment: ft-list-counter;
  content: counter(ft-list-counter);
  font-weight: bold;
  font-size: 2rem;
  color: #fff; /* Cambia a blanco si estás sobre fondo oscuro */
  display: inline-block;
}



.ptv-wrapper {
  column-count: 3;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ptv-item {
/*  background-image: linear-gradient(#00000040, #00000040), url('images/joseph-barrientos-oQl0eVYd_n8-unsplash.jpg');*/
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin-bottom: 1rem;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.ptv-item.single {
  height: 16rem;
}

.ptv-item.medium {
  height: 24rem;
}

.ptv-item.double {
  height: 32rem;
}

@media screen and (max-width: 991px) {
  .featured-title-wrap {
    width: 80%;
  }

  .featured-img-wrap {
    width: 50%;
  }

  .featured-img-wrap:hover {
    width: 60%;
  }

  .large-leader-exp {
    width: 320px;
    height: 82px;
  }

  .container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-slides-wrap {
    overflow: auto;
  }

  .subcat-post-title {
    font-size: 16px;
    line-height: 20px;
  }

  .subcat-post-desc, .subcat-post-author {
    font-size: 12px;
    line-height: 16px;
  }

  .nav-menu, .menu-button.w--open {
    background-color: #333;
  }

  .ptv-city-name {
    max-width: 60%;
    padding-left: 40px;
  }

  .featured-title-wrap-white {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .ptv-slides-wrap {
    overflow: auto;
  }

  .ptv-img-wrap {
    width: 50%;
  }

  .ptv-title-wrap-white {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
  }

  .cr-img-wrap {
    width: 50%;
  }

  .staff {
    max-width: 100%;
  }

  .team-title {
    font-size: 28px;
    line-height: 32px;
  }

  .review-post-details-wrap {
    padding-left: 60px;
    padding-right: 60px;
  }

  .content-single-image {
    width: 90vw;
  }

  .next-post-wrap {
    max-width: 165px;
    min-height: 200px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-end;
    padding: 10px 20px 10px 10px;
  }

  .next-post-thumb {
    margin-right: 0;
  }

  .next-post-tag {
    text-align: right;
    margin-bottom: 10px;
  }

  .next-post-title {
    text-align: right;
  }

  .close-bt {
    top: -170px;
    right: 115px;
  }

  .search-icon {
    float: left;
    text-align: left;
    margin-bottom: 20px;
    margin-left: 20px;
  }

  .search-box {
    z-index: auto;
    width: 80vw;
    top: 40px;
    left: 10%;
    right: 10%;
  }

  .search-box-feat-thumb {
    width: 100px;
    height: 68px;
    /*margin-right: 20px;*/
  }

  .subcat-name-tag-black-right {
    max-width: 100%;
  }

  .col-cover-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .page-cover-vbg {
    height: 65vh;
  }

  .video-bg {
    height: 40vh;
  }

  .large-leader {
    width: 320px;
    height: 50px;
  }

  .related-post-title {
    font-size: 16px;
    line-height: 20px;
  }

  .newsletter-ad-content {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 25px;
  }

  .social {
    display: none;
  }

  .social-icon {
    margin-left: 5px;
  }

  .featured-img-wrap {
    width: 90vw;
    opacity: 1;
    margin-right: 5px;
  }

  .featured-img-wrap:hover {
    width: 90vw;
  }

  .subscribe-title {
    font-size: 22px;
    line-height: 25px;
  }

  .main-categories, .youtube {
    padding-left: 10px;
    padding-right: 10px;
  }

  .large-leader-exp {
    width: 320px;
    height: 82px;
  }

  .planea-tu-viaje {
    padding: 0 10px;
  }

  .planea-tu-viaje-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sabores, .viajes, .revistas {
    padding-left: 10px;
    padding-right: 10px;
  }

  .portada-revista-ad {
    display: none;
  }

  .container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .featured-slides-wrap {
    height: 80vh;
    display: block;
  }

  .featured-track {
    width: 300vw;
  }

  .featured-arrow {
    opacity: .5;
    display: block;
    position: absolute;
    top: 350px;
    right: 30px;
  }

  .category-name-tag {
    top: 150px;
  }

  .category-name-heading {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .main-category-feat-post-details-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-cat-feat-post-details {
    font-size: 22px;
    line-height: 26px;
  }

  .main-cat-feat-post-author {
    font-size: 16px;
    line-height: 20px;
  }

  .subcat-name-h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .copyright {
    font-size: 12px;
    line-height: 16px;
  }

  .social-footer {
    display: flex;
  }

  .subcat-category-details-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subcat-category-details {
    font-size: 22px;
    line-height: 26px;
  }

  .ptv-cover {
    /* background-image: linear-gradient(to right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .2)), url('images/torre-eiffel-cerrada-paris.jpg'); */
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .ptv-city-name-heading {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .ptv-city-details {
    font-size: 14px;
    line-height: 18px;
  }

  .ptv-block-title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ptv-slides-wrap {
    height: 80vh;
    display: block;
  }

  .ptv-track {
    width: 300vw;
  }

  .ptv-arrow {
    opacity: .5;
    display: block;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .ptv-img-wrap {
    width: 90vw;
    /* background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('images/Hoteles-lujosos-OneOnly_KeaIsland.jpg'); */
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .ptv-img-wrap.ptv-1, .ptv-img-wrap.ptv-2 {
    margin-right: 10px;
  }

  .cr-cover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('images/8SHA-Wellness.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .cr-img-wrap {
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0)), url('images/Costa-Rica-Experiencias-wellness.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .contact-content {
    padding: 10px;
  }

  .content-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .staff {
    padding: 10px;
  }

  .team-title {
    font-size: 20px;
    line-height: 24px;
  }

  .custom-page-tag {
    top: 150px;
    max-width: 75%;
  }

  .custom-page-heading {
    margin-top: 15px;
    font-size: 22px;
    line-height: 26px;
  }

  .page-title-h2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 30px;
    line-height: 36px;
  }

  .subscribe-grid {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .subscribe-discount {
    font-size: 60px;
    line-height: 72px;
  }

  .review-post-details-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .main-cat-feat-post-details-copy, .review-post-title {
    font-size: 22px;
    line-height: 26px;
  }

  .review-post-author {
    font-size: 16px;
    line-height: 20px;
  }

  .post-content-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-cta-custom {
    font-size: 16px;
    line-height: 20px;
  }

  .next-post-wrap {
    max-width: 150px;
    opacity: 1;
  }

  .next-post-tag {
    font-size: 12px;
    line-height: 15px;
  }

  .next-post-title {
    font-size: 12px;
    line-height: 16px;
  }

  .close-bt {
    right: 100px;
  }

  .search-box {
    z-index: auto;
    display: block;
  }

  .search-box-feat-post-title {
    font-size: 14px;
    line-height: 17px;
  }

  .search-box-close-bt {
    font-size: 26px;
    line-height: 30px;
  }

  .recipes-title-wrap {
    width: 75%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .category-name-tag-recipes {
    top: 150px;
  }

  .subscribe-grid-4 {
    grid-template-columns: 1fr;
    padding-left: 40px;
    padding-right: 40px;
  }

  .page-cover-vbg {
    height: 100vh;
  }

  .custom-page-tag-vbg {
    top: 150px;
  }

  .listed-item-img {
    max-width: 40%;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 75%;
  }

  .featured-title-wrap {
    width: 80%;
    font-size: 16px;
  }

  .subscribe-ad-content {
    max-width: 90%;
  }

  .boton {
    float: none;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .footer {
/*  min-height: 190px;*/
    min-height: 250px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
    position: relative;
    bottom: 0; /* Fija el footer en la parte inferior */
    clear: both; /* Esta propiedad es importante si tu contenido principal incluye elementos flotantes */
  }

  .planea-tu-viaje-grid {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-bottom: 10px;
    padding: 0;
  }

  .planea-tu-viaje-item-wrap {
    padding: 10px;
  }

  .planea-tu-viaje-title {
    font-size: 18px;
    line-height: 20px;
  }

  .planea-tu-viaje-desc {
    font-size: 14px;
    line-height: 16px;
  }

  .article-item-home-wrap {
    height: 250px;
  }

  .viajes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .featured-arrow {
    right: 15px;
  }

  .category-name-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .main-category-feat-post-details-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-cat-feat-post-details {
    font-size: 18px;
    line-height: 24px;
  }

  .main-cat-feat-post-author {
    font-size: 14px;
    line-height: 18px;
  }

  .subcat-post-wrap {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .subcat-post-title {
    font-size: 14px;
    line-height: 18px;
  }

  .subcat-post-desc, .subcat-post-author {
    display: none;
  }

  .category-post-grid {
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding: 10px;
  }

  .subcat-post-thumb {
    width: 178px;
    max-height: 100px;
    object-fit: cover;
    margin-right: 10px;
  }

  /*.subcast-post-thumb {
    max-height: 90px;
    max-width: 40%;
    object-fit: cover;
    margin-right: 10px;
  }*/

  .nav-menu {
    background-color: #333;
  }

  .menu-button {
    background-color: #111;
  }

  .menu-button.w--open {
    background-color: #333;
  }

  .copyright {
    text-align: center;
    padding-top: 10px;
    padding-left: 10px;
    font-size: 10px;
    line-height: 14px;
  }

  .footer-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer-logo {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .subcat-category-details-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subcat-category-details {
    font-size: 18px;
    line-height: 24px;
  }

  .ptv-cover {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .75), rgba(0, 0, 0, .5)), url('images/torre-eiffel-cerrada-paris.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .ptv-city-name {
    max-width: 100%;
    padding-left: 20px;
  }

  .ptv-city-name-heading {
    font-size: 22px;
    line-height: 26px;
  }

  .featured-title-wrap-white {
    width: 100%;
    font-size: 16px;
  }

  .ptv-arrow {
    right: 15px;
  }

  .ptv-title-wrap-white {
    width: 100%;
    font-size: 20px;
  }

  .cr-cover {
    background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), url('images/8SHA-Wellness.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
  }

  .contact-content {
    padding: 0;
  }

  .content-grid {
    grid-template-columns: 1fr;
  }

  .contact-cover-wrap {
    width: 100vw;
    height: 50vh;
  }

  .search-post-grid {
    grid-row-gap: 10px;
    margin-bottom: 0;
    padding: 10px;
  }

  .custom-page-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .boton-left {
    float: none;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .subscribe-grid, .review-post-details-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-cat-feat-post-details-copy, .review-post-title {
    font-size: 18px;
    line-height: 24px;
  }

  .review-post-author {
    font-size: 14px;
    line-height: 18px;
  }

  .marcadores {
    flex-direction: column;
    align-items: stretch;
  }

  .boton-scroll {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .bottom-cta-custom {
    font-size: 14px;
    line-height: 18px;
  }

  .search-box {
    width: 90vw;
    left: 5%;
    right: 5%;
  }

  .sample-input {
    width: 100%;
    height: 37px;
  }

  .search-box-feat-thumb {
    margin-right: 10px;
  }

  .search-box-feat-post-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
  }

  .cover-post-title-right {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 27px;
  }

  .recipes-title-wrap {
    width: 100%;
    padding-top: 40px;
  }

  .subcat-name-tag-black-right {
    font-size: 14px;
    line-height: 17px;
  }

  .search-box-back {
    display: none;
  }

  .boton-search {
    float: none;
    text-align: center;
    margin-right: 10px;
    font-size: 14px;
    line-height: 18px;
    display: block;
  }

  .subscribe-grid-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col-cover-right {
    width: 100%;
    padding-top: 40px;
  }

  .col-img-left {
    height: 50vh;
  }

  .page-cover-vbg {
    height: 40vh;
    top: 100px;
  }

  .author-profile-pic-wrap {
    height: 50vh;
  }

  .related-post-title {
    font-size: 12px;
    line-height: 16px;
  }

  .newsletter-ad-content {
    max-width: 90%;
  }

  .listed-item {
    flex-flow: column;
  }

  .listed-item-img {
    max-width: 100%;
  }

  .listed-item-content {
    background-color: rgba(248, 248, 247, .9);
    margin-top: -90px;
    margin-left: 0;
  }

  .ptv-wrapper {
    column-count: 2;
  }

  .ptv-item {
    padding: 10px;
  }
}

/*Footer Sticky*/
@media only screen and (max-width: 767px) {
  #div-gpt-ad-1738699172848-0 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 9999;
  }
}


#w-node-_88204d08-f836-6bd4-4802-2bf9560715f8-dd081996, #w-node-_73378a19-4722-3473-2f77-d84e086301c7-dd081996 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_73378a19-4722-3473-2f77-d84e086301c8-dd081996 {
  grid-column: span 2 / span 2;
}

#w-node-_47404ea7-9038-175d-4bb8-ec0d95a6412c-dd081996 {
  grid-row: span 2 / span 2;
}

#w-node-_4c6fc31c-477b-b1c6-f12c-7f4700f786a4-dd081996, #w-node-d82ceae2-efb6-e266-afb5-8f403a07df96-dd081996, #w-node-de85998d-1aa2-0926-432b-5296eeae2ac7-dd081996, #w-node-e56916ca-6ebc-c11e-1977-e7cb98603636-a5848262, #w-node-_5c8e2dd4-3ef3-992c-33df-0bf57d2c4b50-a5848262, #w-node-_329f5d5d-ddc5-16e6-0a51-298572a35a2d-a5848262 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-b9f4f36d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-ab935cc9-cdc0-60a3-106b-3ad59459665f-16e70ce9, #w-node-bd5b31b7-9a25-c93b-754a-55c6c6791e19-16e70ce9, #w-node-_6972cbeb-c0fe-c32b-5aad-aa117aa25b57-16e70ce9, #w-node-ab935cc9-cdc0-60a3-106b-3ad59459665f-c5f9f398, #w-node-d03bf7fc-7cd9-f6f0-d8e5-954ce288f6fa-c5f9f398, #w-node-_039c1cbe-611a-582f-af08-55013541f8a1-c5f9f398, #w-node-_2e474fd0-f417-278c-063d-6e6a3f51bc2d-5d063839 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-95da0daa, #w-node-f4f4ce8f-274f-d090-9b36-a821a1497d02-95da0daa, #w-node-_3fdfdc96-e83c-98c1-f4ec-ca986bab71d0-95da0daa, #w-node-db81477a-acd6-b66b-e2a6-bbc77f63e148-7b7f9393, #w-node-_26b3b391-94fb-bbcf-c0de-064838f482cd-7b7f9393, #w-node-c4bfc6f7-443d-4d9e-62ff-a16e06a8f807-7b7f9393 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-cb0787f8-0a13-9a10-85d9-53609e1b1449-66aed5d7, #w-node-df3db79e-2125-68b8-7ba5-e1e4fed8a053-66aed5d7, #w-node-_46425da3-cb8b-6fb8-86dd-7d92135558bc-66aed5d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2d5b1ad9-219d-e56e-8dee-646df3e55f5a-f470f1a7, #w-node-_20747a01-5ccf-694f-7a3d-eeef90160f53-f470f1a7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_70c94219-d2fd-4d24-de78-b797d2211fae-4c0d0028, #w-node-cb0787f8-0a13-9a10-85d9-53609e1b1449-4c0d0028, #w-node-df3db79e-2125-68b8-7ba5-e1e4fed8a053-4c0d0028, #w-node-_46425da3-cb8b-6fb8-86dd-7d92135558bc-4c0d0028 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e32907bf-35d7-21a4-db0e-0ca7d1e12913-9d44c736, #w-node-e32907bf-35d7-21a4-db0e-0ca7d1e12913-fb1581dd {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  #w-node-_88204d08-f836-6bd4-4802-2bf9560715f8-dd081996, #w-node-_73378a19-4722-3473-2f77-d84e086301c7-dd081996 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_73378a19-4722-3473-2f77-d84e086301c8-dd081996 {
    grid-column: span 2 / span 2;
  }

  #w-node-_47404ea7-9038-175d-4bb8-ec0d95a6412c-dd081996 {
    grid-row: span 2 / span 2;
  }

  #w-node-e56916ca-6ebc-c11e-1977-e7cb98603636-a5848262, #w-node-_5c8e2dd4-3ef3-992c-33df-0bf57d2c4b50-a5848262, #w-node-_329f5d5d-ddc5-16e6-0a51-298572a35a2d-a5848262, #w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-b9f4f36d, #w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-95da0daa, #w-node-f4f4ce8f-274f-d090-9b36-a821a1497d02-95da0daa, #w-node-_3fdfdc96-e83c-98c1-f4ec-ca986bab71d0-95da0daa, #w-node-_2d5b1ad9-219d-e56e-8dee-646df3e55f5a-f470f1a7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_20747a01-5ccf-694f-7a3d-eeef90160f53-f470f1a7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88204d08-f836-6bd4-4802-2bf9560715f8-dd081996 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_4c6fc31c-477b-b1c6-f12c-7f4700f786a4-dd081996, #w-node-d82ceae2-efb6-e266-afb5-8f403a07df96-dd081996, #w-node-de85998d-1aa2-0926-432b-5296eeae2ac7-dd081996 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-e56916ca-6ebc-c11e-1977-e7cb98603636-a5848262, #w-node-_5c8e2dd4-3ef3-992c-33df-0bf57d2c4b50-a5848262, #w-node-_329f5d5d-ddc5-16e6-0a51-298572a35a2d-a5848262, #w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-b9f4f36d, #w-node-_472424bf-36a9-8f41-589c-88058bb4ae09-95da0daa, #w-node-f4f4ce8f-274f-d090-9b36-a821a1497d02-95da0daa, #w-node-_3fdfdc96-e83c-98c1-f4ec-ca986bab71d0-95da0daa {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-db81477a-acd6-b66b-e2a6-bbc77f63e148-7b7f9393, #w-node-_26b3b391-94fb-bbcf-c0de-064838f482cd-7b7f9393, #w-node-c4bfc6f7-443d-4d9e-62ff-a16e06a8f807-7b7f9393 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_2d5b1ad9-219d-e56e-8dee-646df3e55f5a-f470f1a7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-e32907bf-35d7-21a4-db0e-0ca7d1e12913-9d44c736, #w-node-e32907bf-35d7-21a4-db0e-0ca7d1e12913-fb1581dd {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}