@charset "UTF-8";

:root{
	--main-color: #380469;

	--secondary-color: 0,255,255;

	--text-color: #000020;

	--font-primary: 'Montserrat', sans-serif;

	--font-secondary: 'IBM Plex Mono', monospace;
}

/*
/*
/*Fonts*/
h1,h3,h4,h5,h6,p,a{
	font-family: var(--font-primary);
}

h2{
	font-family: var(--font-secondary);
	font-weight: 600;
}

h2 span{
	position: relative;
	z-index: 1;
}

h2 span::after {
  content: '';
  height: 13px;
  display: block;
  position: absolute;
  width: 100%;
  bottom: 2%;
  z-index: 0;
  left: 0;
  mix-blend-mode: color;
}

h2 span.light::after{
	background-color: rgb(var(--secondary-color));
}

h2 span.dark::after{
	background-color: var(--main-color);
}

h3{
	font-family: 'IBM Plex Mono', monospace;
	font-weight: 500;
}

p{
	color: var(--text-color);
}

p b, p a{
	font-weight: 500;
	font-style: italic;
}

.p-big{
	font-size: 1.1em;
}

.btn{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 17px;
}

/*****Buttons*****/

.btn-primary{
	border-radius: 25px;
	color: var(--text-color);
	background-color: rgba(var(--secondary-color));
	border-color: rgb(var(--secondary-color));
}

.btn-primary:hover{
	background-color: rgb(var(--secondary-color));
	border-color: rgb(var(--secondary-color));
	box-shadow: 0 0 7px 1px rgba(var(--secondary-color),.5);
}

.btn-primary:focus, .btn-primary:active{
	outline-color: transparent!important;
	border-color: transparent;
	box-shadow: 0 0 3px 1px rgba(var(--secondary-color),.5)!important;
	color: var(--text-color);
	background-color: rgb(var(--secondary-color));
}


/***NAVBAR***/
#mainNav.navbar{
	position: fixed;
	top: 0;
	background-color: rgba(0,0,0,0);
	transition-duration: .2s;
	transition-timing-function: ease-out;
	z-index: 10;
}

.navbar .navbar-collapse{
	background-color: #061d7d;
}

.navbar-toggler:focus{
	box-shadow: none;
}

#mainNav.navbar .nav-link{
	color: #fff;
}

.navbar-light .navbar-toggler{
	border-color: transparent;
}

#mainNav.navbar-shrink {
	background-color: #061d7d!important;
}


.navbar-brand > img{
	max-width: 100px;
}

.nav-item{
	display: flex;
	padding-left: 25px;
}

.nav-item:before{
  opacity: 0;
  content: ">";
  font-size: 22px;
  padding-right: 15px;
  transition-duration: .2s;
  width: 0;
  color: rgb(var(--secondary-color));
}

.nav-item:hover:before{
	opacity: 1;
}


/*****Hero*****/
#hero{
	height: 100vh;
	background: rgb(56,4,105);
	background: -moz-linear-gradient(180deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: linear-gradient(180deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#380469",endColorstr="#002080",GradientType=1);
}

#hero .container-fluid{
	background-image: url('../img/grid-bg-mb.png');
	position: top left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#hero .container-fluid, #hero .container-fluid .row{
	height: inherit;
}

h1{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 2.2em;
	line-height: 1em;
	color: #fff;
}

h1.subtitulo{
	font-weight: 400;
	font-size: 1.5em;
}

h1.titulo{
	text-align: center;
	width: fit-content;
}

h1 span{
	font-family: var(--font-secondary);
	text-transform: none;
	font-weight: 400;
	font-size: 2.3em;
	color: rgb(var(--secondary-color));
	margin-left: 0px;
	letter-spacing: -1px;
}


/*Countdown*/

#countdown{
	color: #fff;
	font-family: var(--font-secondary);
	font-weight: 300;
	font-size: 1.5em;
}

#countdown span{
	font-size: 2em;
}

/*CTA*/

.cta p{
	color: #fff;
}


/****INFO****/

#info{
	background-image: url('../img/grid-bg-dark-mb.png');
	background-position: right bottom;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.img-slider{
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}

.img-pie{
	font-size: 12px;
}

.owl-nav{
	position: absolute;
	top: 45%;
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.nav-btn.prev-slide{
	background-image: url('../img/flecha-left.png');
	background-size: contain;
	background-position: center;
	height: 50px;
	width: 40px;
}

.nav-btn.next-slide{
	background-image: url('../img/flecha-right.png');
	background-size: contain;
	background-position: center;
	height: 50px;
	width: 40px;
}



/****PREMIOS****/

#premios{
	background: rgb(56,4,105);
	background: -moz-linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002080",endColorstr="#380469",GradientType=1);
	background-attachment: fixed;
}


.numbers{
	z-index: -1;
}

.detalle-premios{
	z-index: 1;
}

.cont-prox{
	position: relative;
}

.prox{
	position: absolute;
	top: 50%;
}

i.fa-caret-down{
	position: absolute;
  right: 15px;
  top: 10px;
}

.detalle-premios h4{
	font-family: 'IBM Plex Mono', monospace;
}

.detalle-premios img{
	position: relative;
	z-index: 2;
}

/***Jurados***/


#jurados{
	background-image: url('../img/grid-jurados-mb.png');
	background-position: left top;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.jurado{
	position: relative;
}

.card-body{
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: -15px;
	z-index: 0;
	border-color: transparent;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	box-shadow: 0 0 3px 1px rgba(var(--secondary-color),.5)!important;
	transition-duration: .2s;
}

.card-body p{
	font-size: 13px;
}

.collapse-toggle{
	position: relative;
	z-index: 1;
}

.jurado [class*='icon-']{
	position: absolute;
	-webkit-animation-name: blink;
	animation-name: blink;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease;
}

.icon-gustavo{
	top: 15px;
	right: 13%;
	animation-delay: 2s;
}

.icon-mauro{
	top: 25px;
	right: 15%;
}

.icon-nicolas{
	top: 15px;
	left: 15%;
	animation-delay: 4s;
}

.icon-juan{
	top: 25px;
	right: 12%;
}

.icon-gonzalo{
	top: 25px;
	right: 10%;
	animation-delay: 2s;
}


/****INSCRIPCION****/

#inscripcion{
	background: rgb(56,4,105);
	background: -moz-linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	background: linear-gradient(0deg, rgba(56,4,105,1) 0%, rgba(0,32,128,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002080",endColorstr="#380469",GradientType=1);
	background-attachment: fixed;
}

#inscripcion{
	position: relative;
}

.contenedor-inscripcion{
	display: flex;
	position: relative;
}

.square{
	position: absolute;
    left: 15%;
    z-index: 0;
	width: 70px;
	height: 70px;
	border: solid 2px rgb(var(--secondary-color));
	transition-duration: .3s;
}

.contenedor-inscripcion:hover .square{
	border: solid 15px rgb(var(--secondary-color));
	box-shadow: 0 0 7px 1px rgba(var(--secondary-color),.5);
}

.contenedor-inscripcion:hover .titulo-inscripcion h3{
	text-shadow: 0 0 5px rgba(var(--secondary-color),.3);
}

.titulo-inscripcion{
	z-index: 1;
}

a.contenedor-inscripcion{
	text-decoration: none!important;
}

.titulo-inscripcion h3{
	font-weight: 600;
}

.titulo-inscripcion h4{
	color: rgb(var(--secondary-color));
	text-transform: uppercase;
	text-decoration: underline;
}

a.bases{
	font-weight: 500;
	font-style: italic;
	color: rgb(var(--secondary-color));
}





/***FOOTER****/

footer{
	background-color: var(--text-color);
}

.copy{
	background-color: #00002d;
}

.copy a{
	color: rgb(var(--secondary-color));
}

.unit{
	font-size: 75%;
}



/***Floaties***/

.floaties{
	position: absolute;
}

#premios .container-fluid{
	position: relative;
}

.floatie1{
	top: 5%;
	left: 10%;
	-webkit-animation: blink 3s infinite ease;
	animation: blink 3s infinite ease;
}

.floatie2{
	bottom: -5%;
	right: 0%;
	animation-delay: 2s;
	-webkit-animation: blink 5s infinite ease;
	animation: blink 5s infinite ease;
}

.floatie3{
	bottom: 25%;
	right: 13%;
	-webkit-animation: blinknmove2 5s infinite ease;
	animation: blinknmove2 5s infinite ease;
}

.floatie4{
	bottom: 5%;
	left: 10%;
	-webkit-animation: blinknmove 7s infinite ease-out;
	animation: blinknmove 7s infinite ease-out;
}


.floatie5{
	right: 6%;
	top: 15%;
	-webkit-animation: blink 3s infinite ease;
	animation: blink 3s infinite ease;
}

.floatie6{
	right: 15%;
	top: 2%;
	animation-delay: 5s;
	-webkit-animation: square2 10s infinite ease;
	animation: square2 10s infinite ease;
}


/*Floaties premios*/

.floatie7{
	top: 10%;
	left: 5%;
	-webkit-animation: blink 3s infinite ease;
	animation: blink 3s infinite ease;
}

.floatie8{
	top: -10%;
	left: 20%;
	-webkit-animation: square 7s infinite ease;
	animation: square 7s infinite ease;}

.floatie9{
	top: 0%;
	left: 5%;
	-webkit-animation: rotate 5s infinite ease;
	animation: rotate 5s infinite ease;
}


.floatie10{
	top: 50%;
	right: 10%;
	-webkit-animation: blink 5s infinite ease;
	animation: blink 5s infinite ease;
}

.floatie11{
	bottom: 30%;
	right: 10%;
	-webkit-animation: blinknmove2 5s infinite ease;
	animation: blinknmove2 5s infinite ease;
}


/*Floaties Inscripcion*/

.floatie12{
	top: 5%;
	right: 5%;
	-webkit-animation: rotate 7s infinite ease;
	animation: rotate 7s infinite ease;
}


.floatie13{
	top: -7%;
	left: 5%;
	-webkit-animation: blink 3s infinite ease;
	animation: blink 3s infinite ease;
}

.floatie14{
	left: 5%;
	bottom: 25%;
	-webkit-animation: blinknmove2 3s infinite ease;
	animation: blinknmove2 3s infinite ease;
}




/****ANIMATIONS*****/

/**
 * ----------------------------------------
 * animation blink and move
 * ----------------------------------------
 */
@-webkit-keyframes blinknmove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 5%;
  }
}
@keyframes blinknmove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    bottom: -10%;
  }
  100% {
    opacity: 1;
    bottom: 5%;
  }
}


/**
 * ----------------------------------------
 * animation blink and move 2
 * ----------------------------------------
 */
@-webkit-keyframes blinknmove2 {
  0% {
    opacity: 0.5;
    bottom: 30%;
  }
  50% {
    opacity: 1;
    bottom: 25%;
  }
  100% {
    opacity: 0.5;
    bottom: 30%;
  }
}
@keyframes blinknmove2 {
  0% {
    opacity: 0.5;
    bottom: 30%;
  }
  50% {
    opacity: 1;
    bottom: 25%;
  }
  100% {
    opacity: 0.5;
    bottom: 30%;
  }
}



/**
 * ----------------------------------------
 * animation square
 * ----------------------------------------
 */
@-webkit-keyframes square {
  0% {
    top: -10%;
    left: 20%;
  }
  25% {
    top: -25%;
    left: 20%;
  }
  50%{
    top: -25%;
    left: 27%;
  }
  75%{
    top: -10%;
    left: 27%;
  }
  100% {
    top: -10%;
    left: 20%;
  }
}
@keyframes square {
  0% {
    top: -10%;
    left: 20%;
  }
  25% {
    top: -25%;
    left: 20%;
  }
  50%{
    top: -25%;
    left: 27%;
  }
  75%{
    top: -10%;
    left: 27%;
  }
  100% {
    top: -10%;
    left: 20%;
  }
}


/**
 * ----------------------------------------
 * animation square2
 * ----------------------------------------
 */
@-webkit-keyframes square2 {
  0% {
    top: 2%;
    right: 5%;
  }
  25% {
    top: 2%;
    right: 10%;
  }
  50%{
    top: 5%;
    right: 10%;
  }
  75%{
    top: 5%;
    right: 5%;
  }
  100% {
    top: 2%;
    right: 5%;
  }
}
@keyframes square2 {
  0% {
    top: 2%;
   right: 15%;
  }
  25% {
    top: 2%;
    right: 20%;
  }
  50%{
    top: 15%;
    right: 20%;
  }
  75%{
    top: 15%;
   right: 15%;
  }
  100% {
    top: 2%;
   right: 15%;
  }
}


/**
 * ----------------------------------------
 * animation blink only
 * ----------------------------------------
 */
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}


/**
 * ----------------------------------------
 * animation rotate only
 * ----------------------------------------
 */
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
   	transform: rotate(0deg); 
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(90deg);
  }
  100% {
   	transform: rotate(0deg); 
  }
}

.animateUp{
	visibility: hidden;
}

.delay2{
	transition-delay: .4s;
}

.delay4{
	transition-delay: .6s;
}

.delay6{
	transition-delay: .8s;
}

.delay8{
	transition-delay: .10s;
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	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;
	}	
}


/***MEDIA QUERIES***/

@media (min-width: 768px){

	/*Hero*/

	#hero .container-fluid{
		background-image: url('../img/grid-bg.png');
	}

	h1{
		font-size: 3em;
	}

	h1 span{
		font-size: 2.5em;
	}

	h1.subtitulo{
		font-size: 1.5em;
	}

	/*Coundown*/
	#countdown{
		font-size: 2em;
	}

	#countdown span{
		font-size: 3em;
	}

	/*Info*/
	#info{
		background-image: url('../img/grid-bg-dark.png');
	}


	/*Premios*/

	.floatie7{
		top: 10%;
		left: 20%;
	}

	.floatie9{
		top: 10%;
		left: 5%;
	}

	.floatie10{
		top: 10%;
		right: 10%;
	}


	/*Jurados*/

	#jurados{
		background-image: url('../img/grid-jurados-dark.png');
	}

	.icon-gustavo{
		right: 10%;
	}

	.icon-mauro{
		right: 10%;
	}

	.icon-nicolas{
		left: 10%;
	}

	.icon-juan{
		right: 10%;
	}

	.icon-gonzalo{
		right: 5%;
	}

	/*Navbar*/
	#mainNav.navbar, .navbar .navbar-collapse{
		background-color: rgba(255,255,255,0);
	}

	.nav-item{
		padding-left: 15px;
	}

	.nav-item:before{
		padding-right: 5px;
	}

}