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, #6a0202, #000000);
    width: 100%;
    height: 100%;
    min-height:130vh;
    flex-direction: column;
    display: flex;
  }
  .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;
  }

  .singcontainer1{
    flex: 1;
    margin-top: 100px;
    display: flex;
    margin-left: 40px;
    margin-right: 60px;
	min-height:680px;
  }
  
  .gallery-container {
    width: 55%;
    min-width: 378px;
    background: rgb(0, 0, 0);
    padding: 20px;
    text-align: center;
    height: 553px;
  }
  
.main-image {
    width: 100%; /* Mantiene el contenedor al 100% del ancho */
    height: 553px; /* Altura fija para el contenedor */
    position: relative;
    overflow: hidden;
    border-radius: 10px; /* Bordes redondeados para el contenedor */
}


.main-image img {
    width: 100%;
    height: auto; /* Cambiado a auto para mantener la proporción */
    max-height: 100%; /* Asegura que la imagen no exceda la altura del contenedor */
    object-fit: contain; /* Asegura que la imagen se ajuste sin recortes */
    position: absolute;
    top: 50%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta la posición para centrar */
    display: none; /* Ocultamos las imágenes por defecto */
}


.main-image img.active {
    display: block; /* Mostramos solo la imagen activa */
    width: 100%; /* Asegura que la imagen activa ocupe el 100% del contenedor */
    height: auto; /* Mantiene la proporción de la imagen */
}
  
  .arrow-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 50%;
    padding: 10px;
    cursor: pointer;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .arrow-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .arrow-button.left {
    left: 10px;
  }
  
  .arrow-button.right {
    right: 10px;
  }
  
  .thumbnails {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
  }
  
  .thumbnails img {
    width: 100px;
    height: 70px;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    filter: brightness(0.5);
  }
  
  .thumbnails img.selected {
    filter: brightness(1);
    border: 2px solid #007bff;
  }
  
  .info-container {
    width: 40%;
    min-width: 250px;
    background: rgb(0, 0, 0);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
	height:553px;
	justify-content: center;
  	align-items: center;
  	display: flex;
  	flex-direction: column;
  }
  
  .info-container h1 {
    color: rgb(255, 255, 255);
    text-wrap: balance;
      text-wrap-mode: wrap;
    word-break: break-word;
    font-family: "Beaufort for LOL", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 60px;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .info-container h3 {
    font-family: Spiegel, sans-serif;
    font-weight: 400;
    word-break: break-word;
    font-size: 16px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    color: #ffffff;
    tab-size: 4;
  }
  
        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 (max-width: 1090px){
  #botonmenu{
      display: flex;
  }
  .containermenu ul{
      display: none;
  }

.botonresponsive{
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  margin: 20px;
}
body, html {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #6a0202, #000000);
  width: unset;
  height: unset;
  min-height: 100vh;
  flex-direction: column;
  display: flex;
}
	  .singcontainer1 {
  flex: 1;
  margin-top: 100px;
  display: flex;
  margin-bottom: 102px;
  flex-direction: column;
  align-items: center;
  margin-left: unset;
  margin-right: unset;
  min-height:unset;
}
	  .gallery-container {
  width: 90%;
  min-width: 283px;
  background: rgb(0, 0, 0);
  padding: unset;
  text-align: center;
  height: clamp(320px, 100vw, 585px);
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
	  .main-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 20px;
}
	  .thumbnails {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 35px;
  margin-left: unset;
  width: 307px;
  flex-wrap: wrap;
}
	  .thumbnails img {
  width: 65px;
  height: 51px;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  filter: brightness(0.5);
}
	  .info-container {
  width: 90%;
  min-width: 283;
  background: rgb(0, 0, 0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  padding: unset;
  text-align: center;
  height: 285px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
	  .info-container h1 {
  color: rgb(255, 255, 255);
  text-wrap: balance;
  word-break: break-word;
  font-family: "Beaufort for LOL", sans-serif;
  font-weight: 700;
  font-size: clamp(25px, 4vw, 52px);
  line-height: 60px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 10px;
}
  }
    @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;
            }
}