@charset "UTF-8";
/* Fonts */
@font-face {
  src: url("../fonts/bwmodelica/BwModelica-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bwmodelica/BwModelica-Regular.woff") format("woff"), url("../fonts/bwmodelica/BwModelica-Regular.ttf") format("truetype"), url("../fonts/bwmodelica/BwModelica-Medium.svg#BwModelica-Regular") format("svg");
  font-family: "BwModelica-Regular";
  font-weight: 300;
  font-style: normal;
}
@font-face {
  src: url("../fonts/bwmodelica/BwModelica-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/bwmodelica/BwModelica-Medium.woff") format("woff"), url("../fonts/bwmodelica/BwModelica-Medium.ttf") format("truetype"), url("../fonts/bwmodelica/BwModelica-Medium.svg#BwModelica-Medium") format("svg");
  font-family: "BwModelica-Medium";
  font-weight: 400;
  font-style: normal;
}
@font-face {
  src: url("../fonts/bwmodelica/BwModelica-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/bwmodelica/BwModelica-ExtraBold.woff") format("woff"), url("../fonts/bwmodelica/BwModelica-ExtraBold.ttf") format("truetype"), url("../fonts/bwmodelica/BwModelica-ExtraBold.svg#BwModelica-ExtraBold") format("svg");
  font-family: "BwModelica-ExtraBold";
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "edupass100";
  src: url("../fonts/edupass/Edupass-100.eot");
  src: url("../fonts/edupass/Edupass-100.eot?#iefix") format("embedded-opentype"), url("../fonts/edupass/Edupass-100.woff") format("woff"), url("../fonts/edupass/Edupass-100.ttf") format("truetype"), url("../fonts/edupass/Edupass-100.svg#edupass-100") format("svg");
}
@font-face {
  font-family: "edupass300";
  src: url("../fonts/edupass/Edupass-300.eot");
  src: url("../fonts/edupass/Edupass-300.eot?#iefix") format("embedded-opentype"), url("../fonts/edupass/Edupass-300.woff") format("woff"), url("../fonts/edupass/Edupass-300.ttf") format("truetype"), url("../fonts/edupass/Edupass-300.svg#edupass-300") format("svg");
}
@font-face {
  font-family: "edupass500";
  src: url("../fonts/edupass/Edupass-500.eot");
  src: url("../fonts/edupass/Edupass-500.eot?#iefix") format("embedded-opentype"), url("../fonts/edupass/Edupass-500.woff") format("woff"), url("../fonts/edupass/Edupass-500.ttf") format("truetype"), url("../fonts/edupass/Edupass-500.svg#edupass-500") format("svg");
}
@font-face {
  font-family: "edupass700";
  src: url("../fonts/edupass/Edupass-700.eot");
  src: url("../fonts/edupass/Edupass-700.eot?#iefix") format("embedded-opentype"), url("../fonts/edupass/Edupass-700.woff") format("woff"), url("../fonts/edupass/Edupass-700.ttf") format("truetype"), url("../fonts/edupass/Edupass-700.svg#edupass-700") format("svg");
}
@font-face {
  font-family: "edupass900";
  src: url("../fonts/edupass/Edupass-900.eot");
  src: url("../fonts/edupass/Edupass-900.eot?#iefix") format("embedded-opentype"), url("../fonts/edupass/Edupass-900.woff") format("woff"), url("../fonts/edupass/Edupass-900.ttf") format("truetype"), url("../fonts/edupass/Edupass-900.svg#edupass-900") format("svg");
}
:root {
  --color-active: #ff2c54;
  --color-accented: #b80050;
  --color-accented-2: #fe3044;
  --color-blue: #3fa2f7;
  --color-text: #2f2a26;
  --color-light-gray: #e8e8e8;
  --color-orange: #ff850a;
}

/* Variables */
body {
  color: var(--color-text);
  font-family: "BwModelica-Regular", sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
}

a {
  color: var(--color-active);
}

.ebg-g {
  background-color: #f4f4f4;
}

.ebg-g95 {
  background-color: #f2f2f2;
}

/* ── Navbar ── */
.navbar-edupass {
  margin-top: 20px;
  background: #fff;
  padding: 0 2rem;
  position: relative;
  z-index: 100;
}

.navbar-edupass .nav-link {
  color: #222;
  font-family: "BwModelica-Medium", sans-serif;
  font-weight: 500;
  font-size: 15px;
  padding: 1.2rem 1rem;
  text-decoration: none;
  border-radius: 0.8rem 0.8rem 0 0;
}

.nav-link.active,
.nav-item-personas.active > .nav-link,
.nav-item-empresas.active > .nav-link,
.nav-item-apoyar.active > .nav-link {
  font-weight: 500;
  background-color: white;
  border-radius: 0;
}

.nav-link:hover,
.nav-item-personas.active-hover > .nav-link,
.nav-item-empresas.active-hover > .nav-link,
.nav-item-apoyar.active-hover > .nav-link {
  font-weight: 500;
  background-color: white;
  border-radius: 0;
}

.btn-iniciar {
  background: #2196F3;
  color: #fff;
  border-radius: 0;
  padding: 0.45rem 1.2rem;
  font-size: 15px;
  border: none;
  cursor: pointer;
  margin-left: 0.5rem;
}

.btn-iniciar:hover {
  background: #1976D2;
  color: #fff;
}

.btn-vermas {
  background: var(--color-orange);
  color: #fff;
  border-radius: 10px;
  padding: 0.45rem 1.2rem;
  font-size: 12px;
  border: none;
  cursor: pointer;
}
.btn-vermas:hover, .btn-vermas:active, .btn-vermas:focus {
  background: var(--color-accented-2) !important;
  color: #fff !important;
}

/* ── Logo ── */
.logo-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.logo-wrap span {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.5px;
}

/* ── Megamenú ── */
.megamenu-wrapper {
  position: relative;
}

.megamenu-dropdown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #e8e8e8;
  border-radius: 18px;
  width: 500px;
  z-index: 1000;
  overflow: hidden;
}

.nav-item-app .megamenu-dropdown {
  width: 300px !important;
  margin-left: -50% !important;
}

.megamenu-dropdown.open {
  display: flex;
}

.megamenu-left {
  width: 240px;
  min-width: 240px;
  padding: 1.2rem 0 1.2rem 1.2rem;
  background: #e8e8e8;
}

.megamenu-right {
  flex: 1;
  padding: 1.3rem 1.5rem 1.5rem 0;
  background: #e8e8e8;
  display: flex;
  flex-direction: column;
}

.megamenu-right-content {
  background-color: #fff;
  height: 100%;
  border-radius: 0 10px 10px 0;
  padding: 1rem;
}

.megamenu-right-content.first-item {
  border-radius: 0 10px 0 10px !important;
}

.megamenu-right h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0.7rem;
  color: #2f2a26;
}

.megamenu-right p {
  font-size: 14px;
  color: #272727;
  line-height: 1.6;
  margin-bottom: 0;
}

/* ── Ítems del submenú ── */
.mega-item {
  display: block;
  padding: 0.6rem 0.6rem;
  border-radius: 10px 0 0 10px;
  color: #222;
  font-size: 14.5px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  text-decoration: none;
  line-height: 1.35;
  margin: 2px 0;
}

.mega-item:hover,
.mega-item.active {
  background: #fff;
  color: #2f2a26;
}

/* Bootstrap */
.navbar-brand img {
  max-width: 250px;
}

.fs-1 {
  font-size: 3.3rem !important;
}

.fs-2 {
  font-size: 2.9rem !important;
}

.fs-3 {
  font-size: 2.6rem !important;
}

.fs-4 {
  font-size: 2.2rem !important;
}

.fs-5 {
  font-size: 1.9rem !important;
}

.fs-6 {
  font-size: 1.2rem !important;
}

.navbar-nav {
  font-family: "BwModelica-Medium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9rem;
}
.navbar-nav li.nav-item:last-child a.nav-link {
  background-color: #3fa2f7;
  color: #fff;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
  display: inline-block;
}

.navbar-nav .nav-link {
  color: var(--color-text);
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link.active {
  color: var(--color-active);
}

.navbar-toggler:focus,
.navbar-toggler {
  box-shadow: 0 0 0 0.1rem var(--color-active);
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 79, 42, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.dropdown-menu {
  border: none;
  font-size: 0.9rem;
}
.dropdown-menu li {
  font-size: 0.9rem;
  margin: 0 0 0.4rem 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: var(--color-active);
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: var(--color-active);
}

.carousel-control-prev {
  width: 10%;
  left: 0;
}

.carousel-control-next {
  width: 10%;
  right: 0;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f28030'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f28030'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.form-range::-webkit-slider-thumb {
  background-color: rgb(247, 175, 0);
  margin-top: -8px;
  width: 20px;
  height: 20px;
}

.form-range::-moz-range-thumb {
  background-color: rgb(247, 175, 0);
  margin-top: -8px;
  width: 20px;
  height: 20px;
}

.form-range::-moz-range-thumb {
  background-color: rgb(247, 175, 0);
  margin-top: -8px;
  width: 20px;
  height: 20px;
}

.form-range::-ms-thumb {
  background-color: rgb(247, 175, 0);
  margin-top: -5px;
}

input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(242, 128, 48, 0.7);
  height: 0.2rem;
}

input[type=range]::-moz-range-track {
  background-color: rgba(242, 128, 48, 0.75);
  height: 0.2rem;
}

.btn-plazos {
  color: var(--color-text);
  background-color: #f2f2f2;
  border-radius: 0;
  border-width: 2px;
  border-color: #fff;
}
.btn-plazos:hover {
  background-color: var(--color-orange);
}

.btn-check + .btn:hover {
  background-color: var(--color-orange);
  color: #fff;
}

.btn-check:checked + .btn,
.btn-check.active,
.btn-check.show,
.btn-check:first-child:active,
:not(.btn-check) + .btn-check:active {
  color: #fff;
  background-color: var(--color-orange);
  border-radius: 0;
  border-width: 2px;
  border-color: #fff;
}

.table > :not(caption) > * > * {
  background-color: transparent;
}

.table {
  margin-bottom: 0;
  font-size: 0.85rem;
}
.table td,
.table th {
  padding: 0.5rem 0;
}
.table .bg-orange {
  background-color: var(--color-orange);
  color: #fff;
}

thead tr {
  font-family: "BwModelica-ExtraBold", sans-serif;
}

.bg-lgray {
  background-color: var(--color-light-gray);
}

.bg-orange {
  background-color: var(--color-orange);
}

.quad-wrapper {
  overflow: hidden;
}

.quad-cell {
  padding: 28px 26px;
}

.quad-number {
  font-size: 2.4rem;
  font-family: "BwModelica-ExtraBold", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.quad-text {
  font-size: 1rem;
  color: #fff;
  line-height: 1.5;
  margin: 0;
}

/* Botones */
.btn-mas {
  background-color: var(--color-orange);
  color: #fff;
  font-family: "BwModelica-ExtraBold", sans-serif;
  border-color: var(--color-orange);
  border-width: 2px;
  border-radius: 0.7rem;
}
.btn-mas:hover, .btn-mas:active {
  border-radius: 0.7rem !important;
  background-color: #3fa2f7 !important;
  color: #fff !important;
}

#frm_buscador .form-control {
  font-size: 0.8rem;
}

.btn-search {
  background-color: #ff4f2a;
  color: #fff;
  font-family: "BwModelica-ExtraBold", sans-serif;
  border-color: var(--color-orange);
  border-width: 2px;
  border-radius: 0.7rem;
  width: 100%;
}
.btn-search:hover, .btn-search:active {
  border-radius: 0.7rem !important;
  background-color: #3fa2f7 !important;
  color: #fff !important;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "BwModelica-ExtraBold";
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
}
h1.fw-normal,
h2.fw-normal,
h3.fw-normal,
h4.fw-normal,
h5.fw-normal,
h6.fw-normal {
  font-family: "BwModelica-Regular";
  font-weight: 300;
}

h1 {
  font-size: 2rem;
  line-height: 1;
}

h2 {
  font-size: 1.8rem;
  line-height: 1;
}

h4 {
  font-size: 1.3rem;
}

h5 {
  font-size: 1.1rem;
}

h6 {
  font-size: 1.05rem;
}

hr.org {
  border-top: 4px solid;
  color: rgb(247, 175, 0);
  opacity: 1;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* Edupass */
strong,
.fw-bold {
  font-family: "BwModelica-ExtraBold", sans-serif;
}

.hero-video {
  width: 100%;
  height: auto;
}

.mexicanos-mundo .pais {
  font-size: 0.8rem;
}
.mexicanos-mundo .cifra {
  color: #004179;
  font-family: "BwModelica-ExtraBold", sans-serif;
}

.card-testimonial {
  margin: 0.5rem 0;
}
.card-testimonial .hover-state {
  display: none;
  opacity: 1;
}
.card-testimonial .hover-state p {
  font-size: 1.1rem;
  line-height: 1.2;
}
.card-testimonial:hover .normal-state {
  display: none;
}
.card-testimonial:hover .hover-state {
  animation: fadeIn 0.5s;
  display: block;
}

.div-calculo .titulo,
.div-simulador-interes .titulo {
  color: #004179;
  font-family: "BwModelica-ExtraBold", sans-serif;
  font-size: 1.4rem;
}
.div-calculo .cifra,
.div-simulador-interes .cifra {
  color: #004179;
  font-family: "BwModelica-Regular", sans-serif;
  font-size: 3rem;
}
.div-calculo .titulo_interes,
.div-simulador-interes .titulo_interes {
  color: #ff4f2a;
  font-family: "BwModelica-ExtraBold", sans-serif;
  font-size: 1.4rem;
  margin: 0;
}
.div-calculo .mensual_interes,
.div-simulador-interes .mensual_interes {
  color: var(--color-orange);
  font-family: "BwModelica-Regular", sans-serif;
  font-size: 2rem;
}

.div-inversion {
  background-color: rgb(247, 175, 0);
  color: #fff;
  text-align: center;
}

.div-buscador {
  background-color: rgb(247, 175, 0);
  color: #fff;
}

.div-quien-invertir .col-10 {
  background-color: #f2f2f2;
  min-height: 315px;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.div-comienza-ahora {
  background-image: url("../img/banners/Inversion_Banner_Middle.png");
  background-color: #fff;
  background-position: top left;
  background-repeat: no-repeat;
}
.div-comienza-ahora .row {
  min-height: 506px;
}
.div-comienza-ahora .frase-1 {
  background-color: #ff4f2a;
  color: #fff;
  font-family: "BwModelica-ExtraBold", sans-serif;
  font-size: 2rem;
  padding: 1rem;
  text-align: center;
}
.div-comienza-ahora .btn-comienza-ahora {
  background-color: #ffb321;
  border: none;
  color: #fff;
  font-family: "BwModelica-ExtraBold", sans-serif;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 0.6rem;
  margin-top: -20px;
  margin-left: 40px;
}

.div-mapa {
  background-color: #eeeeee;
  padding: 1.2rem;
}

footer {
  background-color: #5c5c5c;
  color: #fff;
  font-size: 0.8rem;
  line-height: 1.3;
  padding-bottom: 20px;
  margin-top: 50px;
}
footer br,
footer .br {
  display: none;
}
footer .img-brand {
  max-width: 170px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:hover, footer a.active {
  color: rgb(247, 175, 0);
}
footer .resaltar {
  color: rgb(247, 175, 0);
}
footer ul {
  margin: 0.3rem 0;
  padding: 0;
}
footer ul li {
  list-style: none;
  margin: 0.05rem 0;
  padding: 0;
}
footer ul li.active a {
  color: #ff4f2a;
}
footer .rs-icons a {
  color: #fff;
}
footer .rs-icons a:hover {
  color: #ff4f2a;
}
footer .rs-icons a:hover i {
  border: 1px solid #ff4f2a;
}
footer .rs-icons i {
  background-color: #5c5c5c;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 2.1em;
  margin: 0 0.4rem;
}
footer .rs-icons i.fa-facebook-f {
  padding: 0.4rem 0.7rem;
}
footer .rs-icons i.fa-youtube {
  font-size: 1.9em;
  padding: 0.48rem 0.37rem;
}
footer .rs-icons i.fa-linkedin-in {
  font-size: 1.9em;
  padding: 0.45rem 0.6rem;
}
footer .rs-icons i.fa-instagram {
  padding: 0.4rem 0.49rem;
}
footer .rs-icons i.fa-tiktok {
  padding: 0.36rem 0.455rem;
}

.fadeInUp-animation {
  animation: 1.5s fadeInUp linear;
  -webkit-animation: 1.5s fadeInUp linear;
  -moz-animation: 1.5s fadeInUp linear;
  -o-animation: 1.5s fadeInUp linear;
  -ms-animation: 1.5s fadeInUp linear;
}

.delay-1 {
  animation-delay: 0.3s;
}

.delay-2 {
  animation-delay: 0.6s;
}

.text-normal {
  text-transform: unset;
}

.text-accented {
  color: var(--color-accented);
}

.text-accented-2 {
  color: var(--color-accented-2);
}

.text-yellow {
  color: rgb(255, 255, 0);
}

.circle-number {
  background-color: #f28030;
  border-radius: 50%;
  color: white;
  font-family: "BwModelica-ExtraBold", sans-serif;
  font-size: 1.2rem;
  width: 35px;
  line-height: 35px;
  text-align: center;
  margin: 4rem auto 1.3rem auto;
}

.flip {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.flip-xy {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.img-flecha {
  max-width: 50px;
}

.div-programas .card {
  background-color: #eeeeee;
  border: none;
  padding: 1rem;
  text-align: center;
}
.div-programas .card h5 {
  color: #616063;
  font-size: 0.8rem;
}

.curso {
  color: #ff4f2a;
}

.ubicacion {
  color: #ff4f2a;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Testimoniales */
.testimonial-card {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  height: 100%;
  background-color: #e8006f;
}

.testimonial-img {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.testimonial-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.testimonial-body {
  background-color: #e8006f;
  /* rosa Edupass */
  color: #fff;
  padding: 1.25rem 1.5rem 1.5rem;
  text-align: justify;
}

.testimonial-body h5 {
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: none;
}

.testimonial-body p {
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.5;
}

/* Accordion Edupass */
#accordionEdupass .accordion-item {
  background-color: #ff850a;
  border-color: transparent;
}

#accordionEdupass .accordion-button {
  background-color: #ff850a;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

#accordionEdupass .accordion-button:not(.collapsed) {
  background-color: #e6760a;
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.2);
}

#accordionEdupass .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 133, 10, 0.4);
}

#accordionEdupass .accordion-button::after {
  filter: brightness(0) invert(1);
}

#accordionEdupass .accordion-body {
  background-color: #ff850a;
  color: #fff;
  padding: 0.5rem 1rem;
}

.frm_calculadora .form-control {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  max-width: 325px;
}
.frm_calculadora .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

.frm_inversion .form-control {
  background-color: #fff;
  border-color: rgb(247, 175, 0);
  border-width: 2px;
}
.frm_inversion .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}

/* Beneficios */
.beneficios-card {
  text-align: center;
  background-color: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 20px;
  max-width: 230px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
}
.beneficios-card.w-lg {
  max-width: 305px;
}
.beneficios-card img {
  max-width: 81px;
  margin: 15px auto;
}
.beneficios-card .triangle-up {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #b90051;
  margin: 0 auto;
}
.beneficios-card .card-body {
  background-color: #b90051;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  min-height: 70px;
}
.beneficios-card .card-text {
  color: #fff;
  font-size: 1rem;
}

.modal-header {
  padding: 0.5rem 1rem;
}

.floating-action-menu {
  bottom: 0;
  margin-bottom: 0;
  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: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 90%;
  -webkit-transform: translate(-30%, -50%);
  transform: translate(-30%, -50%);
  right: 0;
  z-index: 200;
  vertical-align: middle !important;
}

.floating-action-menu .sub-button {
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  background-color: #fff;
  transition: all 0.3s ease;
  background-color: #25D366;
  border-radius: 50%;
  padding: 8px 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.floating-action-menu .sub-button:hover {
  cursor: pointer;
  background-color: #128C7E;
}
.floating-action-menu .sub-button i {
  color: white;
  font-size: 2rem;
}

.frm_alianza .form-control,
.frm_alianza .form-select {
  border-color: #000;
  border-radius: 0;
}
.frm_alianza .form-check-input {
  margin-top: 0.05rem;
  border: 2px solid #626262;
}
.frm_alianza .btn-principal {
  background-color: #f48131;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  text-transform: uppercase;
}
.frm_alianza .btn-principal:hover, .frm_alianza .btn-principal:active {
  background-color: #006fb2 !important;
  border-color: #006fb2 !important;
  color: #fff !important;
}
.frm_alianza .btn-secundario {
  background-color: #ff5b39;
  color: #fff;
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
}
.frm_alianza .btn-secundario:hover, .frm_alianza .btn-secundario:active {
  background-color: #f48131;
}
.frm_alianza .alert {
  padding: 0.7rem;
  font-size: 1rem;
}
.frm_alianza .btn-close {
  width: 0.2rem;
  height: 0.2rem;
}

.sprite-opciones {
  background-image: url("../img/iconos/sprite-opciones.jpg");
  background-size: 300% 100%;
  background-repeat: no-repeat;
  width: 288px;
  height: 289px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-opciones--icon1 {
  background-position: 0 0;
}

.sprite-opciones--icon2 {
  background-position: 50% 0;
}

.sprite-opciones--icon3 {
  background-position: 100% 0;
}

/* Mixins */
.sprite-banderas-1 {
  background-image: url("../img/iconos/sprite-banderas-1.jpg");
  background-size: 400% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-banderas-2 {
  background-image: url("../img/iconos/sprite-banderas-2.jpg");
  background-size: 400% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-banderas-3 {
  background-image: url("../img/iconos/sprite-banderas-3.jpg");
  background-size: 400% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-banderas-4 {
  background-image: url("../img/iconos/sprite-banderas-4.jpg");
  background-size: 400% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-banderas-5 {
  background-image: url("../img/iconos/sprite-banderas-5.jpg");
  background-size: 200% 100%;
  background-repeat: no-repeat;
  width: 90px;
  height: 49px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-banderas1--icon1,
.sprite-banderas2--icon1,
.sprite-banderas3--icon1,
.sprite-banderas4--icon1 {
  background-position: 0 0;
}

.sprite-banderas5--icon1 {
  background-position: 0 0;
}

.sprite-banderas1--icon2,
.sprite-banderas2--icon2,
.sprite-banderas3--icon2,
.sprite-banderas4--icon2 {
  background-position: 33.3% 0;
}

.sprite-banderas5--icon2 {
  background-position: 100% 0;
}

.sprite-banderas1--icon3,
.sprite-banderas2--icon3,
.sprite-banderas3--icon3,
.sprite-banderas4--icon3 {
  background-position: 66.9% 0;
}

.sprite-banderas1--icon4,
.sprite-banderas2--icon4,
.sprite-banderas3--icon4,
.sprite-banderas4--icon4 {
  background-position: 100% 0;
}

.sprite-comofunciona {
  background-image: url("../img/iconos/sprite-comofunciona_0.5.png?v=2");
  background-size: 500% 100%;
  background-repeat: no-repeat;
  width: 75px;
  height: 75px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-comofunciona--icon1 {
  background-position: 0 0;
}

.sprite-comofunciona--icon2 {
  background-position: 25% 0;
}

.sprite-comofunciona--icon3 {
  background-position: 50% 0;
}

.sprite-comofunciona--icon4 {
  background-position: 75% 0;
}

.sprite-comofunciona--icon5 {
  background-position: 100% 0;
}

.sprite-inversion {
  background-image: url("../img/iconos/sprite-inversion.png");
  background-size: 300% 200%;
  background-repeat: no-repeat;
  width: 123px;
  height: 123px;
  max-width: 100%;
  vertical-align: middle;
}

.sprite-inversion--icon1 {
  background-position: 0 0;
}

.sprite-inversion--icon2 {
  background-position: 50% 0;
}

.sprite-inversion--icon3 {
  background-position: 100% 0;
}

.sprite-inversion--icon4 {
  background-position: 0 100%;
}

.sprite-inversion--icon5 {
  background-position: 50% 100%;
}

.sprite-inversion--icon6 {
  background-position: 100% 100%;
}

/* Media Queries */
@media (min-width: 768px) {
  .navbar-nav {
    font-size: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .dropdown-menu {
    font-size: 1rem;
  }
  .dropdown-menu .dropdown-item {
    font-size: 1rem;
  }
}
@media (min-width: 992px) {
  .nav-link.active,
  .nav-item-personas.active > .nav-link,
  .nav-item-empresas.active > .nav-link,
  .nav-item-apoyar.active > .nav-link {
    font-weight: 500;
    background-color: #e8e8e8;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .nav-link:hover,
  .nav-item-personas.active-hover > .nav-link,
  .nav-item-empresas.active-hover > .nav-link,
  .nav-item-apoyar.active-hover > .nav-link {
    font-weight: 500;
    background-color: #e8e8e8;
    border-radius: 0.8rem 0.8rem 0 0;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  h1 {
    font-size: 2.5rem;
    line-height: 1.1;
  }
  h2 {
    font-size: 2.3rem;
    line-height: 1;
  }
  footer br,
  footer .br {
    display: block;
  }
  .fs-1 {
    font-size: 4rem !important;
  }
  .fs-2 {
    font-size: 3.5rem !important;
  }
  .fs-3 {
    font-size: 3.1rem !important;
  }
  .fs-4 {
    font-size: 2.5rem !important;
  }
  .fs-5 {
    font-size: 2rem !important;
  }
  .fs-6 {
    font-size: 1.5rem !important;
  }
}/*# sourceMappingURL=styles2026.css.map */