@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Cardo:ital,wght@0,400;0,700;1,400&family=Poiret+One&display=swap');
/*****GENERALES*****/
:root {
  --amarillo: #E8B966;
  --rojo: #E7312A;
  --negro: #000;
  --negro_general: #212529;
  --blanco: #fff;
  --texto: #333333;
  --morado: #58306f;

  --cafe: #9A6732;
  --carne: #FBF1E4;
  --verde: #b6f842;
  --azul: #222d4f;
  --gris: #3b435f;


  --claro: #fff9f5;
  --claro_dos: #fdf1ee;
  --gris_uno: #7c7e7f;
  --gris_dos: #bfbbb8;
  --gris_formulario: #dee2e6;
  
  /*--rosa: #e25d5d;
  --rosa_dos: #db6e6e;*/
  --rosa: #198754;
  --rosa_dos: #ba7f42;
  

  --all: all 0.3s ease-in-out;

  --titulos: "Cardo", serif;
  --general: "Poiret One", sans-serif;
  --cursiva: "Bodoni Moda", serif;
}
*, html{
  margin: 0px;
  padding: 0px;
  box-sizing:border-box;
}
html{
  overflow-x:hidden;
}
body{
  background-color: var(--blanco) !important;
  color: var(--cafe);

  overflow-x: hidden;
  overflow-y: auto;

  min-height: 100%;
  width: 100%;

  padding-right: 0px !important;
}
#cl{clear: both;}
.max_width{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.padding_width{
  padding: 100px 20px;
}
.min_alto{
  min-height: 100vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.inicio_boda{
  background-image: url('../img/slider.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 100% 45%;
  background-size: 100%;
  width: 100%;
  height: 500px;
  position: relative;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex_inicio_boda{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
.nombres_inicio{
  text-transform: uppercase;
  font-family: var(--cursiva);
  font-size: 3rem;
  color: var(--cafe);
  line-height: 2rem;
  letter-spacing: 2px;
  margin-top: 10px;
}
.sub_inicio{
  font-family: var(--general);
  font-size: 30px;
  color: rgba(154, 103, 50, 0.6);
  letter-spacing: 6px;
}
.fecha_inicio{
  color: rgba(154, 103, 103, .6) !important;
  font-size: 1.3rem;
}
.boton_inicio{
  background-color: var(--cafe);
  padding: 0.5rem 1.125rem;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.055rem;
  color: var(--blanco);
  cursor: pointer;
  border-radius: 4px;
  text-decoration: none;
}
.boton_inicio:hover{
  color: var(--blanco);
}
.color_negro{
  color: var(--negro_general);
}
.color_rojo{
  color: red;
}
.cambiar_rosa{
  transition: var(--all);
}
.cambiar_rosa:hover{
  background-color: var(--rosa_dos);
}
.fondo_blanco{
  background-color: var(--blanco);
}
.fondo_claro{
  background-color: var(--claro);
}
.fondo_rosa{
  background-color: var(--cafe);
}
.fondo_white{
  background: rgba(255, 255, 255, 0.1);
}
.fondo_pink{
  /*background: rgba(226, 93, 93, 0.05);*/
  background: rgba(154, 103, 50, 0.1);
}
.oculta_linea{
  position: absolute;
  bottom: 0;
  height: 5px;
  width: 100%;
  z-index: 2;
}
.oculta_linea_top{
  position: absolute;
  top: 0;
  height: 5px;
  width: 100%;
  z-index: 2;
}
.flex_uno{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.titulo{
  font-family: var(--titulos);
  font-weight: 700;
}
.general{
  font-family: var(--general);
}
.cursi{
  font-family: var(--cursiva);
}
.justificar{
  text-align: justify;
}
.gris{
  color: var(--gris_uno);
}
.gris_dos{
  color: var(--gris_dos);
}
.blanco{
  color: var(--blanco);
}
.white{
  color: rgba(154, 103, 50, 0.6);
}
.blanco_degradado{
  color: rgba(255, 255, 255, 0.6);
}
.rosa{
  color: var(--cafe);
}
.sub_titulo_tres{
  font-family: var(--titulos);
}
.flex_column{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cir_corazon{
  background-color: var(--claro_dos);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.svg_corazon{
  width: 20px;
  height: 20px;
}
.de_pasos{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.linea_pasos{
  width: 1px;
  height: 3rem;
  background-color: var(--gris_dos);
  margin: 10px 0;
}
.cien{
  width: 100%;
}
.espacio_pasos{
  width: calc(50% - 50px);
}
.el_paso{
  width: calc(50% - 50px);
}
.flex_eventos{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.caja_eventos{
  width: 32%;
  border-radius: 0.625rem;
  padding: 2rem;
}
.borde_gris{
  border-color: var(--gris_dos);
  border-width: 1px;
  border-style: solid;
}
.caja_foto{
  background-image:url('../img/foto_ubicacion.jpg');
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cir_icon{
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-svg {
  height: 2.5rem;
}
.icon-play {
  height: 20px;
  margin-left: 5px;
}
.subir_corazon{
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: all 0.3s ease 0s;
  z-index: 3;
  cursor: pointer;
}
.subir_corazon:hover{
  bottom: 26px;
}
.subir_corazon svg{
  width: 40px;
}
.no_a, a{text-decoration: none;}
.grises{transition: var(--all);}
.grises:hover{opacity: 0.6;}
.puntero{cursor: pointer;}
.rotar{
 transform: rotate(180deg);
}
.galeria{
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-direction: row;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
.caja_galeria{
  width: calc(33.33% - 10px);
  border-radius: 0.625rem;
  /*background-image: url('../img/foto_corazon.jpg');*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-decoration: none;
  color: var(--negro_general);
  transition: var(--all);
}
.caja_galeria:hover{
  color: var(--cafe);
}
.alto_galeria{
  height: 400px;
  text-align: center;
}
.hover_galeria{
  width: 100%;
  transition: var(--all);
  cursor: pointer;
  opacity: 0;
  border-radius: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--blanco);
}
.hover_galeria:hover{
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
#opaca{
  filter: grayscale(100%);
}
.flex_whats{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  transition: var(--all);
  color: var(--gris_uno);
  line-height: 26px;
  gap: 12px;
}
.flex_whats:hover{
  color: var(--cafe);
}
.flex_whats svg{
  height: 25px;
  transition: var(--all);
}
.flex_whats svg:hover{
  opacity: 0.8;
}
.de_video{
  width: 40%;
}
.flex_felicitar{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 14px;
}
.caja_felicitar{
  width: 49%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#responsivo_felicitaciones{
  width: 100%;
}
.flex_lista_boleto{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.espacio_boleto{
  margin-right: 10px;
}
.sin_a{
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.flex_qr{
  display: flex;
  align-items: center;
  justify-content: center;
}
.espacio_qr{
  margin-left: 20px;
}
.flex_telefonos{
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  letter-spacing: 6px;
}
.flex_vestimenta{
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: var(--cafe);
  width: 100%;
  text-align: center;
}
.de_osos{
  font-size: 15px;
  line-height: 16px;
}
.de_osos img{
  margin-bottom: 10px;
}
.osos_img{
  height: 80px;
}
.dulce_img{
  height: 40px;
}
.gancho_img{
  height: 50px;
}
.flex_mesa{
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-decoration: none;
  width: 100%;
  transition: var(--all);
}
.de_mesa_logos{
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}
.de_mesa_logos img{
  width: 100%;
  /*filter: grayscale(100%);*/
  transition: var(--all);
}
.div_mesa{
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.div_mesa svg{
  margin-right: 15px;
  height: 150px;
  transition: var(--all);
}
.de_mesa{
  color: var(--blanco);
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  transition: var(--all);
}
.de_mesa_logos img{
  transition: var(--all);
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.de_mesa_logos img:hover{
  filter: brightness(1);
}
.gap_boletos{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}



































.tabla_responsiva{
  width: 100%;
}
.tabla_responsiva table{
  width: 100%;
}
#tama_tabla, #tama_tabla table{
  width: 100% !important; 
}
/*****FIN GENERALES*****/
/*****MENU*****/
.cerrar_menu{
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 4;
  position: fixed;
  height: 100vh;
}
.icono_menu{
  display: none;
  z-index: 4;
  position: fixed;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 1px;
  border-radius: 50%;
}
.max_width_menu{
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.menu{
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 5;
  color: var(--blanco); 
  display: block;
  padding: 35px;
}
#menu{
  background-color: var(--blanco);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
  top: -100px;
  transform: translateY(100px);
  color: #000;
  padding: 10px;
}
/*
#menu .mi_enlace{
  color: var(--negro) !important;
}
#menu .mi_enlace:hover{
  color: var(--rosa) !important;
}
*/
.menu_flex{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo_flex{
  /*
  display: flex;
  justify-content: space-around;
  align-items: center;
  */
  font-family: var(--cursiva);
  font-size: 25px;
  text-transform: uppercase;
  line-height: 25px;
  letter-spacing: 2.5px;
  text-decoration: none;
  color: var(--cafe);
  transition: var(--all);
  /*font-weight: bolder;*/
}
.logo_flex:hover{
  color: var(--amarillo);
}
.sub_logo{
  display: block;
  font-family: var(--general);
  font-size: 16px;
}
/*
#menu .logo_flex{
  color: var(--negro) !important;
}
#menu .logo_flex:hover{
  color: var(--negro) !important;
}
*/
.transition{
  transition: var(--all);
}
.enlaces{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: var(--general);
  font-weight: 700;
  font-size: 16.5px;
  /*text-transform: uppercase;*/
  letter-spacing: 1.5px;
}
.mi_enlace{
  text-decoration: none;
  transition: var(--all);
  cursor: pointer;
  color: var(--cafe);
  margin-left: 12px;
}
.mi_enlace:hover{
  text-decoration: none;
  color: var(--amarillo);
}
#no_ver_menu{
  display: none;
}
#ver_menu{
  display: block;
  animation-duration: 0.5s;
  animation-name: sale_menu;
}
@keyframes sale_menu {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.toltip_enlace{
  margin: 6px 0;
  width: 100%;
  cursor: pointer;
  transition: var(--all);
}
.toltip_enlace:hover{
  color: var(--rosa_dos);
}
/*****FIN MENU*****/
/*****TABLA*****/
.numero_whats{
  color: var(--negro_general);
  cursor: pointer;
  transition: var(--all);
  text-decoration: none;
}
.numero_whats:hover{
  color: var(--cafe);
}
.fs-7{
 font-size: 12px;
}
.fs-8{
 font-size: 10px;
}
.carrillo{
  font-size: 14px;
  /*border-top: 1px hidden;
  border-bottom: 1px hidden;*/
  width: 100%;
}
.carrillo tr{
  /*border-left: 1px hidden;
  border-right: 1px hidden;*/
  border: 1px;
  transition: var(--all);
}
.carrillo tr:hover td{
  background-color: var(--claro_dos);
}
.carrillo th{
  padding: 5px;
  background-color: var(--gris_formulario);
  border: 1px solid var(--gris_formulario);
}
.carrillo td{
  border: 1px solid var(--gris_formulario);
  padding: 5px;
}
.decoration{
  text-decoration: none;
}
.boton_tabla{
  /*min-width: 90px;*/
  border: 1px solid var(--negro);
  border-radius: 4px;
  padding: 1px 2.5px;
  color:  var(--negro);
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: var(--all);
}
.boton_tabla:hover{
  border: 1px solid var(--cafe);
  color: var(--cafe);
}
@media screen and (max-width: 991px) {
  /* Oculta el thead (encabezados de columna) en pantallas pequeñas */
  .carrillo thead {
    display: none;
  }

  /* Hace que la tabla ocupe todo el ancho */
  .carrillo, .carrillo tbody, .carrillo tr, .carrillo td {
    display: block;
    width: 100%;
  }

  /* Estilos para cada fila */
  .carrillo tr {
    margin-bottom: 15px; /* Espacio entre las filas (ahora bloques) */
    border: 1px solid var(--gris_formulario);
    border-radius: 5px;
  }

  /* Estilos para cada celda (td) */
  .carrillo td {
    /* Muestra los encabezados de columna como etiquetas */
    position: relative;
    padding-left: 120px; /* Espacio para la etiqueta del encabezado */
    text-align: left; /* Alinea el contenido a la izquierda */
    border: none; /* Elimina los bordes de celda si los tenías */
    border-bottom: 1px solid var(--gris_formulario);
  }
  
  /* Elimina el borde inferior de la última celda en la fila */
  .carrillo tr td:last-child {
      border-bottom: none;
  }

  /* Inserta el contenido del encabezado de columna usando el atributo 'data-label' */
  .carrillo td:before {
    content: attr(data-label);
    position: absolute;
    left: 6px;
    width: 120px; /* Ancho de la etiqueta */
    padding-right: 10px;
    white-space: nowrap; /* Evita que el texto se rompa */
    font-weight: bold;
    color: var(--negro); /* Puedes ajustar el color */
  }

  .boton_tabla{
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  /* Oculta el thead (encabezados de columna) en pantallas pequeñas */
  .carrillo thead {
      display: none;
  }

  /* Hace que la tabla ocupe todo el ancho */
  .carrillo, .carrillo tbody, .carrillo tr, .carrillo td {
      display: block;
      width: 100%;
  }

  /* Estilos para cada fila (actúa como una "tarjeta") */
  .carrillo tr {
      margin-bottom: 15px;
      border: 1px solid var(--gris_formulario);
      border-radius: 5px;
  }

  /* Estilos para cada celda (td) */
  .carrillo td {
      position: relative;
      /* IMPORTANTE: Eliminamos el padding lateral para que el contenido use todo el ancho */
      padding-left: 10px; /* Un poco de padding izquierdo y derecho */
      padding-right: 10px;
      text-align: left;
      border: none;
      border-bottom: 1px solid var(--gris_formulario);
  }
  
  /* Elimina el borde inferior de la última celda en la fila */
  .carrillo tr td:last-child {
      border-bottom: none;
  }

  /* Estilos para el data-label (la etiqueta) */
  .carrillo td:before {
      content: attr(data-label);
      /* IMPORTANTE: Usamos 'display: block' para que ocupe su propia línea */
      display: block; 
      position: static; /* Volvemos a posición normal */
      width: 100%; /* Ocupa todo el ancho */
      padding-right: 0;
      margin-bottom: 2px; /* Espacio entre la etiqueta y el contenido */
      white-space: normal; /* Permitimos que el texto se rompa si es muy largo */
      font-weight: bold;
      text-align: left; /* Alineamos la etiqueta a la izquierda */
      color: var(--negro); 
      font-size: 12px; /* Mantenemos el tamaño reducido */
  }
  
  /* Aseguramos que los botones (acciones) se vean bien apilados */
  .carrillo td[data-label="Acciones"] .boton_tabla {
      display: block;
      width: 100%;
      margin-bottom: 5px;
  }
}
/*****FIN TABLA*****/
/*****MODAL*****/
.linea{
  width: 100%;
  margin: 10px 0;
  height: 1px;
  background-color: var(--gris_formulario);
}
.flex_act_nueva{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.flex_nueva{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 5px;
  align-items: center;
  transition: var(--all);
  cursor: pointer;
}
.flex_nueva:hover{
  color: var(--cafe);
}
.nueva{
  background-color: var(--gris_formulario);
  /*color: var(--blanco);*/
  border-radius: 50%;
  height: 35px;
  width: 35px;
  font-family: var(--general);
  font-weight: bold;
  font-size: 30px;
  line-height: 0px;
  text-align: center;
  transition: var(--all);
  display: flex;
  flex-direction: column;
  padding-top: 2px;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  cursor: pointer;
}
.nueva:hover{
  background-color: var(--gris_dos);
}

.my-modal .modal-body{
  padding: 0 !important;
  display: flex;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}
#max_slider{
  max-width: 1200px;
}
#min_slider{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: none;
}
#min_slider .modal-content{
  width: auto;
}
.my-modal .modal-body img{
  width: 100%;
}
.videos_boda{
  height: 600px;
}
@media screen and (max-height: 650px) {
  .videos_boda{
    height: 500px;
  }
}
@media screen and (max-height: 550px) {
  .videos_boda{
    height: 400px;
  }
}
@media screen and (max-width: 450px) {
  .videos_boda{
    width: 100%;
  }
}
.carousel-inner, .quita-blanco .modal-content{
  background-color: transparent !important;
  border: white;
}
.espacio_input{
  height: 10px;
}
.form-label {
  margin-bottom: 0 !important;
}
.campos{
  font-size: 12px;
  font-style: italic;
  margin-bottom: 10px;
  float: right;
  text-align: right;
}
.fin_botones{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.flex_botones{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap:wrap;
  margin-top: 5px;
}
.flex_botones div{
  border-radius: 5px;
  border: 1px solid var(--negro);
  padding: 5px 10px;
  margin-right: 8px;
  cursor: pointer;
  transition: var(--all);
}
#boton_marca{
  border: 1px solid var(--negro);
  color: var(--blanco);
  background-color: var(--negro);
}
.ya_registrado{
  display: flex;
  justify-content: flex-end;
  text-align: right;
  font-size: 12px;
  color: var(--gris);
  cursor: pointer;
  transition: var(--all);
}
.ya_registrado:hover{
  color: var(--cafe);
}
/*****FIN MODAL*****/
/*****CAROUSEL*****/
.sin_slider{
  /*background-image:url('../img/slider.jpg');*/
  background-color: var(--carne);
  width: 100%;
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.relative{
  position: relative;
}
.inicio_car{
  position: absolute;
  z-index: 3;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.car_img{
  width: 100%;
  background-image:url('../img/slider.jpg');
  background-size:cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  /*background-size: 100%;*/
  height: 100vh;
}
.car_fondo{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--blanco);
  text-align: center;
}
.de_car_fondo{
  background-color: rgba(0, 0, 0, 0.3);
}
/*****FIN CAROUSEL*****/
/*****LOADER*****/
.loader-section{
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--claro);
  z-index:999;
  transition: all 1s 1s ease-out;
  opacity:1;
}
.loaded{
  opacity:0;
  z-index:-1;
}
.loader{
  width: 48px;
  height: 48px;
  border: 5px solid var(--cafe);
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/*****FIN LOADER*****/
/*****RESPONSIVOS*****/
.tabla_responsiva{
  display: block;
  overflow-x: auto;
}
@media screen and (max-width: 1200px) {
  .galeria{
    flex-direction: row;
  }
  .caja_galeria{
    width: calc(50% - 10px);
  }
  .alto_galeria{
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .inicio_boda{
    background-size: auto;
  }
}
@media screen and (max-width: 1050px) {
  .flex_eventos{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .caja_foto{
    height: 300px;
  }
  .caja_eventos{
    width: 50%;
  }
}
@media screen and (max-width: 1000px) {
  .alto_galeria{
    height: 400px;
  }
}
@media screen and (max-width: 900px) {
  .flex_uno{
    flex-direction: column;
  }
  .flex_uno svg{
    width: 50%;
  }
}
@media screen and (max-width: 850px) {
  .campos_formulario{
    flex-flow: column;
  }
  .campos_formulario div{
    width: 100%;
  }
  input[type='text'], input[type='password'], input[type='number'], input[type='date'], input[type='time'], select {
    width: 100%;
  }
  .flex_felicitar{
    gap: 25px;
  }
  .caja_felicitar{
    width: 100%;
  }
  .flex_mesa, .div_mesa{
    flex-direction: column;
    gap: 20px;
  }
  .flex_mesa img{
    width: auto;
    height: 70px;
    margin-top: 15px;
  }
  .div_mesa svg{
    margin-right: 0;
    height: 100px;
  }
  .div_mesa{
    text-align: center;
    width: 100%;
  }
  .de_mesa_logos{
    margin-top: 20px;
    width: 100%;
    gap: 10px;
  }
}
@media screen and (max-width: 830px) {
  .ellas{
    padding-right: 30px;
  }
  .ellos{
    padding-left: 30px;
  }
}
@media screen and (max-width: 800px) {
  .alto_galeria{
    height: 300px;
  }
  .flex_qr{
    flex-direction: column;
  }
  .espacio_qr{
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 780px) {
  .max_width_menu{
    margin: 0;
    max-width: auto;
    width: 100%;
  }
  .menu{
    width: 60%;
    position: fixed;
    top: 0;
    z-index: 4;
    color: var(--blanco);
    background-color: var(--claro);
    height: 100vh;
    border-right: 1px solid var(--blanco);
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
  #ver_menu{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .menu_flex{
    flex-direction: column;
  }
  .enlaces{
    flex-direction: column;
    margin: 30px 0 25px 0;
  }
  .mi_enlace{
    text-decoration: none;
    margin: 5px 7.5px;
    cursor: pointer;
  }
  .icono_menu{
    display: block;
  }

  .car_img, .sin_slider{
    height: 85vh;
  }
  .car_fondo{
    height: 85vh;
  }
}
@media screen and (max-width: 750px) {
  .de_video{
    width: 90%;
  }
  .flex_vestimenta{
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 700px) {
  .campos_formulario_dos{
    flex-flow: column;
  }
  .campos_formulario_dos div{
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .alto_galeria{
    height: 250px;
  }
  .caja_eventos{
    width: 80%;
  }
  .nombres_inicio{
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .sub_inicio{
    font-size: 25px;
  }
}
@media screen and (max-width: 600px) {
  .tabla_responsiva table{
    width: 120%;
  }
  .flex_uno svg{
    width: 70%;
  }
}
@media screen and (max-width: 550px) {
  .flex_lista_boleto{
    flex-direction: column;
  }
  .centrar_despues{
    text-align: center;
  }
  .espacio_boleto{
    margin-right: 0;
  }
}
@media screen and (max-width: 530px) {
  .caja_galeria{
    width: 100%;
  }
  .alto_galeria{
    height: 430px;
  }
}
@media screen and (max-width: 500px) {
  .tabla_responsiva table{
    width: 150%;
  }
  .caja_eventos{
    width: 100%;
  }
  .caja_felicitar{
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }
  .nombres_inicio{
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .flex_telefonos{
    flex-direction: column;
    gap: 20px;
  }
  .de_mesa_logos img{
    height: auto;
    width: 75%;
  }
}
@media screen and (max-width: 450px) {
  .alto_galeria{
    height: 400px;
  }
  .menu{
    width: 75%;
  }
}
@media screen and (max-width: 400px) {
  .tabla_responsiva table{
    width: 200%;
  }
  .alto_galeria{
    height: 350px;
  }
  .flex_uno svg{
    width: 95%;
  }
} 
@media screen and (max-width: 350px) { 
  .alto_galeria{
    height: 300px;
  }
}
@media screen and (max-width: 320px) {
  .alto_galeria{
    height: 250px;
  }
}
/*****FIN RESPONSIVOS*****/
/*****ANIMACIONES*****/
.de_aereo{
  height: 300px;
  width: 100%;
  background-image: url('../img/fondo_aereo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  position: relative;
}
.nube{
  height: 50px;
  animation: bubble1-h-movement 8s ease-in infinite, bubble1-v-movement 900ms ease-in-out infinite alternate, bubble-scale-movement 900ms ease-in-out infinite alternate;
}
.nube_dos{
  height: 30px;
  margin-right: 150px;
  animation: bubble2-h-movement 6s ease-in infinite, bubble2-v-movement 600ms ease-in-out infinite alternate, bubble-scale-movement 600ms ease-in-out infinite alternate;
}
.aereo{
  height: 280px;
  animation: diving 3s ease-in-out infinite, diving-rotate 3s ease-in-out infinite;
}
.para_globo{
  position: absolute;
  width: 100%;
  z-index: 2;
}
.para_nube{
  position: absolute;
  width: 100%;
  z-index: 1;
}
.para_nube_dos{
  bottom: 20px;
}
@media screen and (max-width: 450px), screen and (max-height: 650px) { 
  .de_aereo{
    height: 200px;
  }
  .aereo{
    height: 180px;
  }
  .nube{
    height: 20px;
  }
  .nube_dos{
    height: 20px;
    margin-right: 100px;
  }
}
@media screen and (max-height: 500px) { 
  .nombres_inicio {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sub_inicio {
    font-size: 18px;
    font-weight: bold;
  }
}
@media screen and (max-height: 450px) { 
  .nombres_inicio {
    font-size: 2.5rem;
    line-height: 3rem;
  }
  .sub_inicio {
    font-size: 25px;
    font-weight: normal;
  }
  .de_aereo{
    display: none;
  }
}
@keyframes diving {
	0% {
    margin-top:5px;
	}
    50% {
		 margin-top:15px;
	}
    
    100% {
		 margin-top:5px;
	}
}
@keyframes diving-rotate {
	0% {
         transform:rotate(0deg); 
	}
    50% {
         transform:rotate(3deg); 
	}
    75% {
        transform:rotate(-2deg); 
	}
    100% {
        transform:rotate(0deg); 
	}
}
@keyframes bubble1-h-movement {
  0% { 
        margin-left: 80%;
    }
    /*
  100% { 
          margin-left: -100%; 
    }
          */
    70% { 
      margin-left: -100%; 
    }
    71% { 
      margin-left: 80%; 
      opacity: 0;
    }
    100% { 
      opacity: 0;
    }
}	

  @keyframes bubble2-h-movement {
  0% { 
        margin-left: 65%;
    }

  60% { 
      margin-left: -100%; 
    }
    61% { 
      margin-left: 65%; 
      opacity: 0;
    }
    100% { 
      opacity: 0;
    }
}

@keyframes bubble1-v-movement {
  0% { 
        margin-top: 115px; 
    }
  100% { 
        margin-top:160px; 
    }
}
  
  @keyframes bubble2-v-movement {
  0% { 
        margin-top: 115px; 
    }
  100% { 
        margin-top:90px; 
    }
}

  @keyframes bubble-scale-movement {
  0% { 
        transform: scale(1);
    }
  100% { 
        transform: scale(0.9);
    }
}


.zoom_corazon{
  animation: zoom-in-zoom-out 4s ease-in infinite;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.maquina-escribir{
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid orange;
  width: 0;
  margin: 0 auto;
  /* El ciclo dura 5s (2s de escritura + 3s de espera) e inicia de nuevo */
  animation: 
    escritura-pausa 4s steps(20) infinite,
    parpadeo-cursor .75s step-end infinite;
}

@keyframes escritura-pausa {
  0% { width: 0; }
  /* La escritura termina en el 40% del tiempo (2 segundos) */
  40%, 100% { width: 100%; }
}

@keyframes parpadeo-cursor {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}
.texto-parpadeante {
  animation-name: parpadeo;
  animation-duration: 1s; /* Duración de un ciclo */
  animation-iteration-count: infinite; /* Repetir infinitamente */
  animation-timing-function: ease-in-out; /* Transición suave */
}
@keyframes parpadeo {
  0%, 100% { opacity: 1; } /* Visible al inicio y final */
  50% { opacity: 0; }     /* Invisible a la mitad */
}
/*****FIN ANIMACIONES*****/
.btn-success {
    --bs-btn-bg: var(--cafe) !important;
    --bs-btn-border-color: var(--cafe) !important;
    --bs-btn-hover-bg: var(--rosa_dos) !important;
    --bs-btn-hover-border-color: var(--rosa_dos) !important;
    --bs-btn-active-bg: var(--rosa_dos) !important;
    --bs-btn-active-border-color: var(--rosa_dos) !important;
    --bs-btn-disabled-bg: var(--cafe) !important;
    --bs-btn-disabled-border-color: var(--cafe) !important;
}