* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* @font-face {
  font-family: "Serial";
  src: url('{{ url_for("static", filename="fonts/SerialB-Medium.ttf") }}')
    format("ttf");
} */

.imagen-principal-fondo {
  position: fixed;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  filter: brightness(45%);
}

@media screen and (max-width: 768px) {
  .imagen-principal-fondo {
    height: 100vh !important;
    width: auto !important;
  }
  .title {
    font-family: "SerialB", Arial, Helvetica, sans-serif;
    font-size: 80px;
    margin-top: -2rem;
    line-height: normal;
    color: aliceblue;
  }
}

.background-section {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bloque-movil .texto img {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: 10%;
}

p {
  padding: 0px 0px;
  padding: 10px 0px;
  margin-bottom: 0em;
}

/* section {
  height: 100vh;
} */
.contenedor {
  display: flex;
  height: auto;
  padding: 30px;
}

.bloque-01 {
  display: flex;
  width: 100%;
  height: 100vh;
  align-items: center;
  margin-top: 8%;
  z-index: 10;
}

.columna {
  background-color: rgba(127, 255, 212, 0);
  flex: 1;
  margin: 5px;
  height: 100%;
  display: flex;
  align-items: center;
}
.columna-izq {
  background-color: rgba(255, 197, 6, 0);
  flex: 2;
}

.title {
  font-family: "SerialB", Arial, Helvetica, sans-serif;
  font-size: 40px;
  line-height: normal;
  color: aliceblue;
}
.info-general {
  vertical-align: middle;
  color: rgb(0, 255, 8);
}
.columna-centro {
  background-color: rgba(127, 255, 212, 0.192);
  flex: 1;
}
.columna-der {
  background-color: rgba(127, 255, 212, 0);
  flex: 1;
}

/*segunda seccion info y nota*/

.bloque-02 {
  display: flex;
  height: auto;
  position: relative;
  background-color: rgb(231, 231, 231);
}

.bloque-movil {
  background-color: rgb(231, 231, 231);
}

.columna-encima {
  position: absolute; /* Se posiciona sobre las otras columnas */
  top: 0; /* Ubicada en la parte superior */
  left: 40%;
  width: 20%; /* Ocupa todo el ancho del contenedor */
  background: rgba(0, 0, 0, 0); /* Fondo semitransparente */
  color: rgb(55, 0, 255);
  text-align: left;
  align-items: center;
  padding: 20px;
  z-index: 10; /* Asegura que esté al frente */
}

.columna-texto {
  background-color: rgba(164, 121, 219, 0);
  flex: 1;
  position: relative;
}

.columna-imagen {
  left: 0%;
  background-color: rgba(255, 5, 5, 0);
  flex: 0.9;
  position: relative;
  height: auto;
  /* padding-bottom: 30%; */
}

.opening {
  color: rgb(1, 14, 255);
  padding: 45px 0px 45px 60px;
  width: 90%;
}
.base01 {
  padding-left: 30%;
  text-align: justify;
}

.base02 {
  margin-left: 5%;
  padding-right: 0;
  text-align: justify;
  line-break: loose;
  padding-right: 2rem;
}

.base02 p {
  margin-bottom: 0.9rem;
}

.imagen-wrapper {
  position: relative; /* Contenedor con posición relativa */
  width: 100%;
  height: 100%;
}
.imagen {
  position: sticky; /* Posiciona las imágenes de forma absoluta */
  width: 40vw; /* Ajusta el tamaño según sea necesario */ /* Centra las imágenes en la columna */
  -webkit-transition: transfrom 0.3s ease;
  -moz-transition: transfrom 0.3 ease;
  -o-transition: transfrom 0.3 ease;
  transition: transfrom 0.3 ease;
}

/* Posiciones específicas */
.imagen1 {
  left: 10%;
}

.imagen2 {
  left: 30%;
}

.imagen3 {
  left: 0%;
}

.odd {
  padding-left: 0rem;
}

.even {
  padding-left: 2rem;
}

.linea-entrada {
  padding-left: 12em;
  text-align: left;
  font-family: "synt";
  color: rgb(29, 199, 111);
}

.even {
  padding-left: 2rem;
}

em {
  font-family: "synt";
  color: rgb(29, 199, 111);
}
