/* ===== CONTACTO ===== */

body.contacto {
    margin: 0;
    min-height: 100vh;
    background-image: url("../images/contacto_bioacer.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-color: #000;
}

.overlay-contacto {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 0;
}

/* Contenedor del texto */
.contenido-contacto {
  position: relative;
  z-index: 1;
  color: #eaeaea;
  padding: 80px 60px;
  max-width: 600px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Tamaño del texto */
body.contacto .contenido-contacto p,
body.contacto .contenido-contacto strong,
body.contacto .contenido-contacto a {
  font-size: 32px;
  line-height: 1.6;
}

/* Título */
body.contacto .contenido-contacto h1 {
  font-size: 22px;
  margin-bottom: 30px;
} 
