/* Estilo básico para la página */
body {
    font-family: Arial, sans-serif;
    background-color: #f0f0f0;
    margin: 0;
    padding: 0px;
    background: linear-gradient(45deg, #750d1c, #d66c83);

}
.solicitud{
    margin-left: -10%!important;
    align-content: left;
    width: 35%;
}
.solicitud a{
    color: #fff;
    text-decoration: none;
    font-size: 25px;
         color: #fff;
    text-shadow: 0 0 10px #750d1c;
}

.search-form{
    z-index: 9999999999999;
    position: relative;
    margin-top:-35px;
    padding: 0px;
    background: #190608;
    color: black;
    border-radius:25px ;
    padding: 5px;
      width: 55%;
      margin-right: auto;
      margin-left: auto;
}
.search-form label{
    font-family: Arial, sans-serif;
    color: #fff;
}
.search-form select{
    width: 25%;
    text-align: center;
  font-family: Arial, sans-serif;
   background: linear-gradient(45deg, #750d1c, #d66c83);
   border-radius: 25px;
   color: #fff;
    
}
select option{
        text-align: center;
  font-family: Arial, sans-serif;
   background: linear-gradient(45deg, #750d1c, #d66c83);
   border-radius: 25px;
   color: black;
}
.search-form button{
        text-align: center;
  font-family: Arial, sans-serif;
   background: linear-gradient(45deg, #750d1c, #d66c83);
   border-radius: 25px;
   color: #fff;
}
.person{
    position: fixed;
    z-index: 9999999;
    margin-top:25px ;
    margin-left: 20px;
     color: #fff;
}
.person a{
      width: 25px;
  filter: brightness(0) invert(1);     
}

.cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.card {
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1), 0 6px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    background-color: #190608;
    cursor: pointer;
    border:solid 2px black;
    padding: 0;
}
.card span{
    margin: 0;
    padding: 0;
}

.card-header {
    height: 10px!important;
    display: flex;
    padding: 0px;
    align-content: center;
    justify-content: center;
    margin: 0;
    color: white;
    text-align: center;
    font-size: 1.2em;
}
.card-header h3{
    margin: 0px;
    padding: 0px;
    
}

.card.expanded {
    width: 600px;
}

.card-img {
    margin: auto;
    width: 100%;
    height: auto;
    display: block;
    border-radius:15px ;
}

.card-price {
    margin: 0!important;
    margin-top:3px;
    padding: 0px;
    font-size: 1.0em;
    font-weight: bold;
    text-align: right;
    color: #e2e8f0;
    
}

.card-details {
    display: none;
    padding: 15px;
    border-top: 2px solid #ddd;
    background-color: #190608;
}

.card.expanded .card-details {
    display: block;
}

.additional-photos {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.additional-photos img {
    width: 150px; /* Hacemos que las imágenes adicionales sean más grandes */
    height: auto;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.additional-photos img:hover {
    transform: scale(1.1); /* Efecto al pasar el ratón sobre la imagen */
}

/* Estilos del modal */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    max-width: 90%;
    max-height: 90%;
    overflow: hidden;
}

.modal-content img {
    width: 100%;
    height: auto;
    display: block;
}

/* Estilo de cierre del modal */
.close {
    color: white;
    font-size: 2em;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}
.card-details p {
    font-size: 1em;
    color: #555;
}

.card-details p strong {
    font-weight: bold;
}

header {
    z-index: 99;
    position: relative;
      display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px; /* Espacio entre los elementos */
    margin-top:-10px ;
    width: 100%!important;
}
header img {
  width: 11vw; /* Ajusta el tamaño según necesites */
  height: auto;
   filter: brightness(0) saturate(100%) invert(37%) sepia(17%) saturate(742%) hue-rotate(320deg) brightness(95%) contrast(85%); /* Convierte la imagen a negro */
  margin: 0;
}
.mirrored-image {
  transform: scaleX(-1); /* Invierte la imagen horizontalmente */
}
.superponer {
   position: relative;
      z-index: 2; /* Mayor que la imagen */
      width: 95%;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.neon-text {
    position: relative;
    z-index: 99;
    text-align: center;
    align-items: center;
    align-content: center;
    width: 100%;
       box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.5), 
                0px 10px 20px rgba(0, 0, 0, 0.3); /* Sombra más intensa hacia abajo */
    transition: transform 0.3s, box-shadow 0.3s;
     margin-top:0 ;
    background-color:#190608 ;
    font-size: 7vw; /* 5% del ancho de la pantalla */
    font-weight: bold;
    color: #d66c83;
    text-shadow: 
        0 0 5px #750d1c, 
        0 0 10px #750d1c, 
        0 0 20px #d66c83, 
        0 0 40px #d66c83, 
        0 0 80px #d66c83;
    transform: perspective(500px) rotateX(20deg);
    
    
       padding: 10px 0;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 2px, transparent 1px);
    border: 2px solid black; /* Borde opcional para resaltar */
    background-size: 10px 10px; /* Ajusta el tamaño de las franjas */
    border-bottom: 5px solid #d66c83; /* Borde opcional para resaltar */
    border-radius: 0 0px 15px 15px;
}

.wooden-footer {
    margin: auto;
    width: 96%;
    border-radius:80px 80px 0 0 ;
    background: url(img/madera.webp) repeat;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-family: 'Arial', sans-serif;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
    border-top: 5px solid #451d07;
    margin-top:10px;
     transform: perspective(500px) rotateX(20deg);
}

.wooden-footer .footer-content {
    padding: 20px;
    border-radius: 10px;
    display: inline-block;
}

.wooden-footer p {
    margin: 5px;
    font-size: 14px;
    font-weight: 300;
}





.curtain {
    z-index: 3;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 8.0vw; /* Cortinas más finas */
  background: url(img/cortina) repeat; /* Textura de cortina */
  background-size: cover; /* Asegura que la textura se ajuste correctamente */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* Sombra suave para resaltar la cortina */
  opacity: 0.9; /* Opacidad para un efecto más sutil */
}

.left-curtain {
  left: 0;
  transform: translateX(-100%); /* Ocultar inicialmente */
  transition: transform 0.5s ease; /* Transición suave */
}

.right-curtain {
  right: 0;
  transform: translateX(100%); /* Ocultar inicialmente */
  transition: transform 0.5s ease; /* Transición suave */
}

.curtain.open-left {
  transform: translateX(0); /* Mostrar cortina izquierda */
}

.curtain.open-right {
  transform: translateX(0); /* Mostrar cortina derecha */
}
/* Contenedor principal */
/* Contenedor principal */
/* Contenedor principal */
/* Contenedor principal */
.body-box {
    position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  overflow: hidden;
  
  
}
.body-box h3{
    margin: 0!important;
    
}
/* Carrusel rotatorio */
.box {
    margin-top: 0;
  position: absolute;
  width: 200px;
    transform: translate(-50%, -50%) translateZ(0); 
margin: 0 auto;      
  height: 200px;
  transform-style: preserve-3d;
    transform-origin: 50% 50%;  
  animation: rotate 40s linear infinite;
}

/* Animación del carrusel */
@keyframes rotate {
  0% {
    transform: perspective(1500px) rotateY(0deg);
  }
  100% {
    transform: perspective(1500px) rotateY(360deg);
  }
}

/* Estilo para las cartas dentro del carrusel */
.card {
    margin-top:-75px ;
  position: absolute;
  width: 120px;
  height: 170%!important;
  background-color: #190608;
  color: #e2e8f0!important;
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * var(--angle))) translateZ(500px);
  cursor: pointer;
  transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
}

/* Imagen de portada */
.card-img {
  width: 100%!important;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}

/* Overlay para carta expandida */
.expanded-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 55%;
  z-index: 2009999999999999999999990;
  background: rgba(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

/* Estilo para la carta cuando se muestra en el overlay */
.card.expanded-in-overlay {
  width: 500px;
  height: 90%;
  background-color: #2c0b0e;
  overflow-y: auto;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  transform: none; /* Sin ninguna rotación ni traslación */
  transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
  position: relative;
  margin: auto;
}
.card.expanded-in-overlay label{
    
     font-family: Arial, sans-serif;
}
.card.expanded-in-overlay select{
    background: transparent;
    color: #fff;
    border: transparent;
}
.card.expanded-in-overlay button{
    background: #750d1c;
    border-radius: 25px;
    color: #FFF;
    padding: 9px;
}
   
/* Mostrar detalles adicionales cuando está expandida */
.card.expanded-in-overlay .card-details {
  display: block;
}
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: red; /* Fondo rojo */
  color: white;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  z-index: 2100;
  display: none;
}


.styled-form {
    background-color: #190608;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    width: 350px!important;
    margin: 20px auto;
    text-align: center;
    border: solid 2px black;
}

.styled-form h2 {
    margin-bottom: 15px;
    color: #d66c83;
    text-shadow: 0 0 10px #750d1c;
}

.styled-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
    color: #e2e8f0;
}

.styled-form input {
    width: 80%;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #d66c83;
    background: #2c0b0e;
    color: #e2e8f0;
    box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.1);
}

.styled-form input:focus {
    outline: none;
    border-color: #750d1c;
    box-shadow: 0 0 5px #750d1c;
}

.styled-form button {
    margin-top: 15px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    background: linear-gradient(45deg, #750d1c, #d66c83);
    color: white;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}

.styled-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 10px #d66c83;
}

h2{
    text-align: center;
     color: #d66c83;
    text-shadow: 0 0 10px #750d1c;
}
h3{
     text-align: center;
     color: #d66c83;
    text-shadow: 0 0 10px #750d1c;
}
a{
      text-align: center;
     color: #d66c83;
    text-shadow: 0 0 10px #750d1c;
    margin-left: 35%;
}
.styled-form {
    background-color: #190608;
    color: #e2e8f0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    width: 350px;
    margin: 20px auto;
    text-align: center;
    border: solid 2px black;
}

.styled-form h2 {
    color: #d66c83;
    text-shadow: 0 0 10px #750d1c;
    margin-bottom: 20px;
}

.styled-form label {
    display: block;
    margin: 10px 0 5px;
    font-weight: bold;
}

.styled-form input, 
.styled-form select, 
.styled-form textarea {
    width: calc(100% - 22px);
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #d66c83;
    background: #2c0b0e;
    color: #e2e8f0;
}

.styled-form input:focus, 
.styled-form select:focus, 
.styled-form textarea:focus {
    outline: none;
    border-color: #750d1c;
    box-shadow: 0 0 8px #750d1c;
}

.styled-form button {
    background: linear-gradient(45deg, #750d1c, #d66c83);
    border: none;
    border-radius: 10px;
    color: white;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.styled-form button:hover {
    transform: scale(1.05);
    box-shadow: 0 0 12px #d66c83;
}

.error-message {
    color: #d66c83;
    text-align: center;
    font-weight: bold;
}

.checkbox-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.checkbox-group label {
    background-color: #2c0b0e;
    border-radius: 15px;
    padding: 8px 12px;
    cursor: pointer;
    border: 1px solid #d66c83;
    color: #e2e8f0;
    transition: background 0.3s ease;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  position: absolute;
  opacity: 0; /* Ocultar visualmente */
}

/* Estilo base del label */
.checkbox-group label {
  display: inline-block;
  padding: 8px 16px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  position: absolute; /* Ocultar visualmente */
}

/* Estilo base del label */
.checkbox-group label {
  display: inline-block;
  padding: 8px 16px;
  background-color: #190608;
  border: 2px solid #ccc;
  border-radius: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Estilo cuando el checkbox está seleccionado */
.checkbox-group input[type="checkbox"]:checked + label {
  border-color: #e65100;
  color: #ffffff;
}

.rellenar{
    display: grid;
    min-height: 100dvh;
    grid-template-rows: auto 1fr auto;
}





.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.checkbox-group input[type="checkbox"] {
  position: relative;
  opacity: 1;
  margin-right: 8px; /* Espacio entre el checkbox y la etiqueta */
  cursor: pointer;
}

/* Ajuste para alinear el checkbox y el label */
.checkbox-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #e2e8f0;
  background-color: #2c0b0e;
  border-radius: 20px;
  padding: 8px 16px;
  border: 1px solid #d66c83;
  transition: background 0.3s ease;
}

/* Estilo cuando el checkbox está seleccionado */
.checkbox-group input[type="checkbox"]:checked + label {
  background-color: #ff9800;
  border-color: #e65100;
  color: #ffffff;
}
.card {
  position: absolute;
  width: 180px;
  height: 200px;
  background-color: #190608;
  color: #e2e8f0!important;
  border-radius: 18px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0,0,0,0.3);
  transform-origin: center;
  transform: rotateY(calc(var(--i) * var(--angle))) translateZ(var(--radius, 500px));
  cursor: pointer;
  transition: transform 0.5s ease, width 0.5s ease, height 0.5s ease;
}
.carta_revision{
    background-color: #190608;
    width: 60%;
    margin: auto;
    padding: 20px;
    border-radius: 5%;
    color:#FFF;
    text-align: center;
    align-content: center;
    align-items: center;
    margin-top:20px;
}
.carta_revision a{
    margin: 25px;
}






