@font-face {
  font-family: 'Druk Text Web Bold';
  src: url('../druk/DrukText-Bold-Web.eot');
  src: url('../druk/DrukText-Bold-Web.eot?#iefix') format('embedded-opentype'),
  url('../druk/DrukText-Bold-Web.woff2') format('woff2'),
  url('../druk/DrukText-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
    font-family: 'Druk Text Web Medium';
    src: url('../druk/DrukText-Medium-Web.eot');
    src: url('../druk/DrukText-Medium-Web.eot?#iefix') format('embedded-opentype'),
    url('../druk/DrukText-Medium-Web.woff2') format('woff2'),
    url('../druk/DrukText-Medium-Web.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
  }

body {
  font-size: 1rem;
  font-family: 'Georgia';
  color: #000000 !important;
  background:#F2F3F4 !important;

}

.row{
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* APERTURA */

.principal{
  background-color: #501d4f;
  }
  
  .principal img{
    width: 100%;
    margin-top: 0;
  }

  .logos {
    width: 52% !important;
  }
/* FINAL APERTURA */


.titulo h1 {
  color:#ffffff !important;
	font-family: 'Druk Text Web Bold', sans-serif !important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em !important;
  padding-bottom: 30px !important;
}

.titulo h1 span{
  font-family: 'Roboto Condensed', sans-serif;
  color:#fff300 !important;
	font-weight: 600;
  font-size: 30px;
  letter-spacing: 3px;
}

.titulo h2{
  font-family: 'Roboto Condensed', sans-serif;
  color:#fff300 !important;
	font-weight: 600;
  font-size: 23px;
  letter-spacing: 3px;
  line-height: 1.2 !important;
}

h2, h3, h4, h5, h6 {
	font-family: 'Druk Text Web Medium', sans-serif !important;
	font-weight: 500;
	text-transform: uppercase;
  line-height: 1em !important;
  color: #000000 !important;
}


p{
  font-family: 'Georgia' !important;
  line-height: 1.5;
  font-size: 20px;
  color: #000000;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

a:hover{
  text-decoration: none !important;
}


.mobile {
  display: none;
}

.block video{
  margin-top: -100px;
}

.titulo h1{
  font-size: 4.2em !important;
}

.intro{
  padding: 30px 0;
}

.intro h3{
  font-family: "Open Sans", sans-serif !important;
  margin: 20px 0;
  color: #ffffff!important;
  text-transform: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 1.2 !important;
}

.intro h4{
  font-family: "Open Sans", sans-serif !important;
  margin: 40px 0 10px;
  color: #ffffff!important;
  text-transform: none;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2 !important;
}

.intro img{
  margin-top: 3em !important;
}

.logo img {
  width: 55%;
}

.graficos{
  padding-bottom: 10px;
}
.graficos h3{
font-size:33px;
color: #000000;
text-align: left;
opacity: 100%;
}
.graficos p{
font-size:20px;
text-align: left;
font-family: 'Open Sans', sans-serif !important;
color: #000000;
font-weight: 200;
padding-top: 20px;
line-height: 1.2;
}

.pie-foto p{
  font-size: 12px;
  font-weight: 200;
  text-align: center !important;
  color: #4c4c4c !important;
  font-family: 'Lato' !important;
}
/* CARDS GANADORES */

.personajes{
  margin: 60px;
}

.personajes h2{
  font-size: 55px !important;
  font-family: 'Druk Text Bold',sans-serif !important;
  padding-bottom: 10px;
  }

.personajes p{
font-family: 'Roboto Condensed',sans-serif !important;
font-weight: 400 !important;
font-size:24px;
color: #000000 !important;
text-align: center;
opacity: 100%;
text-transform: none;
padding-bottom: 30px;
}

/********** mosaico imagenes perfiles **********/
.location-listing {
  position: relative;
  margin: 10px;
  border-radius: 50%;
  text-align: center;
}
.location-image {
width: 210px;
  overflow: hidden;
  border-radius: 50%;
}
.location-image img {
  transition: transform 1.7s ease;
}

h3 {
  margin: 0 !important;
}

.location-title {
  line-height: 1.2;
  font-size: 1.3em;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  width: 210px;
  height: 210px;
  opacity: 0.7;
  transition: opacity .5s;
  background: #18181867;
  color: #ffffff !important;
  /* position the text in t’ middle*/
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;

}
.location-listing a:hover {
  color: #ffffff !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.315);
  border: #501d4f solid 4px;
}
.location-listing:hover .location-title {
  opacity: 1;
}
.location-listing:hover .location-image img {
  transform: scale(1.2);
}
.noblur:hover .location-image img {
  filter: none !important;
}
/* for touch screen devices */
@media (hover: none) { 
  .location-title {
    opacity: 1;
  }
}
/********** mosaico imagenes perfiles **********/
/* FINAL DE CARDS GANADORES */

/* JURADO */
.bg-blanco {
  margin: 10px 0;
  background-color: #ffffff;
  padding: 40px 0;
}

.grid-juez {
  background-color: #ffffff;
  border: 1px dotted rgba(0, 0, 0, 0.8);
  padding: 30px !important;
  font-size: 30px;
  text-align: center;

}

.grid-juez h3 {
  color: #501d4f !important;
  padding: 20px 0 0;
  font-size: 45px;
}

.grid-juez ul {
  list-style: none; /* Remove default bullets */
  padding-left: 0% !important;
}

.grid-juez ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #feca00; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
}

.grid-juez li {
  text-align: left;
  font-family: 'Druk Text Bold', sans-serif;
  font-size: 30px !important;
  line-height: 1.2;
  text-transform: uppercase;
}

.grid-juez li p {
  font-size: 17px !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}
/* FINAL JURADO */

/* METODOLOGÍA */
.metodologia{
  padding: 20px;
}

.metodologia h2{
font-size: 55px !important;
}

.metodologia ul{
  padding-top: 50px !important;
  list-style: none; /* Remove default bullets */
  padding-left: 0% !important;
}

.metodologia ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #feca00; /* Change the color */
  display: inline-block; /* Needed to add space between the bullet and the text */
}
/*FINAL  METODOLOGÍA */



/* estilos para cambio de img mobile/desk  */
.mobile{ 
	display: none;
}
.desk{
	display: block;
}
/* estilos para cambio de img mobile/desk  */


.a-box {
  display: inline-block;
  text-align: center;
  padding-top:20px ;
}

.img-container {
    width: 200px;
    overflow: hidden;
    border-radius: 0px 0px 100px 100px;
    display: inline-block;
}

.creditos{
  background-color: #ffffff;
  padding:15px 0 7px;
}


.creditos h6{
  font-size: 0.8em;
  color: #000000 !important;
}

.creditos p{
  font-family: 'Georgia',serif !important;
  font-size: 12px;
  color: #000000 !important;
}

.creditos strong{font-family: 'Roboto',sans-serif;}

/******************redes******************/
.redes {
  opacity: 1;
  max-width: 35px !important;
  margin: 10px 5px 0;
  transition: transform .3s; /* Animation */
}

.redes:hover{
  opacity: 0.8;
     transform: scale(1.2);
}

/******************redes******************/


.iframe{width: 100%;
  height: 400px;
  border-style: solid;
  border-width: 2px;
  border-color: #000;
  padding: 50px;

}

.head_table{background-color: #b3b3b3 !important;}
.head_exp{top:0px;background-color: #F2F3F4;padding: 0.4em;left: 0px;position: fixed;display: block;width: 100%; border-bottom-color: #000;
  border-right-width: 2px;border-bottom-style:solid;z-index: 99; -webkit-transition: background-color 0.5s ease-out; -moz-transition: 
  background-color 0.5s ease-out; -o-transition: background-color 0.5s ease-out; transition: background-color 0.5s ease-out;}
.head_exp:hover{ background-color: #ED1C24; }

.thumbnail {
  max-width: 40%;
}

.italic { font-style: italic; }


.botX{
  width: 35px;
  max-width: 80px;
  margin: 10px;
  position: fixed;
  right: 0px;
  top: 0px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.botX:hover{
  -ms-transform: rotateZ(-90deg); /* IE 9 */
  -webkit-transform: rotateZ(-90deg); /* Safari 3-8 */
  transform: rotateZ(-90deg);
}

.heading{
    text-align: center;
}

.s-1 {
  padding: 90px 0;
}

.s-1 h1 {
  color: #000000;
  font-size: 4.2em;
  text-align: center;
  margin: 0;
  padding: 5px 0;
  line-height: 1;
  font-weight: 300;
}


@media only screen and (max-width: 550px) {
  .hide_element{
  display: none !important;
 }
 
}


@media (min-width: 200px) and (max-width: 770px) {   
  
  .redes {
    margin: 0px 5px;

  }

  .titulo h1 {
    font-size: 42px !important;
}

.titulo h1 span {
  line-height: 0.8;
  font-size: 23px;
  padding-bottom: 5px !important;
}

.intro {
  padding: 0;
}
  
  .intro h3 {
    font-size: 19px;
    line-height: 1.4 !important;
  }

  .intro h4 {
    font-size: 17px;
  }

  .intro img{
    margin-top: 5px !important;
  }

  .logos {
    width: 90% !important;

}

.bg-blanco {

  padding:0;
}

.location-listing {
  margin: 7px;
}

.location-title {
  width: 115px;
  height: 115px;
  font-size: 0.75em;
}

.location-image {
  width: 115px;

  }

.personajes h2 {
  font-size: 42px !important;
}

.personajes p{
    font-size:22px !important;
    line-height: 1.2;
    margin: 0;
}

.grid-juez {
  padding: 10px !important;
}

.grid-juez h3 {
  color: #501d4f !important;
  padding: 6px 0 0;
  font-size: 40px;
}

.grid-juez li {
  font-size: 28px !important;
}

.metodologia h2 {
  font-size: 3em !important;
}

.metodologia ul {
  padding-top: 20px !important;
}

  .logo img {
    padding-top: 1.5em ;
    width:75%;
  }

  .desk {
    display: none;
  }
  .mobile {
    display: block;
  }
  .principal img {
    margin-top: 0;
    width: 100%;
    margin-bottom: 2em;
}

  .texto {
    padding: 1em 0;
  }
  .texto p{
    line-height: 1.5;
  }

  .texto h1{
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .mobile h4{
    padding: 0px 3px 3px 3px;
    border-style: solid;
    border-width: 1px 0px;
    border-color: #cacaca;
    margin: 5px auto 15px auto;
    position: relative;
  }

  .punt {
    font-size: 15px;
}
  .value{
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 65px;
    background-color: #ffffff;
    font-size: 1.1em;
    font-weight: 800;
    text-align: center;
  }
  .s-1 {
    padding: 0;
  }
  .s-1 h1 {
    font-size: 2.1em;
  }
}