@charset "UTF-8";
/* CSS Document */

.home .hero img {
  /* margin-top: 10%; */
  margin-top: 5%;
}

.home .hero h1 {
  width: 40%;
  text-align: center;
  margin: 30px auto;
  font-size: 2.2rem;
  color: white;
}

.encabezado {
  padding: 70px 0;
  font-size: 4rem !important;
  color: #ff1493 !important;
  text-align: center;
}

#infojurado {
  color: #5d6266;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
}

#calendario {
  background-color: black;
  padding-bottom: 70px;
}

#calendario .col {
  border-right: solid 1px #ff1493;
}

.columnaCalendario {
  line-height: 35px;
}

.columnaCalendario strong {
  font-size: 2rem !important;
}

#calendario .col:nth-child(3) {
  border-right: none;
}

#calendario .row {
  width: 80%;
  margin: 0 auto;
}

.empresasAsociadas {
  font-style: italic;
  font-size: 1rem;
}

body {
  font-family: sans-serif;
  margin: 0;
  background: #f2f2f2;
}

h1 {
  text-align: center;
  /*margin-top: 50px;*/
}

p {
  text-align: center;
  /*margin-bottom:60px;*/
}

h4 {
  text-align: center;
  line-height: 80px;
  font-weight: normal;
}

.btnInscripcion {
  background-color: transparent;
  border-color: white !important;
  font-size: 2rem;
  margin-right: 10px;
}

.btnInscripcion:hover {
  background-color: #ff1493 !important;
}

.tarjeta {
  background-color: #000000;
  padding-bottom: 20px;
}

.masonry .item .nombreJurado {
  color: #ff1493;
  padding: 20px 0 0 0;
  border-top: white 5px solid;
}

.item img {
  filter: grayscale(100%);
}

.item img:hover {
  filter: none;
}

.item .bio {
  overflow: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: -webkit-linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.7) 50%,
    rgba(0, 0, 0, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.item .bio p {
  font-size: 1.2rem;
  text-align: justify;
}

.item .bio h1 {
  color: #ff1493;
  font-weight: 800;
}

.item h3 {
  color: #c2c2c2;
  font-weight: 500;
  text-align: center;
  font-weight: normal;
}

.item .bio hr {
  border-top: 1px solid #c2c2c2;
}

.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  margin: 1.5em;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: 0.85em;
}
.item {
  /* MAS JURADOS => eliminar */
  display: inline-block;
  background: #fff;
  padding: 1em;
  margin: 0 0 1.5em;
  width: 100%;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  position: relative;
}
.item img {
  max-width: 100%;
}

@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  #calendario .col {
    border-right: none;
    border-bottom: solid 1px #ff1493;
    padding: 20px 0;
  }
  #calendario .col:last-child {
    border-right: none;
    border-bottom: none;
    padding: 20px 0;
  }
  .home .hero h1 {
    width: 90%;
  }
  .home .hero img {
    /* margin-top: 20%; */
    max-width: 100% !important;
    max-height: 100% !important;
  }
  /* #inscripcion {
    margin-top: 30%;
  } */
  #inscripcion h3 {
    width: 90%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}
@media only screen and (min-width: 1201px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
}
