@charset "UTF-8";


:root{

	--casi-blanco: #f2efeb;

	--gris-claro: #4c4c4c;

	--gris-oscuro: #282828;

	--amarillo: #e8c210;

	--turquesa: #4a98d8;

	--font-texto: 'host-grotesk', sans-serif;

	--font-titulos: 'acumin-variable', sans-serif;

	--carousel-speed: 15s;
  	
  	--carousel-gap: 4rem;
  	
  	--carousel-padding: 3.75rem;

}


html{
	overflow-x: hidden;
}

/*Texto*/

*{
	font-family: var(--font-texto);
	font-weight: 400;
	color: black;
}

p{
	font-family: var(--font-texto);
	font-weight: 300;
	font-size: 1.1em;
	line-height: 1.2;
}

/*Btn*/

.btn-primary{
	background-color: var(--gris-oscuro);
	border:none;
}

/*Menu*/

#menu{
	background-color: transparent;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	transition-duration: .2s;
}


#menu.navbar-scroll{
	background-color: white;
}

#menu.navbar-scroll a.nav-link{
	color: black;
}

.navbar{
	transition-duration: .2s;
}

a.nav-link{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 700;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1.5em;
	transition-duration: .2s;
}

a.nav-link img{
	transition-duration: .2s;
	margin-right: 3px;
}

a.nav-link:hover{
	color: black;
}

#menu a.nav-link:hover img{
	transform: rotate(-45deg);
}

/*Header*/

#header{
	background-image: url('../img/header.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 60vh;
}

#header .container, #header .row{
	min-height: 60vh;
}

h1, .veinte26{
	font-size: 2em;
}

h1, h1 span, .veinte26{
	font-family: var(--font-titulos);
	text-transform: uppercase;
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 400;
}

h1 span, .veinte26{
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
}

/*Carousel texto*/

.wordsSwiper {
    width: 100%;
    overflow: hidden;
}

.wordsSwiper .swiper-wrapper {
	display: flex;
	flex-direction: row;
    transition-timing-function: linear !important;
}

.wordsSwiper .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
    font-size: 1.1em;
    text-transform: uppercase;
    padding: 20px 10px;
}

/*Info*/

#intro{
	background-image: url('../img/bg-intro.png');
	background-size: cover;
	background-position: center bottom;
	position: relative;
}

#intro .container{
	z-index: 2;
	position: relative;
}

.spacer{
	height: 200px;
}

.bg-intro{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#intro-img{
	background-image: url('../img/bg-intro-img.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 1;
}

#intro-color{
	background-image: url('../img/bg-intro-color.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 0;
	mix-blend-mode: multiply;
}

h2{
	font-size: 3em;
	line-height: 0.9;
}

h2, h2 span{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 400;
}

h2 span{
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
	  box-shadow: inset 0 -0.8em 0 0 var(--amarillo);
}

.borde-texto{
	background-color: black;
	opacity: 1;
	height: 2px;
}

.badge{
	background-color: black;
	border-radius: 0;
	font-size: 1.1em;
	font-family: var(--font-texto);
	font-weight: 300;
	text-transform: uppercase;
}

.badge img{
	vertical-align: baseline;
}


/*Pilares*/

h3{
	font-size: 2.7em;
}

h3, h3 b{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 400;
}

h3 b{
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
}

h4{
	font-size: 2.5em;
	line-height: .8;
}

h4, h4 b{
	text-transform: uppercase;
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
}

h4 b{
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 800;
}

h4 span{
	text-transform: uppercase;
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 600;
	font-size: .9em;
}

p.texto{
	font-size: 1em;
	text-align: justify;
}

.pilar{
	background-image: url('../img/bg-columnas.svg');
	background-size: 170%;
	background-repeat: repeat-x;
	position: relative;
	border-right: solid 10px white;
}






/*Galeria*/

.img-slide{
	width: auto;
	height: 320px;
	background-size: cover;
	background-position: center;
}

.img-slide{
	border: solid 3px white;
	border-top: solid 6px white;
	border-bottom: solid 6px white;
}

.swiper-grid-column>.swiper-wrapper{
	flex-direction: row!important;
	width: 100%!important;
}

.leyenda{
	position: absolute;
    bottom: 0;
    background-color: white;
    margin-bottom: 0;
    width: 100%;
}

a.swiper-slide{
	height: auto!important;
}


/*Premios*/

#premios{
	background-image: url('../img/bg-bottom.png');
	background-color: var(--turquesa);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-blend-mode: multiply;
}

h2 span.text-white{
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 400;
	box-shadow: inset 0 -0.8em 0 0 black;
}

.premio span{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
	font-size: 1.7em;
	text-transform: uppercase;
	background-color: white;
	color: var(--turquesa);
}

.premio-monto{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
	color: white;
	font-size: 3em;
	line-height: 1;
}

.premio-monto b{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 700;
	color: white;
}




/*Jurados*/

h5{
	font-family: var(--font-titulos);
	font-size: 3em;
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 500;
}

h5 b{
	font-family: var(--font-titulos);
	font-variation-settings: "slnt" 0, "wdth" 50, "wght" 700;
}

.jurado-arroba{
	background-color: var(--amarillo);
	color: black;
	text-decoration: none;
	transition-duration: .2s;
}

.jurado-arroba:hover{
	background-color: black;
	color: white;
}

.jurado-arroba:hover b{
	color: white;
}


/*Deco*/

#deco{
	position: relative;
	background: #FFFFFF;
	background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(242, 239, 235, 1) 100%);
	background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(242, 239, 235, 1) 100%);
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(242, 239, 235, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#F2EFEB", GradientType=0);
}

#bg-deco{
	background-image: url('../img/bg-deco-color.png');
	background-size: contain;
	background-position: center bottom;
	background-repeat: no-repeat;
	z-index: 1;
	mix-blend-mode: multiply;
}



/*Inscripcion*/

#como-participar{
	background-image: url('../img/bg-bottom.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-color: var(--casi-blanco);
	background-blend-mode: multiply;
}

.animated, .animate-fade{
	visibility: hidden;
}

.boton{
	background-color: black;
	border-radius: 0;
	border: none;
	padding: 7px 15px;
	font-size: 1.1em;
	color: white;
	text-decoration: none;
	transition-duration: .2s;
}

.boton img{
	transition-duration: .2s;
}

.boton.reglamento:hover{
	color: var(--amarillo);
}

.boton.reglamento:hover img{
	margin-top: 7px;
}

.boton.subida:hover{
	color: var(--turquesa);
}

.boton.subida:hover img{
	margin-bottom: 7px;
}

/*Delayed objects*/
.delay-2{
	animation-delay: .2s;
	transition-delay: .2s;
}

.delay-4{
	animation-delay: .4s;
	transition-delay: .4s;
}

.delay-6{
	animation-delay: .6s;
	transition-delay: .6s;
}

.fadeIn{
	visibility: hidden;
}


/*Footer*/

footer{
	box-shadow: 0px 5px 20px rgba(0,0,0,.1);
}

.logo-footer{
	max-width: 120px;
}

.texto-footer{
	font-size: 1.1em;
}

.texto-footer b{
	text-transform: uppercase;
	font-weight: 800;
}

.texto-footer span{
	font-style: italic;
	font-weight: 300;
}

.boton-social:hover img{
	transform: scale(.9);
}


/*Animations*/

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}		
	100% {
		transform: translateY(0%);
		opacity: 1;
	}	
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
		opacity:0
	}		
	100% {
		-webkit-transform: translateY(0%);
		opacity: 1;
	}	
}


/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}



/*
==============================================
rotating
==============================================
*/

.rotating{
	animation-name: rotating;
	-webkit-animation-name: rotating;	

	animation-duration: 5s;	
	-webkit-animation-duration: 5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

	animation-timing-function: ease;
	-webkit-animation-timing-function: ease;
}

@keyframes rotating {
	0% {
		transform: rotate(0deg);	
	}
	25% {
		transform: rotate(90deg);
	}
	50% {
		transform: rotate(180deg);
	}
	75% {
		transform: rotate(270deg);	
	}
	100% {
		transform: rotate(360deg);	
	}

}

@-webkit-keyframes rotating {
	0% {
		-webkit-transform: rotate(0deg);	
	}
	25% {
		-webkit-transform: rotate(90deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	75% {
		-webkit-transform: rotate(270deg);	
	}
	100% {
		-webkit-transform: rotate(360deg);	
	}

}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);		
	}
	50% {
		transform: scale(1);
	}	
	100% {
		transform: scale(0.9);	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);		
	}
	50% {
		-webkit-transform: scale(1);
	}	
	100% {
		-webkit-transform: scale(0.95);	
	}			
}


/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}



/*
*
*
Media Queries*/

@media (max-width: 768px) {
	--carousel-padding: 2rem;
	--carousel-gap: 2rem;
}

@media (min-width:768px){

	h2{
		font-size: 5.5em;
	}

}

@media (min-width: 992px){

	#header{
	background-image: url('../img/header.jpg');
	background-size: cover;
	background-position: center center;
	min-height: 80vh;
	}

	#header .container, #header .row{
	min-height: 80vh;
	}


	h1, .veinte26{
	font-size: 3em;
	}

	.text-col{
		column-count: 2;
		column-gap: 2em;
		text-align: justify;
	}

	.borde-texto{
		width: 48%;
	}

	.spacer{
		height: 400px;
	}

	#intro-img{
		background-size: cover;
	}
	#intro-color{
		background-size: cover;
	}

	#bg-deco{
		background-size: cover;
	}

	.pilar{
		background-size: 130%;
	}
	
	.pilar.reverse{
		background-position: center bottom;
	}

	.icon-top{
		position: absolute;
		top: -25px;
		margin-top: 0;
	}	

	.icon-bottom{
		position: absolute;
		bottom: -25px;
		right: 20px;
		margin-top: 0;
	}

	.rombo{
		right: 20px;
	}

	h4{
		font-size: 3.5em;
	}

	.premio-monto{
		font-size: 4.5em;
	}

	.logo-footer{
		max-width: 140px;
	}

}

@media (min-width: 1400px){
	#header, #header .container, #header .row{
		min-height: 70vh;
	}
}

@media (min-width: 1920px){

	#intro-img{
		background-size: contain;
	}
	#intro-color{
		background-size: contain;
	}

	#bg-deco{
		background-size: contain;
	}

}