/*
Theme Name: Theme Perou Nature
Author: Cusco Estudio - (+51 946 431 239) - cuscoestudiomain@gmail.com
Version: 2.0
*/
@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Arial';
    src: local('Arial'), sans-serif;
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}








/* Contenedor del formulario */
.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 40vh; /* Asegura que el formulario esté centrado verticalmente */
  background-color: #000; /* Color de fondo opcional */
  flex-direction: column; /* Asegura que los elementos se alineen verticalmente */
}

/* Formulario */
form {
  background-color: #000; /* Fondo blanco opcional */
  padding: 20px;
  border-radius: 20px; /* Bordes redondeados opcionales */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave opcional */
  width: 100%; /* Asegura que el formulario ocupe el 100% del contenedor */
  max-width: 400px; /* Limita el tamaño máximo del formulario */
}

/* Tus estilos existentes */
.field {
  margin-bottom: 20px;
}

.field label {
  display: block;
  font-size: 14px;
  color: #fff;
}

.field input {
  border-radius: 20px; /* Bordes redondeados opcionales */
  display: block;
  min-width: 100%; /* Ocupa el 100% del ancho del formulario */
  line-height: 1.5;
  font-size: 14px;
}

input[type="submit"] {
  border-radius: 20px; /* Bordes redondeados opcionales */
  display: block;
  padding: 6px 30px;
  font-size: 14px;
  background-color: #7AB730;
  color: #fff;
  border: none;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
  .form-container {
    padding: 5px; /* Agrega algo de padding a los lados en pantallas pequeñas */
  }

  form {
    width: 90%; /* El formulario ocupará el 80% del ancho en dispositivos móviles */
    margin: 0 auto; /* Centra el formulario */
    padding: 5px; /* Ajusta el padding para no quedar pegado a los bordes */
  }

  .field input {
    min-width: 100%; /* Asegura que los campos de entrada se ajusten al ancho disponible */
  }
}










body, html {
    padding: 0;
    margin: 0;
    min-height: 100%;
	font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
	background-color:#000000;
}
body {
	
	font-size: 16px;/*14px*/
	color: #ffffff;
	line-height:1.27;/*1.2*/
}
.container {
    max-width:1074px;
    margin:0 auto;
    display:block;
    padding:0 15px;
    width:100%;
}
.container:after {
	content:"";
	display:block;
	clear:both;
}
a {
    color: inherit;
    text-decoration: none;
    transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
a:hover {
    text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, ul, ol {
    padding:0;
    margin:0;
}
img {
	max-width:100%;
	height:auto;
	border:0;
}
i, em {
	font-style:italic;
}
strong {
	font-weight:600;
}
.button__web__white {
	font-family: 'Arial';
	font-weight:normal;
	width: 125px;
    height: 28px;
    display: block;
	background: #FFF;
    color: #7AB730;
    text-align: center;
	font-size: 14px;
    line-height: 2.2;
	margin-left: auto;
    margin-right: auto;
	text-decoration:none !important;
}
.button__web__white:hover {
	color: #FFF;
    background: #7AB730;
}
.button__web__brown {
	font-family: 'Arial';
	font-weight:normal;
	width: 125px;
    height: 28px;
    display: block;
	background: #7AB730;
    color: #FFF;
    text-align: center;
	font-size: 14px;
    line-height: 2.2;
	margin-left: auto;
    margin-right: auto;
	text-decoration:none !important;
}
.button__web__brown:hover {
	color: #7AB730;
    background: #FFF;
}

.header {
	position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}
.header2 {
	position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.header__top {
	background: #000000;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.01em;
    color: #E2E2DD;
    padding: 5px 0 2.3px 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
body.single-post .header__top,
body.search-results .header__top,
.header__top.active {
	background:#E2E2DD;
	color: #000000;
}
.header__top svg,
.header__top img {
	width:9px;
	fill: #E2E2DD;
	position: relative;
    margin-bottom: -1px;
	display:inline-block;
}
.header__top img.hover {
	display:none;
}
.header__top.active img.hover {
	display:inline-block;
}
.header__top.active img.no-hover {
	display:none;
}
body.single-post .header__top svg,
body.search-results .header__top svg,
.header__top.active svg {
	fill: #7AB730;
}
.header__top a:hover {
	text-decoration:underline;
}
.header__top strong {
	font-weight:600;
}
.header__contact {
    background: #FFF;
}
.header__contact span {
    float: right;
    display: block;
    padding: 14px 15px 0 0;
	text-align:right;
}
.header__contact span a {
    font-weight: bold;
}
.header__middle {
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
body.single-post .header__middle,
body.search-results .header__middle,
.header__middle.active {
    background-color: rgba(0, 0, 0, 0.5); /* Negro con 50% de transparencia */
}
.header__logo {
	display: block;
    float: left;
    margin: 17px 0;
}
.header__logo img {
	height:25.48px;
	width:auto;
	display:block;
}
img.logo__brown {
    display: none;
}
.header__nav {
	display: block;
    float: right;
	padding: 16px 0 0 0;
}
.page-id-204 .header__nav,
.page-id-43624 .header__nav {
	display:none;
}
.header__nav:after {
	content:"";
	display:block;
	clear:both;
}





.header__nav__menu {
	float:left;
	display:block;
	list-style:none;
	font-family: 'Arial';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	margin: 6px 0 0 0;
}
.header__nav__menu li a:hover {
    color: #7AB730; /* Cambia el color al pasar el cursor (puedes usar cualquier color) */
}
.header__nav__menu li {
	display:inline-block;
	padding:0 12.5px;
}
.header__nav__menu li.link__contact__us {
    display: none;
}
.header__nav__menu li:first-child {
	padding-left:0;
}
.header__nav__menu li a {
	display:block;
	padding:0 0 30px 0;
	position:relative;
}
.header__nav__menu li a.parent::after {
	content: "";
    background: url(/img/nxt.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    right: -12px;
    top: 7px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
}
.header__nav__menu li a.parent::before {
	content: "";
    background: url(/img/nxt.png);
    width: 13px;
    height: 10px;
    display: none;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: 9;
    transform: translate(-50%,0);
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.header__nav__menu ul {
	position: absolute;
	text-transform: uppercase;
    background: #000000;
    left: 0;
    width: 100%;
    padding: 24px 0;
    margin: 0;
    text-align: center;
	font-family: 'Arial';
	font-weight:500;
	font-size: 12px;
	display:none;
}
.header__nav__menu ul.font20 {
}

/* Estilos generales para dispositivos móviles */
@media screen and (max-width: 1000px) {
    /* Ocultar el menú de navegación por defecto */
    .header__nav {
        display: none;
    }

    /* Mostrar el botón para abrir el menú en móvil */
    .nav__mobile {
        display: block;
    }

    /* Mostrar el menú cuando se activa */
    .header__nav.mobile-visible {
        display: block;
		background-color: #000000;
    }

    /* Estilo para los submenús */
    .submenu {
        display: block; /* Ocultar los submenús por defecto */
        flex-direction: column;
        background-color: #000000;
        padding: 20px;
    }

    .submenu li {
        margin: 10px 0;
		
    }

    .submenu li a {
        text-decoration: none;
        color: #fff; /* Cambia el color según el diseño */
    }


    /* Estilo para el botón de menú (hamburguesa) */
   .nav__mobile a {
    font-size: 20px;
    padding: 10px;
    background-color: transparent; /* Fondo transparente */
    color: #ffffff; /* Puedes ajustar el color del texto si lo necesitas */
    text-align: center;
    border-radius: 0px;
    border: 0px solid #7AB730; /* Borde con el mismo color del texto para que sea visible */
    display: inline-block;
}

    /* Mostrar los submenús cuando el item esté activo */
    .menu-item.active .submenu {
        display: block;
		background-color: #000000;
    }
}




@media (max-width: 768px) { /* Solo en modo celular */
    .link__destinations::before {
        content: ''; /* No se requiere contenido textual */
        display: inline-block; /* Asegura que el ícono se comporte como un elemento visible */
        background-image: url('../img/next.png'); /* Ruta al archivo PNG */
        background-size: contain; /* Ajusta el tamaño de la imagen */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
        width: 30px; /* Ancho del ícono */
        height: 30px; /* Altura del ícono */
        margin-right: 18px; /* Espacio entre el ícono y el texto */
        vertical-align: middle; /* Alineación con el texto */
    }
	
	/* Estilo para el contenedor del submenú de destinos con scroll */
.header__nav__menu .boxes__destinations {
    max-height: 700px; /* Limita la altura del menú, puedes ajustar este valor */
    overflow-y: auto;  /* Habilita el desplazamiento vertical cuando sea necesario */
}

/* Asegura que los elementos de los submenús también se ajusten correctamente */
.header__nav__menu .boxes__destinations li {
    padding: 5px 10px; /* Opcional: Agrega algo de espacio alrededor de los elementos */
    list-style: none;
	margin-bottom: 15px; /* Añade espacio entre los elementos */
}


/* Asegúrate de que el contenedor de la hamburguesa tenga una estructura adecuada para el scroll */
.mobile-visible .header__nav {
    max-height: 80vh; /* Limita la altura máxima del menú desplegable */
    overflow-y: auto; /* Permite el scroll vertical */
}
}










/* Estilo para el submenú de Destinos */
.header__nav__menu .boxes__destinations {
    background-color: #000000 !important; /* Fondo oscuro para el submenú */
    padding: 5px;
    position: absolute;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: center; /* Alineación de los elementos */
    display: none; /* Manténlo oculto hasta que se active */
}

/* Cuando el submenú es visible */
.header__nav__menu .boxes__destinations.visible {
    display: block; /* Muestra el submenú */
}

/* Estilo para los enlaces dentro del submenú */
.header__nav__menu .boxes__destinations li a {
    color: #fff; /* Color de texto blanco */
    padding: 0px;
    text-decoration: none;
    display: block; /* Asegura que el área del enlace cubra todo el espacio */
}

/* Cambiar el color de los enlaces al pasar el cursor */
.header__nav__menu .boxes__destinations li a:hover {
    background-color: #000000; /* Cambia el color de fondo al pasar el cursor */
    color: #7AB730; /* Asegura que el texto se vea bien sobre el fondo */
}

/* Estilos específicos para los elementos dentro del submenú */
.header__nav__menu .boxes__destinations li.first__li {
    font-weight: bold; /* Puedes agregar un estilo específico para el primer item */
    padding-bottom: 5px; /* Espaciado adicional */
}

/* Si el menú está visible en dispositivos móviles */
@media screen and (max-width: 1000px) {
    /* Asegura que los enlaces ocupen todo el espacio */
	
    .header__nav__menu .boxes__destinations li > a {
        display: block; /* Asegura que el enlace ocupe toda la línea */
		flex-direction: column; /* Organiza los elementos en una sola columna */
        text-align: left; /* Alinea el texto al centro */
        font-size: 16px; /* Aumenta el tamaño de la fuente */
        padding: 10px 15px; /* Añade espacio dentro del enlace */
        color: #fff; /* Color de texto blanco */
		overflow: visible; /* Asegura que el texto no se oculte */
        text-overflow: clip; /* Evita que el texto se trunque */
    }

    /* Mostrar submenú sin necesidad de hacer clic */
    .header__nav__menu .boxes__destinations li > ul {
        display: grid; /* Muestra el submenú automáticamente */
		margin-bottom: 10px; /* Añade espacio entre los elementos */
        padding-left: 0; /* Elimina el sangrado del submenú */
        text-align: left; /* Alinea los elementos del submenú a la izquierda */
    }

    /* Estilos para los submenú dentro de un <li> */
    .header__nav__menu .boxes__destinations li > ul li a {
        padding-left: 0px; /* Ajusta el sangrado de los sub-enlaces */
        font-size: 16px; /* Tamaño de la fuente de los sub-enlaces */
        color: #fff; /* Color del texto */
        text-decoration: none; /* Elimina el subrayado de los enlaces */
    }

    /* Asegura que las imágenes dentro de cada destino se ajusten correctamente */
    .header__nav__menu .boxes__destinations li a img {
        width: 100%;
        height: auto;
    }

    /* Estilo para el texto de cada destino */
    .header__nav__menu .boxes__destinations li span {
        display: block;
        margin-top: 10px;
        font-weight: bold;
        font-size: 18px;
        text-align: left; /* Alinea el texto al centro */
    }

}
















/* Estilo del botón flotante */
.btn-flotante {
    position: fixed; /* Fija el botón en la pantalla */
    bottom: 20px; /* Distancia desde la parte inferior de la pantalla */
    right: 20px; /* Distancia desde el lado derecho de la pantalla */
    background-color: transparent; /* Fondo transparente para el botón */
    border: none; /* Sin borde */
    border-radius: 50%; /* Botón redondeado */
    padding: 10px; /* Espaciado dentro del botón */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
    z-index: 999; /* Asegura que el botón esté sobre otros elementos */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.btn-flotante:hover {
    transform: scale(1.1); /* Efecto de ampliación cuando el mouse pasa sobre el botón */
}

/* Estilo de la imagen dentro del botón */
.btn-flotante img {
    width: 50px; /* Ancho de la imagen */
    height: 50px; /* Alto de la imagen */
    object-fit: contain; /* Asegura que la imagen se ajuste correctamente */
}

/* Estilos adaptados para dispositivos móviles */
@media (max-width: 768px) {
    .btn-flotante {
        bottom: 15px; /* Ajusta la distancia desde el fondo para móviles */
        right: 15px; /* Ajusta la distancia desde el lado derecho para móviles */
        padding: 8px; /* Ajusta el espaciado del botón en móviles */
    }

    .btn-flotante img {
        width: 40px; /* Ajusta el tamaño de la imagen en móviles */
        height: 40px; /* Ajusta el tamaño de la imagen en móviles */
    }
}






/* Estilo del botón flotante */
.btn-flotante2 {
    position: fixed; /* Fija el botón en la pantalla */
    bottom: 100px; /* Distancia desde la parte inferior de la pantalla */
    right: 20px; /* Distancia desde el lado derecho de la pantalla */
    background-color: transparent; /* Fondo transparente para el botón */
    border: none; /* Sin borde */
    border-radius: 50%; /* Botón redondeado */
    padding: 10px; /* Espaciado dentro del botón */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
    z-index: 999; /* Asegura que el botón esté sobre otros elementos */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.btn-flotante2:hover {
    transform: scale(1.1); /* Efecto de ampliación cuando el mouse pasa sobre el botón */
}

/* Estilo de la imagen dentro del botón */
.btn-flotante2 img {
    width: 50px; /* Ancho de la imagen */
    height: 50px; /* Alto de la imagen */
    object-fit: contain; /* Asegura que la imagen se ajuste correctamente */
}

/* Estilos adaptados para dispositivos móviles */
@media (max-width: 768px) {
    .btn-flotante2 {
        bottom: 100px; /* Ajusta la distancia desde el fondo para móviles */
        right: 15px; /* Ajusta la distancia desde el lado derecho para móviles */
        padding: 8px; /* Ajusta el espaciado del botón en móviles */
    }

    .btn-flotante2 img {
        width: 40px; /* Ajusta el tamaño de la imagen en móviles */
        height: 40px; /* Ajusta el tamaño de la imagen en móviles */
    }
}

/* Estilo del botón flotante */
.btn-flotante3 {
    position: fixed; /* Fija el botón en la pantalla */
    bottom: 120px; /* Distancia desde la parte inferior de la pantalla */
    right: 20px; /* Distancia desde el lado derecho de la pantalla */
    background-color: transparent; /* Fondo transparente para el botón */
    border: none; /* Sin borde */
    border-radius: 50%; /* Botón redondeado */
    padding: 10px; /* Espaciado dentro del botón */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Sombra para darle profundidad */
    z-index: 999; /* Asegura que el botón esté sobre otros elementos */
    transition: transform 0.3s ease-in-out; /* Transición suave */
}

.btn-flotante3:hover {
    transform: scale(1.1); /* Efecto de ampliación cuando el mouse pasa sobre el botón */
}

/* Estilo de la imagen dentro del botón */
.btn-flotante3 img {
    width: 50px; /* Ancho de la imagen */
    height: 50px; /* Alto de la imagen */
    object-fit: contain; /* Asegura que la imagen se ajuste correctamente */
}

/* Estilos adaptados para dispositivos móviles */
@media (max-width: 768px) {
    .btn-flotante3 {
        bottom: 100px; /* Ajusta la distancia desde el fondo para móviles */
        right: 15px; /* Ajusta la distancia desde el lado derecho para móviles */
        padding: 8px; /* Ajusta el espaciado del botón en móviles */
    }

    .btn-flotante3 img {
        width: 40px; /* Ajusta el tamaño de la imagen en móviles */
        height: 40px; /* Ajusta el tamaño de la imagen en móviles */
    }
}



















        /* Imagen */
        .image-container101 {
            width: 30%;
            text-align: center;
        }

        .image-container101 img {
            width: 100px; /* La imagen ocupará todo el espacio disponible */
            max-width: 100px; /* Máximo tamaño de la imagen */
            height: auto;
        }

        /* Estilo para el botón debajo de la imagen */
        .btn-image-container101 {
            margin-top: 20px;
			margin-bottom: 50px;
        }

        .btn-image-container101 a {
            text-decoration: none;
            background-color: #7AB730; /* Fondo verde para el botón */
            color: white;
            padding: 10px 20px;
            border-radius: 30px;
            font-size: 16px;
            display: inline-block;
        }















.header__nav__menu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: top;
}
.header__nav__menu ul li.first__li {
    display: none;
}
.header__nav__menu ul li a {
	position: relative;
    padding: 0;
	overflow: hidden;
}
.header__nav__menu ul li a img {
	transition: transform .2s;
	-moz-transition: transform .2s;
	-webkit-transition: transform .2s;
	-o-transition: transform .2s;
	display:block;
	width: 128px;
}
@media only screen and (min-width: 1025px)  {
    .header .header__nav__menu ul li a:hover > img {
    	transform: scale(1.1);
    }
}
.header__nav__menu ul li a span {
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translate(0,-50%);
    top: 85%; /*valor anterior 50%*/
	background:#000000;
	padding-top:5px;
	padding-bottom:5px;	
}
@media only screen and (min-width: 1025px)  {
    .header .header__nav__menu li:hover > ul {
    	display:block;
    }
    .header .header__nav__menu li:hover > a::after {
    	transform: rotate(180deg);
    }
    .header .header__nav__menu li:hover > a::before {
    	display:block;
    }
}
.header__nav__menu ul.submenu_about {
	font-size: 14px;
    text-transform: inherit;
    color: #7AB730;
    font-family: 'Arial';
    font-weight: 500;
	padding:19px 0;
}
.header__nav__menu ul.submenu_about li {
	margin: 5px 15px;
}
@media only screen and (min-width: 1025px)  {
    .header .header__nav__menu ul.submenu_about li a:hover {
    	font-weight:700;
    }
}
.header__btn__search {
	position: relative;
    float: left;
    margin: 4px 12.5px;
    width: 87px;
    height: 20px;
    border: 1px solid #FFF;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    font-size: 14px;
    outline: none;
    letter-spacing: 0.01em;
    color: #FFF;
    font-weight: normal;
    display: block;
    line-height: 1.45;
}
.header__btn__search svg,
.header__btn__search img {
	width: 12px;
    fill: #FFF;
    display: inline-block;
    vertical-align: top;
    margin: 3px 4px 0 0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.header__btn__search:hover {
	color:#DE2027;
	border-color:#DE2027;
}
.header__btn__search:hover > svg {
	fill: #DE2027;
}
.header__nav__btn {
	float: left;
    width: 125px;
    height: 28px;
    background: #7AB730;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 2.2;
    margin: 0 0 0 12.5px;
}
.header__nav__btn:hover {
	background: #FFF;
    color: #7AB730;
}
.nav__mobile {
    display: none;
    float: right;
    margin: 22px 0;
}
.page-id-204 .nav__mobile
.page-id-43624 .nav__mobile {
	display:block;
	margin: 20px 0 0 0;
}
.page-id-204 .nav__mobile a.btn__planning,
.page-id-204 .nav__mobile a.phone, 
.page-id-204 .nav__mobile a.button__search__mobile,
.page-id-43624 .nav__mobile a.btn__planning,
.page-id-43624 .nav__mobile a.phone, 
.page-id-43624 .nav__mobile a.button__search__mobile {
	display:none;
}
.nav__mobile a {
    display: block;
    margin: 0 0 0 2px;
    padding: 5px;
    vertical-align: middle;
    width: 28px;
    text-align: center;
    float: left;
}
.nav__mobile a.phone {
	width: 24px;
    margin: 0 0 0 7px;
}
.nav__mobile a.button__mobile__close {
	margin-top:1px;
	width:28px;
	margin-left:4px;
}
.nav__mobile a.button__mobile__nav {
	margin-top:3px;
	width:30px;
}
.nav__mobile a.button__mobile__close {
    display: none;
}
.nav__mobile a.btn__planning {
	width: auto;
    background: #7AB730;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    padding: 3px 7px;
    margin: 4px 0 0 0;
}

.content__banner {
	height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}

.content__bannerr {
	height: 100vh;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
}










/* Estilo específico para el contenedor de la galería */
.image_gallery {
    display: flex;
    width: 1000px;    /* Ajusta el tamaño del contenedor */
    height: 430px;   /* Ajusta la altura */
    justify-content: space-between; /* Asegura que las imágenes estén espaciadas */
    margin: 50px auto; /* Agrega separación con el resto de la página */
    padding: 0;      /* Asegura que no haya padding innecesario */
    overflow: hidden; /* Evita que las imágenes se desborden */
}

/* Estilo para las imágenes dentro de la galería */
.image_gallery img {
    width: 0px;
    flex-grow: 1;      /* Permite que las imágenes se expandan */
    object-fit: cover; /* Asegura que la imagen cubra todo el contenedor */
    opacity: 0.8;      /* Opacidad inicial */
    transition: width 0.5s ease, opacity 0.5s ease, filter 0.5s ease; /* Transiciones suaves */
}

/* Estilo al hacer hover sobre las imágenes */
.image_gallery img:hover {
    cursor: crosshair;      /* Cambia el cursor al pasar sobre la imagen */
    width: 300px;            /* Cambia el tamaño de la imagen al hacer hover */
    opacity: 1;              /* Aumenta la opacidad */
    filter: contrast(120%);  /* Aplica un efecto de contraste */
}

/* Media Query para pantallas pequeñas (móviles) */
@media (max-width: 767px) {
    .image_gallery {
		width: 100%;    /* Ajusta el tamaño del contenedor */
        flex-direction: row;  /* En móviles, las imágenes se mantienen en fila */
        justify-content: space-evenly; /* Alineación de las imágenes para que tengan espacio entre ellas */
    }

    .image_gallery img {
        width: 1 1 1 50%;   /* En móviles, las imágenes ocupan el 100% del ancho disponible */
        margin-bottom: 10px; /* Agrega espacio entre las imágenes en móviles */
    }

    .image_gallery img:hover {
        width: 100%;   /* Asegura que las imágenes sigan siendo del 100% al pasar el ratón */
    }
}

/* Media Query para pantallas más grandes (tabletas y dispositivos de 768px a 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .image_gallery {
        flex-direction: row; /* Las imágenes siguen en fila en pantallas más grandes */
        justify-content: space-evenly; /* Distribuye el espacio uniformemente */
    }

    .image_gallery img {
        width: 1 1 1 45%; /* Las imágenes ocupan el 45% del ancho en tabletas */
    }
}








.content__bannerrr {
    height: 50vh !important; /* Ajusta la altura a un 50% de la pantalla */
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    width: 100% !important; /* Asegura que el ancho sea 100% */
    max-width: 100% !important; /* Evita que se reduzca el ancho */
    margin: 0 !important; /* Elimina márgenes que puedan estar afectando */
    padding: 0 !important; /* Elimina rellenos que afecten la altura */
}

.shadow {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 250px; /* Ajusta la altura de la sombra */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0)); /* Sombra con degradado */
}








.content__banner::after {
	content: "";
    display: block;
    background: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 72.58%);
    position: absolute;
    opacity: 0.85;
    transform: rotate(-180deg);
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
	z-index: 9;
}
.content__banner::before {
	content: "";
    display: block;
    background: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 72.58%);
	mix-blend-mode: multiply;
	opacity: 0.85;
	transform: matrix(-1, 0, 0, 1, 0, 0);
    left: 0;
    width: 100%;
    height: 30%;
    top: 0;
	z-index: 9;
}
.content__banner__next {
	position: absolute;
    width: 30px;
    height: 30px;
    bottom: 30px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 0);
	cursor:pointer;
}
.content__banner__next .flecha__2 {
	display:none;
}
.content__banner__next:hover > .flecha__2 {
	display:block;
}
.content__banner__next:hover > .flecha__1 {
	display:none;
}
.content__banner__text {
	position: absolute;
	padding-top:40px;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: right;
    color: #FFF;
    z-index: 99;
    transform: translate(0, -50%);
    letter-spacing: 0.15em;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 700;
}
.content__banner__text p {
	text-transform:uppercase;
}
.content .content__banner__text h2 {
	font-size: 42px;
	font-family: 'Arial';
    font-weight: normal;
    letter-spacing: 0.02em;
    padding: 0 0 30px 0;
	text-transform: initial;
}
.content .content__banner__text h4 {
	letter-spacing: 0.15em;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 700;
	padding:0;
	margin:0;
}





.content__banner__textt {
	position: absolute;
	padding-top:40px;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: right;
    color: #FFF;
    z-index: 99;
    transform: translate(0, -50%);
    letter-spacing: 0.15em;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 700;
}
.content__banner__textt p {
	text-transform:uppercase;
}
.content .content__banner__textt h1 {
	font-size: 60px;
	font-family: 'Arial';
    font-weight: normal;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Sombra agregada */
    letter-spacing: 0.02em;
    padding: 0 0 30px 0;
	text-transform: initial;
}
.content .content__banner__textt h4 {
	letter-spacing: 0.15em;
    font-size: 14px;
    font-family: 'Arial';
    font-weight: 700;
	padding:0;
	margin:0;
}


.field_1_20 {
    width: 100%;
}

.field_1_20 {
    min-height: auto; /* Ajusta este valor según sea necesario */
}


.content__banner .button__web__white {
    position: absolute;
    left: 50%;
    bottom: 112px;
    transform: translate(-50%, 0);
    z-index: 99;
}
.content {
	letter-spacing: 0.01em;
}
.content .color__white {
	color:#F3F3F1;
}
.content .color__green {
    color:#016858;
}
.content .align__center {
	text-align:center;
}
.content .align__center img {
	vertical-align: middle;
    margin: 0 20px;
}
.content .link__web::after {
	content: "";
    display: inline-block;
    background: url(images/flec_b.png);
    width: 18px;
    height: 18px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    vertical-align: bottom;
    margin: 0 0 0 5px;
}

.content .wpb_content_element {
	margin:0;  
}
.content .vc_row {
    padding-top: 40px;
    padding-bottom: 5px;
}
.content .vc_row2 {
    padding-top: 40px;
    padding-bottom: 5px;
	display: flex;
    justify-content: center;
}
.content .vc_row.vc_row__4__8 {
	padding-bottom: 40px;
}
.content .vc_row.rows__3books {
    padding-top: 0;
}
.content .vc_row.padding__40 {
	padding-top:18px;
	padding-bottom:18px;
}
.content .vc_row.padding__0 {
	padding-top:0;
	padding-bottom:0;
}
.content .vc_column-inner {
	padding-top:0 !important;
}
.content h1,
.content .wdo-tabs-container .h1, 
.content .wdo-tabs-container h1,
.content .wdo-tabs-container h2.sub__title {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0.02em;
	padding: 0 0 40px 0;
}
.content .wdo-tabs-container .h1, 
.content .wdo-tabs-container h1,
.content .wdo-tabs-container h2.sub__title {
    padding: 0 0 20px 0;
}
.content h2 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 500;
	font-size: 32px;
	letter-spacing: 0.07em;
	padding: 0 0 40px 0;
}
.content h2.sub__title {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 42px;
	letter-spacing: 0.02em;
	padding: 0 0 40px 0;
	margin:0;
}
.content h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	letter-spacing: 0;
	padding: 0 0 35px 0;
}
.content h4 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.15em;
	padding: 0 0 35px 0;
}
.content .h4__16 h4 {
    font-size: 16px;
    font-weight: 500;
}
.content h6 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	letter-spacing: 0.15em;
	padding: 0 0 35px 0;
}
.content p {
	padding:0 0 35px 0;
}
.content ul {
    margin: 0 0 35px 15px;
}
.content img.aligncenter {
    display: block;
    margin: 0 auto;
}
.content .entry__single h2 {
    font-weight: 500;
    font-size: 16px;
    /*text-transform: uppercase;*/
    color: #3C6008;
    letter-spacing: 1.5px;
}
.content .entry__single h3 {
    font-family: 'Arial';
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.content .entry__single p.wp-caption-text {
    padding: 10px 0 35px 5px;
	text-align:left;
    font-size: 13px;
    font-style: italic;
}
.content .entry__single .wp-caption.aligncenter {
	margin:0 auto;
	text-align:center;
    max-width: 100%;
}
.content .entry__single .wp-caption {
	display:block;
}

.content__banner__center,
.vc_row.content__banner__center .wpb_column {
	min-height:604px;
}
.content .triangle__top::before,
.content .triangle__top__white::before {
	content: "";
    display: block;
    background-image: url(images/triangle.png);
    width: 60px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 50;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.content .triangle__white::before {
	content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #000;
    position: absolute;
    top: 40px;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
}
.content .triangle__gris::before {
	content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #F3F3F1;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
}
.content .triangle__purple::before {
	content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 40px solid #7AB730;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    transform: translate(-50%, 0);
}

.content .height__1892 .vc_column-inner {
    min-height:1847px;
}
.content .height__1294 .vc_column-inner {
    min-height:1247px;
}
.content .height__978 .vc_column-inner {
	min-height:933px;
}
.content .height__900 .vc_column-inner {
	min-height:855px;
}
.content .height__768 .vc_column-inner {
	min-height:723px;
}
.content .height__870 .vc_column-inner {
	min-height:825px;
}
.content .height__911 .vc_column-inner {
    min-height:855px;
}
.content .height__700 .vc_column-inner {
    min-height:655px;
}
.content .height__650 .vc_column-inner {
    min-height:605px;
}
.content .height__500 .vc_column-inner {
    min-height:455px;
}
.content .vc_custom_1679016088153  {
	background-position: 0 0 !important;
}
.content .position__top {
	padding-top: 10px;
}
.content .position__bottom {
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
	z-index:9;
}
.content .shadown__bottom {
}
.content .shadown__bottom::after {
	display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 650px;
	background: linear-gradient(180deg, #000000 0%, rgba(243, 243, 241, 0) 100%);
mix-blend-mode: multiply;
transform: rotate(-180deg);
}
.content .shadown__bottom__gris::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #2A2A2A 0%, rgba(42, 42, 42, 0) 100%);
	mix-blend-mode: normal;
	transform: rotate(-180deg);
}
.content .shadown__top__gris::before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 300px;
    background: linear-gradient(180deg, #F3F3F1 0%, rgba(243, 243, 241, 0) 100%);
    z-index: 9;
}

.content .shadown__top__white::before {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 680px;
	background: linear-gradient(180deg, #FFFFFF 0%, rgba(243, 243, 241, 0) 100%);
mix-blend-mode: normal;
	z-index:9;
}
.content .shadown__top__skyblue::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 300px;
    background: linear-gradient(180deg, #CFF0F4 0%, rgba(207, 240, 244, 0) 100%);;
    z-index: 9;
}
.content .shadown__bottom__green::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #191D10 0%, rgba(25, 29, 16, 0) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
}
.content .shadown__bottom__marron::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #50493C  0%, rgba(80, 73, 60, 0) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
}
.content .shadown__bottom__blue::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #5C7484  0%, rgba(92, 116, 132, 0) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
}
.content .shadown__bottom__blue__darck::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #19456A  0%, rgba(25, 69, 106, 0) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
}
.content .shadown__bottom__marron__2::after {
	content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 494px;
	background: linear-gradient(180deg, #857258  0%, rgba(133, 114, 88, 0) 100%);
    mix-blend-mode: normal;
    transform: rotate(-180deg);
}


.content .shadown__top__gris .wpb_column,
.content .shadown__bottom__white .wpb_column,
.content .shadown__top__white .wpb_column,
.content .shadown__top__skyblue .wpb_column {
    z-index: 10;
}
.content .shadown__bottom__white::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 300px;
    background: linear-gradient(0deg, #F3F3F1 0%, rgba(243, 243, 241, 0) 100%);
    z-index: 9;
}
.content .shadown__bottom__beige::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 300px;
    background: linear-gradient(0deg, #F3F3F1 0%, rgba(243, 243, 241, 0) 100%);
    z-index: 9;
}

.content .link__web {
	font-weight:600;
	text-decoration: none !important;
}
.content .max__width__500 {
	max-width:500px;
	margin: 0 0 0 60px;
}
.vc_row__4__8 .vc_col-sm-4 {
	width:36%;
}
.vc_row__4__8 .vc_col-sm-8 {
	width:64%;
}
.content .wpb_single_image img {
	margin-bottom:0;
}
.vc_row.content__banner__center {
    padding-top: 0;
    padding-bottom: 0;
	text-align:center;
	color:#FFF;
	font-family: 'Arial';
	font-style: normal;
}
.content__banner__center .vc_column-inner {
	padding-top:0 !important;
}
.content__banner__center .wpb_wrapper .wpb_content_element {
	position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.content__banner__center .wpb_wrapper .wpb_content_element:first-child {
	bottom:auto;
	top:82px;
}
.content__banner__center h4 {
	text-transform:uppercase;
}
.content .content__banner__center h2 {
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 0.07em;
	text-transform: uppercase;
	padding:0 0 20px 0;
	margin:0;
}
.content__banner__center h5 {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	padding:0 0 40px 0;
	margin:0;
}
.content__banner__bottom {
	min-height:769px;
}
.content__banner__bottom::after {
	content: "";
    display: block;
    background: linear-gradient(180deg, #091110 0%, rgba(243, 243, 241, 0) 100%);
mix-blend-mode: multiply;
    position: absolute;
    opacity: 0.85;
    transform: rotate(-180deg);
    left: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 9;
}
.content__banner__bottom .wpb_column.vc_column_container {
	position: absolute;
	margin: center;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
	z-index:10;
}





/* Contenedor principal */
    .image-container {
        display: flex;
        justify-content: center; /* Centra las columnas horizontalmente */
        align-items: center; /* Centra las columnas verticalmente (opcional) */
        gap: 50px; /* Espacio entre las columnas */
        width: 100%; /* Ocupa todo el ancho disponible */
        max-width: 900px; /* Ancho máximo del contenedor (ajusta según necesites) */
        margin: 0 auto; /* Centra el contenedor en la página */
        padding: 20px; /* Espacio interno */
    }

    /* Columnas de imágenes */
    .image-column {
        flex: 1; /* Hace que las columnas ocupen el mismo espacio */
        max-width: 120px; /* Ancho máximo de cada columna (ajusta según necesites) */
        text-align: center; /* Centra la imagen dentro de la columna */
    }

    /* Estilo de las imágenes */
    .image-column img {
        width: 100%; /* La imagen ocupa el 100% del ancho de la columna */
        height: auto; /* Mantiene la proporción de la imagen */
        border-radius: 8px; /* Bordes redondeados (opcional) */
    }





.carousel__featured {
	text-align:center;
	margin-bottom:15px;
}
.carousel__featured img{
	display: inline-block;
    vertical-align: middle;
    margin: 0 40px 20px 40px;
}
.content__explore {
	padding-bottom:40px !important;
	padding-top:0 !important;
	color:#FFF;
	text-align:center;
}
.content__explore .carousel__explore__content {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.content__explore h1 {
	font-size: 64px;
	padding:0 0 15px 0;
	font-weight:normal;
}
.content__explore h3 {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
    padding: 0 0 35px 0;
}
.content__testimonials__image {
	text-align: center;
	padding:0 0 40px 0;
}
.content__testimonials__image img {
	/*border: 1px dashed #3C6008;
    padding: 20px;*/
	height:102px;
    border-radius: 50%;
}
.content h3.content__testimonials__title {
	font-family: 'Arial';
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #F3F3F1;
	padding:0 0 40px 0;
}
.content__testimonials__text {
	font-size: 18px;
    color: #F3F3F1;
}
.content__testimonials__text p {
	
}
.content__testimonials__info {
	padding: 0 0 40px 0;
    letter-spacing: 0.01em;
    color: #F3F3F1;
    font-style: italic;
}
.content__testimonials__info strong {
	font-weight:600;
}
.content__testimonials__button {
	
}

.content__blog {
	background:#7AB730;
	color:#000000;
	padding:40px 0;
	position: relative;
    z-index: 9;
}
.content__blog h4 {
	color:#000000;
}
.posts__items {
	padding:0 0 40px 0;
	grid-column-gap: 64px;
    -ms-grid-columns: (1fr 2%) [12];
    grid-row-gap: 0;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
.post__item {
	grid-column: span 4;
}
.post__item__image {
	padding: 0 0 10px 0;
}
.post__item__meta {
	display: flex;
    letter-spacing: 0.01em;
    flex-direction: row;
	padding:0 0 20px 0;
	font-size:12px;
}
.post__item__meta__date {
	width: 50%;
}
.post__item__meta__category {
	width: 50%;
    text-align: right;
}
.content h3.post__item__title {
	font-weight: 600;
	padding:0 0 20px 0;
	font-size:16px;
}
.content p.post__item__excerpt {
	padding: 0 0 20px 0;
    color: #000000;
}
.post__item__read__more {
	font-weight: 600;
}
.post__item__read__more::after {
	content: "";
    display: inline-block;
    width: 5px;
    height: 9px;
    margin: -5px 0 0 9px;
    background: url(images/tw.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    transform: rotate(180deg);
    background-position: center center;
}
.content__testimonials {
	color:#FFF;
	text-align:center;
	padding-bottom:40px !important;
}
.carousel__testimonials .owl-item div {
	max-width:590px;
	margin:0 auto;
	width:100%;
	display:block;
}
.content__trip {
	padding: 40px 0 5px 0;
    text-align: center;
    color: #FFF;
    background: url(images/green.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.content__trip img {
	margin: 10px 0 45px 0;
    width: 94px;
}

.content__newsletter {
	background:#3C6008;
	padding:40px 0;
	text-align:center;
	color:#FFF;
	letter-spacing: 0.01em;
}
.content__newsletter .widget {
	width: 100%;
    margin: 0 auto;
    max-width: 860px;
}
.content__newsletter .gform_heading h2,
.content__newsletter h2 {
	font-family: 'Arial';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #F3F3F1;
	padding:0 0 35px 0;
	margin:0;
}
.content__newsletter .gform_description,
.content__newsletter .form__description {
	display: block;
    padding: 0 0 40px 0;
    font-size: 14px;
}
.content__newsletter .gform_wrapper.gravity-theme .gform_fields,
.content__newsletter .form__fields {
	grid-row-gap: 20px;
	grid-column-gap: 20px;
    -ms-grid-columns: (1fr 2%) [12];
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: repeat(auto-fill,auto);
    width: 100%;
}
#field_1_1, #field_1_3,
.content__newsletter .form__fields div {
	grid-column: span 4;
}
.content__newsletter .form__fields div.col__12 {
	/*-ms-grid-column-span: 12;
    grid-column: span 12;*/
}
#field_1_5 {
	margin:20px 0 0 0;
}
.content__newsletter .gfield input.large,
.content__newsletter input[type="text"],
.content__newsletter input[type="email"] {
	height: 42px;
    border: 0;
    background: #F3F3F1;
    outline: none;
    padding: 0 15px !important;
    font-size: 14px !important;
    letter-spacing: 0.01em;
    color: #7AB730;
	width:100%;
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
.content__newsletter .gform_footer,
.content__newsletter .form__button {
	padding: 0 !important;
    margin: 20px 0 0 0 !important;
    text-align: center;
	display: block !important;
}
.content__newsletter .gform_footer .gform_button,
.content__newsletter .form__button .button {
	font-family: 'Arial';
	font-weight:normal;
	width: 100px;
    height: 26px;
	background: #FFF;
    color: #7AB730;
	font-size: 12px;
    line-height: 2;
	border:0;
	cursor:pointer;
	outline:none;
	margin-bottom:0 !important;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	border-radius:0;
	-webkit-border-radius:0;
	-webkit-appearance:none;
}
.content__newsletter .gform_footer .gform_button:hover,
.content__newsletter .form__button .button:hover {
	color: #FFF;
    background: #7AB730;
}
.content .content__newsletter p {
	padding:20px 0 0 0;
	margin:0;
}
.content__newsletter form {
	max-width:690px;
	width:100%;
	margin:0 auto;
}
.content__logos {
	background:#FFF;
	padding:20px 0 15px 0;
	text-align:center;
	position: relative;
    z-index: 9;
}
.content .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}
.content .carousel__experience .owl-stage,
.content .carousel__explore .owl-stage,
.content .carousel__testimonials .owl-stage{
	display:block;
}
.content .owl-carousel .owl-item img {
	width:auto;
	display: initial;
	vertical-align:top;
}
.content .owl-nav button {
	width: 28px;
    height: 28px;
    background: url(../img/next.png) !important;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    left: -4px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
	transform: rotate(180deg);
}
.content__explore .owl-nav button,
.carousel__testimonials  .owl-nav button {
}
.content .carousel__logos .owl-nav button {
	background: url(../img/next.png) !important;
    width: 20px;
    height: 20px;
    margin-top: -10px;
}
.carousel__product__gallery .owl-nav button {
    background: url(../img/next.png) !important;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    background-repeat: no-repeat !important;
    background-position: center 0 !important;
    background-size: auto 100% !important;
    transform: rotate(0deg);
    left: -61px;
}
.content .carousel__product__gallery .owl-dots {
    text-align: center;
    width: 100%;
    position: relative;
    bottom: auto;
    padding: 0;
    margin: 30px 0 0 0;
}
.content .carousel__product__gallery .owl-dots button {
    vertical-align: top;
}
.content .carousel__product__gallery .owl-item {
	text-align:center;
}
.carousel__experience  .owl-nav button,
.carousel__explore .owl-nav button {
	background: url(../img/next.png) !important;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-size: auto 100% !important;
    background-position: center center !important;
    margin-top: 0;
    left: auto;
    right: 50px;
    top: 0;
}
.content .tparrows {
	width: 21px !important;
    height: 36px !important;
    background: url(images/flecha_der.svg) !important;
    margin-top: -18px;
    left: 0 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 100% auto !important;
    transform: rotate(180deg) !important;
}
.content .tparrows::before {
	display:none !important;
}
.content .tp-rightarrow.tparrows {
	left:auto !important;
	right:0 !important;
	transform: rotate(0deg) !important;
}

.content .owl-nav button.owl-next {
	left:auto;
	right:-4px;
	transform: rotate(0deg);
}
.content .carousel__product__gallery button.owl-next {
    transform: rotate(180deg);
    right: -61px;
}
.content__explore .owl-nav button.owl-next {
	
}
.carousel__experience .owl-nav button.owl-next {
	
}
.content .owl-nav button span {
	display:none;
}
.content .owl-dots {
	padding: 0;
    text-align: left;
    width: 50%;
    margin: 0 0 0 auto;
    position: absolute;
    margin-top: 0;
    bottom: -2px;
    right: 0;
    z-index: 999;
}
.content .carousel__testimonials .owl-dots {
	width: 100%;
    position: relative;
    text-align: center;
    bottom: 0;
    margin: 30px 0 0 0;
}
.content .owl-dots button {
	width: 20px;
    height: 5px;
    margin: 0 3.5px;
    background: rgba(68, 49, 58, 0.25);
    border: 0;
    outline: none;
    cursor: pointer;
    display: inline-block;
}
.content .carousel__testimonials .owl-dots button {
	background:#E2E2DD;
}
.content .owl-dots button.active {
	background: #D91C24;
}
.content .carousel__experience {
	margin: 0;
}
.content .tp-bullets {
	top: auto !important;
    bottom: 35px;
    left: 0 !important;
    transform: none !important;
    width: 100% !important;
    text-align: center;
    height: auto !important;
}
.content .tp-bullets::before {
	display:none !important;
}
.content .tp-bullets .tp-bullet {
	position: relative;
    left: auto !important;
    top: auto !important;
    display: inline-block;
    background: rgba(243, 243, 241, 0.25);
    width: 20px;
    height: 5px;
    margin: 0 3.5px;
    cursor: pointer;
    outline: none;
}
.content .tp-bullets .tp-bullet.selected {
	background: #D91C24;
}




.carousel__experience_top {
	display: table;
    padding: 0 130px 0 0;
}
.content .carousel__experience .carousel__experience_top img {
	margin: 0 10px 0 0;
    max-height: 56px;
    width: auto;
    max-width: 80px;
    height: auto;
}
.carousel__experience_top div {
	display:table-cell;
	vertical-align: middle;
}
.carousel__experience_top div:first-child {
	width:60px;
}

.content .carousel__experience h3 {
	padding: 0 0 5px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3C6008;
}
.content .carousel__experience h4 {
	padding: 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #7AB730;
}
.content .carousel__experience hr {
	border: 1px dashed #3C6008;
    padding: 0;
    margin: 15px 0 35px 0;	
}
.content .carousel__experience span {
	display:block;
	padding-left:5px;
}
.carousel__paged {
	font-family: 'Arial';
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #3C6008;
	padding:35px 0;
}
.content .carousel__experience .owl-item a {
	color:#3C6008;
	font-weight:600;
}
.content .carousel__experience .owl-item a:hover {
	font-weight:bold;
}
.content .content__adventurous {
	padding-top:0 !important;
	padding-bottom:40px;
}
.content .content__adventurous .wpb_single_image img {
	margin-bottom:0;
	display:block;
	width:100%;
}
.content .content__adventurous .vc_row {
	padding-top:0;
	padding-bottom:0;
}
.content .content__adventurous .vc_row .vc_single_image-wrapper {
	position:relative;
	display:block;
}
.content .content__adventurous .vc_row .vc_single_image-wrapper::before,
.content .content__itineraries__post .widget::before {
	content: "";
    display: block;
    background-image: url(images/triangle.png);
    position: absolute;
    width: 44px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 50%;
    transform: translate(-50%,0);
}

.content__adventurous .wpb_wrapper,
.content .content__itineraries__post {
	display: flex;
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 60px;
	justify-content: center;
}
.content__adventurous .wpb_wrapper .vc_row {
	/*flex: 1 0 33.33333%;*/
	width: 35.3%;
}
.content .content__itineraries__post .widget {
    width: 32.4%;
    position: relative;
    background: #3C6008;
    color: #FFF;
}
.content__adventurous .wpb_wrapper .vc_row::after,
.content__adventurous .wpb_wrapper .vc_row::before {
	display:none;
}
.content__adventurous .wpb_wrapper .wpb_wrapper {
	display:block;
	display: block;
    background: #3C6008;
    color: #FFF;
}
.content .content__adventurous h3 {
	padding:0 0 20px 0;
	font-family: 'Arial';
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: #3C6008;
	background:#F3F3F1;
}
.content .content__adventurous h4,
.content .content__itineraries__post .widget h4 {
	padding: 26px 16px 15px 16px;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    min-height: 90px;
}
.content .content__adventurous p,
.content .content__itineraries__post .widget p {
	padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 26px;
}
.content .content__itineraries__post .widget p:first-child {
    padding: 0;
}
.content .carousel__itineraries {
	display: flex;
    row-gap: 60px;
    flex-wrap: wrap;
    column-gap: 1.25%;
    justify-content: center;
    text-align: center;
	color:#FFF;
	margin-bottom:40px;
}
.content .carousel__itineraries .item {
	width: 32.5%;
    position: relative;
}
.content .carousel__itineraries .item::after {
	content: "";
    background: #3C6008;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.content .carousel__itineraries .item::before,
.content .carousel__itineraries .image::before {
	content:"";
	display: block;
    background-image: url(images/triangle.png);
    position: absolute;
    width: 44px;
    height: 30px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    left: 50%;
    transform: translate(-50%,0);
	z-index:3;
}
.content .carousel__itineraries img {
	position:relative;
	z-index:2;
	vertical-align:top;
	width:100%;
	height:auto;
}
.content .carousel__itineraries h4 {
	position:relative;
	z-index:2;
	padding: 26px 16px 15px 16px;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    min-height: 90px;
}
.content .carousel__itineraries p {
	position:relative;
	z-index:2;
	padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 26px;
}
.content .carousel__itineraries h3 {
	padding: 0 0 20px 0;
    font-family: 'Arial';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3C6008;
    background: #F3F3F1;
	position:relative;
	z-index:5;
}
.content .carousel__itineraries .image {
	position:relative;
}

.content .link__more__journey {
	font-size: 12px;
	color: #F3F3F1;
	text-decoration: none !important;
    font-weight: bold;
}
.content .link__more__journey:hover {
	font-weight:bold;
}
.content .link__more__journey::after {
	content: "";
    display: inline-block;
    width: 4px;
    height: 8px;
    margin: -3px 0 0 5px;
    background: url(images/tw.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    vertical-align: middle;
    transform: rotate(180deg);
    background-position: center center;
}
/*.content .vc_empty_space {
	height:30px !important;
}*/
.content .wpb_content_element p a {
	text-decoration:underline;
}
.content .carousel__explore .owl-item div::after {
	content:"";
	display:block;
	clear:both;
}
.content .carousel__explore img {
	float: left;
	max-width:424px;
}
.content .carousel__explore h5 {
	float: right;
    width: 50%;
    padding: 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 20px 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3C6008;
	border-bottom: 1px dashed #3C6008;
    padding-right: 80px;
}
.content .carousel__explore h5 span {
	display: block;
    padding: 20px 0;
}
.content .carousel__explore p {
	padding: 0 0 35px 0;
    float: right;
    width: 50%;
}
.content .carousel__explore p a {
	text-decoration:underline;
	font-weight: bold;
    color: #3C6008;
}
.content .carousel__explore p strong {
	font-weight: 600;
    display: block;
    padding: 0 0 25px 0;
}
.content .carousel__explore p b {
    font-weight: 600;
}
.content .carousel__explore p b a {
    color:#3C6008;
}

.content .icons__info {
	display: flex;
    text-align: center;
    padding: 15px 0 40px 0;
	position: relative;
    margin-left: -15px;
    margin-right: -15px;
	justify-content: center;
}
.content .icons__info div {
	border-left: 1px dashed #3C6008;
    padding: 0 22px;
	width:16.66666666%;
}
.content .icons__info__x5 div {
    width:20%;
}
.content .icons__info div:first-child {
	border:0;
}
.content .icons__info figure {
	margin:0 0 20px 0;
	display: inline-block;
}
.content .icons__info__x5 figure {
    min-height: 70px;
}

.content .icons__info figure img {
	width: 50%;
}
.content .icons__info span {
	display: block;
}
.content .banner__timetravel {
	padding-bottom: 460px;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-size: 100% auto !important;
}
.content .best__months {
	text-align:center;
	text-align: center;
    padding-bottom: 35px;
}
.content .best__months h4 {
	color: #3C6008;
    font-weight: 500;
}
.content .best__months span {
	width: 78px;
    height: 47px;
    background: #000000;
    display: inline-block;
    color: #FFF;
    text-align: center;
    line-height: 3.5;
    margin: 0 4.5px 4.5px 4.5px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
}
.content .best__months span.red {
	background: #000000;
}
.content .best__months span.brown {
	background: #000000;
}
.content .carousel__destinations .owl-dots button {
	display:none !important;
}
.content .carousel__destinations .owl-item img {
	width:100%;
}
.content .carousel__destinations .top {
	position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #FFF;
	text-align:center;
}
.content .carousel__destinations .top h1 {
	font-family: 'Arial';
	font-size:28px;
	font-weight:500;
}
.content .carousel__destinations .center {
	color: #FFF;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translate(0, -50%);
    min-height: 0 !important;
}
.content .carousel__destinations .center h1,
.content .carousel__destinations .center h2.sub__title {
	font-family: 'Arial';
	font-size:32px;
	font-weight:500;
	letter-spacing:0.07em;
	padding:0;
	margin:0;
	text-transform:uppercase;
}
.content .carousel__destinations .bottom {
	position: absolute;
    bottom: 100px;
    left: 0;
    width: 100%;
    z-index: 99;
    color: #FFF;
	text-align:center;
}
.content .carousel__destinations .owl-dots-number {
	width: 80px;
    color: #FFF;
    bottom: 35px;
    left: 50%;
    right: auto;
    margin: 0;
    margin-left: -40px;
    text-align: center;
	position: absolute;
	padding:0;
	z-index: 999;
}
.content .carousel__destinations .owl-dots {
	display:none;
}
.content .carousel__destinations .owl-item div.bg__slide {
	min-height:650px;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}

.content .carousel__destinations .owl-nav button {
	top: auto;
    bottom: 32px;
    left: 50%;
    margin-left: -60px;
}
.content .carousel__destinations .owl-nav button.owl-next {
	left: auto;
    right: 50%;
    margin-left: 0;
    margin-right: -60px;
}
/*codigo para quitar h1 de sliders*/
.content .carousel__destinations .top .h1slidertop 
{
    font-family: 'Arial';
    font-size: 28px;
    font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0 0 40px 0;
	margin: 0;
}
.content .h1sliderbottom
{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.02em;
    padding: 0 0 40px 0;
	margin: 0;
}
/**/

.content .travel__time {
	text-align: center;
    padding: 0 0 35px 0;
    font-size: 16px;
    font-family: 'Arial';
    font-weight: 500;
    letter-spacing: 0.15em;
    display: flex;
}
.content .travel__time div {
	width: 50%;
    vertical-align: middle;
    padding: 0;
    border-left: 1px solid #7AB730;
}
.content .travel__time div:first-child {
	border:0;
}
/*.content .travel__time img {*/
.content .travel__time figure {	
	vertical-align: middle;
    display: block;
    float: left;
    margin: 0 0 0 55px;
}
.content .travel__time p,
.content .travel__time h2 {
	padding: 0;
    display: block;
    float: left;
    margin: 6px 0 0 55px;
	font-size: inherit;
}
/*.content .travel__time div:first-child img {*/
.content .travel__time div:first-child figure {
	float: right;
    margin: 0 55px 0 0;
}
.content .travel__time div:first-child p,
.content .travel__time div:first-child h2 {
	float: right;
    margin: 6px 55px 0 0;
}
.content .travel__time span {
	color:#000000;
}
.content .content__highlights {
	background-color: #7AB730; /* Fondo negro para la sección */
	color:#000000;
	padding-bottom:40px;
	margin-top: 0; /* Elimina el margen superior para que esté pegada a la sección anterior */
}
.content .content__highlights strong {
	font-weight:600;
}
.content .content__highlights h1 {
	font-size:32px;
}
.content .content__highlights ul {
	
	display: block;
    margin: 0 0 0 65px;
    padding: 0;
    list-style: none;
}
.content .content__highlights ul li {
  padding: 0 0 0 20px;
  background-color: src="img/fondo verde-02.jpg"; /* Ruta relativa a la raíz del proyecto */
  background-repeat: no-repeat;
  background-position: 0 2px;
  margin: 40px 0 0 0;
}


.content .content__highlights ul li:first-child {
	margin:0;
}
.content .content__highlights .vc_row::after,
.content .content__highlights .vc_row::before {
	display:none;
}
.content .content__highlights .vc_row .vc_col-sm-6 {
	border-left:1px dashed #F3F3F1;
}
.content .content__highlights .vc_row .vc_col-sm-6:first-child {
	border:0;
}
.content .content__highlights .vc_row .vc_col-sm-6:first-child ul {
	margin:0 65px 0 0;
}
.content .menu__interior {
	display: flex;
	justify-content: space-between;
    gap: 20px; /* Espacio entre las columnas */
    color: #F3F3F1;
}
.content .menu__interior div {
	width:25%;
}
.content .menu__interior h4 {
	font-size: 16px;
}
.content .menu__interior ul {
	margin: 0 20px 35px 15px;
	/*display: none;*/
}
.content .menu__interior ul li {
	
}
.content .view__more_interior,
.content .view__minus_interior {
	display: none !important;
    margin: 25px auto 35px auto;
    color: #F3F3f1;
    font-weight: 600;
    text-align: center;
    width: 100px;
}
.content .view__more_interior::after,
.content .view__minus_interior::after {
	content: "";
    display: inline-block;
    background: url(images/down-white.png);
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: -3px 0 0 8px;
    vertical-align: middle;
    position: relative;
}
.content .view__minus_interior::after {
	transform: rotate(180deg);
}

.content .content__price .vc_row::before,
.content .content__price .vc_row::after {
	display:none;
}
.content .content__price h4 {
	font-weight:500;
	color:#3C6008;
}
.content .content__price .vc_col-sm-4 {
	border-left: 1px dashed #7AB730;
}
.content .content__price .vc_row .vc_col-sm-4:first-child {
	border:0;	
}
.content .content__price h3 {
	padding:0 0 5px 22px;
	font-size:16px;
	font-weight:700;
	font-family: 'Arial';
	font-style: normal;
	letter-spacing: 0.15em;
}
.content .content__price {
	padding-bottom:40px;
}
.content .content__price ul {
	margin: 0 50px 0 0;
    display: block;
    list-style: none;
}
.content .content__price ul li {
	padding:0 0 0 22px;
	margin:25px 0 0 0;
}

.content .content__price .includes ul li {
	background: url(images/good-green.png);
    background-position: 0 2px;
    background-repeat: no-repeat;
}
.content .content__price .not__includes ul {
	margin:0 0 0 35px;
}
.content .content__price .not__includes ul li {
	background: url(images/minus-red.png);
    background-position: 0 0px;
    background-repeat: no-repeat;
}
.content .content__price .accommodations p {
	padding:25px 0 0 22px;
}
.content .content__price .not__includes h3 {
	padding:0 0 5px 57px;
}
.content .vc_tta-container {
    margin-bottom: 0;
}
.content .vc_tta-accordion {
    margin-bottom: 35px;
}
.content .vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 !important;
}
.content .vc_tta.vc_general .vc_tta-panel-heading {
	border-radius: 0 !important;
    border: 0 !important;
    background: none !important;
}
.content .vc_tta.vc_general .vc_tta-panel-heading h4 {
	font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
	padding:0;
	border-bottom: 1px solid #7AB730;
	letter-spacing: 0.01em;
}
.content .vc_tta.vc_general.accordion__green .vc_tta-panel-heading h4 {
    border-color: #016858;
    font-size: 14px;
    color: #016858;
}
.content .vc_tta.vc_general .vc_tta-panel-heading h4 a {
	color: inherit !important;
    padding: 20px 20px 5px 0;
    margin: 0;
	position:relative;
}
.content .vc_tta.vc_general .vc_tta-panel-heading h4 a::after {
	content: "";
    display: block;
    background: url(images/down-brown.png);
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.content .vc_tta.vc_general.accordion__green .vc_tta-panel-heading h4 a::after {
    background: url(images/arrow__green.png);
    width: 12px;
    height: 6px;
    transform: rotate(180deg);
    background-size: 100% auto;
}
.content .vc_tta.vc_general .vc_active .vc_tta-panel-heading h4 a::after {
	transform: rotate(180deg);
    bottom: 7px;
}
.content .vc_tta.vc_general.accordion__green .vc_active .vc_tta-panel-heading h4 a::after {
    transform: rotate(0deg);
}
.content .vc_tta.vc_general .vc_tta-panel-heading h4 span {
	
}
.content .vc_tta.vc_general .vc_tta-panel-heading h4 a i {
	display:none;
}
.content .vc_tta.vc_general .vc_tta-panel-body {
	border: 0;
    padding: 0;
    background: none !important;
}
.content .vc_tta-panels .vc_tta-panel:first-child .vc_tta-panel-heading h4 a {
	padding-top:0 !important;
}
.content .vc_tta.vc_general .vc_tta-panel-body h4 {
	text-transform:uppercase;
	padding: 0;
}
.content .vc_tta.vc_general .vc_tta-panel-body .wpb_raw_html img {
	max-width:425px;
	width:100%;
}
.content .vc_tta.vc_general.accordion__green .vc_tta-panel-body p {
    padding: 35px 0 0 0;
}

.content .map__destinations {
  height: 350px;
  margin-bottom: 35px;
}
.content .wrapp__teams {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 6.5%;
    row-gap: 50px;
    padding-bottom: 35px;
}
.content .wrapp__teams .item__team {
    width: 29%;
}
.content .wrapp__teams .team__image {
    height: 303px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.content .team__image .team__content {
    background: #7AB730;
    color: #f3fef1;
    display: none;
    padding: 17px 7px 22px 22px;
}
.content .team__image .team__content p {
    padding: 0 20px 15px 0;
}
.content .item__team h4 {
    padding: 18px 0 15px 0;
    text-transform: uppercase;
    color: #3C6008;
}
.content .item__team h4 a {
    float: right;
    width: 21px;
    height: 21px;
    background: url(images/+.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    margin-top: -2px;
}
.content .item__team h4 a.active {
    transform: rotate(45deg);
}
.content .item__team .team__position {
    font-weight: 500;
}
.content .team__content .scrollbar-inner {
    height: 264px;
}
.scrollbar-inner > .scroll-element .scroll-element_track {
    background-color: transparent !important;
}
.scrollbar-inner > .scroll-element .scroll-bar {
    background-color: rgba(217,217,217,0.5);
    opacity: 1;
    border-radius: 30px;
}
.content .wrapp__our__awards {
    padding: 45px 0 15px 0;
}
/*.content .wrapp__our__awards::after,*/
.content .wrapp__our__awards::before {
	display:none;
}
.content .wrapp__our__awards .vc_col-sm-6 .vc_column-inner {
	padding-left:30px;
	padding-right:15px;
}
.content .wrapp__our__awards .vc_col-sm-6:first-child .vc_column-inner {
	padding-right:30px;
	padding-left:15px;
}
.content .wrapp__our__awards .wpb_single_image {
    float: left;
	width:140px;
}
.content .wrapp__our__awards .wpb_text_column {
    float: right;
    width: calc(100% - 160px);
}
.content .wrapp__our__awards h4 {
    text-transform: uppercase;
    color: #3C6008;
    padding: 0 0 20px 0;
}
.content .wrapp__our__awards p {
    padding: 0 0 20px 0;
}
.content .vc_align_center {
    margin: 0 auto;
}
.content .vc_tta-container .vc_tta-tabs-container {
    display: block !important;
}
.content .vc_tta-tabs .vc_tta-panels .vc_tta-panel-heading {
    display: none !important;
}
.content .vc_tta-container .vc_tta-tabs-container ul,
.content ul.nav-tabs {
    margin: 0 0 30px 0;
    display: block;
    text-align: center;
}
.content .tab-content {
	margin:0 !important;
}
.content .vc_tta-container .vc_tta-tabs-container ul li,
.content ul.nav-tabs li {
    display: inline-block;
    margin: 0;
	float:none;
}
.content .vc_tta-container .vc_tta-tabs-container ul li a,
.content ul.nab-tabs li a {
    padding: 0;
    background: none;
    border: 0;
    margin: 0 15px;
    font-style: italic;
    background: none !important;
}
.content .vc_tta-container .vc_tta-tabs-container ul li a:hover {
    background: none;
}
.content .vc_tta-container .vc_tta-tabs-container ul li a span {
    display: inline-block;
    padding: 0 0 2px 0;
    border-bottom: 2px solid transparent;
}
.content .vc_tta-container .vc_tta-tabs-container ul li.vc_active a {
    font-style: normal;
    color: #3C6008;
    font-weight: 600;
}
.content .vc_tta-container .vc_tta-tabs-container ul li.vc_active a span {
    border-color: #3C6008;
}
.content .vc_tta-panels-container .vc_tta-panels {
    border: 0 !important;
    background: none !important;
    border-radius: 0 !important;
}
.content .wrapper__news__media .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 1.1%;
    row-gap: 30px;
    padding-bottom: 35px;
}
.content .wrapper__news__media .wpb_wrapper p {
	padding:0;
}
.content .wrapper__news__media .wpb_wrapper .wpb_wrapper {
	display:block;
	padding:0;
}
.content .wrapper__news__media .wpb_wrapper .wpb_text_column {
	width:15.7%;
}
.content .wrapper__news__media img {
	margin:0 0 20px 0;
}
.content .wrapper__news__media .link__web {
	margin-top: 15px;
    display: inline-block;
}
.content .link__web__golden {
    color:#3C6008;
    font-weight: 600;
}
.content .wrapper__news__media .link__web::after {
	background: url(images/arrow-brown.png);
    width: 10px;
    height: 15px;
    position: relative;
    margin-bottom: 1px;
}
.content .link__web__golden::after {
    background: url(images/tb2.png);
    width: 10px;
    height: 8px;
    position: relative;
    content: "";
    display: inline-block;
    margin: 0 8px;
    transform: rotate(180deg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.content .evc-counter,
.content .counter  {
	text-align:center;
	padding: 0 0 20px 0;
    display: block;
}
.content .evc-counter .evc-c-digit,
.content .counter {
	font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 0.02em;
	color: inherit;
    line-height: 1.2;
}
.content .box__reponsible__download h4 {
    padding: 35px 0 0 0;
    max-width: 310px;
    margin: 0 auto;
    min-height: 110px;
}
.content .box__feel .wpb_wrapper,
.content .carousel__feel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 6.5%;
    row-gap: 40px;
    padding-bottom: 35px;
	text-align:center;
}
.content .box__feel .wpb_wrapper .wpb_text_column,
.content .carousel__feel .item {
    width:29%;
}
.content .box__feel .wpb_wrapper .wpb_wrapper {
    display:block;
    padding:0;
}
.content .box__feel .wpb_wrapper .wpb_text_column p,
.content .carousel__feel p {
    padding: 0;
}
.content .box__feel .wpb_wrapper .wpb_text_column p:first-child {
    min-height: 70px;
    padding-bottom: 20px;
}
.content .carousel__feel img {
	margin-bottom:20px;
}
.content .box__feel .wpb_wrapper .wpb_text_column h4,
.content .carousel__feel h4 {
    color: #3C6008;
    padding: 0;
    max-width: 200px;
    margin: 0 auto;
    min-height: 60px;
}
.content .vc_tta-tabs .vc_tta-panel-body ul,
.content .vc_tta-accordion .vc_tta-panel-body ul,
.content ul.list__web,
.content .wdo-tabs-container .tab-pane ul {
    margin-bottom: 0;
    margin-left: 20px;
}
.content .vc_tta-tabs .vc_tta-panel-body ul li,
.content ul.list__web li,
.content .wdo-tabs-container .tab-pane ul li {
    padding-bottom: 30px;
}
.content .vc_tta-tabs .vc_tta-panel-body ul.list__no__padding,
.content .wdo-tabs-container .tab-pane ul.list__no__padding {
    padding-bottom: 30px;
}
.content .vc_tta-tabs .vc_tta-panel-body ul.list__no__padding li,
.content .wdo-tabs-container .tab-pane ul.list__no__padding li {
    padding-bottom: 0;
}


.content ul.list__color__golden {
    color: #3C6008;
}
.content .vc_tta-accordion .vc_tta-panel-body ul {
    margin-top: 30px;
}
.content .vc_tta-accordion .vc_tta-panel-body ul li {
    padding-top: 30px;
}
.content .vc_tta-accordion .vc_tta-panel-body ul li:first-child {
    padding-top: 0;
}
.content .vc_tta-accordion .vc_tta-panel-body p {
    padding: 25px 0 0 0;
}
.content .vc_general.vc_tta.vc_tta-accordion .vc_tta-panel-body {
    padding: 0 0 10px 0;
}
.content .vc_tta-accordion .vc_tta-panel-body .wpb_single_image {
    margin: 30px 0 0 0;
}
.content .vc_tta-accordion .vc_tta-panel-body .vc_col-sm-6 .wpb_single_image {
    margin: 0;
}
.content .content__before__you__go {
	padding-top: 470px;
    background-size: 100% auto;
    background-position: 0 0 !important;
}
.content .tab__paises__acordeon .vc_tta-panel-body p,
.content .tab__paises__acordeon .vc_tta-panel-body ul,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane p,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane ul {
	display:none;
	padding:30px 0 0 0;
}
.content .tab__paises__acordeon .vc_tta-panel-body ul li,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane ul li {
	padding-top:30px;
	padding-bottom:0;
}
.content .tab__paises__acordeon .vc_tta-panel-body ul li:first-child,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane ul li:first-child {
	padding-top:0;
}
.content .tab__paises__acordeon .vc_tta-panel-body h3,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane .h3, 
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane h3 {
	font-family: 'Arial';
    font-style: normal;
    font-weight: normal;
    padding: 0;
    border-bottom: 1px solid #7AB730;
    letter-spacing: 0.01em;
	font-size:14px;
	cursor:pointer;
	padding: 20px 0 5px 0;
    margin: 0;
    position: relative;
}
.content .tab__paises__acordeon .vc_tta-panel-body h3::after,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane .h3::after, 
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane h3::after {
	content: "";
    display: block;
    background: url(images/down-brown.png);
    width: 15px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    bottom: 4px;
}
.content .tab__paises__acordeon .vc_tta-panel-body h3.active::after,
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane .h3.active::after, 
.content .tab__paises__acordeon .wdo-tabs-container .tab-pane h3.active::after {
	transform: rotate(180deg);
    bottom: 7px;
}
.content .product__category {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 4.6px;
    row-gap: 5px;
    padding-bottom: 35px;
}
.content .product__category div {
    width: 205px;
}
.content .product__category div a {
    display: block;
    height: 220px;
    color: #FFF;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: background-size .2s;
    -moz-transition: background-size .2s;
    -webkit-transition: background-size .2s;
    -o-transition: background-size .2s;
}
.content .product__category div a:hover {
    background-size: 110%;
}
.content .product__category div span {
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translate(0, -50%);
	font-family: 'Arial';
    font-weight: 500;
    letter-spacing: 0.15em;
}
.content .category__info {
    background: #FFF;
    padding: 40px 0 20px 0;
}
.content .category__info__top {
    text-align: center;
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
}
.content .category__info__top h4 {
    text-transform: uppercase;
    color: #3C6008;
}
.content .padding__top__40 {
    padding-top: 40px;
}
.content .product__item {
    padding: 35px 0;
}
.content .product__item::after {
    display: block;
    clear: both;
    content: "";
}
.content .product__item .product__gallery {
    width: 600px;
    float: left;
}
.content .product__item .product__gallery__padding {
    padding: 0 56px;
}
.content .product__item .product__sumary {
    width: calc(100% - 660px);
    float: right;
}
.content .product__item .product__sumary .button__web__brown {
    margin: 0;
}
.content .product__item .product__sumary h3 {
    text-transform: uppercase;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.15em;
}
.content .carousel__product__gallery .owl-stage {
    display: block;
}
.content .rows__6books .wpb_wrapper,
.content .rows__3books .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 19px;
    row-gap: 10px;
    padding-bottom: 35px;
}
.content .rows__6books .wpb_wrapper .wpb_single_image {
    width: 158px;
}
.content .rows__3books .wpb_wrapper .wpb_single_image {
    width: 334px;
}
.content .rows__6books .wpb_wrapper .wpb_wrapper,
.content .rows__3books .wpb_wrapper .wpb_wrapper {
    display: block;
    padding: 0;
}
.content .rows__6books .wpb_single_image .vc_figure-caption {
    margin: 0;
    padding: 20px 6px 4px 0;
    text-align: left;
    color: #3C6008;
    font-size: 13px;
    font-style: italic;
}
.content .rows__6books .vc_align_center {
    margin: 0;
}
.content .rows__3books h2 {
    font-size: 14px;
    letter-spacing: 0.01em;
    padding: 0 0 20px 0;
    font-family: 'Arial';
    font-weight: 600;
}
.content .rows__6books .vc_figure {
    text-align: left;
}
.content .title__line .wpb_wrapper,
.content .title__line__white .wpb_wrapper {
    text-align: center;
    border-bottom: 1px dashed #7AB730;
}
.content .title__line .wpb_wrapper h4,
.content .title__line__white .wpb_wrapper h4 {
    position: relative;
    display: inline-block;
    line-height: 1;
    background: #fff;
    padding: 0 10px;
    margin-bottom: -4px;
    vertical-align: bottom;
    font-family: 'Arial';
    font-weight: 600;
    letter-spacing: 0.01em;
}
.content .title__line__white .wpb_wrapper h4 {
	background: #FFF;
}
.content .btn__download {
	width: 125px;
    height: 28px;
    background: #7AB730;
    display: block;
    margin: 20px auto 0 auto;
    color: #FFF;
    line-height: 2;
}
.content .btn__download:hover {
	color: #7AB730;
	background: #FFF;
}
.content .review__star {
    padding: 0 0 25px 0;
}
.content .box__trustbox {
    background: #000;
    padding: 7.5px 0;
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}
.page-id-204 .content .box__trustbox,
.page-id-43624 .content .box__trustbox {
    background: transparent;
    max-width: 422px;
    border: 1px solid #3C6008;
}
.content .image__border {
	margin: 0 0 35px 0;
}
.content .image__border img {
	border: 1px dashed #3C6008;
    padding: 12px;
    border-radius: 50%;
    width: 164px;
}
.content .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 8px;
	grid-column-gap: 11px;
}
.content .gform_wrapper.gravity-theme .gfield input.large, 
.content .gform_wrapper.gravity-theme .gfield select.large,
.content .gform_wrapper.gravity-theme .gfield textarea.large {
	padding:8px 20px;
	outline:none;
	background:#F3F3F1;
	border:0;
	border-radius:0;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.01em;
	color: #000;
	height: 38px;
}
.content .gform_wrapper.gravity-theme .gfield select.large.placeholder {
	color:#808080;
}
.content .gform_wrapper.gravity-theme .gfield select.large {
	padding:8px 16px;
}
.content .gform_wrapper.gravity-theme .gfield input#input_1_20 {
    padding-left: 50px;
}
.content .gform_wrapper.gravity-theme .gfield textarea.large {
	height:82px;
	max-width:100%;
	max-height:82px;
}
.content .gform_body ::placeholder { 
  color: #808080;
}
.content .gform_body :-ms-input-placeholder {
  color: #808080;
}
.content .gform_body ::-ms-input-placeholder { 
  color: #808080;
}
.content .gform_wrapper.gravity-theme .gfield.field__50__left,
.content .gform_wrapper.gravity-theme .gfield.field__50__right {
	-ms-grid-column-span: 6;
    grid-column: span 6;
	margin-top: 37px;
}
.content .gform_wrapper.gravity-theme .gform_footer, 
.content .gform_wrapper.gravity-theme .gform_page_footer {
    margin: 0;
    padding: 36px 0 23px 0;
    text-align: center;
}
.content .gform_wrapper.gravity-theme .gform_footer input {
	width: 111px;
    height: 30px;
    display: block;
    margin: 0 auto;
    border-radius: 0;
    border: 0;
    background: #F3F3F1;
    cursor: pointer;
    outline: none;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #7AB730;
    line-height: 2.2;
}
.content .gform_wrapper.gravity-theme .gform_footer input:hover {
	background: #7AB730;
	color: #F3F3F1;
}
.content .gform_description_bottom {
	font-style: italic;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.01em;
	color: #F3F3F1;
}
.gform_wrapper .gform_validation_errors>h2.hide_summary {
    padding: 0;
}
.content .gform_heading {
	display:none;
}
.content .gform_confirmation_message {
	color: #F3F3F1;
    font-size: 22px;
    border: 1px dashed #3C6008;
    border-left: 0;
    border-right: 0;
    padding: 55px 0 20px 0;
}
.content .latest__reviews .tab-content .wpb_row a {
	font-weight: 600;
	color: #3C6008;
	float: right;
    display: block;
    margin-top: -30px;
	text-decoration: none;
}
.content .latest__reviews .tab-content .wpb_row a::after {
	content:"";
	display:inline-block;
    width: 6px;
    height: 11px;
    background: url(images/tb2.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 0 0 2px 6px;
    transform: rotate(180deg);
    position: relative;
    vertical-align: bottom;
}
.content .latest__reviews .tab-content .vc_row:nth-child(2n) {
	background:#F3F3F1;
}
.content .latest__reviews .tab-content .vc_row {
	padding-top: 80px;
    padding-bottom: 55px;
}
.content .iti {
    display: block;
}
.content .vc_tta-panel .vc_tta-panel-body h1 {
    padding: 0 0 20px 0;
}
.content .vc_tta-tabs .vc_tta-panels .vc_tta-panel {
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
    opacity: 0;
    overflow: hidden;
    height: 0;
}
.content .vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active {
    opacity: 1;
    overflow: visible;
    min-height: 200px;
    height: auto;
}
.content .vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-body {
    display: block;
    visibility: visible;
}
.content .tc-tabs-style3 .nav-tabs li a {
    margin: 0 15px;
    padding: 0;
    font-style: italic;
    font-size: inherit;
    color: #666;
    padding-bottom: 4px;
}
.content .blue .tc-tabs-style3 .nav-tabs li a:hover {
    font-style: italic;
    color: inherit !important;
}
.content .blue .tc-tabs-style3 .nav-tabs li.active a {
    font-style: normal;
    color: #3C6008 !important;
    font-weight: 600;
}
.content .blue .tc-tabs-style3 .nav-tabs li a:after {
    background-color:#3C6008 !important;
}
.content .wdo-tabs-container {
    padding: 0 0 40px 0;
}
.content .wdo-tabs-container p {
    margin:0;
}
.content .sidebar__post {
    float: right;
    width: 190px;
    padding: 0 0 0 30px;
    border-left: 1px dashed #7AB730;
}
.content .content__left__post {
    float: left;
    width: calc(100% - 190px);
}
#wrapp__posts__blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 70px;
    row-gap: 45px;
    padding-bottom: 0;
}
#wrapp__posts__blog.wrapp__posts__blog__search {
    column-gap: 30px;
}
#wrapp__posts__blog .item__post {
    width: 350px;
}
#wrapp__posts__blog.wrapp__posts__blog__search .item__post {
    width: 328px;
}
.content .post__top {
    padding: 160px 0 40px 0;
    background: #FFF;
    text-align: center;
	text-transform: capitalize;/*linea agregada para capitalizar titulos*/
}
.content .post__top__search {
    padding-bottom: 0;
}
.content .item__post__full {
	text-align: center;
	padding:0 0 40px 0;
}
.content .item__post__full .item__post__thumbs {
	position: relative;
    display: block;
    margin: 0 0 40px 0;
}
.content .item__post__full .item__post__thumbs img {
	 display: block;
    width: 100%;
    height: auto;
}
.content .item__post__full h4 {
	text-transform:uppercase;
}
.content .item__post__full p {
	max-width:900px;
	margin:0 auto;
	display:block;
}
.content .item__post__full .read__post a,
.content .item__post .read__post a {
	font-weight:600;
	display: inline-block;
    vertical-align: middle;
}
.content .item__post__full .read__post a::after,
.content .item__post .read__post a::after {
	content:"";
	display:inline-block;
	width:9px;
	height:14px;
	background:url(images/read-post.png);
	background-repeat:no-repeat;
	background-position:0 0;
	background-size:100% auto;
	vertical-align: middle;
    margin: -5px 0 0 5px;
}
.content .content__posts__blog {
	padding:90px 0;
	background:#FFF;
}
.content .item__post .item__post__thumbs {
	width:100%;
	height:229px;
	display:block;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	margin:0 0 15px 0;
	background-color: #eee !important;
}
.content .item__post .item__post__tags {
	display:flex;
	padding:0 0 15px 0;
}
.content .item__post .item__post__tags span {
	width:50%;
}
.content .item__post .item__post__tags span.cat {
	text-align:right;
	font-style:italic;
}
.content .item__post h4 {
	font-family: 'Arial';
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	padding:0 0 15px 0;
	letter-spacing:0;
	text-transform: capitalize;/*linea agregada para capitalizar titulos*/
}
.content .item__post p {
	padding:0 0 20px 0;
}
.content .pagination,
.content .wp-pagenavi {
	text-align:center;
	padding:40px 0 0 0;
	font-family: 'Arial';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	letter-spacing:0;
	color:#3C6008;
}
.content .pagination h2 {
	display:none;
}
.content .pagination .nav-links span,
.content .pagination .nav-links a,
.content .wp-pagenavi a.page,
.content .wp-pagenavi span.current,
.content .wp-pagenavi a.nextpostslink,
.content .wp-pagenavi a.previouspostslink,
.content .wp-pagenavi a.first,
.content .wp-pagenavi a.last {
	display:inline-block;
	width:30px;
	height:30px;
	margin: 0px;
    vertical-align: middle;
    line-height: 2;
}
.content .pagination span.current,
.content .wp-pagenavi span.current {
	color:#FFF;
	background:#3C6008;
	border-radius:50%;
}
.content .pagination .prev span,
.content .pagination .next span {
	display:none;
}
.content .pagination .next,
.content .pagination .prev,
.content .wp-pagenavi a.nextpostslink,
.content .wp-pagenavi a.previouspostslink {
	background: url(images/page-next.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -500000px;
}
.content .pagination .prev,
.content .wp-pagenavi a.previouspostslink {
	transform: rotate(180deg);
}
.content .wp-pagenavi a.first,
.content .wp-pagenavi a.last {
    background: url(images/page-end.png);
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -500000px;
}
.content .wp-pagenavi a.first {
    transform: rotate(180deg);
}

.content .wpc-filter-title {
	margin:0 0 20px 0;
	font-weight:500;
}
.content .wpc-filters-main-wrap ul.wpc-filters-ul-list {
	padding:0;
}
body .content .wpc-filters-main-wrap li.wpc-term-item {
	margin-bottom:8px;
}
.content .sidebar__post ul {
	padding:0;
	margin:0;
}
.content .wpc-filters-section {
    margin: 30px 0 0 0;
}
.content .wpc-posts-found {
	display:none;
}
.content .sidebar__post .search-form {
	position:relative;
}
.content .sidebar__post .search-form input[type="search"] {
	height:34px;
	display:block;
	border:0;
	border-bottom: 1px solid #7AB730;
    outline: none;
    padding: 0 25px;
    width: 100%;
    font-style: italic;
    color: #7AB730;
}
.content .sidebar__post .search-form ::placeholder { 
  color: #7AB730;
}
.content .sidebar__post .search-form :-ms-input-placeholder {
  color: #7AB730;
}
.content .sidebar__post .search-form ::-ms-input-placeholder { 
  color: #7AB730;
}
.content .sidebar__post .search-form input[type="submit"] {
	width:16px;
	height:16px;
	background:url(images/search-sidebar.png);
	border: 0;
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat;
    text-indent: -99999px;
    background-position: center center;
    position: absolute;
    top: 8px;
    left: 0;
}
.content .content__itineraries__footer .content__itineraries__post {
    row-gap: 40px;
}
.content__itineraries__footer {
    padding: 40px 0;
	position: relative;
    z-index: 9;
	background: #F3F3F1;
}
.content__more__itineraries__footer {
    text-align: center;
    width: 100%;
	font-weight: 700;
	padding-top: 40px;
}
.content__more__itineraries__footer a::after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(images/read-post.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100% auto;
    vertical-align: middle;
    margin: -2.5px 0 0 10px;
}

.content .pagination-single {
    padding: 40px 0;
    font-family: 'Arial';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.02em;
}
.content .pagination-single-inner a {
    width: 45%;
    padding: 0 0 0 85px;
    position: relative;
}
.content .pagination-single-inner a::after {
    content: "";
    display: block;
    background: url(images/next-post.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: 22px;
    height: 37px;
    margin-top: -18.5px;
}
.content .pagination-single-inner a.previous-post::after {
    left: 0;
    right: auto;
    transform: rotate(180deg);
}
.content .pagination-single-inner a.next-post {
    text-align: right;
    padding: 0 85px 0 0;
}
.content .pagination-single-inner a h5 {
    font-family: 'Arial';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 20px 0;
    letter-spacing: 0.15em;
}
.content .entry__single {
   /* padding: 0 85px;*/
	padding: 0;
    position: relative;
    z-index: 6;
}
.content .entry__single::after {
	content: "";
    display: block;
    clear: both;
}
.content .entry__single #sidebar__blog {
	float: left;
    width: 290px;
    padding: 35px 0 0 0;
    position: relative;
}
.content .entry__single .content__single__right {
	float:right;
	width:calc(100% - 320px);
}
#ez-toc-container {
	display:none;
	margin-bottom:30px;
}
#sidebar__blog .ez-toc-title-toggle,
.entry__single .ez-toc-title-toggle{
	display:none;
}
#sidebar__blog__content.fixed {
	position:fixed;
	width:290px;
	top:100px;
	z-index:8;
}
#sidebar__blog__content,
.entry__single #ez-toc-container {
	border:1px solid #3C6008;
	padding:15px 15px 5px 15px;
	border-radius:0;
	-webkit-box-shadow: none;
    box-shadow: none;
}
#sidebar__blog__content .ez-toc-title-container {
	display:block;
}
#sidebar__blog__content .ez-toc-title-container p,
.entry__single div#ez-toc-container .ez-toc-title {
	display:block;
	padding:0 0 5px 0;
	margin:0;
	text-transform:uppercase;
	color:#7AB730;
	font-family: 'Arial';
	font-weight:bold;
}
#sidebar__blog__content nav,
#ez-toc-container nav {
	color:#3C6008;
	font-size:15px;
	font-family: 'Arial';
	font-weight:600;
}
#sidebar__blog__content nav ul,
#ez-toc-container nav ul {
	padding: 10px 0 0 10px;
    margin: 0;
	list-style:none;
}
#sidebar__blog__content nav ul li,
#ez-toc-container nav ul li {
	padding: 0 0 10px 0;
	margin:0;
}
#sidebar__blog__content nav ul li a,
#ez-toc-container nav ul li a {
	text-decoration:none;
	color:inherit;
}
#sidebar__blog__content nav ul li a:hover,
#ez-toc-container nav ul li a:hover {
	text-decoration:underline;
}
#sidebar__blog__content nav ul ul,
#ez-toc-container nav ul ul {
	
}
#scrollbar__blog__inner {
	max-height:400px !important;
}

.content .entry__single a {
	font-weight: 600;
    text-decoration: underline;
}
.content .post__entry__info {
    display: flex;
    padding: 50px 0;
    align-items: center;
}
.content .post__entry__info .post__entry__date,
.content .post__entry__info .post__entry__share {
    width: 50%;
}
.content .post__entry__info .post__entry__date span {
    display: inline-block;
    margin: 0 20px;
}
.content .post__entry__info .post__entry__share {
	text-align:right;
}
.content .post__entry__info .post__entry__share a {
    display:inline-block;
	margin:0 0 0 12px;
	width:24px;
}
.content .sfsi_widget {
    min-height: 0;
}
.content .sfsi_wicons {
    padding-top: 0 !important;
    margin-bottom: 0 !important;
    vertical-align: top;
}
.content .pagination-single-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content .post__thumbs img {
    width: 100%;
    height: auto;
}
.content .wrapp__single__post {
    position: relative;
}
.content .wrapp__single__post .post__thumbs {
	position:relative;
	z-index:9;
}
.content .wrapp__single__post::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
    background: #FFF;
    height: 250px;
}
.content .entry__single ol {
    font-weight: 600;
    font-size: 16px;
    color: #3C6008;
    padding-left: 45px;
}
.content .entry__single ol li {
    padding: 0 0 35px 0;
}
.content .center__content__contact {
    padding-top: 48px;
}
.content .latest__reviews h4 {
    margin: 0;
    padding: 0 0 25px 0;
    font-family: 'Arial';
    text-transform: uppercase;
    font-weight: bold;
}
.content .latest__reviews .wdo-tabs-container p {
    padding: 0 0 25px 0;
}

.footer1 {
	background-color: #4b4b4b;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding: 50px 0 30px 0;
	position: relative;
    z-index: 9;
}
.footer__testimonials1 {
    background-color:#7AB730; 
    padding: 10px 0;
    text-align: center;
}
.footer__columns1 {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__columns1 .col:nth-child(4) {
  width: auto; /* Elimina el ancho fijo */
}
.footer__columns1 h4 {
  font-family: 'Arial';
  font-weight: 14px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding: 0 0 20px 0;
  margin: 0;
  color: #fff;
}
.footer__columns1 .socials {
	display: flex;
    flex-direction: column; /* Cambia la dirección a vertical */
    gap: 5px; /* Espacio entre los iconos */
    padding: 0;
}
.footer__columns1 .socials a {
	display: flex; /* Alinea icono y texto horizontalmente */
	align-items: center; /* Centra verticalmente */
	font-size: 10px; /* Tamaño del texto */
	text-decoration: none; /* Elimina el subrayado */
	color: #fff; /* Color del texto */
    margin: 0 10px 0 0;
	gap: 5px; /* Espacio entre el icono y el texto */
}
.footer__columns1 .socials a img {
	width:20px;
	height:20px;
}
.footer__columns1 .socials a span {
  font-size: 16px; /* Tamaño del texto */
  font-weight: 16px; /* Grosor del texto */
  color: #fff; /* Color del texto */
}
.footer1 a:hover {
	text-decoration:underline;
}


@media (max-width: 767px) {
	
  .footer__columns1 {
    flex-direction: column; /* Cambia la dirección de las columnas a vertical */
    align-items: flex-start; /* Alinea las columnas a la izquierda */
    text-align: left; /* Alinea el texto a la izquierda */
  }

  .footer__columns1 .col {
	margin: left;
	padding: left;
    width: 100%; /* Ocupa todo el ancho disponible */
    margin-bottom: 15px; /* Agrega un margen inferior entre las columnas */
  }

  /* Ajuste para los enlaces dentro de la columna */
  .footer__columns1 .socials {
    display: block; /* Cambia el display a block para que los elementos estén en una lista */
    gap: 10px; /* Agrega espacio entre los elementos */
    padding: 0; /* Elimina cualquier padding extra */
  }

  .footer__columns1 .socials a {
    font-size: 14px; /* Aumenta el tamaño de texto */
    display: block; /* Cambia los enlaces a bloque, para que se muestren uno debajo del otro */
    text-align: left; /* Alinea el texto a la izquierda */
    margin: 5px 0; /* Agrega márgenes para separar los enlaces */
    gap: 8px; /* Añade espacio entre el icono y el texto */
  }

  .footer__columns1 .socials a img {
    width: 25px; /* Aumenta el tamaño de los iconos */
    height: 25px;
    margin-right: 10px; /* Espacio entre el icono y el texto */
  }

  .footer__columns1 .socials a span {
	visibility: hiden;
    font-size: 16px; /* Aumenta el tamaño del texto */
    font-weight: 16px; /* Ajusta el grosor del texto */
    color: #fff; /* Asegura que el texto sea blanco */
  }

  .footer__columns1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none; /* Elimina los puntos de lista */
    display: block; /* Asegura que las listas estén en formato de bloque */
  }

  .footer__columns1 ul li {
    padding: 5px 0; /* Agrega espacio entre los elementos de la lista */
    text-align: left; /* Alinea el texto a la izquierda */
  }

  /* Ajuste en las imágenes dentro de los widgets */
  .footer__columns1 .custom-html-widget p img {
    width: 15px; /* Ajusta el tamaño de las imágenes */
    margin-right: 10px; /* Agrega espacio entre la imagen y el texto */
  }
}






.wrapp__light__search {
	display: none;
    position: fixed;
    z-index: 1011101;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background-color: hsla(0,0%,100%,.75);
    padding: 30px 0 0 0;
}
.form__light__search {
	width: 55%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}
.form__light__search svg,
.form__light__search img {
	width: 20px;
    fill: #7AB730;
    position: absolute;
    top: 19px;
    left: 24px;
}
.form__light__search input {
	height: 60px;
    font-size: 20px;
    border-left: 0;
    border: 1px solid #999;
    outline: none;
    color: #2f2f2f;
    display: inline-block;
    padding: 5px 60px;
    width: 100%;
	border-radius:30px;
	-webkit-box-shadow: 1px 10px 10px rgb(0 0 0 / 18%);
    box-shadow: 1px 10px 10px rgb(0 0 0 / 18%);
}
#live__search {
	position: absolute;
    background: #fff;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    width: 55%;
    -webkit-box-shadow: -2px 12px 15px rgb(0 0 0 / 20%);
    box-shadow: -2px 12px 15px rgb(0 0 0 / 20%);
    border: 1px solid #999;
    border-top: 0;
    top: 90px;
	display:none;
	max-height: 80vh;
    overflow: overlay;
}
.btn__close_light__search {
	position: absolute;
    right: 30px;
}
.btn__close_light__search svg,
.btn__close_light__search img {
	width: 20px;
    fill: #7AB730;
}
#live__search div.searching {
	font-weight: 400;
    padding: 11.25px 22.5px;
    width: 100%;
}
#live__search div.item__result a {
	font-weight: 400;
    padding: 11.25px 22.5px;
    display: block;
    width: 100%;
}
#live__search div.item__result a:hover {
	background:#7AB730;
	color:#FFF;
}
#live__search .title__category__search {
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 11.25px 22.5px;
}
#live__search .view__all {
	margin: 10px 22.5px 0 22.5px;
    text-align: center;
    border-top: 1px solid #ccc;
    padding: 22.5px 0;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#live__search .view__all a {
	
}

.font__sangbleu__Arial {
    font-family: 'Arial' !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}
.font__sangbleu__kingdom {
	font-family: 'Arial' !important;
	font-weight: normal !important;
    font-style: normal !important;
    font-display: swap !important;
}
.font__sangbleu__sans {
    font-family: 'Arial' !important;
    font-weight: bold  !important;
    font-style: normal  !important;
    font-display: swap !important;
}
.font__sangbleu__sans__500 {
    font-family: 'Arial' !important;
    font-weight: 500  !important;
    font-style: normal  !important;
    font-display: swap !important;
}
.sfsiplus_footerLnk {
    display: none !important;
}
.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper, .wpc-term-count-0:not(.wpc-has-not-empty-children), .wpc-term-count-0:not(.wpc-has-not-empty-children) a, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label, body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a {
	opacity:1 !important;
}
.content .wpc-filters-main-wrap li.wpc-term-item a {
	text-transform:capitalize;
}
.content .wpc-filter-post_tag ul {
	display: flex;
    flex-wrap: wrap;
}
.content .wpc-filter-post_tag ul li {
	width:100%;
}
.content .wpc-filter-post_tag ul li:nth-child(1) {
	order:1;
}
.content .wpc-filter-post_tag ul li:nth-child(2) {
	order:2;
}
.content .wpc-filter-post_tag ul li:nth-child(3) {
	order:7;
}
.content .wpc-filter-post_tag ul li:nth-child(4) {
	order:4;
}
.content .wpc-filter-post_tag ul li:nth-child(5) {
	order:3;
}
.content .wpc-filter-post_tag ul li:nth-child(6) {
	order:6;
}
.content .wpc-filter-post_tag ul li:nth-child(7) {
	order:5;
}
.content .desktop__mobile {
	display:none !important;
}
.content .max__width__260 {
	max-width:260px;
	margin: 0 auto;
}
.content__logos .max__126 {
	max-width:126px;
}
.content__logos .max__110 {
	max-width:110px;
}
.content__logos .max__163 {
	max-width:163px;
}
.content__logos .max__139 {
	max-width:139px;
}
.content__logos .max__173 {
	max-width:173px;
}
.content__logos .max__112 {
	max-width:112px;
}
.content__logos .max__192 {
	max-width:192px;
}

/*Menu de Contact*/ 
@media only screen and (min-width: 1025px)  {
	.page-id-204 .header__top,
	.page-id-204 .header__nav,
	.page-id-204 .header__btn__search,
	.page-id-204 .header__nav__btn,
	.page-id-43624 .header__top,
	.page-id-43624 .header__nav,
	.page-id-43624 .header__btn__search,
	.page-id-43624 .header__nav__btn {
		display: none;
	}
	.page-id-204 .header__nav,
	.page-id-43624 .header__nav {
		background-color: #7AB730;
		position: fixed;
		left: 0;
		width: 100%;
		top: 0;
		height: 100vh;
		z-index: 3;
		padding: 0;
		float: none;
		background-image: url(images/footer.png);
		background-repeat: repeat-x;
		background-position: 0 bottom;
	}
	.page-id-204 .nav__mobile ,
	.page-id-43624 .nav__mobile {
		display: block;
	}
	.page-id-204 .header__logo,
	.page-id-204 .nav__mobile,
	.page-id-43624 .header__logo,
	.page-id-43624 .nav__mobile {
		position: relative;
		z-index: 4;
	}
	.page-id-204 .header__logo,
	.page-id-43624 .header__logo {
		margin:20px 0 20px 0;
	}
	.page-id-204 .nav__mobile,
	.page-id-43624 .nav__mobile {
		margin:15px 0 0 0
	}
	.page-id-204 .header__nav__menu,
	.page-id-43624 .header__nav__menu {
		padding: 60px 0 0 0;
		float: none;
		margin: 0 auto;
		font-size: 20px;
		color: #F3F3F1;
		font-weight: normal;
		max-width:1074px;
	}
	.page-id-204 .header__nav__menu li.link__contact__us,
	.page-id-43624 .header__nav__menu li.link__contact__us {
		display: block;
	}
	.page-id-204 .header__nav__menu li,
	.page-id-204 .header__nav__menu li:first-child,
	.page-id-43624 .header__nav__menu li,
	.page-id-43624 .header__nav__menu li:first-child {
		display: block;
		padding: 0;
		margin: 0 0 10px 0;
		position: relative;
	}
	.page-id-204 .header__nav__menu li a.parent::after,
	.page-id-43624 .header__nav__menu li a.parent::after {
		display: none;
	}
	.page-id-204 .header__nav__menu li div,
	.page-id-43624 .header__nav__menu li div {
		display: block;
		background: url(images/mobile__plus.png);
		width: 64px;
		height: 44px;
		right: 0;
		top: 0;
		background-repeat: no-repeat;
		background-position: center center;
		position: absolute;
		cursor: pointer;
	}
	.page-id-204 .header__nav__menu li.active div,
	.page-id-43624 .header__nav__menu li.active div {
		display: block;
		background: url(images/mobile__minus.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.page-id-204 .header__nav__menu li:first-child div,
	.page-id-43624 .header__nav__menu li:first-child div {
		background: url(images/mobile__item.png);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.page-id-204 .header__nav__menu li a,
	.page-id-43624 .header__nav__menu li a {
		margin: 0;
		padding:5.5px 20px;
	}
	.page-id-204 .header__nav__menu ul,
	.page-id-43624 .header__nav__menu ul {
		position: relative;
		background: none;
		text-align: left;
		padding: 0;
	}
	.page-id-204 .header__nav__menu ul li,
	.page-id-204.header__nav__menu ul.submenu_about li,
	.page-id-43624 .header__nav__menu ul li,
	.page-id-43624.header__nav__menu ul.submenu_about li {
		display: block;
		margin: 0;
	}
	.page-id-204 .header__nav__menu li.active a,
	.page-id-43624 .header__nav__menu li.active a {
		background: rgba(243, 243, 241, 0.15);
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li.first__li,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li.first__li {
		display: block;
		float: none;
		width: 100%;
		color: #000000;
		text-transform: capitalize;
		padding: 0 0 8px 0;
		margin: 0 auto;
    	max-width: 1046px;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li.first__li:after,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li.first__li:after {
		content: "";
		display: block;
		clear: both;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li.first__li h3,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li.first__li h3 {
		float: left;
		font-family: 'Arial';
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		padding: 0;
		margin: 0;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li.first__li a,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li.first__li a {
		float: right;
		padding: 0;
		font-size: 12px;
		font-weight: normal;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li.first__li a::before,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li.first__li a::before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		background: url(../img/nxt.png);
		background-repeat: no-repeat;
		background-position: center center;
		background-size: auto 100%;
		vertical-align: bottom;
		position: relative;
		margin-bottom: 1px;
		margin-right: 10px;
		transform: rotate(180deg)
	}
	.page-id-204 .header__nav__menu ul.submenu_about,
	.page-id-43624 .header__nav__menu ul.submenu_about {
		color: #F3F3F1;
		padding: 0;
		font-size: 15px;
		font-family: 'Arial';
		font-weight: normal;
	}
	.page-id-204 .header__nav__menu ul.font20,
	.page-id-43624 .header__nav__menu ul.font20 {
		text-transform: inherit;
		font-size: 15px;
		font-family: 'Arial';
		font-weight: normal;
		padding:0;
	}
	.page-id-204 .header__nav__menu ul.font20 li,
	.page-id-43624 .header__nav__menu ul.font20 li {
		margin:0;
		padding: 0
	}
	.page-id-204 .header__nav__menu ul.font20 li a,
	.page-id-204 .header__nav__menu ul li a,
	.page-id-43624 .header__nav__menu ul.font20 li a,
	.page-id-43624 .header__nav__menu ul li a {
		padding:5px 20px;
		background: none !important;
	}
	.page-id-204 .header__nav__menu ul.font20 li a img,
	.page-id-43624 .header__nav__menu ul.font20 li a img {
		display: none;
	}
	.page-id-204 .header__nav__menu ul.font20 li a span,
	.page-id-43624 .header__nav__menu ul.font20 li a span {
		position: relative;
		left: auto;
		width: 100%;
		text-align: left;
		transform: none;
		top: auto;
		display: block;
	}
	.page-id-204 .header__nav__menu ul.font20 li a span br,
	.page-id-43624 .header__nav__menu ul.font20 li a span br {
		display: none;
	}
	.page-id-204 .header__nav__menu ul.font20 i,
	.page-id-43624 .header__nav__menu ul.font20 i {
		font-style: normal;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations,
	.page-id-43624 .header__nav__menu ul.boxes__destinations {
		position: fixed;
		background: #F3F3F1;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		padding: 68px 18px 0 18px;
		margin: 0;
		z-index: 5;
		text-align:center;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li {
		float: none;
		padding: 2px;
		width: 162px;
		display: inline-block;
	}
	.page-id-204 .header__nav__menu ul li a img,
	.page-id-43624 .header__nav__menu ul li a img {
		width: 100%;
	}
	.page-id-204 .header__nav__menu ul.boxes__destinations li a,
	.page-id-43624 .header__nav__menu ul.boxes__destinations li a {
		padding:0;
	}
	.page-id-204 .header__nav__menu ul li a span,
	.page-id-43624 .header__nav__menu ul li a span {
		font-size: 18px;
		font-weight: 500;
	}
	.page-id-204 .header__nav__menu ul.font20 li a span,
	.page-id-43624 .header__nav__menu ul.font20 li a span {
		font-size: 14px;
		font-weight: normal;
		padding:0;
	}
	.page-id-204 .header__nav__menu ul.submenu_about,
	.page-id-204 .header__nav__menu ul.font20,
	.page-id-43624 .header__nav__menu ul.submenu_about,
	.page-id-43624 .header__nav__menu ul.font20 {
		padding-top:15px;
	}
	.page-id-204 .header__nav__menu ul.submenu_about li,
	.page-id-43624 .header__nav__menu ul.submenu_about li {
		margin:0;
	}
}
.page-id-204 .content,
.page-id-43624 .content {
		padding-top:65px;
	}
.page-id-204 .nav__mobile a.button__mobile__nav,
.page-id-43624 .nav__mobile a.button__mobile__nav {
	margin-top: -2px;
    width: 30px;
    position: relative;
	display:none;
}
.header__logo img.logo__contact__white {
	display:none;
}



/* Estilo general para todos los dispositivos */
.content #Peru__travel .vc_parallax-inner {
    background-image: url("../img/3nd-section.jpg") !important;
    background-size: cover;
    background-position: top center;  /* Cambiar para que la imagen se centre en la parte superior */
    height: 600px;  /* Altura general */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;  /* Espacio en la parte superior e inferior */
}

/* Aseguramos que el contenedor tenga la imagen de fondo correctamente configurada */
#Peru__travel {
    background-image: url("../img/3nd-section.jpg") !important;  /* Ruta a tu imagen de fondo */
    background-size: cover;  /* Asegura que la imagen cubra todo el contenedor */
    background-position: top center;  /* Cambiar para que la imagen se centre en la parte superior */
    background-attachment: fixed;  /* Si quieres efecto parallax */
    min-height: 600px;  /* Altura mínima para asegurar que el fondo cubra todo el espacio */
    display: flex;
    flex-direction: column;
    justify-content: center;  /* Centra el contenido dentro del contenedor */
    padding: 20px 0;  /* Añade algo de espaciado si es necesario */
}

/* Estilos para pantallas de tablets y móviles */
@media (max-width: 768px) {
    #Peru__travel {
        min-height: 600px;  /* Ajusta la altura en pantallas más pequeñas */
        padding: 40px 0;  /* Añade más espacio si es necesario */
		margin-bottom: 50px;
        background-position: top center; /* Mantén la imagen centrada en la parte superior */
    }
}

/* Estilos para pantallas móviles muy pequeñas */
@media (max-width: 480px) {
    #Peru__travel {
        min-height: 600px;  /* Ajusta aún más la altura en dispositivos móviles pequeños */
        padding: 60px 0;  /* Añadir más espacio si es necesario */
        background-position: top center; /* Mantén la imagen centrada en la parte superior */
    }
}







.fondoverde{
	background-color: #016858 !important;
}

/*seccion destinos cards*/
.destinos {
    font-family: 'Arial'!important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    letter-spacing: 0.07em !important;
	margin-top: -100px !important;
	text-shadow:
    1px 1px 2px #3C3939;
}
.destinostitle {
    font-family: 'Arial'!important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    letter-spacing: 0.07em !important;
	padding: 0 0 20px 0 !important;
}
.bkgradiente{
	background: linear-gradient(180deg, #000000 0%, rgba(217, 217, 217, 0) 72.58%);
}
/**css cuadros de texto e imagen similar al slider*/
.content .cuadro_imagen_texto{
	display: block;
    /*position: absolute;*/
    top: 0;
    left: 0;
    width: 100%;
}
.content .cuadro_imagen_texto div::after {
	content:"";
	display:block;
	clear:both;
}
.content .cuadro_imagen_texto img {
	float: left;
	max-width:424px;
}
.content .cuadro_imagen_texto h5 {
	float: right;
    width: 50%;
    padding: 0 0 20px 0;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 20px 0;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #3C6008;
	border-bottom: 1px dashed #3C6008;
    padding-right: 80px;
}
.content .cuadro_imagen_texto p{
	padding: 0 0 35px 0;
    float: right;
    width: 50%;
}
.content .cuadro_imagen_texto p strong {
	font-weight: 600;
    display: block;
    padding: 0 0 25px 0;
}
.content .cuadro_imagen_texto p a {
	text-decoration:underline;
	font-weight: bold;
    color: #3C6008;
}

/*pilares home*/
.pilar-titulo {
    padding: 0px 0px 5px !important;
    font-family: 'Arial';
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 16px !important;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #FFF;
    text-align: center;
}
.pilar-subtitulo {
    text-align: center;
    font-family: 'Arial';
    font-style: normal;
    font-weight: bold;
    font-size: 14px !important;
    letter-spacing: 0.15em;
    padding: 0 0 10px 0 !important;
    text-transform: uppercase;
}
/*fin*/