:root {
  --bg: #fae9da;
  --black: #1c1c1c;
  --accent: #e59bba;
  --hover: #e59bba;
  /* --secondary: #298b9c; */
  /* --gray: #5f5f5f; */
}

body {
  background-color: var(--accent);
  color: var(--hover);
  font-family: system-ui, sans-serif;
  overflow-x: hidden;
}

/* .container {
  max-width: 680px;
  text-align: center;
} */

.main-wrapper {
  max-width: 680px;
  margin: auto;
  text-align: center;
}


/* LOGO */
.logo {
  max-width: 60vw;
  border-radius: 50%;
  margin: 2rem auto;
  box-shadow: 0 5px 15px #b86788;
  padding: 0.4rem;
  background: linear-gradient(
    -45deg,
    var(--accent),
    var(--bg),var(--accent),var(--bg),var(--accent)
  );
}

/* TEXTO */

#titulo {
  color: #9062aa;
}

h1{
  font-size: 3rem;
}

.titulo {
  font-weight: 800;
  letter-spacing: 0rem;
  color: #fff;
}

.parrafo {
  margin: 1.5rem auto;
  font-size: 1.05rem;
  line-height: 1.6;
  color: #fff;
}

/* BOTONES */
.botones2 {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
}

.mainbutton2 {
  /* width: 100%;
  max-width: 320px;
  margin: auto;
  padding: 0.5rem;
  border-radius: 3rem;
  background: transparent;
  border: 2px solid #fff;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease; */
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mainbutton2:hover {
  background-color: #b86788;
  color: #fff;
  /* border-color: #fff; */
  transform: scale(1.02);
  padding: 0.5rem;
}


/* ICONOS */
.iconos {
  font-size: 1.8rem;
}

/* QR */
.qr {
  max-width: 70%;
  border-radius: 1rem;
  margin: 0 auto 1rem auto;
  display: block;
}

/* CAROUSEL & map */


.carousel.slide {
  color: #fff;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin-top: 1rem;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}


/* FOOTER */
footer {
  background: #000;
  padding: 1rem;
}

#logofooter {
  max-width: 140px;
  display: block;
  margin: auto;
}
