*{
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
.logoCenter{
    top: 2rem;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 99;
    width: 100%;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
	.logoCenter img{
		max-width: 120px;
	}
.language{
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 99;
    width: fit-content;
    height: fit-content;
    margin: 0 auto;
    display: flex;
    justify-content: right;
    margin-right: 1rem;
    margin-top: 1rem;
    background-color: #d8e3a7;
    padding: 0.5rem;
}
.language span, .language a{
	font-size: 1.2rem;
	color: black;
	text-decoration: none;
}
.language span{
	margin: 0rem 0.75rem;
}

.container{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.hundredBox{
	width: 100%;
}
.eightyBox{
	width: 80% !important;
	display: flex;
	margin: 0 auto;
	margin-bottom: 1rem;
}
.ninetyfiveBox{
	width: 95% !important;
}

.dp{
	background: url(../img/mapi-t.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.colorBox{
	background: #DBE3A3;
}
.paddington{
	padding: 4rem 0rem;
}
	.hori{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.horiTours{
		flex-direction: row;
		justify-content: space-between;
		width: 100%;
	}
	.verti{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.sectionTitle{
		font-family: 'Forum', serif;
		font-size:2.5rem;
		text-align: center;
	}
	.zeroBottom{
		margin: 40px 0px 0px 0px;
	}
	.withoutMargins{
		margin: 0px 0px 0px 0px
	}
	.lynk{
		text-decoration: none;
		height: fit-content;
		width: fit-content;
	}
	.linkMe{
		background: #BCC58C;
		padding: 1.4rem 1rem;
		margin-bottom: 40px;
    	outline: 2px solid #969696;
    	outline-offset: 10px;
    	transition: all 0.5s 0s ease;
	}
	.linkMe:hover{
		background: #7c8c25;
		outline: 2px solid #969696;
    	outline-offset: 14px;	
    	transition: all 0.5s 0s ease;
	}
	.darkLink{
		background: #C3793C;
	}
	.darkLink:hover{
		background: #8d4b15 !important;
	}
	.darkLink span{
		color: white !important;
	}
	.linkMe span{
		font-size: 1.2rem;
	    color: black;
	    font-weight: 900;
	    letter-spacing: 2px;
		text-transform: uppercase;
	}
	.linkMe:hover span{
		color: white;
    	transition: all 0.5s 0s ease;
	}
	.parallaxBox{
		position: relative;
		width: 100%;
		min-height: 800px;
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 0;
		justify-content: center;
	}
	.textBox{
		text-align: center;
		font-size: 1.1rem;
    	line-height: 1.8rem;
	}
	.whiteText{
		color: white;
	}

/*-------------------------*/
/*---Separador con Icono---*/
/*-------------------------*/

.lineGap{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.vertiLineImg{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: -1rem;
}
	
.vertiLineImg img{
	max-width: 40px;
}
.vertiLineTop{
	width: 1.5px;
    height: 3rem;
    background-color: black;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}
.vertiLineBottom{
	width: 1.5px;
    height: 3rem;
    background-color: black;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.horiLine{
	width: 60%;
    height: 1.px;
    background-color: black;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

/*--------------*/
/*---Nosotros---*/
/*--------------*/

.textIconBox{
	width: 50%;
}
.centerHr{
	margin: 1.75rem 1rem 1.75rem 1rem;
    width: 20px;
    height: 0.25rem;
    background: black;
}
.squareButton{
	display: flex;
	justify-content: center;
	align-items: center;
}

.sbColor{
	margin-top: 4rem;
}

/*----------------*/
/*---Tour Cards---*/
/*----------------*/

.rowOne{
	padding-bottom: 3rem;
}

.tourCard{
	position: relative;
	width: 30%;
	overflow: hidden;
	border-radius: 1rem 1rem 0rem 0rem;
}
.expCard{
	width: 24%;
}
.tourCard:hover img{
	filter: brightness(0.9);
	transform: scale(1.1);
	transition: all 0.5s 0s ease;
}
.tourCard:hover .showTourLink{
	display: flex;
}
.tourCard a{
	text-decoration: none;
	color: black;
}

.tourCard img{
	display: block;
	width: 100%;
	height: auto;
	border-radius: 1rem 1rem 0rem 0rem;
	filter: brightness(0.6);
	transition: all 0.5s 0s ease;
}

.overlayCard{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 1rem 1rem 1rem 1rem;

}

.overlayCard div{
	display: flex;
	justify-content: center;
	align-items: center;
}

.showTourLink{
	color: white;
	font-size: 1.75rem;
	display: flex;
}



/*6/12/23*/
.cardInfo{
	position: relative;
	background: white;
	border-radius: 0rem 0rem 1rem 1rem;
}
.cit{

}
	.cit h3{
		margin: 0rem 1rem 0rem;
		font-size: 1.5rem;
		padding-top: 1rem;
	}
	.cit hr{
		margin: 0.75rem 1rem 0.75rem 1rem;
		width: 20px;
		height: 0.25rem;
		background: black;
	}
	.citP{
		padding-top: 1rem !important;
	}
	.cit p{
		margin: 0rem 1rem 0.5rem;
		font-size: 0.9rem;
		line-height: 1.5rem;
	}
.cib{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 0.75rem;
}
	.cibLeft{
		width: 60%;
		margin: 1rem 0rem 1rem 1rem;
	}
		.cibLeft div:nth-child(1){

		}	
		.cibLeft div:nth-child(1) h4{
			margin-bottom: 0.5rem;
		}	

		.incList{
			display: flex;
			flex-direction: row;
			padding: 0;
			margin-bottom: 0.5rem;
		}
			.incList li{
				list-style-type: none;
				margin-right: 0.6rem;
			}
				.incList li i{
					width: fit-content;
			}

		.difList{
			display: flex;
			flex-direction: row;
			padding: 0;
		}
			.difList li{
				width: 0.75rem;
				height: 0.75rem;
				border-radius: 50%;
				border: 1px solid;
				list-style-type: none;
				margin-right: 0.5rem;
			}
			.dif{
				background: #103f00;			
			}
			.dif1{
				background: #ffd81a;
			}
			.dif2{
				background: red;				
			}
			.difList li:last-child{
				margin-right: 0;
			}
		.cibLeft div:nth-child(2){
			
		}	
		.cibLeft div:nth-child(2) h4{
			margin-top: 0.75rem;
			margin-bottom: 0.5rem;
		}

	.cibRight{
		width: 40%;
		margin: 1rem 1rem 1rem 0rem;
		display: flex;
		flex-direction: column;
	}

	.cibRight h4 {
    	margin-bottom: 0.5rem;
	}
.expInfo{
	padding-bottom: 1rem;
}
/* end 6/12/23*/


.destinyPrice{
	margin-bottom: 1rem;
}
/*6/12/23*/
.destinyDays{
	background: yellow;
	width: fit-content;
	border-radius: 2rem;
	margin: 0.75rem 0rem 0rem 1rem;
	padding: 0.75rem !important;
}
.destinyDays i{
	margin-right: 0.5rem;
}
.destinyDays span{
	color: black !important;
	letter-spacing: 3px;
	font-weight: 900;
}

/* end 6/12/23*/
.tourLink{
	background: white;
    padding: 0.6rem 1.2rem;
    border-radius: 2rem;
    border: 2px solid white;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.tourLink span{
	font-size: 1rem;
	color: black !important;
	font-weight: 800;
	text-transform: uppercase;
}
.tourLink img{
	padding-left: 1rem;
    max-width: 20px;
}
.tourLink:hover + .tourLink img{
	max-width: 40px;
}

/*-------------------------*/
/*---Parallax Itinerario---*/
/*-------------------------*/
.itineraryCover img{
	display: block;
	width: 100%;
	height: 100vh;
	filter: brightness(0.5);
}
.boldBigger{
	font-size: 130%;
}
.dividerCover{
	width: 20px;
    border-top: 4px solid #d4d899;
	margin: 0 auto;
}

/*-----------------*/
/*---Itinerarios---*/
/*-----------------*/

.tourTitle{
	font-size: 4rem !important;
    letter-spacing: 2px;
}
.intro{
    padding: 1.5rem 0rem;
}
.quoteContainer{
	width: 100%;
	display: flex;
	flex-direction: row;
}
.qRight{
	justify-content: initial;
}
	.qRight i{
		font-size: 3rem;
		color: #dae3a5;
	}
.qLeft{
	justify-content: end;
}
	.qLeft i{
		font-size: 2rem;
		color: #dae3a5;
	}
.hlCards{
	list-style: none;
	margin-top: 3rem;
}
.hlCards li{
	border: 1px solid #969696;
	padding: 1rem;
	margin-right: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.hlCards li img{
	width: 130px;
	margin-bottom: 1rem;
}
.hlCards li:last-child{
	margin-right: 0;
}

.itineraryContainer{
	justify-content: center !important;
	margin: 0 !important;
	display: flex;
    flex-direction: row;
    width: 100%;
    padding: 2rem 0rem;
}
.itineraryText{
	width: 35%;
	align-items: baseline;
}
.itineraryText h2{
	margin-bottom: 1rem;
}
.itineraryText hr{
	width: 30px;
    border-top: 4px solid black;
	margin: initial;
}
.itineraryText p, .itineraryText span, .itineraryText ul{
	width: 90%;
}
.itineraryText p{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.itineraryText span{
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}
.itineraryText span:last-child{
    margin-bottom: 0rem;
}
.itineraryText ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    justify-content: left;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-bottom: 1rem;
}
.itineraryImg{
	width: 35%;
}
.itineraryImg img{
	width: 85%;
	box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);;
}
.reservarBox{
	background: #ffd28f;
}

/*------------------*/
/*---Incluye y no---*/
/*------------------*/
.includesContainer{
	align-items: baseline;
	justify-content: center;
	margin: 0 !important;
	display: flex;
    flex-direction: row;
    width: 100%;
    padding: 2rem 0rem 4rem 0rem;
}
.includesText{
	width: 40%;
	align-items: center;
	display: flex;
	flex-direction: column;
}

.shortVertiLine{
	height: 1.5rem;
}


/*--------------*/
/*---Acordeon---*/
/*--------------*/
.questions{
	margin-top: 3.5rem;
	margin-bottom: 4rem;
	box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.accordion{
	background-color: #DBE3A3;
	color: #444;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: left;
	border: none;
	outline: none;
	transition: 0.4s;
}
.activo, .accordion:hover{
	background-color: #cad389;
}
.panel{
	padding: 2rem 1rem;
	background-color: white;
	display: none;
	overflow: hidden;
}
	.panel p{
		font-size: 0.9rem;
    	line-height: 1.4rem;
	}

/*----------------*/
/*---Solo Tours---*/
/*----------------*/
.tabSection{
	padding-top: 13rem;
	background-color: #dae3a5;
}
.tabContainer{
	display: flex;
	flex-direction: row;
	width: 80%;
	justify-content: space-between;
}
.tabCategory{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
    background: #bac58d;
    text-decoration: none;
    overflow: hidden;
    width: fit-content;
    text-decoration: none;
}
.tabCategory:hover{
	background-color: #7c8c25;
    transition: all 0.5s 0s ease;
}
.activeTab{
	background-color: white;
}
.activeTab:hover{
	background-color: white;
}
.tabCategory span{
	color: black;
}
.tabCategory:hover span{
	color: white;
    transition: all 0.5s 0s ease;
}
.activeTab span{
	color: black;
	font-weight: 900;
}
.activeTab:hover span{
	color: black;
}
.toursRow{
	margin-bottom: 4rem;
}

/*------------------*/
/*---Alternativos---*/
/*------------------*/

.alternative{
	background-image: url(../img/maiz.png);
}

/*---------------------*/
/*---Recomendaciones---*/
/*---------------------*/

.tips{
	background-image: url(../img/mapi-oscuro.png);
}

.tipsTxt{
	display: flex;
	flex-direction: column;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}
.horiEven{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 80px 0px 80px 0px;
	width: 100%;
}
.tripAdvices{
	margin-bottom: 0;
}
.iconRow{
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}
.iconRow div{
    background: #DBE3A3;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    outline: 2px solid #DBE3A3;
    outline-offset: 15px;
    margin: 2rem 3rem;
}
.iconRow div img{
	max-width: 30px;
    margin-bottom: 0.75rem;
}
.iconRow div span{
	text-align: center;	
	font-size: 0.9rem;
    max-width: 90px;
}

/*-----------------*/
/*---Comentarios---*/
/*-----------------*/

.commentsBox{
	width: 100%;
	background: sandybrown;
}
.comentariosSlider{
	width: 25%;
    margin: 0 auto;
    background: bisque;
    padding: 1rem;
    border-radius: 2rem;
}
.comentariosSlider img{
	max-width: 100px;
	max-height: 100px;
	border-radius: 50%;
	margin: 20px 0px;
}
.comentariosSlider p{
	margin: 20px 0px;
	font-style: italic;
}
.comentariosSlider span{
	text-align: center;
	margin: 20px 0px;
}

/*-----------------*/
/*---Contactanos---*/
/*-----------------*/

.writeMe{
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 1rem 1rem 1rem;
    background: #bac58d;
    text-decoration: none;
    overflow: hidden;
    width: 200px;
    transition: all 0.5s 0s ease;
}
.writeMe:hover{
	background-color: #7c8c25;
	transition: all 0.5s 0s ease;
}
.writeMe:hover span{
	color: white;
	transition: all 0.3s 0s ease;
}
.writeMe span{
	color: black;
    text-transform: uppercase;
    font-weight: 700;
	transition: all 0.3s 0s ease;
}
.writeMe img{
	max-width: 30px;
	margin-left: 0.75rem;
}
.linksContacto{
	margin-bottom: 0 !important;
	width: 60%;
	justify-content: center;
}
/* Dividers*/

.divider{
	width: 60%;
	border-top: 2px solid;
	margin: 0 auto;
	margin-top: 2rem;
    margin-bottom: 3rem;
}
.hwd{
	margin-bottom: 0;
}

/*------------*/
/*---Footer---*/
/*------------*/
.footerColor{
	background-color: #f6f5f4;
	padding-top: 2rem;
}
.footerLogo{
	max-width: 100px;
	margin-bottom: 2rem;
}
.footerBox{
	align-items: initial;
}
.footerCouple{
	width: 75%;
	justify-content: space-between !important;
	align-items: baseline;
}
.footerOne{
	width: 25%;
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items:;
}
.footerColumn{
	width: 25%;
}
.footerOneColumn{
	width: 70%;
}

.footerColumn h3{
	margin-bottom: 1rem;
}
.footerColumn ul{
	padding: 0;
}
.footerColumn ul li{
	list-style:none;
	padding: 0.3rem 0rem;
	font-size: 0.9rem;
	line-height: 1.5rem;
}
.iconGift{
	margin-right: 1rem;
}
.socialIconsFooter{
	margin-top: 1.5rem;
}
.socialIconsFooter a i{
	text-decoration: none;
	margin-right: 1rem;
	font-size: 1.5rem;
	color: black;
}
.socialIconsFooter a:nth-child(2) i{
	margin-right: 0;
}

/*--------------*/
/*---Whatsapp---*/
/*--------------*/

.whatsapp{
	position: fixed;
    z-index: 99;
    bottom: 2rem;
    right: 2rem;
}
	.whatsapp a img{
		width: 4rem;
		transform: scale(1);
		transform-origin: center;
		transition: all 0.5s 0s ease;
	}
	.whatsapp a img:hover{
		transform: scale(1.35);
		transition: all 0.5s 0s ease;
	}