@import url("https://fonts.googleapis.com/css2?family=Fredericka+the+Great&family=Passion+One&display=swap");
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}

.container,
.row,
.col-lg-12,
.col-lg-4 {
  background-color: transparent !important; /* Asegúrate de que estos elementos no tengan fondo */
}

.naranja {
  background-image: url("../img/fondo_naranja.png?v=2");
  background-position: -3px;

  background-attachment: fixed;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  padding: 0;
}

.azul {
  background-image: url("../img/fondo_azul.png");
  background-position: -3px;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  padding: 0;
}

.colores {
  background-image: url("../img/fondo_colores.png");
  background-position: -3px;
  background-attachment: fixed;
  background-size: cover;
  height: auto;
  min-height: 100vh;
  padding: 0;
}

@media (max-width: 768px) {
  .naranja,
  .azul,
  .colores {
    background-attachment: scroll;
  }
}
