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

.menu-principal-container {
  margin-left: auto !important;
}

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

.navbar {
  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-size: cover;
  background-position: center center;
}

.contenido {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
  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: flex;
  justify-content: center;
}

.formulario {
  width: 100%;
  max-width: 1920px;
}
.formulario .boton-llamado {
  color: #fff;
  background-color: #052639;
  padding: 0.5rem 1.2rem;
  border-radius: 0.5rem;
  max-width: 80%;
  margin: 0 auto;
}
.formulario .boton-llamado p {
  margin: 0;
}
.formulario .boton-llamado a {
  color: unset;
  text-decoration: none;
}
.formulario .boton-llamado a span {
  font-weight: bold;
}
.formulario .boton-llamado .bi-chevron-compact-down {
  background-color: #5836e5;
  padding: 0 1rem;
  border-radius: 0.5rem;
  margin-left: 0.5rem;
}
.formulario .imagen-footer-formulario img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .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: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border-radius: 50%;
  font-size: 30px;
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  border: 4px solid transparent;
  transition: all 300ms ease;
  transform: scale(0);
}
#button-up:hover {
  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;
  }
}
.btn-scrolltop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 15px 22px;
  background-color: #052639;
  color: #fff;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  transform: scale(0);
  transition: 0.3s;
}

.btn-scrolltop-on {
  transform: scale(1);
}

.bi-chevron-up {
  font-size: 1.3rem;
}

.error404 {
  background-color: #052639;
}

.contenido_404 {
  height: 100%;
}
.contenido_404 a {
  color: #fff;
}/*# sourceMappingURL=style.css.map */