/*!
Theme Name: Machupicchu Luna Tours
Theme URI: http://underscores.me/
Author: Arturo CH
Author URI: http://underscores.me/
Description: Description
Version: 1.5.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: machupicchu-lama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

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


/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>> VARIABLES:
----------------------------------------------------------------
**/
.main { width: 100%; }
.wrapper {
    max-width: 1300px;
    margin: auto;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

:root{
	--color-principal: #00c900;
	--color-secundario: #003d00;
	--color-logo1: #007a00;
	--color-logo2: #007a00;
	--negro-medio: #424242;
	--white: #ffffff;
}
h2{
  font-family: "Capriola", sans-serif;
  font-style: normal;
}
.color-logo2{
	fill: var(--color-logo2)
}



/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> ESTILOS GENERALES
----------------------------------------------------------------
**/
body{
}
*{
	/*padding: 0;*/
	margin: 0;
	font-family: "Lato", sans-serif;
	font-style: normal;
}
a{
	text-decoration: none;
}

.page-title-not-found{
	text-align: center;
	color: var(--color-principal);
	font-size: 40px;
}
.page-content-not-found{
	text-align: center;
	font-size: 20px;
}

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> HEADER PRINCIPAL
----------------------------------------------------------------
**/
header#masthead {
    background-color: var(--color-secundario);
    z-index: 100;
}
@media (max-width: 991px) {
    header#masthead {
        position: sticky;
        top: 0;
        transition: transform 0.3s ease;
    }
    header#masthead.header-hidden {
        transform: translateY(-100%);
    }
}
.custom-logo {
	height: 3rem;
	width: auto;
}
.machupicchulama-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.machupicchulama-menu-top{
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: white;
}

.machupicchulama-menu-top-superior{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
}
.lenguaje-desktop {
	margin-left: 8px;
}
/* ── LANGUAGE SWITCHER ───────────────────────────── */
.xls-details {
	position: relative;
}
.xls-details > summary {
	list-style: none;
}
.xls-details > summary::-webkit-details-marker {
	display: none;
}
.xls-trigger {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 6px 10px;
	background: rgba(255,255,255,0.15);
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 8px;
	cursor: pointer;
	color: white;
	user-select: none;
	white-space: nowrap;
	transition: background 0.2s;
}
.xls-trigger:hover {
	background: rgba(255,255,255,0.25);
}
.xls-trigger-name {
	font-size: 13px;
	font-weight: 600;
}
.xls-chevron {
	width: 16px;
	height: 16px;
	opacity: 0.75;
	transition: transform 0.2s;
}
.xls-details[open] .xls-chevron {
	transform: rotate(180deg);
}
.xls-flag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	overflow: hidden;
	flex-shrink: 0;
}
.xls-flag img {
	width: 28px;
	height: auto;
	border-radius: 2px;
}
.xls-dropdown {
	position: absolute;
	top: calc(100% + 6px);
	right: 0;
	background: #1a5c1a;
	border-radius: 8px;
	padding: 6px;
	min-width: 150px;
	box-shadow: 0 4px 16px rgba(0,0,0,0.35);
	z-index: 999;
}
.xls-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 6px;
	color: rgba(255,255,255,0.85);
	text-decoration: none;
	transition: background 0.15s;
}
.xls-item:hover {
	background: rgba(255,255,255,0.15);
	color: white;
	text-decoration: none;
}
.xls-item.is-active {
	background: rgba(255,255,255,0.2);
	color: white;
	pointer-events: none;
}
.xls-item-text {
	display: flex;
	flex-direction: column;
	gap: 1px;
}
.xls-item-name {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.1;
}
.xls-item-code {
	font-size: 10px;
	opacity: 0.7;
	line-height: 1;
}
.icon-language{
	width: 30px;
}
.machupicchulama-menu-top-superior-list{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.machupicchulama-menu-top-superior-list li{
	margin-left: 20px;
}
.machupicchulama-menu-top-superior-list li a{
	font-size: .8rem;
}
.machupicchulama-menu-top-inferior-list{
	display: flex;
	justify-content: flex-end;
}
.machupicchulama-menu-top-inferior-list li{
	display: flex;
	align-items: center;
	margin-left: 20px;
	gap: 5px;
}

.button{
	color: white;
	background-color: var(--color-principal);
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	font-weight: 600;
	transition: background-color 0.2s;
}
.button-hover:hover{
	background-color: var(--color-secundario);
}
.separador{
	border-right: 1px solid #a8a8a8;
	margin-left: 20px;
	height: 15px;
}
.container, .container-header {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.button-idioma{
	display: flex;
	align-items: center;
}
.button-idioma img{
	border-radius: 40px;
	width: 20px;
	height: 20px;
}
.horario, .telefono{
	font-size: .9rem;
	display: flex;
    align-items: center;
}
.telefono{
	font-weight: 500;
}
.telefono>svg{
	margin-right: 6px;
}
.header-phone svg g path{
	fill: var(--color-principal) !important;
}
.header-horario svg g path{
	fill: var(--color-principal) !important;
}

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> ADAPTACION PARA DESKTOP
----------------------------------------------------------------
**/
@media screen and (min-width: 992px){
	.custom-logo {
		height: 6rem;
		width: auto;
	}
	.links-mobile{
		display: none;
	}

	.hero-img{
		display: none;
	}
}
@media screen and (max-width: 992px){
	.hero-img{
		display: flex;
	}
}


/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> ADAPTACION PARA DISPOSITIVOS MOBILES
----------------------------------------------------------------
**/
@media screen and (max-width: 992px){

	.main-navigation{
	}
	.mega-toggle-blocks-left{
		display: none !important;
	}
	.links-mobile{
		display: flex;
		align-items: center;
	}
	.lenguaje-mobile{
		display: flex;
		height: 40px;
		align-items: center;
		justify-content: center;
		padding: 0 10px;
	}
	.lenguaje-mobile ul{
		padding: 0;
	}
	.lenguaje-mobile a, .telefono a, .email a{
		display: flex;
		height: 40px;
		align-items: center;
		justify-content: center;
	}
	.lenguaje-mobile a{
		color: white;
		font-size: 20px;
	}
	.site-branding{
		display: flex;
	}
	ul#mega-menu-menu-1{
		height: 100vh !important;
	}
	.machupicchulama-menu-top{
		display: none;
	}
	.header{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 2;
	}
	.hero-desktop{
		display: none;
	}
	.hero-principal{
		background-image: none;
	}
	.machupicchulama-menu{
		background-color: var(--color-secundario);
	}

}
/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> ESTILOS DE LAS SECCIONES
----------------------------------------------------------------
**/
.container-section{
	padding-inline-start: 20px;
	padding-inline-end: 20px;
}
@media screen and (min-width: 1200px){
	.container-section, .container-header {
		max-width: 1360px;
		margin: auto;
	}
}
@media (max-width: 1200px){
	.container-section {
		max-width: 1000px;
		margin: auto;
	}
}
@media (max-width: 768px){
	.container-section {
		max-width: 700px;
		margin: auto;
	}
}
@media (max-width: 576px){
	.container-section {
		max-width: 500px;
		margin: auto;
	}
}
.color-bg{
	background-color: #F5F3EE;
	
}
.p-top-bottom{
	padding-top: 60px;
	padding-bottom: 60px;
}

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> HERO VIDEO
----------------------------------------------------------------
**/
.hero-img{
	height: 100vh;
	text-align: center;
	color: white;
	position: relative;
}
.hero-img picture{
	width: 100%;
}

.hero-img-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
    left: 50%;
    transform: translateX(-50%);
    top: 20%;
}
.hero-img-content{
	width: 90%;
	margin: auto;
	position: absolute;
}
.hero-img-content img{
	width: 300px;
}
.hero-img-content h1{
	color: #ffc300;
    font-size: 40px;
    text-transform: uppercase;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
.hero-img-content p{
	color: white;
    font-size: 24px;
    text-transform: uppercase;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}
.hero-desktop{
	width: 100%;
}

.hero-desktop{
	height: calc(100vh - 230px);
	position: relative;
}
.hero-desktop-content{
	position: absolute;
	top: 0px;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	top: 20%;
}
.hero-desktop-content h2{
	color: #FFF;
	text-shadow: 0px 2px 15px rgba(0, 0, 0, 0.77);
	font-size: 92.667px;
	font-weight: 700;
	text-transform: uppercase;
}
.hero-destop-img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.hero-desktop-content h1{
	color: #ffc300;
    font-size: 60px;
    text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
    font-family: "Agbalumo", system-ui;
}
.hero-desktop-content p{
	color: white;
	font-size: 24px;
	text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.8);
}

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> MEJORES TOURS
----------------------------------------------------------------
**/
.container-section-grid{
	display: grid;
	gap: 1rem;
	grid-auto-rows: auto;
	grid-template-columns: repeat(auto-fill, minmax(min(21rem, 100%), 1fr));
}
.featured{
	grid-column: span 2;
}
.container-grid-item{
	height: max-content;
	box-shadow: 0 4px 16px rgba(0,0,0,0.10);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	background-color: white;
	margin-bottom: 2px;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.container-grid-item:hover{
	transform: translateY(-3px);
	box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}
.post-thumbnail{
	display: block;
	height: 480px;
	overflow: hidden;
}
.post-thumbnail img{
	object-fit: cover;
	width: 100%;
	height: 100%;
	transition: transform 0.35s ease;
}
.container-grid-item:hover .post-thumbnail img{
	transform: scale(1.04);
}
.icon-duracion{
	width: 20px;
}
.card-tour{
	position: relative;
}
.card-tour-footer{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-top: 10px;
	padding: 10px 20px 20px;
}
.card-tour-footer-precio{
	font-weight: 300;
	font-size: 14px;
	color: var(--negro-medio, #424242);
}
.card-tour-footer-precio span{
	font-weight: 700;
	font-size: 18px;
	color: var(--color-principal);
}
.card-duracion {
	position: absolute;
	top: 436px;
	left: 20px;
	z-index: 3;
	background: var(--color-logo1, #007a00);
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 12px;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0;
	backdrop-filter: blur(2px);
}
.card-duracion svg path { fill: #fff; }
.card-tour-header {
	padding: 20px 20px 0;
}
.card-tour-excerpt {
	font-size: 13px;
	color: #666;
	line-height: 1.55;
	padding: 4px 10px 0;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.entry-title a{
	color: #000;
	font-size: 20px;
	font-weight: 900;
	text-transform: uppercase;
}
h2.entry-title {
    line-height: 24px;
	font-family: "Capriola", sans-serif;
  	font-weight: 400;
    font-style: normal;
}
h2.entry-title a:hover {
    color: var(--color-secundario);
}
.container-section h3{
	  font-family: "Capriola", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.machupicchulama-section{
}
.container-section-title{
	color: var(--color-logo1);
	text-align: center;
	font-size: 44px;
	text-transform: capitalize;
	font-weight: 700;
	padding-top: 30px;
	 font-family: "Agbalumo", system-ui;
  font-weight: 400;
  font-style: normal;
}

.container-section-parrafo{
	max-width: 884px;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin: 20px auto 40px auto;
}
.title-color{
}
.container-section-icon{
	text-align: center;
}
.container-section-icon .logo-footer {
    width: auto;
    height: 300px;
    object-fit: contain;
}
.card-tour-type{
	position: absolute;
	background-color: var(--color-principal);
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 600;
	color: white;
	top: 12px;
	left: 12px;
	border-radius: 4px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
/*---Colors Icon Section------*/
.color-1{
	fill: var(--color-principal)
}
.color-2{
	fill: var(--color-secundario);
}


/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> MACHUPICCHU LAMA PRESENTATION
----------------------------------------------------------------
*/
@media screen and (max-width: 860px){

}

.porque-elegirnos-item{
	/*box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.10);*/
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	color: #494949;
	flex: 1;
	padding: 10px;
	background-color: white;
}
.porque-elegirnos-item-header{
	display: flex;
	align-items: center;
	color: #000;
}
.porque-elegirnos-item-header h3{
	text-transform: uppercase;
}

.experiencia-local-icon svg g path, .flexibilidad-personalizada-icon  svg g path, .servicio-calidad-icon svg g path{
	fill: var(--white);
}
.experiencia-local-icon, .flexibilidad-personalizada-icon, .servicio-calidad-icon {
	width: 50px;
	height: 50px;
	padding: 5px;
	border-radius: 4px;
	margin-right: 10px;
	background-color: var(--color-logo2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.porque-elegirnos-item h3 {
	text-align: left;
}
.container-presentation-grid{
	display: grid;
	gap: 1rem;
	grid-auto-rows: auto;
	grid-template-columns: repeat(auto-fill, minmax(min(20rem, 100%), 1fr));
}


/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> MEJORES LUGARES
----------------------------------------------------------------
*/
/* ── Grid revista 4+3 ─────────────────────────────────────── */
.destinos-bento {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 12px;
}
/* Fila 1: 4 cards × 3 cols cada una */
.destino-card {
    grid-column: span 3;
}
/* Fila 2: 3 cards × 4 cols cada una */
.destino-card:nth-child(5),
.destino-card:nth-child(6),
.destino-card:nth-child(7) {
    grid-column: span 4;
}
.destino-card .card-departamento {
    aspect-ratio: 16 / 9;
}
.destino-card a {
    display: block;
    text-decoration: none;
}

/* Tablet: 2+2+2+1 */
@media (max-width: 900px) {
    .destinos-bento {
        grid-template-columns: repeat(4, 1fr);
    }
    .destino-card           { grid-column: span 2; }
    .destino-card:nth-child(7) { grid-column: span 4; }
    .destino-card .card-departamento { aspect-ratio: 4 / 3; }
}
/* Móvil: 2 cols */
@media (max-width: 540px) {
    .destinos-bento {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .destino-card              { grid-column: span 1; }
    .destino-card:nth-child(7) { grid-column: span 2; }
    .destino-card .card-departamento { aspect-ratio: 16 / 9; }
}

.cards-departamentos a {
    display: block;
    text-decoration: none;
}
.card-departamento {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
}
.card-departamento::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 55%;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.78) 100%);
    z-index: 1;
    pointer-events: none;
}
.card-departamento figcaption {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    font-family: "Capriola", sans-serif;
    z-index: 2;
    padding: 0 8px;
    line-height: 1.3;
    text-shadow: 0 1px 6px rgba(0,0,0,0.6);
    letter-spacing: 0.02em;
}
.card-departamento-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.4s ease;
}
.card-departamento:hover .card-departamento-img {
    transform: scale(1.08);
}
/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> COMENTARIOS
----------------------------------------------------------------
*/
.calificacion{
	fill: #00aa6c;
}
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 32px;
}
@media (max-width: 900px) {
    .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .reviews-grid { grid-template-columns: 1fr; }
}
.comentarios-content-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-radius: 16px;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.07);
    padding: 24px 22px 20px;
    box-sizing: border-box;
    height: 100%;
}
.review-stars {
    width: 110px;
    height: 20px;
    flex-shrink: 0;
}
.comentario-item-title {
    color: #1a1a1a;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.comentario-item-body {
    flex: 1;
}
.comentario-item-body p {
    color: #555;
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    line-clamp: 5;
    overflow: hidden;
}
.comentario-item-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 14px;
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    gap: 10px;
}
.comentario-item-user {
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-avatar {
    width: 40px !important;
    height: 40px !important;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.user-name {
    font-size: 13px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}
.logotrip {
    width: 80px !important;
    height: auto !important;
    flex-shrink: 0;
}

/* Review card header (stars + platform badge) */
.review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}
.review-badge-logo--ta {
    width: 72px !important;
    height: auto !important;
    flex-shrink: 0;
}
.review-badge-logo--g {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
}

/* Platform bar (TripAdvisor + Google aggregate ratings) */
.reviews-platform-bar {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 28px 0 0;
}
.reviews-platform-link {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 14px 20px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    min-width: 220px;
}
.reviews-platform-link:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
    text-decoration: none;
    color: inherit;
}
.platform-bar-logo-ta {
    width: 90px !important;
    height: auto !important;
    flex-shrink: 0;
}
.platform-bar-logo-g {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
}
.platform-bar-info {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.platform-bar-rating {
    display: flex;
    align-items: center;
    gap: 5px;
}
.platform-bar-score {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1;
}
.platform-bar-stars {
    display: flex;
    gap: 1px;
}
.platform-bar-stars svg {
    width: 14px;
    height: 14px;
}
.platform-bar-cta {
    font-size: 12px;
    color: #888;
    font-weight: 500;
}
.reviews-platform-link:hover .platform-bar-cta {
    color: var(--color-principal, #8F2A1A);
}

.comentario-item-title{
	color: #000;
	font-size: 16px;
	font-weight: 700;

}
.comentario-item-body p{
	color: #000;
	font-size: 14px;
	font-weight: 400;

}
/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> SWIPER NAVIGATION
----------------------------------------------------------------
*/
.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    align-items: stretch;
}
.swiper-slide {
    height: auto;
}
.swiper-button-prev,
.swiper-button-next {
    width: 60px !important;
    height: 60px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none !important;
}
.swiper-button-prev {
    background-image: url('images/prev.svg') !important;
    left: 0 !important;
}
.swiper-button-next {
    background-image: url('images/next.svg') !important;
    right: 0 !important;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.2 !important;
    pointer-events: none !important;
}

  span.img-text {
    text-decoration: none;
    outline: none;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    cursor: pointer;
    width: 100%;
    font-size: 23px;
    display: block;
    text-transform: capitalize;
  }
  span.img-text:hover {
    color: #2caae1;
  }
  .owl-stage {
    left: -20px;
 }


  .border{
	border: 1px solid red
  }

  /*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> PREMIOS ASOCIASIONES
----------------------------------------------------------------
*/
.premios-organizaciones{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.logo-turismo img{
	height: 250px;
}
.premios-asociaciones, .organizaciones{
	display: flex;
	justify-content: center;
	gap: 20px;
}
.organizaciones{
	margin-top: 40px;
}
.premios-asociaciones-item img{
	width: 80px;
}.premios-organizaciones-item img{
	width: 100px;
}
@media screen and (max-width: 860px){
.premios-organizaciones{
	flex-direction: column;
}
}
/*------------------------------------- Formulario de Reserva tu viaje--------------------------------------*/
 .forminator-title {
    font-size: 20px !important;
    font-weight: bold !important;
}

/*--------------------------------------------------------------
>>>>>>>>>>>>>>>>>>>>>> WHATSAPP BUTTON
----------------------------------------------------------------
**/
.whatsapp{
	position:fixed;
	bottom: 20px;
	z-index: 3;
	width: 320px;
	left: 20px;
}
.whatsapp-button{
	background-color: #25D366;
	padding: 12px;
	border-radius: 100px;
	width: 40px;
	height: 40px;
	margin-left: 0;
	cursor: pointer;
	position: relative;
}
.whatsapp-content{
	position: absolute;
	background-color: white;
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	transform: translateY(400px);
	transition: .3s;
	opacity: 0;
}
.whatsapp-content-header{
	background-color: #25D366;
	padding: 20px 20px;
	color: white;
}
.whatsapp-content-header h4{
	font-size: 20px;
	font-weight: 700;
}
.whatsapp-content-header p{
	font-size: 12px;
}
.whatsapp-content-body{
	padding: 20px 20px;
	background-color: #dcffeb;
}
.asesor{
	display: flex;
	background-color: white;
	padding: 10px 18px;
	border-radius: 10px;
	align-items: center;
	margin-bottom: 10px;
}
.asesor-datos{
	margin-left: 10px;
}
.asesor-img{
	width: 60px;
	border-radius: 10px;
	overflow: hidden;
	height: 60px;
}
.asesor-img img{
	object-fit: cover;
	width: 100%;
	height: auto;
}
.asesor-datos-nombre{
	color: #545454;
	font-size: 20;
	font-weight: 700;
	text-transform: capitalize;
}
.asesor-datos-telefono{
	color: #545454;
	font-size: 14px;
	font-weight: 400;
}
.whatsapp-img {
    margin-left: auto;
}
.whatsapp-open{
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: scale(1);
	transition: .3s;
}
.whatsapp-close{
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: rotate(0deg);
	transition: .3s;
}
.whatsapp-button.active .whatsapp-close{
	opacity: 1;
	transform: rotate(180deg);
	transition: .3s;
}
.whatsapp-button.active .whatsapp-open{
	opacity: 0;
	transform: scale(0);
	transition: .3s;
}
.whatsapp-content.active-whatsapp-content{
	opacity: 1;
	transform: translateY(-340px);
	transition: .3s;
}


/*__*/
.whatsapp-header-button{
    background-color: #00c900;
    border: none;
    display: flex;
    align-items: center;
    border-radius: 30px;
    font-weight: 600;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 18px;
    gap: 5px;
}
.whatsapp-header {
    z-index: 3;
    position: relative;
    
}
.whatsapp-header:hover .whatsapp-header-content-body{
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}
.whatsapp-header-asesor{
    display: flex;
    color: black;
    text-decoration: none;
    background-color: white;
    padding: 10px 18px;
    border-radius: 10px;
    margin-bottom: 10px;
    align-items: center;
}
.whatsapp-header-asesor:hover{
    background-color: #003d00;
    color: white;
}
.whatsapp-header-content-header {
    background-color: #25D366;
    padding: 20px 20px;
    color: white;
}
.whatsapp-header-content-body {
    padding: 20px 20px;
    background-color: #dcffeb;
    border: 2px solid #25D366;
    border-radius: 30px;
    position: absolute;
    width: 320px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    transform: translateY(-10px);

}

.whatsapp-header-asesor-datos{
    margin-left: 10px;
}
.whatsapp-header-img{
    margin-left: auto;
}

.whatsapp-header-asesor-datos-nombre {
    font-size: 20;
    font-weight: 700;
    text-transform: capitalize;
}
.whatsapp-header-asesor-datos-telefono{
}
.whatsapp-header-asesor-img{
	width:60px;
}