@charset "utf-8";
/* CSS Document */

/*FUENTES GOOGLE*/

/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Montserrat', sans-serif;*/



/* DECLARAR VARIABLES */
:root {
	--color-menu-fondo: #fff;
	--color-menu-burger: #66bb6a;
	--sombra-menu: 0 4px 8px 0 rgba(0,0,0,0.2);
	--color-menu-lateral-fondo: #fff;
	--color-menu-lateral-letra: #424242;
	--color-menu-letra-hover: #66bb6a;
	--color-menu-iconos: #66bb6a;
	--grosor-menu-burger: 0.40em;
	--fuente-menu: 'Roboto', sans-serif;
	--color-fondo: #FFF5E7;
	color-scheme: light only;
	
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: var(--color-fondo);
	/*background-image: -webkit-linear-gradient(left, rgba(255,208,177,0.06) 50%, transparent 50%),
		-webkit-linear-gradient(rgba(255,208,177,0.06) 50%, transparent 50%);
	background-image: -o-linear-gradient(left, rgba(255,208,177,0.06) 50%, transparent 50%),
		-o-linear-gradient(rgba(255,208,177,0.06) 50%, transparent 50%);
	background-image: linear-gradient(to right, rgba(255,208,177,0.06) 50%, transparent 50%),
		linear-gradient(rgba(255,208,177,0.06) 50%, transparent 50%);;
	background-size:50px 50px;*/
	background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffd0b1' fill-opacity='0.15' fill-rule='evenodd'%3E%3Ccircle cx='3' cy='3' r='3'/%3E%3Ccircle cx='13' cy='13' r='3'/%3E%3C/g%3E%3C/svg%3E");
}
.nav .icon{
	fill:#66bb6a;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
	margin: 0 10px 0 0;
}

.menu-separador{
	display: block;
	margin: 0 0rem auto;
	padding: 0;
	height: 3px;
	border-radius: 2px;
	width: 3.5rem;
	background-color: #c8e6c9 ;
}

.abajo-menu{
	width: 100%;
	height: 73px;
	background-color: transparent;
	margin: 0;
}

.contenedor-video{
	margin:0;
	padding: 0;  
	width: 100%;
	position: relative;
}

.video-portada{
	width: 100%;
	max-height: auto;
	margin: 0 0 -5px 0;
	padding: 0;
	position: relative;
	transition: 0.5s;
}
.-video-cerrado{
	max-height: 0;
	opacity: 0;
    transition: 0.5s ease-out;
	
}
.-video-abierto{
	max-height: 500px;
	opacity: 1;
    transition: 0.5s ease-out;
}


/*////////////////         CSS TITULO VIDEO            /////////////////*/


.textos-titulo {
  position: absolute;
  width: 100%;
  left: 50%;
  margin-left: -51%;
  height: auto;
  top: 30%;
  z-index: 10;
  
}

.textos-titulo p {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0;
  color: #FFF;
  
}

.word {
  position: absolute;
  width: 100%;
  text-align: center;
  opacity: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 3rem;
}


.textos-titulo h2{
	margin: 0;
	padding: 0;
}

.letter {
  display: inline-block;
  position: relative;
  margin: auto;
  transform: translateZ(1rem);
  transform-origin: 50% 50% 25px;
  font-size: 9vw;
  background-color: rgba(0,0,0,0.3);
  border-radius: 4px;
  padding: 5px;
}

.letter:first-child{border-radius:10px 4px 4px 10px; }
.letter:last-child{border-radius: 4px 10px 10px 4px;}

.letter.out {
  transform: rotateX(90deg);
  transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
  transform: rotateX(-90deg);
}

.letter.in {
  transform: rotateX(0deg);
  transition: transform 0.98s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.c-naturaleza {
  color: #FFAF00;
}

.c-diversion {
  color: #FFAF00;
}

.c-recreacion {
  color: #FFAF00;;
}

.c-familia {
  color: #FFAF00;
}

.c-aventura {
  color: #FFAF00;
}


/*///////////////         CSS TITULO LA SERRANITA            //////////////////*/

.titulo-inicio{
	width: 95%;
	margin:0px auto 0 auto;
	text-align: center;
	position: relative;
	
}

.titulo-inicio h1{
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	color: #239B56;
	font-size: 1.8em;
	max-width: 360px;
	margin: 5px auto;
}

.titulo-inicio::after{
	position: absolute;
	bottom: -10px;
	content: "";
	width: 30%;
	height: 2px;
	background-color:#FFAF00;
	left: 0;
	right: 0;
	margin: auto;
}

.intro-inicio{
	width: 95%;
	margin: auto;
	
}
.intro-inicio p{
	font-family: 'Roboto', sans-serif;
	text-align: center;
  	font-weight: 400;
	color: #656565;
}


.comprar-entradas{
	width: 250px;
	margin: 25px auto 15px auto;
	background-color: #d1410c;
	border-radius: 5px;
	cursor: pointer;
	height: auto;
	transition: 0.1s;
}
.comprar-entradas:nth-child(2n){
	width: 250px;
	margin: 0px auto 20px auto;
	background-color: #d1410c;
	border-radius: 5px;
	cursor: pointer;
	height: auto;
	transition: 0.1s;
}

.comprar-entradas:active{
	box-shadow: 0px 0px 0px 5px #d1410c;
}

.comprar-entradas a{
	text-decoration: none;
}
.comprar-entradas h2{
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	color: #FFF;
	font-size: 1.1em;
	margin: auto;
	padding: 10px;
	text-align: center;
}

/*///////////////////////    CSS COVID              ////////////////////*/

.covid-19{
	margin: 0 8px;
	background-color: #fee9de;
	border: 2px solid #fcc9ad;
	border-radius: 10px;
	padding: 0px;
	position: relative;
}


.covid-19 p{
	font-family: 'Roboto', sans-serif;
	text-align: center;
  	font-weight: 400;
	font-size: 1em;
	margin: 10px;
	padding: 10px;
	color: #4D4D4D;
}
.covid-19 a{
	font-family: 'Roboto', sans-serif;
	text-align: center;
  	font-weight: 700;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	color: #DA6729;
}



 
/*///////////////////////    CSS JUEGOS                ////////////////////*/

.juegos{
	margin: 30px auto;
	background-color: #ffd180;
	width: 100%;
	position: relative;

}
.juegos::after{
   position: absolute;
   top: -5%;
   left: 0;
   content: "";
   width: 100%;
   height: 110%;
   background-color: #FFE3B3;  
	z-index: -5;
	transform: skewY(5deg)
}

.tarjeta-juego .restriccion-juego{
	text-align: center;
	margin: 0;
	
	font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 1rem;
	color: #A7A7A7;
}

.juegos-titulo{
	position: relative;
	
	
}
.juegos-titulo h2{
	width: 50%;
	text-align: left;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 1.5em;
	color: #937135;
	padding: 10px 30px 5px;
	margin: 10px;
}

.swiper-next{
	position: absolute;
	top: 0;
	right: 0;
	background: none;
    border: 2px solid #937135;
    border-radius: 10px;
    width: auto;
	font-size: 2em;
    padding: 0px;
	margin: 5px 10px auto auto;
    color: #937135;
    text-align: center;
	cursor: pointer;
	height: 40px;
	outline: none;
}
.swiper-prev{
	position: absolute;
	top: 0;
	right: 60px;
	background: none;
    border: 2px solid #937135;
    border-radius: 10px;
    width: auto;
	font-size: 2em;
    padding: 0px;
	margin: 5px 5px auto auto;
    color: #937135;
    text-align: center;
	cursor: pointer;
	height: 40px;
	outline: none;
}


.juegos .icon{
	width: 35px;
	height: 35px;
	margin: 0px;
	padding: 0px;
	fill: #937135;
}


.swiper-container {
    width: 100%;
    height: auto;
}
.swiper-slide{
	width: 70%;
	max-width: 300px;
	margin: 0 0 20px auto;
	height: auto;
	background-color: aquamarine;
	border-radius: 10px;
}
.swiper-slide a{
	text-decoration: none;
	color: #000;
}
.swiper-slide:first-child{
	margin-left: 15px;
}

.tarjeta-juego{
	background-color: #FFF;
	margin: auto;
	width: 100%;
	height: 280px;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
	position:relative;
}

@media all and (min-width: 400px) {
	.tarjeta-juego{
		height: 300px;
	}
}

.foto-juego{
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.nombre-juego{
  position: relative;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin: 5px auto;
}
.descripcion-juego{
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  margin: 5px auto;
  padding: 10px
}
.nombre-juego::after{
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
	height: 3px;
	border-radius: 3px;
	width: 40%;
	background-color: #AFAFAF ;
}
.mas-juegos{
	filter: blur(0.1rem);
}
.mas-juegos-boton{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	margin: 50px;
	padding: 40px;
	text-align: center;
	background-color: #FFC96C;
	border-radius: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.5em;
	color: #000;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	cursor: pointer;
}

.juego-nuevo{
	position: absolute;
	background-color: #DE0D1D;
	color: #FFF;
	top: 10px;
	left: 0;
	border-radius: 0px 10px 10px 0px;
	font-size: 1em;
	font-weight: 800;
	font-family: 'Roboto', sans-serif;
	padding: 5px 20px;
}


/*///////////////////////    CSS INFO CONTENIDOS          //////////////////////////*/
.contenido-info{
	padding: 10px;
	
}

/*///////////////////////    CSS CALENDARIO           //////////////////////////*/

.ventana-calendario{
	margin: 25px auto;
	padding: 0px 0px 10px 0px;
	width: 100%;
	max-width: 370px;
	background-color: #FFF;
	border-radius: 10px;
    transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.ventana-calendario h3{
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 1.5em;
	color: #937135;
	padding: 10px 0;
	margin: 0px auto;
}


/*///////////////////////    CSS CONSEJOS           //////////////////////////*/

.ventana-consejos{
	margin: 5px auto 10px auto;
	padding: 20px 0px 20px 0px;
	width: 100%;
	max-width: 370px;
	background-color: #FFF;
	border-radius: 10px;
    transition: 0.3s;
	height: auto;
	text-align: center;
	font-size: 16px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.ventana-consejos h3{
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 1.5em;
	color: #937135;
	padding: 5px;
	margin: 15px auto 15px auto;
}
.ventana-consejos .icon{
	fill:#FFF;
	width: 28px;
	height: 28px;
	vertical-align:bottom;
}

.ventana-consejos .btn-masinfo{
	margin: 10px auto 0px auto;
	text-align: center;
	width: auto;
	background-color: #27AE60;
	padding: 0.4em 1em;
	border-radius: 50px;
	font-size: 1.3em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
	transition: 0.1s;
}

.ventana-consejos .btn-masinfo:active{
	box-shadow: 0px 0px 0px 5px #27AE60;
}




/*///////////////////////    CSS COMO LLEGAR          //////////////////////*/

.ventana-comollegar{
	margin: 10px auto 25px auto;
	text-align: center;
	padding: 0px 0px 25px 0px;
	width: 100%;
	max-width: 370px;
	background-color: #FFF;
	border-radius: 10px;
    transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	height: auto;
}
.ventana-comollegar h3{
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	font-size: 1.5em;
	color: #937135;
	padding: 10px 0px 0px;
	margin: 10px auto;
	
}
.ventana-comollegar .p-btn-comollegar {
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background-color:#FFF;
	border: 2px solid #27AE60;
	padding: 8px;
	margin: 10px 5px;
	border-radius: 10px;
	text-align: left;
}
#en-auto{
	display: none;
}
#en-colectivo{
	display: none;
}

.btn-comollegar{
	margin: auto;
	text-align: center;
	width: auto;
	background-color: #27AE60;
	padding: 0.4em;
	border-radius: 5px;
	font-size: 1.2em;
	font-size: 20px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #FFF;
	cursor: pointer;
	text-decoration: none;
}
.ventana-comollegar .-activo{
	max-height: 500px;
	height: auto;
	margin: auto;
	width: auto;
	background-color: #FFF;
	padding: 0.4em 0.4em 0.7em 0.4em;
	border-radius: 5px 5px 0 0;
	border-top: 2px solid #27AE60;
	border-left: 2px solid #27AE60;
	border-right: 2px solid #27AE60;
	font-size: 1.2em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #27AE60;
	cursor: pointer;
}

.ventana-comollegar .p-comollegar{
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 0px 10px;
	margin: 0px 0px 10px;
	border-radius: 0px;
}
.ventana-comollegar .foto-comollegar{
	width: 50%;
	margin: 15px auto 20px auto;
	display: block;
}

.ventana-comollegar .btn-masinfo{
	margin: auto;
	text-align: center;
	width: auto;
	background-color: #FFF;
	padding: 0.3em 0.6em;
	border-radius: 50px;
	font-size: 1.1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #27AE60;
	border: 2px solid #27AE60;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
	transition: 0.1s;
}

.ventana-comollegar .btn-masinfo:active{
	border: 6px solid #27AE60;
}




/*///////////////////////    CSS MAPA          //////////////////////////*/

.ventana-mapa{
	width: 100%;
	max-width: 390px;
	text-align: center;
	margin: 0px auto 20px auto;
	padding:0;
	position: relative;
	height: 150px;
	overflow: hidden;
	border-radius: 15px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	
}
.mapa{
	border-radius: 15px;
	transition: 0.2s;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0;
	height: 100%;
	width: auto;
}

.ver-mapa div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0.2);
}
.ver-mapa .link-mapa{
	position: absolute;
	top: 35%;
	left: 0;
	right: 0;
	font-size: 1.5em;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	width: auto;
	margin: auto;
	text-align: center;
	color: #FFF;
	transition: 0.2s;
	text-decoration: underline;
}


/*///////////////////////    CSS OPINIONES           //////////////////////////*/

.opiniones{
	margin: 0px auto 40px auto;
	text-align: center;
	padding: 10px 10px;
	width: 90%;
	background-color: #FFFFFF;
	border-radius: 10px;
    transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	height: auto;
	position: relative;
	z-index: 6;
	font-family: 'Roboto', sans-serif!important;
}

.rplgsw-pagination-bullet-active {
    opacity: 1;
    background: #27ae60!important;
}

.opiniones .rplg .rplg-biz-name a{
	color: #27ae60!important;
}

.rplg .rplg-biz-name {
    text-decoration: none!important;
    color: #27ae60!important;
    font-weight: 600!important;
    font-size: 1.2em!important;
	font-family: 'Roboto', sans-serif!important;
}

.rplg-links a, .rplg-links a:focus {
    display: inline-block;
    font-size: 14px!important;
    margin: 0 10px 0 0!important;
    box-shadow: none!important;
    color: #27ae60!important;
    font-weight: 600!important;
    font-size: 0.9em!important;
	font-family: 'Roboto', sans-serif!important;
}

.opiniones .rplg .rplg-review-name {
    display: block!important;
    font-size: 100%!important;
    font-weight: 200!important;
}

/*///////////////////////    CSS SUSCRIPCION           //////////////////////////*/

.suscripcion{
	margin: 0px auto 40px auto;
	text-align: center;
	padding: 10px 10px;
	width: 90%;
	background-color: #FFF;
	border-radius: 10px;
    transition: 0.3s;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	height: auto;
	position: relative;
	z-index: 6;
}
.suscripcion-desc{
	font-family: 'Roboto', sans-serif;
	text-align: center;
  	font-weight: 400;
	font-size: 1.2em;
	color: #656565;
}

#suscripcion-boton{
	font-family: 'Montserrat', sans-serif;
  	font-weight: 400;
	color: #FFF;
	font-size: 1.1em;
	margin: auto;
	padding: 10px;
	text-align: center;
	background-color: #d1410c;;
	border-radius: 5px;
	width: 250px;
	cursor: pointer;
	text-decoration: none;
}

/*///////////////////////   REGALA ENTRADAS          //////////////////////////*/

.regala-entradas{
	width: 90%;
	max-width: 500px;
	margin: 0 auto 20px auto;
	padding: 5px;
	background-color: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}
.flyer-navidad{
	width: 100%;
	border-radius: 10px;
}

/*///////////////////////    CSS FOOTER           //////////////////////////*/

footer{
	background-color: #52BE80;
	position: relative;
	margin: 0;
	padding: 0 0 5px 0;
	width: 100%;
	height: auto;
}
footer::after{
   position: absolute;
   top: -20px;
   left: 0;
   content: "";
   width: 100%;
   height: 90%;
   background-color: #A2DCBA;  
	z-index: -5;
	transform: skewY(5deg)
}
.logo-footer{
	filter: grayscale(100% ) brightness(500%);
	-webkit-filter: grayscale(100% ) brightness(500%);
	width: 200px;
}
.redes{
	margin:0px auto;
	padding: 20px;
	color: #FFF;
	text-align: center;
}
.redes a{
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.redes hr{
	width: 50%;
	height: 2px;
	background-color: #FFF;
	border-radius: 5px;
	border: 0;
}

.redes .icon{
	width: 40px;
	height: 40px;
	margin: 0px 7px ;
	fill: #FFF;
}

.contactanos-footer{
	text-align: center;
}
.contactanos-footer p{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.3em;
	margin: 10px;
}
.contactanos-footer a{
	color: #FFF;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.7em;
	text-decoration: none;
	display: block;
	margin: 10px
}
.contactanos-footer .btn-footer{
	background-color: #FFF;
	color: #52BE80;
	display:inline-block;
	margin: 2px;
	border-radius: 5px;
	padding: 8px;
	font-size: 1em;
}

.contactanos-footer .icon{
	fill: #52BE80;
	width: 25px;
	height: 25px;
	margin-right: 5px;
	vertical-align: bottom;
}

footer hr{
	border: 0;
	background-color: #FFF;
	height: 1px;
	width: 80%;
}
.navegacion-footer div{
	border-top: 1px solid #FFF;
	width: 250px;
	margin: auto;
}
.navegacion-footer div:first-child{
	margin-top: 20px;
}

.titulo-footer{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #FFF;
	margin: 5px auto;
	width: 100%;
	text-align: center;
	
}
.subtitulo-footer{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	color: #FFF;
	display: block;
	width: 100%;
	margin: 10px auto;
	text-align: center;
	text-decoration: underline;
}
.ubicacion-footer{
	color: #FFF;
	display: block;
	margin: 30px 5px 0;
}
.ubicacion-footer p{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	margin: 0px;
	padding: 0;
}