body{
	padding: 0;
	margin: 0;
	font-family: Josefin Sans,Raleway;
	font-weight: 600;
	color: #444;
}


/*HEADER*/

#header-wrapper{
	width: 100%;
}
#header{
	height: 87px;
    background: url('../images/header/FONDO_MENU.png');
    background-size: 100% 100%;
}
#header-inner{
	width: 1170px;
	margin: 0 auto;
}
#minibar-header{
	height: 45px;
	background: #eee;
}
#logo-header-wrapper{
	float: left;
	width: 40%; 
}
#logo-header{
	text-align: left;
	width: 250px;
}
#logo-header img{
	width: 100%;
	margin-top: 4px;
}
#menu{
	text-align: right;
	float: left;
	width: 60%;
    margin: 14px auto;
	font-family: Josefin Sans,Raleway;
}
#menu ul{
	padding: 0;
}
#menu li{
	text-decoration: none;
	list-style: none;
	display: inline-block;
	margin: 4px 15px;
}
#menu a{
	text-decoration: none;
	color: #fff;
}
#menu li:hover{
	text-decoration: overline;
}

/*FIN HEADER*/



/*COPY*/

#copy-index{
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.timer-area{
	display: none;
}
/*#reloj-oculto:hover .timer-area{
	display: block;
}
#reloj-oculto:hover .llama{
	display: none;
}*/
#copy-index:hover .timer-area{
	display: block;
	-webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
#copy-index:hover .llama{
	display: none;
}
#copy-index img {
    width: 100%;
}
#copy-index .llama{
	width: 600px;
}
#copy{
	margin-top: 5px;
	margin-bottom: 0px;
	text-align: center;
}
#copy img {
    width: 100%;
}
#copy .llama{
	width: 600px;
}
#copy h1{
	margin: 0;
    font-size: 0px;
    -webkit-margin-after: -15px;
    -webkit-margin-before: 0px;
}
.timer-area li{
	display: inline-block;
	margin: 5px 40px;
}
#countdown{
	height: 60px;
    font-size: 20px;
    margin-top: 8px;
    margin-bottom: 18px;
    color: #522F8C;
}
#countdown p{
	margin: 3px 0px;
}
/*#reloj-oculto{
	position: relative;
	width: 600px;
	height: 100px;
}*/
.slide-mobile{
	display: none;
}

/*FIN COPY*/



/*SUBHEADER*/

#subheader-wrapper{
	width: 100%;
}
#subheader{
	width: 1170px;
	margin: 0 auto;
}
#module-50{
	width: 50%;
	height: 585px;
	float: left;
	position: relative;
	overflow: hidden;
    background: rgba(251,175,51,.5);
}
#module-50-shadow{
	/*background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(0,0,0,.6) 100%);*/
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(251,175,51,.9) 100%);
}
#module-50 img{
	width: 100%;
	position: relative;
	z-index: -1;
}
#module-50:hover img{
	-webkit-filter: blur(3px);
    filter: blur(3px);
}
#module-50:hover #module-50-shadow{
    /*background: rgba(255,255,255,.8);*/
    background: rgba(251,175,51,.7);
    z-index: 1;
}
#module-50:hover #image-title{
    display: none;
}
#image-title-50{
	display: none;
}
#module-50:hover #image-title-50{
    display: block;
    position: absolute;
    top: 100px;
    left: 100px;
    width: 80%;
    width: 385px;
    height: 385px;
   /* background: #fff;
    box-shadow: 5px 5px 6px 0 rgba(0,0,0,.17);*/
    z-index: 1;
}
#image-title-50 .texto1 {
    /*color: #4a4a4a;*/
 	width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 2px;
    line-height: 45px;
    margin-top: 50px;
    margin-bottom: 0;
}
#image-title-50 .texto2 {
	width: 90%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 27px;
    /*border-top: 3px solid #b7a261;
    border-bottom: 3px solid #b7a261;*/
    width: 160px;
    margin: 0 auto;
    margin-top: 80px;
}
#module-25{
	width: 25%;
	height: 292.5px;
	float: left;
	position: relative;
	overflow: hidden;
}
#module-25 img{
	width: 100%;
	position: relative;
	z-index: -1;
}
.primero{
	background: rgba(238,61,127,.5);
}
.segundo{
	background: rgba(2,190,214,.5);
}
.tercero{
	background: rgba(0,166,149,.5);
}
.cuarto{
	background: rgba(160,83,160,.5);
}
#module-25:hover img{
	-webkit-filter: blur(3px);
    filter: blur(3px);
}
#module-25:hover #module-25-shadow{
    /*background: rgba(255,255,255,.8);*/
    z-index: 1;
}
.primero:hover #module-25-shadow{
	background: rgba(238,61,127,.7);
}
.segundo:hover #module-25-shadow{
	background: rgba(2,190,214,.7);
}
.tercero:hover #module-25-shadow{
	background: rgba(0,166,149,.7);
}
.cuarto:hover #module-25-shadow{
	background: rgba(160,83,160,.7);
}
#module-25:hover #image-title{
    display: none;
}
#image-title-25{
	display: none;
}
#module-25:hover #image-title-25{
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
}
#image-title-25 .texto1 {
    width: 80%;
    margin: 0 auto;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    line-height: 40px;
    margin-top: 60px;
    margin-bottom: 0;
}
#image-title-25 .texto2 {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
    /*border-top: 3px solid #b7a261;
    border-bottom: 3px solid #b7a261;*/
    width: 140px;
    margin: 0 auto;
    margin-top: 50px;
}
#module-25-shadow{
	/*background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(0,0,0,.6) 100%);*/
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.primero #module-25-shadow{
	background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(238,61,127,.9) 100%);
}
.segundo #module-25-shadow{
	background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(2,190,214,.9) 100%);
}
.tercero #module-25-shadow{
	background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(0,166,149,.9) 100%);
}
.cuarto #module-25-shadow{
	background: linear-gradient(-180deg,rgba(182,161,101,0) 56%,rgba(160,83,160,.9) 100%);
}
#image-title{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
#module-50 #image-title{
	font-size: 30px;
}
#module-25 #image-title{
	font-size: 18px;
}
#image-title p {
    max-width: 90%;
    margin: 1em auto;
    letter-spacing: 1.3px;
    padding: 20px 0;
}

/*FIN SUBHEADER*/



/*VIDEO RESUMEN*/
#video-index-wrapper{
	width: 95%;
    max-width: 750px;
	margin: 0 auto;
	text-align: center;
}
#video-index-wrapper h1{
	margin-bottom: 40px;
}
#video-index{
	position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 40px;
}
#video-index iframe{
	position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*FIN VIDEO RESUMEN*/



/*CONTENT*/

#content-wrapper{
	width: 100%;
}
#content{
	width: 1170px;
	margin: 0 auto;
    margin-top: 80px;
}
#content a:hover{
	color: #777;
}
#content p{
	font-size: 18px;
}
#module{
	margin: 70px 0;
}
#module-image{
	float: left;
    margin-right: 65px;
}
#module-image img{
	width: 400px;
}
#module-text{
	float: left;
	width: 60%;
	font-family: Open Sans;
	font-size: 17px;
	font-weight: 400;
}
#module-title{
	font-family: Rokkitt;
	font-size: 45px;
	margin: 5px 0;
	color: #a053a0;
}
#module-subtitle{
	font-family: Rokkitt;
	font-size: 30px;
	margin: 5px 0;
	color: #a053a0;
}
#module a{
	color: #00aeef;
	text-decoration: none;
}
.icono-prensa{
	width: 150px;
	margin: 0 25px;
}
/*FIN CONTENT*/


/*SPONSORS*/

#sponsors-wrapper{
	width: 1170px;
	margin: 0 auto;
}
#sponsors-copy-wrapper{
    width: 250px;
    position: relative;
    text-align: center;
}
#sponsors-copy-transform{
	width: 100%;
    height: 50px;
    position: absolute;
    background: #522F8C;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    transform: skew(25deg);
    z-index: 0;
}
#sponsors-copy{
	position: relative;
    z-index: 1;
    top: 13px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
}
#sponsors{
 	width: 90%;
    margin: 0 auto;
    text-align: center;
}
#sponsors-title {
    color: #585eaa;
    font-size: 27px;
    margin-top: 50px;
    margin-left: 35px;
    text-align: left;
}
#sponsors-title-slash{
	color: #a053a0;
}
#sponsors img{
	display: inline-block;
	width: 120px;
	margin: 20px 35px;
}
#sponsors img:hover{
	filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

/*FIN SPONSORS*/


/*FOOTER*/

#footer-wrapper{
	width: 100%;
}
#footer {
    background: url('../images/footer/FONDO_FOOTER.png');
    background-size: 100% 100%;
    width: 100%;
    height: 500px;
    margin-top: 50px;
}
#footer-inner{
	width: 1170px;
	margin: 0 auto;
	color: #fff;
}
#footer-inner a{
	color: #fff;
	text-decoration: none;
}
#footer-logo{
	text-align: center;
	padding: 85px 0;
}
#footer-logo img{
	width: 250px;
}
#footer-column{
	float: left;
	margin: 0px 65px;
}
#footer-column a:hover{
	text-decoration: underline;
}
#footer-column-title{
	text-transform: uppercase;
	margin-bottom: 10px;
	color: #fff;
}
#info, #icon{
	float: left;
	margin: 0 5px;
}
#icon{
	position: relative;
    top: 25px;
}
#info p{
	margin: 0;
	font-size: 19px;
}
#footer-2 div{
	display: inline-block;
}
#footer-2-small{
	display: none;
}
#footer-copyright{
	text-align: center;
	width: 25%;
}
#footer-menu{
	width: 50%;
	margin: 0 auto;
	text-align: center;
}
#footer-menu ul{
    padding: 0;
}
#footer-menu li{
	display: inline-block;
    margin: 0px 10px;
}
#footer-menu a{
	text-decoration: none;
	color: #000;
}
#footer-menu a:hover{
	color: #A154A0;
}
#footer-menu span{
	float: left;
}
#footer-rrss{
	text-align: center;
	width: 24%;
}
#footer-rrss li{
	display: inline-block;
    margin: 0px 15px;
}
#footer-rrss ul{
	margin: 0;
	padding: 0;
	position: relative;
	top: 10px;
}
#footer-rrss img{
	width: 32px;
}
#footer-rrss img:hover{
	opacity: 0.7;
}

/*FIN FOOTER*/




/*PAGES*/

#content-pages{
	width: 1170px;
	margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}
#content-pages a:hover{
	color: #777;
}
#content-pages p{
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
    line-height: 30px;
}
#content-pages center{
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	line-height: 30px;
}
#content-pages ul{
	font-size: 18px;
	font-family: Open Sans;
	font-weight: 400;
	line-height: 30px;
}
h1#page-title {
    font-size: 45px;
    font-family: Rokkitt;
    margin: 0;
    margin-top: 50px;
    text-transform: uppercase;
}
h2#page-title-h2{
	font-size: 32px;
    font-family: Rokkitt;
    margin: 0;
    margin-top: 35px;
}
h2#page-subtitle {
    font-size: 20px;
    font-family: Rokkitt;
    margin: 10px 0;
}
h3#page-title-h3{
	font-size: 25px;
    font-family: Rokkitt;
    margin: 0;
    margin-top: 30px;
}
h4#page-title-h4{
	font-size: 23px;
    font-family: Rokkitt;
    margin: 0;
    margin-top: 30px;
}

/*FIN PAGES*/


/*MENU*/

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #522F8C;
	text-align: center;
	padding: 10px 0;
	display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #navigation{
    display: block;
}

/*FIN MENU*/


/*FORMULARIO*/

#content-pages form{
	text-align: left;
	font-family: Open Sans;
	font-size: 20px;
}
#content-pages th{
	font-weight: 400;
}
#content-pages input{
	font-family: Josefin Sans;
	font-size: 20px;
	min-height: 35px;
	width: 450px;
	border: 1px solid #FBAF33;
}
:focus{
	outline: none;
}
#content-pages select{
	min-height: 35px;
	border: 1px solid #FBAF33;
	font-family: Josefin Sans;
	font-size: 18px;
}
#content-pages textarea{
	border: 1px solid #FBAF33;
	font-family: Josefin Sans;
	font-size: 20px;
}
#content-pages input[type=submit]{
	width: 300px;
	height: 60px;
	background: #00A695;
	border: 0;
	cursor: pointer;
	margin: 20px 0;
	color: #fff;
	font-family: Rokkitt;
	font-size: 25px;
}
form #page-title-h2{
    margin-top: 20px;
}
form input[type="checkbox"]{
	display: inline;
    width: 25px !important;
    position: relative;
    top: 10px;
    margin-right: 20px;
}

/*FIN FORMULARIO*/


/*GALERÍA IMÁGENES*/

#wrapper-photos{
	width: 100%;
}
#photo{
	float: left;
	width: 20%;
	margin: 10px 2.5%
}
#photo img{
	width: 100%;
}

/*FIN GALERÍA IMÁGENES*/



/*FINALISTAS*/
#finalistas {
    width: 100%;
    font-family: Rokkitt;
    margin-bottom: 80px;
}
#finalistas-inner {
    display: flex;
}
#finalistas-inner p {
    flex: 1;
    margin-top: 0px;
}
/*FIN FINALISTAS*/