
:root {
    
    /* PALETA-03 */

    --color-oscuro: #556666;
    --color-claro: #fcfcf8;
    --color-comodin: #76160d;
    --bgr-color-oscuro: #556666;
    --txt-color-claro: #fcfcf8;
}

/* crea 3 columnas iguales */
.caja-secciones {
  align-content:flex-start;
}

#contenedor-03 {
  background-image: url("/Images/portada-03.jpg");
  position: sticky;
  position: -webkit-sticky; /* safari */
  /* Set a specific height */
  min-height: 800px; 
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.contenedor-texto-03 {
  height:auto;
  padding-bottom: 156px;
}

#texto-03 {
  font-family: "Reforma1918";
  background-color: var(--color-oscuro);
  color: var(--color-claro);
  font-size: 2vw; 
  margin: 0 auto;
  padding: 5px 5px;
  text-align: center;
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* mix-blend-mode: multiply; */
}