/* GENERAL
========================== */

header {
  background: #003051;
  background-image: url("../img/leon.jpg");
  background-repeat: no-repeat;
  background-position: right top;
}

.desface {
  background: rgba(0, 0, 0, 0);
}

.columna-articulo {
  background: white;
  padding: 0px 40px;
}

/* FIN GENERAL
========================== */

/* .columna-articulo #imagen {
    width: 100%;
    height: 200px;
    background-image: url(../img/1.png);
    background-repeat: no-repeat;
} */

#imagen {
  background-repeat: no-repeat;
}

#informacion {
  width: 100%;
  height: 200px;
  background-color: rgba(31, 31, 31, 0.7);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
}

#informacion .texto {
  color: #fff;
}

#areas .titulo-tarjeta p {
  color: #454545;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}

#areas .titulo-tarjeta p:hover {
  color: #003051;
  font-size: 19px;
}

#imagen:hover #informacion {
  opacity: 1;
  cursor: pointer;
}

@media (max-width: 576px) {
  #info #titulo {
    /* margin-top: 8px; */
  }

  #info .imagen img {
    margin-bottom: 15px;
  }

  #info .texto p {
    text-align: center;
  }

  #imagen {
    background-repeat: no-repeat;
    /* padding: 8px; */
  }

  #titulo {
    font-size: 18px;
  }
}
