:root {
  --morado: #4d00b2;
  --morado-2: #7617de;
  --morado-vivo: #8a00ff;
  --celeste: #00c6db;
  --color-amarillo: rgb(249, 235, 78);
  --texto: #25144c;
  --muted: #69617c;
  --gris: #f7f4ff;
  --borde: rgba(77, 0, 178, .24);
  --sombra: 0 24px 60px rgba(41, 28, 79, .12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

@font-face {
  font-family: Outfit;
  src: url(../outfit.ttf);
}

body {
  color: var(--texto);
  font-family: Outfit;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

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

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

.site-nav {
  background: var(--morado);
  min-height: 72px;
}

.site-nav .navbar-brand img {
  height: 50px;
  width: auto;
}

.site-nav .nav-link {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  padding-left: .9rem !important;
  padding-right: .9rem !important;
}

.site-nav .nav-link:hover,
.site-nav .nav-link.active {
  color: #fff;
  opacity: .82;
}

.site-nav .navbar-toggler {
  color: #fff;
  font-size: 1.6rem;
}

.hero-section {
  background: url("../img/bgbanner.jpg") top right / cover no-repeat;
  overflow: hidden;
  padding: 36px 0 28px;
  position: relative;
}

.hero-section .container {
  position: relative;
  z-index: 1;
}

.eyebrow {
  background: var(--morado);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: 0;
  padding: .42rem 1.1rem;
  text-transform: uppercase;
}

.hero-title {
  color: var(--morado);
  font-size: clamp(2.05rem, 3.6vw, 3rem);
  font-weight: 900;
  line-height: .98;
  margin: 1.15rem 0 1.35rem;
  max-width: 760px;
}

.hero-copy {
  color: var(--morado);
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.7;
  max-width: 680px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.55rem;
}

.btn-solution {
  background: var(--celeste);
  border: 0;
  border-radius: 12px;
  color: var(--morado);
  font-weight: 900;
  padding: 1rem 1.55rem;
}

.btn-solution:hover {
  background: #17d7ea;
  color: var(--morado);
}

.btn-outline-service {
  border: 2px solid var(--morado-vivo);
  border-radius: 12px;
  color: var(--morado);
  font-weight: 900;
  padding: .88rem 1.65rem;
}

.btn-outline-service:hover {
  background: var(--morado);
  color: #fff;
}

.hero-photo-wrap {
  display: flex;
  justify-content: center;
  position: relative;
}

.hero-photo {
  aspect-ratio: 1.1 / 1;
  background: url("../img/foto3b.jpg") center / cover no-repeat;
  border-radius: 28px 28px 28px 28px;
  box-shadow: 0 24px 70px rgba(77, 0, 178, .16);
  min-height: 300px;
  position: relative;
  width: min(100%, 520px);
}

.hero-badge {
  align-items: center;
  background: var(--morado);
  border-radius: 10px;
  bottom: -22px;
  color: #fff;
  display: inline-flex;
  font-size: .84rem;
  font-weight: 900;
  padding: 1rem 1.35rem;
  position: absolute;
  right: 35px;
}

.metrics-section {
  background: linear-gradient(90deg, #6720c4 0%, #b20fc4 100%);
  padding: 24px 0;
}

.metrics-box {
  border: 1px solid rgba(255, 255, 255, .6);
  border-radius: 13px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 auto;
  max-width: 920px;
  overflow: hidden;
}

.metric-item {
  color: #fff;
  min-height: 76px;
  padding: .9rem 1rem;
  text-align: center;
}

.metric-item + .metric-item {
  border-left: 1px solid rgba(255, 255, 255, .5);
}

.metric-item strong {
  color: var(--celeste);
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 900;
  line-height: 1;
  margin-bottom: .45rem;
}

.metric-item span {
  display: block;
  font-size: .72rem;
  line-height: 1.25;
}

.section-pad {
  padding: 74px 0;
}

.section-kicker {
  background: #f2ebff;
  border-radius: 999px;
  color: var(--morado-vivo);
  display: inline-flex;
  font-size: .68rem;
  font-weight: 800;
  margin-bottom: 1rem;
  padding: .38rem .8rem;
  text-transform: uppercase;
}

.problem-title {
  color: var(--morado);
  font-size: clamp(1.75rem, 2.8vw, 2.35rem);
  font-weight: 500;
  line-height: 1.05;
  max-width: 360px;
}

.problem-intro {
  font-size: .98rem;
  line-height: 1.65;
  max-width: 420px;
}

.challenge-card {
  background: #f3effc;
  border-left: 7px solid var(--morado-vivo);
  border-radius: 9px;
  height: 100%;
  padding: 1.9rem 1.75rem;
}

.challenge-icon {
  align-items: center;
  border: 2px solid rgba(138, 0, 255, .28);
  border-radius: 50%;
  color: var(--morado-vivo);
  display: inline-flex;
  font-size: 1.35rem;
  height: 36px;
  justify-content: center;
  margin-bottom: 1.15rem;
  width: 36px;
}

.challenge-card h3 {
  color: var(--texto);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1rem;
}

.challenge-card p {
  font-size: .82rem;
  line-height: 1.65;
  margin: 0;
}

.presence-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem 1rem;
  justify-content: center;
  margin-top: 56px;
}

.presence-row strong {
  color: var(--texto);
  font-size: .95rem;
  margin-right: 1rem;
}

.country-dot {
  align-items: center;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(41, 28, 79, .08);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  overflow: hidden;
  width: 34px;
}

.country-dot .fi {
  background-position: center;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 100%;
  line-height: 1;
  width: 100%;
}

.services-heading h2 {
  color: var(--morado-vivo);
  font-size: clamp(1.9rem, 3.6vw, 3.15rem);
  font-weight: 900;
  line-height: 1.05;
}

.services-heading p {
  color: var(--morado-vivo);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.45;
  margin: 1rem auto 0;
  max-width: 930px;
}

.service-card-new {
  background: #fff;
  border: 1px solid rgba(77, 0, 178, .28);
  border-radius: 14px;
  height: 100%;
  padding: 1.65rem 1.55rem;
}

.service-icon {
  align-items: center;
  background: var(--morado-vivo);
  border-radius: 11px;
  color: #fff;
  display: inline-flex;
  font-size: 1.75rem;
  height: 58px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 58px;
}

.service-tag {
  background: var(--morado-vivo);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: .62rem;
  font-weight: 800;
  margin-bottom: .55rem;
  padding: .38rem .75rem;
  text-transform: uppercase;
}

.service-tag.alt {
  background: var(--celeste);
  color: var(--morado);
}

.service-card-new h3 {
  color: var(--texto);
  font-size: 1.18rem;
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: .65rem;
}

.service-card-new p {
  font-size: .82rem;
  line-height: 1.6;
  margin-bottom: 1.7rem;
}

.service-list {
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}

.service-list li {
  border-bottom: 1px solid rgba(77, 0, 178, .18);
  font-size: .78rem;
  line-height: 1.4;
  padding: .62rem 0 .62rem 1.45rem;
  position: relative;
}

.service-list li::before {
  color: var(--morado-vivo);
  content: "\f00c";
  font-family: "Font Awesome 7 Pro";
  font-size: .75rem;
  font-weight: 900;
  left: 0;
  position: absolute;
  top: .62rem;
}

.benefit-box {
  background: #dff8ff;
  border-radius: 10px;
  margin-top: auto;
  padding: 1rem;
}

.benefit-box strong {
  color: var(--morado-vivo);
  display: block;
  font-size: .78rem;
  margin-bottom: .45rem;
}

.benefit-box p {
  font-size: .74rem;
  margin: 0;
}

.video-band {
  background: var(--gris);
  padding: 36px 0 82px;
}

.video-frame {
  border-radius: 7px;
  box-shadow: var(--sombra);
  margin: 0 auto;
  max-width: 660px;
  overflow: hidden;
}

.process-section {
  background: var(--gris);
  padding: 0 0 86px;
}

.process-section h2 {
  color: var(--texto);
  font-size: clamp(1.5rem, 3vw, 2.45rem);
  font-weight: 400;
  margin-bottom: 2.5rem;
}

.process-card {
  background: #fff;
  border: 1px solid var(--borde);
  border-radius: 13px;
  height: 100%;
  min-height: 190px;
  padding: 1.45rem 1.25rem;
  position: relative;
}

.step-number {
  align-items: center;
  background: var(--morado-vivo);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: .9rem;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 1rem;
  width: 34px;
}

.process-card h3 {
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .75rem;
}

.process-card p {
  color: var(--muted);
  font-size: .74rem;
  line-height: 1.6;
  margin: 0;
}

.process-arrow {
  color: var(--morado-vivo);
  font-size: 1.25rem;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.opinions-section {
  padding: 92px 0 112px;
}

.opinions-section .section-title {
  color: var(--morado);
  font-size: clamp(2.6rem, 4vw, 4.6rem);
  font-weight: 900;
  line-height: 1.12;
}

.testimonial-accordion {
  --bs-accordion-border-color: transparent;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-active-color: var(--morado);
  --bs-accordion-btn-focus-box-shadow: none;
  filter: drop-shadow(0 24px 54px rgba(41, 28, 79, .12));
}

.testimonial-accordion .accordion-item {
  border: 1px solid rgba(48, 43, 69, .08);
  border-radius: 8px;
  margin-bottom: .8rem;
  overflow: hidden;
}

.accordion-button {
  color: var(--texto);
  font-size: 1.05rem;
  font-weight: 800;
  padding: 1.35rem 1.6rem;
}

.testimonial-accordion .accordion-body {
  color: var(--texto);
  font-size: 1rem;
  line-height: 1.8;
  padding: 1.9rem 2rem;
}

.testimonial-accordion .accordion-body strong {
  color: var(--texto);
}

.contact-section {
  background: var(--morado);
  color: #fff;
  position: relative;
}

.floating-contact {
  display: block;
  height: 60px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  width: 60px;
  z-index: 9999999;
}

.floating-contact img {
  height: 100%;
  width: 100%;
}

.contact-section h2 {
  font-size: clamp(1.5rem, 2.5vw, 3rem);
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 2rem;
  max-width: 530px;
}

.contact-section p {
  font-size: 1.1rem;
  font-weight: 500;
}

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

.guatemala {
  left: 45%;
  text-shadow: 0 0 3px #000;
  top: 48%;
}

.el-salvador {
  left: 46%;
  text-shadow: 0 0 3px #000;
  top: 52%;
}

.nicaragua {
  left: 52.58%;
  text-shadow: 0 0 3px #000;
  top: 51.5%;
}

.panama {
  left: 61.5%;
  text-shadow: 0 0 3px #000;
  top: 56%;
}

.costa-rica {
  left: 56%;
  text-shadow: 0 0 3px #000;
  top: 54%;
}

.miami {
  left: 58%;
  text-shadow: 0 0 3px #000;
  top: 45%;
}

.mexico {
  left: 44%;
  text-shadow: 0 0 3px #000;
  top: 42%;
}

.honduras {
  left: 47%;
  text-shadow: 0 0 3px #000;
  top: 46%;
}

.puerto-rico {
  left: 66.5%;
  text-shadow: 0 0 3px #000;
  top: 51.5%;
}

.republica-dom {
  left: 61.5%;
  text-shadow: 0 0 3px #000;
  top: 50%;
}

.logo-contacto {
  top: 10%;
  width: 36%;
}

.site-footer {
  background: url("../img/bgfooter.jpg") right top / cover no-repeat;
  padding: 110px 0 42px;
}

.footer-logo {
  height: 120px;
  margin-bottom: 1rem;
  width: auto;
}

.site-footer h2 {
  color: #000;
  font-size: 1.75rem;
  font-weight: 900;
  margin-bottom: 1.8rem;
}

.site-footer p,
.site-footer a {
  color: var(--texto);
  font-size: 1.15rem;
  line-height: 1.35;
}

.site-footer li {
  margin-bottom: .9rem;
}

.social-links {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.social-links a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 8px 24px rgba(41, 28, 79, .12);
  color: #000;
  display: inline-flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}

.copyright {
  font-size: 1rem !important;
  margin: 70px 0 0;
  text-align: center;
}

.img-banner-entrada {
	height: 350px;
	width: 100%;
	object-fit: cover;
}

.bg-listado-blog {
	background: url(../img/bgbanner.jpg) top;
	background-size: cover;
}

.listado-blog img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}

@media (max-width: 991.98px) {
  .site-nav {
    min-height: 82px;
  }

  .site-nav .navbar-brand img {
    height: 54px;
  }

  .hero-section {
    padding-top: 48px;
  }

  .hero-photo {
    min-height: 320px;
  }

  .metrics-box {
    grid-template-columns: repeat(2, 1fr);
  }

  .metric-item:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  .metric-item:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  .section-pad {
    padding: 68px 0;
  }

  .process-arrow {
    display: none;
  }

  .logo-contacto {
    opacity: .25;
    width: 180px;
  }
}

@media (max-width: 575.98px) {
  .hero-actions .btn {
    width: 100%;
  }
  
  .country-dot {
    height: 50px;
    width: 50px;
  }
  .metrics-box {
    grid-template-columns: 1fr;
  }

  .metric-item + .metric-item,
  .metric-item:nth-child(3),
  .metric-item:nth-child(4) {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .5);
  }

  .presence-row strong {
    flex-basis: 100%;
    margin-right: 0;
    text-align: center;
  }

  .site-footer {
    padding-top: 72px;
  }
}