/*----------------------------
GENÃ‰RICOS
---------------------------- */

@font-face {
	font-family: 'Conv_Gotham-Black';
	src: url('fonts/Gotham-Black.eot');
	src: local('☺'), url('fonts/Gotham-Black.woff') format('woff'), url('fonts/Gotham-Black.ttf') format('truetype'), url('fonts/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_GothamMedium';
	src: url('fonts/GothamMedium.eot');
	src: local('☺'), url('fonts/GothamMedium.woff') format('woff'), url('fonts/GothamMedium.ttf') format('truetype'), url('fonts/GothamMedium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_Gotham-Light';
	src: url('fonts/Gotham-Light.eot');
	src: local('☺'), url('fonts/Gotham-Light.woff') format('woff'), url('fonts/Gotham-Light.ttf') format('truetype'), url('fonts/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;  
	-moz-box-sizing: border-box;  
	box-sizing: border-box;  
}

body {
  margin: 0;
  padding: 0;
}

 
body {
	font-family: 'Conv_Gotham-Black';
	background: #ffffff;
	font-size: 16px;
 	color: #000000;
	overflow-x:hidden;
} 
h1, h2, h3, h4 , h5, h6{
	font-family: 'Conv_Gotham-Black';


  }
	
 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

.container {
    max-width: 1400px;
}
.container.full {
    max-width: 1920px;
 }
 
/*
-------------------------	TEXTO
*/
h1 {
		font-family: 'Conv_Gotham-Black';
text-transform:uppercase;
	font-size:98px;
	line-height:1;
	color:#ffffff;
	position:relative;
 	text-align:left;
} 
 

h2 {
	font-weight:900;
 	font-size:48px;
	color:#000;
	position:relative;
	text-align:left;
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow: 3px 3px 0px #e91e63;
	text-align:center;
} 

h3 {
	font-size:32px;
	color:#000;	
	line-height:1.4;
	position:relative;
	font-weight:300;
	text-align: center;
	margin-top:20px;
	margin-bottom:20px;
}
 
h4 {
	font-size:24px;
	color:#2d3a3a;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:10px;
} 
h5 {
	font-size:16px;
	color:#000;	
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:20px;
	font-weight:700;
}
 
p {
	font-size:18px;
	color:#333333;	
	line-height:1.4;
	font-family: 'Conv_GothamMedium';
	text-align:left;
	margin-bottom:10px;
 }
strong {
	font-family: 'Conv_Gotham-Black';

}
.blanco {
	color:#ffffff;
}
.bordo {
	color:#ab162b;
}
 sup {
	 font-size:50%;
	     top: -1em;
 }

 
/*------------------
header
--------------------*/

/*
-------------------------	TEXTO
*/
/*** Header Styles ***/
header {
  width: 100%;
   display: flex;
 }

/*** Navigation Styles ***/
nav {
  width: 100%;
  height: 85px;
   position: fixed;
	top:0;
	left:0;
	right:0;
  z-index: 10;
	padding-left:0px;
	padding-right:0px;
	display: flex;
  align-items: center;
  transition: all 0.3s;
}
nav > .container {
	display: flex;
  align-items: center;
	justify-content:space-between;
 
}
.fixeado nav  {
  height: 90px;
		background:#ffe919;

}
 
#menu, 
#menu ul {
  display: flex;
  align-items: center;
}
 
 
.brand{
	text-indent:-99999px;
	background:url("../img/logo-dala.png") no-repeat  center transparent;
	background-size:contain;
	width: 250px;
	height: 90px; 
	-webkit-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
}
 

.brand a {
    display: block;
    height: 100%;

}
 
 
/*
-------------------------	botones
*/
.boton-enviar{
	text-align:center;
	height:46px;
	line-height:36px;
	border-radius:0px;
 	min-width:150px;
	color:#FFFFFF;
	font-size:18px;
	text-transform:uppercase;	
	background:#000;
	border:0;
	display:inline-block;
	z-index:1;
 	transition: all 0.4s;
}

 .content-txt {
	 text-align:center;
 }
 
 
 
 /*
-------------------------	jurado
*/
 
.item-ganador .content-foto {
	position:relative;
	margin:50px auto;
	width:240px;
}	
 
@keyframes floating {
    from { transform: translate(-30px,  0px); }
    65%  { transform: translate(-45px, -20px); }
    to   { transform: translate(-30px, -0px); }    
} 	
 
@keyframes floating3 {
    from { transform: translate(-20px,  0px); }
    65%  { transform: translate(-25px, -5px); }
    to   { transform: translate(-20px, -0px); }    
}

@keyframes floating4 {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(5%, 5px); }
    to   { transform: translate(0, -0px); }    
}
@keyframes floating5 {
    from { transform: translate(0,  0px); }
    35%  { transform: translate(5%, 15px); }
    65%  { transform: translate(-5%, -5px); }
    to   { transform: translate(0, -0px); }    
}

.ganadores {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}

.item-ganador {
	display:flex;
	justify-content:flex-start;
	width: 25%;
	max-width:320px;
	flex-direction:column;
	margin:auto;
}
.item-ganador .content-trabajo {
	position:relative;
	margin:50px auto;
	width:240px;
	height:240px;
	background:#666;
}	  
.item-ganador .content-trabajo img {
	position:relative;
	z-index:8;
}
 
 /*
-------------------------	jurado
*/
section#ganadores {
	min-height:70vh;
	padding:95px 0;
}

 
section#ganadores  .item-ganador .content-foto img{
	max-width:100%;
} 

section#ganadores .item-ganador .content-foto:before {
content: '';
    width: 280px;
    height: 340px;
    border-radius: 5px;
    border: 5px solid #e91e63;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 9;
    animation-name: floating3;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}

section#ganadores .item-ganador:nth-child(23) .content-foto:before,
section#ganadores .item-ganador:nth-child(35) .content-foto:before,
section#ganadores .item-ganador:nth-child(10) .content-foto:before,
section#ganadores .item-ganador:nth-child(1) .content-foto:before {
	border-color:#1ee9d2;
    animation-duration: 3s;

}

section#ganadores .item-ganador:nth-child(27) .content-foto:before,
section#ganadores .item-ganador:nth-child(32) .content-foto:before,
section#ganadores .item-ganador:nth-child(9) .content-foto:before,
section#ganadores .item-ganador:nth-child(2) .content-foto:before {
	border-color:#681ee9;
	animation-duration: 4s;

}

section#ganadores .item-ganador:nth-child(36) .content-foto:before,
section#ganadores .item-ganador:nth-child(29) .content-foto:before,
section#ganadores .item-ganador:nth-child(14) .content-foto:before,
section#ganadores .item-ganador:nth-child(3) .content-foto:before {
	border-color:#1ee991;
	animation-duration: 1s;

}
section#ganadores .item-ganador:nth-child(33) .content-foto:before,
section#ganadores .item-ganador:nth-child(11) .content-foto:before,
section#ganadores .item-ganador:nth-child(18) .content-foto:before,
section#ganadores .item-ganador:nth-child(4) .content-foto:before {
	border-color:#e91e63;
	animation-duration: 2.3s;
	}
	
section#ganadores .item-ganador:nth-child(15) .content-foto:before,
section#ganadores .item-ganador:nth-child(34) .content-foto:before,
section#ganadores .item-ganador:nth-child(20) .content-foto:before,
section#ganadores .item-ganador:nth-child(5) .content-foto:before {
	border-color:#ffe919;
	animation-duration: 2.9s;	
}
section#ganadores .item-ganador:nth-child(13) .content-foto:before,
section#ganadores .item-ganador:nth-child(28) .content-foto:before,
section#ganadores .item-ganador:nth-child(19) .content-foto:before,
section#ganadores .item-ganador:nth-child(6) .content-foto:before {
	border-color:#ff9813;
	animation-duration: 2.9s;	
}
section#ganadores .item-ganador:nth-child(26) .content-foto:before,
section#ganadores .item-ganador:nth-child(21) .content-foto:before,
section#ganadores .item-ganador:nth-child(30) .content-foto:before,
section#ganadores .item-ganador:nth-child(7) .content-foto:before {
	border-color:#ff19a1;
	animation-duration: 1.9s;	
}

section#ganadores .item-ganador:nth-child(12) .content-foto:before,
section#ganadores .item-ganador:nth-child(18) .content-foto:before,
section#ganadores .item-ganador:nth-child(24) .content-foto:before,
section#ganadores .item-ganador:nth-child(31) .content-foto:before,
section#ganadores .item-ganador:nth-child(8) .content-foto:before {
	border-color:#85ff19;
	animation-duration: 2.9s;	
}

  
section#ganadores .content-txt h4 {
	font-size: 24px;
	margin-bottom:5px;
}
section#ganadores .content-txt h5 {
	font-size: 14px;
}
section#ganadores .item-ganador .content-foto:after {
	display:none;
}

a.insta {
	color: #d62cb8;
    font-size: 20px;
    margin-bottom: 15px;
    display: block;
    text-decoration:none;
}
/*
-------------------------	jurado
*/
 