
:root {
    /* PALETA-02 */

    --color-oscuro: #104856;
    --color-claro: #fcfcf8;
    --color-comodin: #fd652d;
    --bgr-color-oscuro: #104856;
    --txt-color-claro: #fcfcf8;
}

#contenedor-02 {
  background-image: url("/Images/portada-02.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-02 {
  height:auto;
  padding-bottom: 156px;
}

#texto-02 {
  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; */
}