@font-face {
	font-family: 'nexa bold';
	src:url('../fonts/Nexa Bold.otf');
}
@font-face {
	font-family: 'nexa light';
	src:url('../fonts/Nexa Light.otf');
}
@font-face {
	font-family: 'iconos';
	src:url('../fonts/iconos.eot');
	src:url('../fonts/iconos.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconoso.woff') format('woff'),
		url('../fonts/iconos.ttf') format('truetype'),
		url('../fonts/iconos.svg#iconos') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html { 
	font-size: 100%; 	
	padding: 0; 
	margin: 0;
	height: 100%;
	
	overflow-x: hidden;
    max-width: 100%; 
	background:#FFF url('../imagenes/Back.png') top left;
}
/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
body {
	overflow-x: hidden;
	width: 100%;
    font-family: 'nexa light','Calibri', Arial, sans-serif;
}
a {
	color: #F77F00;
	text-decoration: none;
}
a:hover {
	color: #656567;
}


.ContenedorPrincipal {
	position:absolute;
	overflow-x: hidden;
	top: 0%;
	left: 0%;
	width: 100%;
	border: 0px solid #F00000;
}


#ImgPrincipal {
	width: 100%;
	min-width: 1000px;

}
#LogoPri {
	position:absolute;
	width: 300px;
	top: 8px;
	left: 10px;
	z-index: 61;
}


.ContenedorSecundario {
	position:relative;
	top: 0px;
	border: 0px solid #F00;
	margin-bottom: 0px;
}

#ww_1abd8f66af89c{
	position: relative;
	width: 100%;
	border-radius: 13px;
}

#ImgConocenos {
	position: relative;
	width: 100%;
	border-radius: 13px;
	cursor: pointer;
}

#AccesosPrincipales {
	position: relative;
	display: inline-block;
	text-align: center;
	align-content: center;
	width: 100%;
	margin: 20px 0px 20px 0px;
	top: 0px;
	border: 0px solid #F00;
}
.AccesoPrincipal {
	position: relative;
	display: inline-block;
	width: 23%;
	background: #FFF;
	padding: 10px;	
	margin: 5px;
	border: 1px solid #c0c0c0;
	border-radius: 13px;
  	-webkit-transition: 0.2s linear;
  	transition: 0.2s linear;
}
.AccesoPrincipal:hover {  
	-webkit-transform: scale(1.03);
  	transform: scale(1.03); 
	box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.AccesoPrincipal img{
	position: relative;
	display: inline-block;
	width: 100%;
}

.AccesoPrincipalInactivo {
	position: relative;
	display: inline-block;
	width: 23%;
	background: #FFF;
	padding: 10px;	
	margin: 5px;
	border: 1px solid #cfcdcd;
	border-radius: 13px;
  	-webkit-transition: 0.2s linear;
  	transition: 0.2s linear;
}
.AccesoPrincipalInactivo img{
	position: relative;
	display: inline-block;
	width: 100%;
	opacity: 0.3;
}



/* PARA CARUSEL de apartados */
.carrusel {
	display: flex; /* Habilita el modelo de caja flexible */
	justify-content: center;/* Justifica horizontalmente */

	overflow: hidden; /* Oculta el desplazamiento por defecto */
	width: 100%;
	border: 0px solid #f50303;
	padding: 0px;

}
.carrusel-viewport {
	display: flex; /* Organiza los elementos en una fila */
	overflow-x: auto; /* Permite el desplazamiento horizontal */
	scroll-snap-type: x mandatory; /* Fuerza el anclaje a cada elemento */
	scroll-behavior: smooth; /* Permite un desplazamiento suave al navegar */
	-webkit-overflow-scrolling: touch; /* Mejora el rendimiento en dispositivos iOS */
	text-align: center;
	border-radius: 15px;
	background:#ffffff url('../imagenes/pattern1.png') top left;
	max-width: 1000px;
	border: 0px solid rgb(91, 248, 0);
}
.carrusel-slide {
	position: relative;
	flex: 0 0 100%; /* Cada slide ocupa el 100% del ancho del contenedor */
	scroll-snap-align: center; /* Centra cada slide en el punto de anclaje */
	padding: 80px 7px 0px 7px;
	border: 0px solid rgb(248, 0, 0);
}
/* Opcional: Estilos para las imágenes */
.carrusel-slide span {
	position: absolute;
	top: 15px;
	left: 76px;
	width: 80px;
	height: 60px;
	display: block;
	border-radius: 20px 0px 0px 20px;
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: 2px;
	color: #302f2f;
	margin: 0px;
	align-content: center;
	border: 1px solid rgba(69,69,69,1);
	background-color: rgba(255, 255, 255, 0.507);
}
.carrusel-slide sup { color: #4d4c4c; }
/* Opcional: Estilos para las imágenes */
.carrusel-slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 15px;
}
/* Opcional: Oculta la barra de desplazamiento */
.carrusel-viewport::-webkit-scrollbar {
	display: none;
}
.carrusel-viewport {
	-ms-overflow-style: none; /* Oculta la barra en Internet Explorer y Edge */
	scrollbar-width: none; /* Oculta la barra en Firefox */
}
.carrusel-slide .prev,
.carrusel-slide .next {
	position: absolute;
	align-content: center;
	height: 60px;  
	width: 60px;
	top: 15px;
	color: rgb(102, 102, 102);
	font-size: 2.5rem;
	text-decoration: none;
	background-color: rgb(255, 255, 255);
	border-radius: 25px;
}
.carrusel-slide .prev:hover,
.carrusel-slide .next:hover {
	font-weight: bold;
}
.carrusel-slide .prev {
	left: 7px;
}
.carrusel-slide .next {
	left: 230px;
}
.BotonVer{
	position: absolute;
	top: 15px;
	left: 156px; 
	height: 60px;  
	width: 65px;
	align-content: center;
	font-size: 120%;
	color: #FFF;
	background: rgba(69,69,69,1);
	cursor: pointer;
	border-radius: 0px 20px 20px 0px;
	align-content: center;
}
.BotonVer:hover { 
	color: #FFF; 
	font-weight: bold;
}
.CarruselAccesosDirectos{ 
	display: inline-block;
	align-content: center;
	text-align: center;
	width: 100%;
	border: 0px solid #F00;
	margin-top: 20px;
	z-index: 70;
}
.CarruselAccesosDirectos a:hover { 	background-color: rgba(167, 165, 165, 0.7); }
.CarruselAccesoDirecto{ 
	display: inline-block;
	width: 50px;
	height: 50px;
	align-content: center;
	text-align: center;
	border-radius: 17px;
	margin-right: 5px;
	margin-bottom: 5px;

	font-size: 1.6 rem;
	color: #4d4c4c;
	background-color: rgba(167, 165, 165, 0.4);
	border: 0px solid #F00;
}




/* PARA LUGARES*/
#MenuLugares {
	position: fixed;
	display: none;
	background: rgba(255, 255, 255, 0.952);
	text-decoration: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 95px 40px 40px 40px;
	z-index: 70;
}
#BotonCerrar_Lugares{
	position: fixed;
	align-content: center;
	text-align: center;

	top: 20px;
	left: 50%;   
	margin-left: -30px;
	height: 60px;  
	width: 60px;

	font-size: 170%;	
	padding: 7px 13px 7px 13px;
	color: #FFF;
	background: #050505c2;
	cursor: pointer;
	border-radius: 22px;
	border: 0px solid #FFF;
	z-index:71;
}
#BotonCerrar_Lugares:after { font-family:'iconos'; content: "\e890"; }
#BotonCerrar_Lugares:hover { color: #fff8f8; box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);}


 /* PARA ACTIVIDADES*/
#MenuActividades {
	position: fixed;
	display: none;
	background: rgba(255, 255, 255, 0.952);
	text-decoration: none;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	padding: 95px 40px 40px 40px;
	z-index: 70;
}
#BotonCerrar_Actividades{
	position: fixed;
	align-content: center;
	text-align: center;

	top: 20px;
	left: 50%;   
	margin-left: -30px;
	height: 60px;  
	width: 60px;

	font-size: 170%;	
	padding: 7px 13px 7px 13px;
	color: #FFF;
	background: #050505c2;
	cursor: pointer;
	border-radius: 22px;
	border: 0px solid #FFF;
	z-index:71;
}
#BotonCerrar_Actividades:after { font-family:'iconos'; content: "\e890"; }
#BotonCerrar_Actividades:hover { color: #fff8f8; box-shadow: 0px 0px 60px -17px rgba(51,51,51,1);}






#ContenedorAgradecimientos { 
	display: inline-block;
	width: 100%;
	height: Auto;
	background: #dfdede;
	align-content: center;
	text-align: center;
	color: #999999;
}
#ContenedorAgradecimientos p { 
	line-height: 1;
}
#ContenedorAgradecimientos img { 
	height: 35px;
	cursor: pointer;
	margin: 0px 15px 10px 15px;
}

#ContenedorPie { 
	display: inline-block;
	width: 100%;
	background: #8AB30F;
	align-content: center;
	text-align: center;
	color: #ffffff;
	padding: 20px 30px 20px 30px;
	font-size: 80%;
}
#LogoHorizontalBco { 
	width: 150px;
	padding: 0px 13px 0px 0px;
	border-right: 1px solid #FFF;
	margin: 0px 10px 0px 0px;
}
#LogoContactoNaturalezaBitono { 
	width: 110px;
	padding: 0px;
	margin: 0px;
}





/* Responsive */
/* width: 1920px */
@media screen and (max-width: 1920px) { 
	.ContenedorSecundario {
		width: 1400px;
		left: 50%;
		margin-left: -700px;
		padding: 20px 50px 20px 50px;
	}
	
}

/* width: 1920px */
@media screen and (max-width: 1650px) { 

	
}

/* width: 1024px */
@media screen and (max-width: 1400px) { 
	.ContenedorSecundario {
		width: 100%;
		left: 0%;
		margin-left: 0px;
	}
}

/* width: 768px */
@media screen and (max-width: 1000px) { 
	.AccesoPrincipal, .AccesoPrincipalInactivo { width: 30%;}
}

/* width: 600px */
@media only screen and (max-width: 744px) { 
	#ImgPrincipal {
		left: 100%;
		margin-left: -120px;
	}
	.AccesoPrincipal, .AccesoPrincipalInactivo { width: 46%;}
}

/* � width: 375px */
@media only screen and (max-width: 576px) {
	#ImgPrincipal {
		left: 100%;
		margin-left: -100px;
	}
	.ContenedorSecundario {
		padding: 20px 20px 20px 20px;
	}
	.AccesoPrincipal, .AccesoPrincipalInactivo { width: 90%;}
	#ContenedorAgradecimientos img { 
		height: 25px;
		cursor: pointer;
		margin: 0px 15px 10px 15px;
	}

	#MenuLugares, #MenuActividades { padding: 95px 10px 20px 10px; }
}

/* � width: 300px */
@media only screen and (max-width: 374px) {
	#ImgPrincipal {
		left: 100%;
		margin-left: -80px;
	}
	.ContenedorSecundario {
		padding: 20px 10px 20px 10px;
	}
	
}