@import url('https://fonts.googleapis.com/css2?family=Playwrite+DE+Grund+Guides&family=Playwrite+DE+Grund:wght@100..400&display=swap');


body {
  font-family: "Playwrite DE Grund", cursive;
  font-optical-sizing: auto;
  font-weight: 40px;
  font-style: normal;
  margin: 0;
}

html {
  -webkit-text-size-adjust: 100%;
}

table {
  max-width: 95%;
  border-collapse: collapse
}

/*Section-portada*/
.titulo-portada {
  padding-left: 5%;
  align-content: center;
}

#planeaevento-tituloh1 {
  font-weight: bold;
  font-size: 40px;
  color: #6b59cd;
}

.titulo-portada-h1 {
  font-size: 40px;
}

.portada {
  display: flex;
  background-color: #fe705d;
}

.portada-qrphone {
  width: 50%;
  height: 50%;
}

/* Estilo cuando la pantalla es pequeña */
@media (max-width: 768px) {
  .titulo-portada {
    padding: 5%;
  }

  #planeaevento-tituloh1 {
    font-weight: bold;
    font-size: 40px;
    color: #6b59cd;
  }

  .titulo-portada-h1 {
    font-size: 40px;
  }

  .portada {
    flex-wrap: wrap;
    background-color: #fe705d;
  }

  .portada-qrphone {
    width: 100%;
    height: 100%;
  }

}

/*Section-beneficios*/
/* Section Styling */
.section-beneficios {
  text-align: center;
  padding: 2rem 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

/* Flex Layout for Grids */
.section-beneficiosgrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  /* space between grid items */
}

.section-beneficiosgrid1,
.section-beneficiosgrid2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1200px;
  margin: 0 auto;
}

.beneficios-gridsvg {
  flex: 1 1 calc(33.333% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.beneficios-svg img {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
}

.text-beneficios {
  font-size: 1rem;
  color: #333;
  padding: 0 10px;
}

/* Responsive Design */
@media (max-width: 768px) {

  .section-beneficiosgrid1,
  .section-beneficiosgrid2 {
    flex-direction: row;
    align-items: center;
  }

  .beneficios-gridsvg {
    flex: 1 1 100%;
  }

  h2 {
    font-size: 1.5rem;
  }
}

/*section equipo de diseño*/

.section-equipodiseno {
  background-color: #00808126;
  padding: 5%;
}

.equipodiseno {
  background-color: white;
  height: auto;
  width: auto;
  align-content: center;
  text-align: center;
}

.equipodiseno p {
  font-size: 40px;
  padding: 5%;
}

/* Seccion template bodas*/

.templatebodas-slide {
  text-align: center;
  padding: auto;
}

.texto-gris {
  color: #848484;
  font-size: 18px;
}

.splide__list {
  width: auto;
}

.splide__slide {
  background-color: transparent;
  height: fit-content;
  width: fit-content;
  margin-left: 5px;
  margin-right: 5px;
}

.splide__track li {
  margin: auto;
  padding: 10px;
}

/*Se coloca para que haga zoom la imagen de templates*/
.imagenes-templates {
  height: fit-content;
  width: fit-content;
  margin: 0;
  border-radius: 30px;
}

.imagenes-templates:hover {
  transform: scale(1.05);
  border-radius: 30px;
  transition: 1s;
  height: fit-content;
}

.imagenes-templates-titulo {
  background-color: gray;
  padding: 5px 10px;
  display: flex;
  margin-top: 40px;
}

/* Estilo cuando la pantalla es pequeña */
@media (max-width: 768px) {
  .imagenes-templates {
    width: 90%;
  }
}


/*Sección costos*/

