* {
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

ul {
  list-style: none;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: normal;
}

h1  {
  font-size: 4em;
  color: #FFF;
  line-height: 90%;
}


.content-section {
  padding-top: 100px;
  padding-bottom: 20px;
}

a {
  color: #D0331B;
}

a:hover {
  color: #3863B6;
}

a:active, a:checked, a:visited {
  color: #3863B6;
}


/* HEADER */
.header {
  padding: 20px 20px 0px 20px;
  background-image: url("../img/fondo.jpg");
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header img {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 60%;
}

.header p {
  color: #FFF;
}

.btnEmpezar {
  border: 1px solid #FFF;
  color: #FFF;
  margin-top: 10px;
}

a.btnEmpezar:hover {
  color: #FFF;
  border: 1px solid #D0331B;
  background-color: rgba(255, 255, 255, 0.2);
}

a.btnEmpezar:active, a.btnEmpezar:checked, a.btnEmpezar:visited {
  color: #FFF;
}

.btnInscribirse {
  border: 1px solid #FFF;
  color: #FFF;
  background-color:#D0331B;
  margin-top: 10px;
}

a.btnInscribirse:hover {
  color: #FFF;
  border: 1px solid #D0331B;
  background-color: rgba(255, 255, 255, 0.2);
}

a.btnInscribirse:active, a.btnInscribirse:checked, a.btnInscribirse:visited {
  color: #FFF;
}


.btnRanking {
  border: 1px solid #FFF;
  color: #FFF;
  background-color: #3863B6;
  margin-top: 10px;
}

a.btnRanking:hover {
  color: #FFF;
  border: 1px solid #D0331B;
  background-color: rgba(255, 255, 255, 0.2);
}

a.btnRanking:active, a.btnRanking:checked, a.btnRanking:visited {
  color: #FFF;
}
/* INFO */

.info {
  padding: 20px;
  padding-top: 50px;

}

.juego h2 {
  margin-bottom: 0px;
  font-size: 2.2em;
  color: #D0331B;
}



h3 {
  margin-bottom: 0px;
  font-size: 2.5em;
}

h3.titFinal {
  margin-bottom:10px;
  font-size: 1.5em;
  color: #000;
}

.txtDestacado {
  color: #D0331B;
  font-size: 1.5em;
  margin-bottom: 50px;
}

.ultimoParrafo {
  color: #D0331B;
  font-size: 1.5em;
}

.fa-sort-down {
  color: #D0331B;
  font-size: 3.5em;
  margin-bottom: 20px;

}

.fecha {
  background-color: #D0331B;
  color: #FFF;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 1em;
  text-align: center;
  margin-bottom: 40px;
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  -m oz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  text-transform: uppercase;

}

.ranking {
  background-color: #3863B6;
  color: #FFF;
  padding: 20px;
  font-size: 1.2em;
  border-radius: 1em;
  text-align: center;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  -m oz-box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 17px -5px rgba(0,0,0,0.75);
  text-transform: uppercase;
  display: none;
  flex-direction: column;
  align-items: center;

}
.rankingRojo {
  background-color: #D0331B;
}

.verRanking {
  margin-bottom: 100px;
  font-size: 1.3em;
  display: none;
}

.ranking h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

.tablaRanking {
  width: 95%;
  font-size: 0.9em;
}

.tablaRanking td.cellEquipo {
  border-bottom: 0.5px solid #FFF;
  padding: 5px 10px 5px 0px;
  text-align: left;
}

.tablaRanking td.cellPuntaje {
  border-bottom: 0.5px solid #FFF;
  padding: 5px 0px 5px 10px;
  text-align: right;
  font-weight: bold;
}



.tablaRanking th {
  text-align: left;
  padding-right: 10px;
}

.dia {
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 4em;
}

.detalleDia {
  text-transform: none;
  font-size: 0.8em;
}

.fase {
  border-radius: 1em;
  background-color: #3863B6;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.premio {
  border-radius: 1em;
  background-color: #FFDB70;
  color: #D0331B;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 9px -1px rgba(0,0,0,0.75);
}


.idSemana {
  width: 100%;
  margin-right: 10px;
  background-color: #3F74C9;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  display: flex;
  align-items: center;
}

.idPuesto {
  width: 100%;
  margin-right: 10px;
  background-color: #D0331B;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
  display: flex;
  align-items: center;
}

.fase h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 20px 20px 0px 20px;
  display: inline-block;
  font-size: 1.8em;

}

.premio h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 20px 20px 0px 20px;
  display: inline-block;
  font-size: 1.8em;
}

.semana {
  font-size: 1.2em;
}


.numeroSemana {
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
}

.numeroPuesto {
  text-align: center;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  color: #FAB748;
  margin-bottom: 20px;
  font-size: 2em;
}

.semanaGanador {
  border-radius: 1em;
  background-color: #7a1809;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.2em;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.semanaGanador h4 {
  margin-bottom: 0px;
  text-transform: uppercase;
  padding: 20px 20px 0px 20px;
  display: inline-block;
  font-size: 1.2em;
}


.idSemanaGanador {
  width: 100%;
  margin-right: 10px;
  background-color: #D0331B;
  padding: 0px;
  margin: 0px;
  border-top-left-radius: 1em;
  border-top-right-radius: 1em;
}

.numeroSemanaGanador {
  /* font-size: 3em; */
  text-align: center;
  padding-top: 0px;
  padding-bottom: 20px;
  display: inline-block;


}

.listaFechas {
  padding: 0px 2px 20px 20px;
}

h4.video {
  font-size: 1.5em;
  padding-bottom: 10px;

}

.dobleColumna {
  display: flex;
  flex-direction: column-reverse;
}

/* PIE */

.pie {
  background-color: #000;
  color: #FFF;
}


/* VIDEOS */

.juego {
  margin-bottom: 50px;
  border-bottom: 3PX SOLID #D0331B;
}



.juego h3 {
  margin-bottom: 20px;
}

.instrucciones {
  margin-top: 30px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-top: 5PX SOLID #D0331B;
}


.embed-container video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;

}

.green {
  border-top: 5PX SOLID #25d366;
}

.unVideo h4 {
  font-size: 1.5em;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #D0331B;

}

.fechaLimite {
  padding: 20px;
  background-color: #E0E0E0;
  color: #D0331B;
  font-size: 1.4em;
  margin-bottom: 60px;

}

/* FASE 2 */

ul.consignas {
  list-style-type: none;
  padding-left: 20px;
  border-left: 5px solid #D0331B;
}

ul.consignas li {
  font-size: 2rem;
  padding-bottom: 15px;
  padding-top: 15px;
  border-bottom: 0.5px solid #DEDEDE;
  line-height: 1.5em;
}

ul.consignas li:last-child {
  border-bottom: none;
}

.instrucciones>p {
  margin-bottom: 10px;
}

.destacado {
  padding: 20px;
  background-color: #F2F2F2;
  font-size: 1.4em;
  margin-bottom: 20px;
}

.faseDos p {
  line-height: 1.5em;
}

/* FINALISTAS */

.finalistas {
 margin-bottom: 20px;
 text-align: center;
 width: 100%;
 display: flex;
 flex-direction: column;
}

.unFinalista {
  width: 100%;
  background-color: #578BDD;
  color: #FFF;
  border-radius: 10px;
  height: 100%;
  margin-bottom: 20px;
}


.unFinalista h4 {
  background-color: #3863B6;
  border-radius: 10px 10px 0 0 ;
  padding: 15px;
  font-size: 1.5em;
  margin-bottom: 0px;
  font-weight: 100;

}

.integrantes ul {
  padding: 10px;
  margin-top: 0;
  list-style-type: none;
}

.integrantes li {
  border-bottom: 1px solid  #3863B6;
  padding: 7px 0px;

}

.integrantes li::marker {
  color: #578BDD;
}



.integrantes li:last-child {
  border-bottom: none;
}



.fa-medal {
  font-size: 3em;

}

.felicitaciones h4 {
  font-size: 2.5em;
  color:#D0331B;
  text-align: center;

}

/* MODAL */

.modal-header {
  border: none;
  padding: 0px;
  background-color: none;
  box-shadow: none;
}

.modal-body {
  padding: 0;
  box-shadow: 0 5px 15px rgba(0,0,0,.5);
}

.modal-content {
 background-color: rgba(0,0,0,0);
 box-shadow: none;
 border: none;
}

.close {
  color:#FFF;
  opacity: 1;
  font-weight: 200;
  font-size: 3em;
}

.close:hover {
  color:#FFF;
  opacity: .8;
}







@media(min-width:768px) {



  .btnRanking {
    display: none;
  }

  .dobleColumna {
    flex-direction: row;
  }

  .content-section {
    padding-top: 200px;
    padding-bottom: 100px;

  }

  .header {
    padding: 30px 100px 100px 100px;
    height: auto;
  }

  .header img {
    height: 100%;
    width: auto;

  }

  .header p {
    padding-right: 200px;
  }

  h1  {
    font-size: 6em;
    line-height: 90%;
  }

  .juego h2 {
    font-size: 3.5em;
  }

  h3.titFinal {
    font-size: 2em;
  }

  .info {
    padding: 100px;

  }

  .fase {
    flex-direction: row;
    align-items: center;
    min-height:200px;
    display: flex;
    align-items: stretch;

  }

  .premio {
    flex-direction: row;
    align-items: center;
    min-height:120px;
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 0px 20px 0px 0px;
  }

  .numeroSemana {
    font-size: 2em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #FFF;
    margin-bottom: 10px;
  }

  .numeroPuesto {
    font-size: 2.5em;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .fase h4 {
    padding-top: 0px;
  }

  .premio h4 {
    padding-top: 0px;
  }

  .idSemana {
    width: auto;
    margin-right: 30px;
    border-top-left-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .idPuesto {
    max-width: 120px;
    border-top-left-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1em;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-right: 20px;
}

  .fechas {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0px;
    position: relative;
  }

  .ranking {
    display: flex;
  }

  .verRanking {
    display: block;
  }

  .tablaRanking {
    width: 100%;
    font-size: 0.7em;
  }

  .semanaGanador {
    flex-direction: row;
    align-items: center;
  }

  .numeroSemanaGanador {
    font-size: 6em;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

  }

  .idSemanaGanador {
    width: auto;
    margin-right: 30px;
    height: 150px;
    border-top-left-radius: 1em;
    border-top-right-radius: 0;
    border-bottom-left-radius: 1em;
    display: flex;
    align-items: center;
  }



  h4.video {
    padding-bottom: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
  }

  .videoDoble {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  .unVideo {
    width: 48%;
  }


  .listaFechas {
    padding: 0px 10px 0px 10px;
  }

  .col-lg-9 {
    margin-right: 30px;
  }

  .unFinalista {
    width: 32%
  }




/* FINALISTAS */

.finalistas {
 flex-direction: row;
 justify-content: space-between;

}



}


@media(min-width:992px) {
  .header {
    height: 100vh;
  }
}

/* @media screen and (orientation:landscape)
and (min-device-width: 319px)
and (max-device-width: 680px) {



  .content-section {
    padding-top: 100px;
    padding-bottom: 100px;

  }

  .header {
    padding: 10px 50px 20px 50px;
  }

  .header img {
    height: 100%;
    width: auto;

  }

  .header p {
    padding-right: 50px;
  }

  h1  {
    font-size: 4em;
    line-height: 90%;
  }

  .info {
    padding: 50px;

  }

  .idSemana {
    height: 280px;
  }


  .idSemanaGanador {
    height: 200px;
  }


} */

@media (min-width:1500px){

  .header {
    padding: 40px 20% 40px 20%;
    height: 100vh;
  }

  .header p {
    padding-right: 250px;
    font-size:2em;
  }

  .info {
    padding: 100px 20%;

  }

}
