@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx");
  src: url("../fonts/icomoon/icomoona57c.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoona57c.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoona57c.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoona57c.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Brittany Signature';
  src: url('/fonts/BrittanySignature.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;

}

body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;

}

.containerPrincipal {
  display: flex;
  width: 100%;
  min-height: 90vh;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.containerBtnedit {
  margin-top: 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: row;
}

/* Quitar completamente el separador entre grupos */
.flipdown .rotor-group-separator {
  display: none !important;
}

/* Ajustar el espacio para que no quede raro */
.flipdown .rotor-group {
  margin-right: 12px;
}

.flipdown .rotor-group:last-child {
  margin-right: 0;
}

/* Ocultar segundos */
.flipdown .rotor-group:nth-child(4) {
  display: none;
}

/* Centrar */
.flipdown {
  display: flex;
  justify-content: center;
  margin-left: 25px;
}

.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: transparent;
}


.cardWhastapp {
  width: 400px;
  height: auto;
  border-radius: 50px;
  background: #e0e0e0;
  box-shadow: 20px 20px 60px #bebebe,
    -20px -20px 60px #ffffff;
  padding: 30px;
}



.containerDias {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  flex-direction: column;
}

.containerDias h2 {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 0;
  color: #1a1a1a;
}

.containerMnsWhat {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  flex-direction: column;
  margin-right: 100px;
}

.contaEditmen {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-bottom: 35px;
  justify-content: center;
  align-items: center;
  width: 400px;
  max-width: 90%;
  height: 100px;
}

.contaEditmen h3 {
  font-size: 0.9rem;
  text-align: center;
}


.containerEnviomsn {
  width: 100%;
  min-height: 90vh;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

/*formulario*/


.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 400px;
  max-width: 90%;
  height: 400px;
  background: #fff;
  box-shadow: 20px 20px 60px #bebebe,
    -20px -20px 60px #ffffff;
  padding: 30px;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  justify-content: space-evenly;
}

.title {
  font-size: 28px;
  color: royalblue;
  font-weight: 600;
  letter-spacing: -1px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.title::before,
.title::after {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0px;
  background-color: royalblue;
}

.title::before {
  width: 18px;
  height: 18px;
  background-color: royalblue;
}

.title::after {
  width: 18px;
  height: 18px;
  animation: pulse 1s linear infinite;
}

.message,
.signin {
  color: rgba(88, 87, 87, 0.822);
  font-size: 14px;
}

.signin {
  text-align: center;
}

.signin a {
  color: royalblue;
}

.signin a:hover {
  text-decoration: underline royalblue;
}

.flex {
  display: flex;
  width: 100%;
  gap: 6px;
}

.form label {
  position: relative;
}

.form label .input {
  width: 100%;
  padding: 10px 10px 20px 10px;
  outline: 0;
  border: 1px solid rgba(105, 105, 105, 0.397);
  border-radius: 10px;
}

.form label .input+span {
  position: absolute;
  left: 10px;
  top: 15px;
  color: grey;
  font-size: 0.9em;
  cursor: text;
  transition: 0.3s ease;
}

.form label .input:placeholder-shown+span {
  top: 15px;
  font-size: 0.9em;
}

.form label .input:focus+span,
.form label .input:valid+span {
  top: 0px;
  font-size: 0.7em;
  font-weight: 600;
}

.form label .input:valid+span {
  color: green;
}



.submit img {
  width: 50px;
  height: auto;

}

.contaImgwha {
  width: auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}


/*fin formulñario */

.containerFormulario {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 80px;
  margin-left: 100px;
}


/*menu*/


.container-menu {
  position: sticky;
  top: 0;
  /* Se queda fijo en la parte superior cuando se hace scroll */
  z-index: 1000;
  /* Asegura que esté por encima del resto del contenido */
  width: 100%;
  height: 90px;
  background-color: #f9f8f6;
}

.div-logo {
  display: flex;
  width: auto;
  height: 100%;
  left: 20px;
  /* Añade un margen desde la izquierda */
  top: 50%;
  margin-left: 20px;
  margin-right: 30px;
}

.containerInicio {
  margin-right: auto;
}

.logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* Asegura que la imagen se ajuste correctamente */
}


.menu {
  height: 100%;
  list-style-type: none;
  /* Elimina los puntos de la lista */
  justify-content: flex-end;
  /* Esto alineará los elementos del menú a la derecha */
  padding: 0;
  /* Elimina el relleno por defecto */
  display: flex;
  /* Utiliza flexbox para alinear los elementos horizontalmente */
  margin-left: auto;
  align-items: center;
  /* Centra verticalmente los elementos del menú */
}

/*inicia boton menu*/
.cta {
  border: none;
  background: none;
  cursor: pointer;
  margin-left: 0;
}

.cta span {
  padding-bottom: 7px;
  letter-spacing: 4px;
  font-size: 14px;
  padding-right: 15px;
  text-transform: uppercase;

}

.cta svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active svg {
  transform: scale(0.9);
}

.hover-underline-animation {
  position: relative;
  color: black;
  padding-bottom: 20px;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #000000;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.cta:hover .hover-underline-animation:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.contaLista {

  display: flex;
  flex-direction: row;

}

.containerCuerpo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


/*fin menu*/

.containerFoter {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  flex-direction: row;
  bottom: 0;
  background-color: #f9f8f6;
  z-index: 2;
}

.conTitulo {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}


.conTitulo h1 {
  font-family: "Bodoni Moda", "Playfair Display", "Didot", "Bodoni MT", serif;
  font-weight: 700;

  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  font-size: clamp(48px, 8vw, 140px);
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #1a1a1a;

  line-height: 0.9;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: discretionary-ligatures;
  text-align: center;


}

.conTitulo h3,
p {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
  margin: 0;

}




.containnerTarjetas {
  padding-top: 50px;
}

.error-message {
  display: none;
}



.inputs {
  width: 100%;
  height: 300px;
  font-size: 18px;
  padding: 15px;
  box-sizing: border-box;
  resize: none;
  /* opcional */
}


.modal {
  display: none;
  /* oculto */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;

}

.modal.active {
  display: flex;
  flex-direction: column;
}

.cardWhastapp {
  background: white;
  padding: 25px;
  border-radius: 12px;
  width: 400px;
  max-width: 90%;
  position: relative;
}

.cerrar {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  cursor: pointer;
}

.inputs {
  width: 100%;
  height: 200px;
  padding: 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.cerrarModal {
  position: absolute;
  top: 0px;
  right: 0px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.cerrarModal:hover {
  transform: scale(1.1);
}

@media (max-width: 1100px) {
  .containerMnsWhat {
    align-items: center;
    margin-right: 0px;
  }

  .containerFormulario {
    align-items: center;
    margin-left: 0px;
  }


}

.container-titulo {
  display: flex;
  width: 100%;
  height: auto;
  justify-content: center;
  align-items: center;
}


@media (max-width: 900px) {

  .div-logo {
    width: 70px;
    height: auto;
    margin-right: auto;
  }

  .containerInicio {
    display: none;
  }

  .cta span {
    padding-bottom: 1px;
    letter-spacing: 1px;
    font-size: 12px;
  }

  .titulo {
    font-size: 24px;
  }

  .content .name {
    font-size: 24px;
    margin-top: 50px;
  }

  .dots {
    margin-top: -70px;
  }

  .slider {
    margin-top: -100px;
  }

  .pie_pag p {
    font-size: 15px;
    padding-left: 38%;
  }

}



@media(max-width: 858px) {
  .pie_pag {
    top: 600px;
  }
}

@media(max-width: 600px) {
  .container-menu {
    height: auto;
  }

  .div-logo {
    width: 15%;
  }


  .cta span {
    padding-bottom: 0px;
    letter-spacing: 0px;
    margin-left: auto;
    padding-right: 0px;

  }
}




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

  .menu {
    justify-content: space-between;
    /* más equilibrado que flex-end */
    flex-wrap: wrap;
    /* por si se enciman */
  }

  .div-logo {
    margin-left: 10px;
    width: 80px;
    height: auto;
  }

  .cta span {
    font-size: 12px;
    padding-right: 5px;
  }

  .containerInicio {
    margin-left: 20px;
  }

  nav ul {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu ul {
    margin: 0;
  }
}

@media (max-width: 403px) {

  .cta span {
    font-size: 9px;
  }

  .iconUsuario {
    display: flex;
    width: 30px;
    height: auto;
    margin-right: 20px;
  }

  .iconUsuario img {

    width: 100%;
    height: auto;
  }



}

@media (max-width: 550px) {

  .flipdown .rotor,
  .flipdown .rotor-leaf,
  .flipdown .rotor-leaf-front,
  .flipdown .rotor-leaf-rear,
  .flipdown .rotor-top,
  .flipdown .rotor-bottom,
  .flipdown .rotor:after {
    width: 25px;
  }
}