@import url("https://use.typekit.net/law5gkz.css");
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
 

.main-content{
	border-left: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	box-shadow: 0 0 50px rgba(0,0,0,0.1);
	color:#000;
	font-family: 'Roboto';
}

.main-content .row{ 
	padding-left: 2.5rem; 
	padding-right: 2.5rem;
}

.main-logo{  max-width: 180px; }

footer{
	background-color: #333;
	color: #FFF;
}

.font-ts{
	font-family: "the-seasons";
}

footer .logo{ width: 140px; }

footer svg{
	width:24px; 
}

.main-img img{ min-height: 200px; object-fit:cover; }

.alert.alert-wifi{
	border:none;
	background-color: #E2E2E2;
	color:#000;
	background: url(../images/wifi.png) no-repeat 15px center #E2E2E2;
	background-size: 36px;
	padding-left: 60px; 
	padding-right: 60px; 
}

.steps .number{
	background: url(../images/dot.png) center center repeat-y;
}
.steps .number.nobk{ background: none; }

.steps .number span{ 
	width: 42px; 
	height: 42px;
	background-color: #999;
	color: #FFF;
	font-size: 1.75rem;
	text-align: center;
	line-height: 42px;
	font-weight: bold;
	border-radius: 50%;
	display: inline-block;
}

.steps h3{ font-size: 2.333rem; font-weight: bold; }
.steps h3 span{ color: #999; }
.steps .btn{
	background-color: #999;
	color: #FFF;
	border-radius: 30px;
	width: 170px;
	max-width: 100%;
	margin-right: 10px;
	margin-bottom: 10px;
	
}

.steps .btn.not_available1{ background-color: #666; opacity: 1!important; }
.steps .btn svg{ float: right; margin-top: 4px; height: 16px; }


.steps .audioguia-item{
	background-color: #999;
	border-radius: 20px;
	display: inline-block;
}
.steps .audioguia-item h4{
	color: #FFF;
	line-height: 36px; 
	font-weight: 400;
	font-size:21px;
	margin-bottom: 0px;
}
.steps .audioguia-item input{ 
	border:none; 
	border-radius: 20px;
	padding: 5px 15px; 
	width: 200px;
}

.steps .audioguia-item .copy-btn svg{
	width: 25px;
	fill:#FFF;
	margin-left: 20px;
	margin-top: 5px;
}

.steps .interes svg{ width:80px; }
.steps .interes ul{ max-width: calc(100% - 100px); }

#related_tours img{ width: 100%; height: 230px; object-fit:cover; }
#related_tours .articlePancho{ margin: 15px; 
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
	padding-bottom: 105px;
}


#related_tours .articlePancho .imagen_pancho:after{
	content:'';
	width: 100%;
	height: 230px;
	background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 59%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#related_tours .descripcion_pancho{
	padding: 15px; 
	font-size: 14px;
    top: 0px; 
    line-height: 125%;
	min-height: 160px;
    /*position: absolute;
    opacity: 0;*/
}

#related_tours1 .articlePancho:hover .imagen_pancho img{ opacity: 0.4; }
#related_tours1 .articlePancho:hover .descripcion_pancho{ opacity: 1; z-index: 3; }

#related_tours .topExperience{ display: none; }

#related_tours .contenidos{
	padding: 5px 15px 10px 15px;  
}

#related_tours .precioDesde{
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	font-size: 21px;
}
#related_tours .rattingTag{
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
}


#related_tours .contenidos h2{ font-size: 14px; color: #999; }
#related_tours .contenidos h3{ font-size:16px; color: #999; }
#related_tours .contenidos p{ 
	font-size: 32px; 
	line-height: 110%; 
	margin-top: 5px;
	font-family: "the-seasons";  	position: absolute;
	top: 210px;
	left: 15px;
	width: calc(100% - 30px);
	color: #FFF!important;
	z-index: 3;
	transform: translateY(-100%);
	}

#related_tours .reservaPancho{
	background-color: #999;
	color: #FFF;
	border-radius: 30px; 
	width: calc(100% - 30px); 
	display: block;
	text-decoration: none;
	padding: 8px 15px 6px 15px;
	position: absolute;
	bottom: 15px;
	
}

#related_tours .reservaPancho:hover{
	background-color: #333!important;
}

@media screen and (max-width:768px){
	.container{
		--bs-gutter-x:3.5rem;
	}
	.main-content .row{ 
		padding-left: 1.1rem; 
		padding-right: 1.1rem;
	}
		
	.steps h3{ font-size: 1.8rem;  }
	.steps .number span{ margin-left: -5px; font-size: 1.5rem; }
	
	
	.steps .interes svg{ width:60px; height: 60px; }
	.steps .interes ul{ max-width: calc(100% - 80px); }
	
	.steps .audioguia-item{ width: 100%; }
	.steps .audioguia-item h4{ font-size: 1.3333rem; display: block; float:none!important; }
	.steps .audioguia-item input{ margin-bottom: 10px; }

}


@media screen and (max-width:600px){
	
	.steps .interes svg{ width:40px; height: 40px; }
	.steps .interes ul{ max-width: calc(100% - 55px); font-size: 0.86667rem; margin-left: 5px!important; }
	
}