@charset "UTF-8";
.hero {
  height: 100vh;
  background-image: url(../img/voces-02.png);
  background-size: cover;
  background-position: center center;
}

.contenido {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
}

.nav-item {
  background-color: #052639;
  margin-right: 0.5rem;
  border-radius: 0.6rem 0.3rem;
}
.nav-item .nav-link {
  padding: 0.05rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.preguntas .accordion-item {
  margin-bottom: 0.4rem;
}
.preguntas .accordion-item,
.preguntas .accordion-button {
  border-radius: 0.4rem !important; /* Ajusta los píxeles según prefieras */
}

.encabezado h2 {
  font-size: 3.5rem;
}
.encabezado h2 span {
  font-weight: 800;
  color: #ed1164;
}

.formulario {
  position: relative;
  width: 100%;
  max-width: 1920px;
}
.formulario img {
  width: 100%;
  height: auto;
  display: block;
}

.boton-llamado {
  position: absolute; /* Saca al div del flujo normal */
  bottom: 80px; /* Alinea arriba */
  right: 20px; /* Alinea a la izquierda */
  color: #fff;
  background-color: #052639;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
}
.boton-llamado p {
  margin: 0;
}
.boton-llamado a {
  color: unset;
  text-decoration: none;
}
.boton-llamado a span {
  font-weight: bold;
}
.boton-llamado .bi-chevron-compact-down {
  background-color: #5836e5;
  padding: 0 1rem;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}

.footer {
  background-color: #052639;
}/*# sourceMappingURL=style.css.map */