header{
    height: 60px;
    width: 100%;
    background-color: black;
    color: white;
    text-decoration: none;
    display:flex;
    align-items: center;
    position: fixed;
    top: 0;   
    z-index: 100;
  }
  
  header a{
    margin: 20px;
  }
  body,html{
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom, #0c3563, #111119);
    overflow-x: hidden;
    width: 100%;
    min-height: calc(100vh - 60px);
  }
  .containerlogo{
    width: 180px;
    max-width: 800px;
    margin-right: auto;
  }
  .containermenu{
    display: flex;
    font-family: "FF Mark W05",Arial,sans-serif;
    font-size: 14px;
  }
  .logo1{
    width: 126px;
    height: 43px;
    margin-right: 100%;
  }
  .itemmenu{
    text-decoration: none;
    color: white;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
  }
  .itemmenu a{
    text-decoration: none;
    color: white;
  }
  
  .linea{
    background: #900;
    height: 3px;
    transform: translateY(-15px);
    width: 0;
    transition: 0.3s;
  }
  
  .itemmenu:hover .linea{
    width: 100%;
  }
  .menu_responsive{
    background-color: rgba(0, 0, 0, 0.836);
    color: black;
    flex-direction: column;
    z-index: 1000;
    position: fixed;
    height: 100%;
    width: 100%;
    display: none;
    transition: all 0.5s;
    backdrop-filter: blur(5px);
  }
  .itemmenu_re{
    text-decoration: none;
    color: rgb(255, 255, 255);
    margin-left: 25px;
    font-size: 32px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 30px;
  }
  .contenedor_responsive{
    display: flex;
    flex-direction: column;
    position: absolute;
    transform: translateY(25%);
  }
  
  .containermenu ul{
    padding: 0;
    display: flex;
  }
  .botonresponsive{
    position: absolute;
    height: 30px;
    width: 30px;
    right: 0;
    margin: 20px;
  }
  
  .logomenu{
    height: 35px;
  }
  
  #botonmenu{
    display: none;
  }
  
  @media (max-width: 1090px){
    #botonmenu{
        display: flex;
    }
    .containermenu ul{
        display: none;
    }
  }
  .rain {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
  
  .drop {
    position: absolute;
    bottom: 100%;
    width: 15px;
    height: 120px;
    pointer-events: none;
    animation: drop 0.5s linear infinite;
  }
  
  @keyframes drop {
    0% { transform: translateY(0); }
    100% { transform: translateY(90vh); }
  }
  
  .stem {
    width: 1px;
    height: 60%;
    margin-left: 7px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.25));
    animation: stem 0.5s linear infinite;
  }
  
  .splat {
    width: 15px;
    height: 10px;
    border-top: 2px dotted rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: block; /* Siempre activado */
  }
  
  @keyframes splat {
    0% { opacity: 1; transform: scale(0); }
    80% { opacity: 1; transform: scale(0); }
    90% { opacity: 0.5; transform: scale(1); }
    100% { opacity: 0; transform: scale(1.5); }
  }
  
.embcontainer1{
    height: 30px;
    margin-top: 100px;
}

select {
    width: 220px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    outline: none;
}

option {
    background-color: #000;
    color: white;
}

option:hover {
    background-color: #007BFF;
}

.dropdown-container {
    position: relative;
    margin-left: 58px;  
}

.dropdown-container::after {
    content: '\25BC';
    position: absolute;
    top: 50%;
    left: 179px;
    transform: translateY(-50%);
    color: white;
    pointer-events: none;
}
.embcontainer2{
    height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 50px;
}
.tituloemb{
    text-wrap: balance;
    word-break: break-word;
    font-family: "Beaufort for LOL", sans-serif;
    font-style: italic;
    font-size: 72px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
}
.animaciontituloemb {
  -webkit-animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: focus-in-expand 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  @-webkit-keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
  @keyframes focus-in-expand {
    0% {
      letter-spacing: -0.5em;
      -webkit-filter: blur(12px);
              filter: blur(12px);
      opacity: 0;
    }
    100% {
      -webkit-filter: blur(0px);
              filter: blur(0px);
      opacity: 1;
    }
  }
.subtituloemb2{
  font-family: Spiegel, sans-serif;
  font-weight: 400;
  word-break: break-word;
  font-size: 18px;
  line-height: 26px;
  color: rgb(255, 255, 255);
  transform: translate(0,-49px);
  text-transform: uppercase;
}
.subtituloemb1{
  font-family: Spiegel, sans-serif;
  font-weight: 400;
  word-break: break-word;
  font-size: 18px;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  transform: translate(0px,53px);
}
.embcontainer3{
  display: flex;
  flex-direction: column;
  align-items: center; 
  height: auto; 
  margin-left: 35px;
}
.fila{
  display: flex;
  justify-content: center; 
  align-items: center;
  width: 100%;
  height: 325px;
  overflow: hidden;
}

.embinfo{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(26, 24, 24, 0.55);
    backdrop-filter: blur(1px);
    color: rgba(255, 255, 255, 0.914);
    text-align: left;
    padding: 19px;
    box-sizing: border-box;
    height: 64px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 23px;
    font-size: 20px;
    text-transform: uppercase;
}
.ej1{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0
}
.ej1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Imagenes/embpl1.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
}

.ej1:hover::before {
  transform: scale(1.1);
}
.ej2{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}
.ej2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Imagenes/embpl2.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
}

.ej2:hover::before {
  transform: scale(1.1);
}
.ej3{
  border-radius: 5px;
  padding: 15px;
  width: 409px;
  height: 242px;
  margin: 20px;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.ej3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../Imagenes/embpl3.webp') no-repeat center center/cover;
  transition: transform 0.5s ease;
}

.ej3:hover::before {
  transform: scale(1.1);
}
.slidederechacss {
  -webkit-animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
          animation: slide-right 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  }
  @-webkit-keyframes slide-right {
    0% {
      -webkit-transform: translateX(-200px);
              transform: translateX(-200px);
        opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
        opacity: 1;
    }
  }
  @keyframes slide-right {
    0% {
        -webkit-transform: translateX(-200px);
                transform: translateX(-200px);
        opacity: 0;
      }
      100% {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
      }
    }
    .slideizquierdacss {
      -webkit-animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
              animation: slide-left 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
      }
      @-webkit-keyframes slide-left {
        0% {
          -webkit-transform: translateX(+200px);
                  transform: translateX(+200px);
            opacity: 0;
        }
        100% {
          -webkit-transform: translateX(0);
                  transform: translateX(0);
            opacity: 1;
        }
      }
      @keyframes slide-left {
        0% {
            -webkit-transform: translateX(+200px);
                    transform: translateX(+200px);
            opacity: 0;
          }
          100% {
            -webkit-transform: translateX(0);
                    transform: translateX(0);
            opacity: 1;
          }
        }
.paginacion{
display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  color: white;
  font-size:18px;
}
.paginacion a {
margin:6px;
color:white;
}
.pagina-actual{
margin:6px;
color:#9ee5fa;
}

.btn-conteiner {
  display: flex;
  justify-content: center;
  --color-text: #9ee5fa;
  --color-background: #353535;
  --color-outline: #9ee5fa80;
  --color-shadow: #00000080;
}

.btn-content {
  display: flex;
  align-items: center;
  padding: 0px 3px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  color: var(--color-text);
  background: var(--color-background);
  transition: 1s;
  border-radius: 100px;
  box-shadow: 0 0 0.2em 0 var(--color-background);
}

.btn-content:hover,
.btn-content:focus {
  transition: 0.5s;
  -webkit-animation: btn-content 1s;
  animation: btn-content 1s;
  outline: 0.1em solid transparent;
  outline-offset: 0.2em;
  box-shadow: 0 0 0.4em 0 var(--color-background);
}

.btn-content .icon-arrow {
  transition: 0.5s;
  margin-right: 0px;
  transform: scale(0.6);
}

.btn-content:hover .icon-arrow {
  transition: 0.5s;
  margin-right: 25px;
}

.icon-arrow {
  width: 20px;
  margin-left: 15px;
  position: relative;
  top: 6%;
}

/* SVG */
#arrow-icon-one {
  transition: 0.4s;
  transform: translateX(-60%);
}

#arrow-icon-two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.btn-content:hover #arrow-icon-three {
  animation: color_anim 1s infinite 0.2s;
}

.btn-content:hover #arrow-icon-one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.btn-content:hover #arrow-icon-two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */
@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--color-background);
  }

  100% {
    fill: #9ee5fa;
  }
}

/* Button animations */
@-webkit-keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}

@keyframes btn-content {
  0% {
    outline: 0.2em solid var(--color-background);
    outline-offset: 0;
  }
}
        footer{
          background-color: rgb(0, 0, 0);
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
        }
        .containerlogos a{
          text-decoration: none;
        }
        .containerlogos{
          position: absolute;
        }
        .logosrs{
          width: 26px;
          height: 30px;
        padding: 4px;
        text-decoration: none;
        }
        .lastcontainer{
          display: flex;
          width: 100%;
          justify-content: space-between;
          align-items: center;
          position: relative;
        }
        .contacto{
          color: rgb(213, 213, 213);
          margin-right: 15px;
        }
        .copyright{
          color: rgb(213, 213, 213);
          margin-left: 15px;
        }
        



  /* Media query para pantallas pequeñas (menos de 1050px) */
@media (max-width: 1000px) {


  .embcontainer1, .embcontainer2, .embcontainer3 {
      margin-left: 20px; /* Reduce el margen izquierdo */
      margin-right: 20px; /* Reduce el margen derecho */
  }
  .embcontainer2{
    height: 240px;
  }
  .fila {
      flex-direction: column; /* Cambia la dirección de la fila a columna */
      height: auto; /* Ajusta la altura */
  }

  .ej1, .ej2, .ej3 {
      width: 87%; /* Hace que los elementos ocupen el 100% del ancho */
      margin-bottom: 20px; /* Ajusta el margen vertical */
  }

  .tituloemb {
    font-size: 4rem;
  }

  .subtituloemb1, .subtituloemb2 {
      font-size: 16px; /* Ajusta el tamaño de los subtítulos */
      text-align: center;
  }

  .botonresponsive {
      margin: 10px; /* Ajusta el margen del botón */
  }

  .containerlogos {
      flex-direction: column; /* Cambia la dirección de los logos a columna */
      align-items: center; /* Centra los logos */
  }

  .logosrs {
      width: 24px; /* Reduce el tamaño de los logos */
      height: 24px; /* Reduce el tamaño de los logos */
  }
}
@media(max-width: 630px){
    

  footer {
    background-color: rgb(0, 0, 0);
    display: flex;
    justify-content: normal;
    align-items: normal;
    flex-direction: column;
    height: auto;
  }
      .lastcontainer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        position: relative;
        flex-direction: column;
        align-items: start;
      }
      .containerlogos{
        position: absolute;
        right: 37px;
        margin-top: 48px;
      }
      .copyright {
        color: rgb(213, 213, 213);
        margin-left: 35px;
      }
      .contacto {
        color: rgb(213, 213, 213);
        margin-right: 0;
        transform: translateY(-10%);
        margin-left: 38px;
      }
      .tituloemb {
        font-size: clamp(20px, 6vw + 1rem, 35px); /* Tamaño mínimo 20px, tamaño preferido 6vw + 1rem, tamaño máximo 48px */
    }
    .subtituloemb2{
      transform: translate(0,-20px); 
      font-size: 14px; 
    }
    .subtituloemb1{
      transform: translate(0,30px); {
      font-size: 14px; 
    }