@charset "UTF-8";
.txt-justificado {
  text-align: justify;
}

.margen-superior {
  margin-top: 4rem;
}

.margen_top {
  padding-top: 5rem;
}

.margen-inferior {
  margin-bottom: 10rem;
}

section {
  padding: 2.5rem 0;
  overflow: hidden;
}
section.formulario {
  padding-bottom: 0;
}

.bg-oscuro {
  background-color: #052639;
}

.navbar {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.navbar.top-nav-collapse {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #052639;
}

.inicio .contenido {
  padding-bottom: 5rem;
}
.inicio .contenido .icono {
  margin-bottom: 10rem;
}

@media (min-width: 992px) {
  .inicio .contenido {
    padding-bottom: 1rem;
  }
  .inicio .contenido .icono {
    margin-bottom: 0;
  }
  .fijar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .bg-oscuro {
    background-color: transparent;
  }
  .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;
  }
}
.hero {
  height: 100vh;
  background-image: url(../img/voces-02.png);
  background-size: cover;
  background-position: center center;
}

.contenido {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.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;
}

.linea .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.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: 10%; /* Alinea arriba */
  right: 10%; /* Alinea a la izquierda */
  color: #fff;
  background-color: #052639;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
  max-width: 60%;
}
.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;
}

#button-up {
  width: 60px;
  height: 60px;
  background: #052639;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  border: 4px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform: scale(0);
          transform: scale(0);
}
#button-up:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  border-color: rgba(0, 0, 0, 0.1);
}

.desktop {
  display: none;
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */