body {
  background-color: #FFFFFF;
  background-image: url("./fondo2.png");
  background-repeat: repeat;
}

/* ------------------------------------- */
/* https://miketricking.github.io/bootstrap-image-hover/ */

.hovereffect {
  width:100%;
  height:100%;
  float:left;
  overflow:hidden;
  position:relative;
  text-align:center;
  cursor:default;
  border: 1px solid #000000;
  box-shadow: 5px 5px 15px #222222;
}

.hovereffect .overlay {
  width:100%;
  height:100%;
  position:absolute;
  overflow:hidden;
  top:0;
  left:0;
  opacity:0;
  background-color:rgba(0,0,0,0.5);
  -webkit-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out
}

.hovereffect img {
  display:block;
  position:relative;
  -webkit-transition:all .4s linear;
  transition:all .4s linear;
}

.hovereffect h2 {
  text-transform:uppercase;
  color:#fff;
  text-align:center;
  position:relative;
  font-size:17px;
  background:rgba(0,0,0,0.6);
  -webkit-transform:translatey(-100px);
  -ms-transform:translatey(-100px);
  transform:translatey(-100px);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  padding:10px;
}

.hovereffect a.info {
  text-decoration:none;
  display:inline-block;
  text-transform:uppercase;
  color:#fff;
  border:1px solid #fff;
  background-color:transparent;
  opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  margin:50px 0 0;
  padding:7px 14px;
}

.hovereffect a.info:hover {
  box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
  -ms-transform:scale(1.4);
  -webkit-transform:scale(1.4);
  transform:scale(1.4);
}

.hovereffect:hover .overlay {
  opacity:1;
  filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
  opacity:1;
  filter:alpha(opacity=100);
  -ms-transform:translatey(0);
  -webkit-transform:translatey(0);
  transform:translatey(0);
}

.hovereffect:hover a.info {
  -webkit-transition-delay:.2s;
  transition-delay:.2s;
}

@media only screen and (max-width: 480px) {
  .hovereffect a.info {
    margin-top:5px;
  }
}

/* ------------------------------------- */

.hit-the-floor {
  color: #fff;
  font-size: 9em;
  font-weight: bold;
  font-family: Helvetica;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
}

.hit-the-floor {
  text-align: center;
}

/* ------------------------------------- */

.vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 50px;
}

.texto {
  color: #FFFFFF;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  text-align: justify;
  margin-top: -45px;
}

.texto:first-letter {
  float: left;
  font-size: 65px;
  text-shadow: 2px 2px 2px #222222;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;  
}

.texto a {
  color: #C3C3C3;
  text-decoration: underline;
}

.texto b {
  color: #F7BC5B;
}

.colorCataro {
  color: #C40000;
}

.colorMap {
  color: #F7BC5B;
}

.espacio10 {
  height: 10px;
}

.espacio25 {
  height: 25px;
}

.espacio50 {
  height: 50px;
}

/* -- MODIFICACIONES PARA CELULAR ------ */

@media only screen and (max-width: 480px) {
  .vcenter {
    display: block;
  }

  .texto {
  	padding-top: 75px;
	}

  .hit-the-floor {
    font-size: 3.5em;
  }
}

/* -- PÁGINA 404 ----------------------- */

.fondo404 {
  background-color: #FFFFFF;
  background-image: url("./fondo404.png");
  background-repeat: repeat;
}

.texto404 {
  color: #333333;
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 28px;
  font-weight: normal;
  text-align: justify;
  margin-top: -45px;
  text-shadow: 1px 1px 2px #222222;
}

.texto404 a {
  color: #1A5BA2;
  text-decoration: none;
}

/* ------------------------------------- */
