@charset "utf-8";
/* CSS Document */

.sec-por{          /* portada */
	width:100%; height: 100vh; /*min-height: 200px;*/ overflow: hidden; z-index: 300;
	}
.int{
	position: absolute; width: 94%; left: 3%; right: 3%; bottom: 50px; font-size: 36px; z-index: 501;
}
.int h1{
	font-family: 'Raleway', sans-serif;
	font-size: 36px; font-weight:200; z-index: 501; color: rgb(255,255,255); text-align: left;
	text-shadow: 2px 2px 8px #000000
}
.sorprende{
	font-weight:500;
}
.btns-img{
	position:absolute; bottom: 30px; left: calc(50% - 15px); width: 50px; font-size: 40px; z-index: 500;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}
.btn{
	background-color: white; width: 5px; height: 5px; border-radius: 5px; z-index: 600; cursor:pointer;
}
/*--------------- Portada ---------------*/
.por-100{
	float:left; position: relative; width: 100%; height: 100%; overflow: hidden; z-index: 301;
    }
.por-pnls{ /*3 elementos*/
	float:left; position: relative; width: 500%; height: 100%; overflow: hidden; z-index: 302;
    }
.por-pnl{
	float: left; position: relative; width: 20%; height: 100%; text-align: center;
        display: block; z-index: 303; overflow: hidden;
    }
.por-pnl img{
	width: 100%; min-height: 100%; z-index: 5001; 
	webkit-filter: brightness(40%) saturate(120%) contrast(120%);
    filter: brightness(40%) saturate(120%);
	
	transition: transform 10s ease;
	transform: scale(1);
    }

/* animacion */
.dejate-content{
	text-align: left; font-size: 90px; color: rgb(255,255,255); padding: 0px; line-height: 0.8em; font-weight: 500; width: 100%;
}
.dejate-guay{
	float:left; font-size: 60px; font-weight: 400; width: 100%; letter-spacing: 0.7rem; margin-bottom: 0px; 
}
.dejate-secre{
	font-size: 20px; font-weight: 300; letter-spacing: 0.11rem; color: rgb(255,255,255);
	position: absolute; width: 94%; left: 3%; right: 3%; bottom: 45px; text-align: right; z-index: 500;
}
/* Contenedor principal de la tarjeta */
.calendario-invierno {
    position: absolute; /* O 'absolute' si querés que se mueva con el scroll de la portada */
    bottom: 3%;
    right: 3%;
    z-index: 999; /* Asegura que quede por encima de la imagen de fondo */
    max-width: 250px; /* Controla el tamaño máximo para que no tape toda la pantalla */
    width: 100%;
}

/* Estilos para el enlace interactivo */
.calendario-invierno a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    transition: transform 0.3s ease, filter 0.3s ease;
}

/* Imagen del calendario y el carpincho */
.calendario-invierno img {
    width: 100%;
    height: auto;
    display: block;
    /* Filtro sutil de sombra para darle profundidad sobre la foto de fondo */
    filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.3)); 
}

/* --- Efectos de Interacción (Hover) --- */

/* Animación de elevación al pasar el mouse */
.calendario-invierno a:hover {
    transform: translateY(-5px) scale(1.02);
    filter: brightness(1.05);
}

/* Efecto cuando el usuario hace clic */
.calendario-invierno a:active {
    transform: translateY(-1px) scale(0.98);
}

/*@-moz-keyframes @-webkit-keyframes @-o-keyframes*/
@keyframes ZoonLetter { 
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(1.30);
  }
  100% {
	opacity: 1;
    transform: scale(1);
  }
}
.animaTexto{
	float:left; width: 100%;
}
.animaTexto div {
	/*display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	
	-moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center; 
	gap:5px; */
	
	font-weight: bold; font-size: 65px;
	
	float: left; opacity: 1;
	margin: 0px; margin-top: -15px;
  	animation: ZoonLetter 0.5s linear;
  	-webkit-animation: ZoonLetter 0.5s linear;
  	-moz-animation: ZoonLetter 0.5s linear;
  	-o-animation: ZoonLetter 0.5s linear;
  	-ms-animation: ZoonLetter 0.5s linear;
  	/*animation-fill-mode: both;*/

  /*animation-duration: 30s;*/
  /*animation-iteration-count: 5;
	animation-delay: 10s;*/
}

.animaTexto div:nth-child(1) { animation-delay: 2s; }
.animaTexto div:nth-child(2) { animation-delay: 2.1s; margin-right:1rem; }
.animaTexto div:nth-child(3) { animation-delay: 2.2s;  }
.animaTexto div:nth-child(4) { animation-delay: 2.3s; }
.animaTexto div:nth-child(5) { animation-delay: 2.4s; }
.animaTexto div:nth-child(6) { animation-delay: 2.5s; }
.animaTexto div:nth-child(7) { animation-delay: 2.6s; }
.animaTexto div:nth-child(8) { animation-delay: 2.7s; }
.animaTexto div:nth-child(9) { animation-delay: 2.8s; }
.animaTexto div:nth-child(10) { animation-delay: 2.9s; }


@keyframes Sesgar { 
  	0% {
    	transform: skew(0deg);
  	}
	
  	10% {
    	transform: skew(0deg);
  	}
	
	20% {
    	transform: skew(0deg);
  	}
	
	30% {
    	transform: skew(3deg);
  	}
	
	40% {
    	transform: skew(0deg);
  	}
	
	50% {
    	transform: skew(3deg);
  	}
	
	60% {
    	transform: skew(0deg);
  	}
	
	70% {
    	transform: skew(3deg);
  	}
	
	80% {
    	transform: skew(0deg);
  	}
	
	90% {
    	transform: skew(0deg);
  	}
	
	100% {
    	transform: skew(0deg);
  	}

}



@media all and (max-width: 1000px) {
	.sec-por{
		height: 100vh;
	    }
	.sec-por h1{
		font-size: 34px;
	    }
	.por-100{
		float:left; position:relative; width: 100%; overflow: hidden;
	    }
    .por-pnls{
		float:left; position:relative; width: 500%; height: 100%; 
	    }
	.por-pnl{
		float:left; position:relative; width: 20%; height: 100%; margin: 0; padding: 0; left:0; overflow: hidden; 

		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
	
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;

	
		-moz-box-align: center;
    	-webkit-align-items: center;
    	-ms-flex-align: center;
	    }
    .por-pnl img{
 
		height: 100%; width: auto; z-index: 5001; 
		
        }
    /*.mnu-mvl{
	    display:block; height:36px; margin:10px 2% 10px 0; 
	    }*/
	.bienvenido{
		font-size: 24px;
	}
	
	.dejate-content{
		font-size: 60px; color: rgb(255,255,255);
	}
	.animaTexto div{
		font-size: 60px;
	}
	
	.dejate-guay{
		font-size: 40px; font-weight: 300; width: 100%; letter-spacing: 0.62rem;
	}
	.dejate-secre{
		display:none;
	}
	
	
}