@charset "UTF-8";
/* Reset básico */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 2rem;
  background-color: #f4f4f4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  font-family: "Helvetica", Arial, sans-serif;
}

.navbar-brand .logo {
  margin-top: 12px;
  height: 40px;
  width: auto;
}

.navbar-nav {
  display: flex;
  list-style: none;
  gap: 2rem;
  font-family: "Helvetica", Arial, sans-serif;
}

.nav-link {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 1.3rem;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  transition: all 0.3s ease;
  font-family: "Helvetica", Arial, sans-serif;
}
.nav-link:hover {
  color: #ff72ee;
  background-color: #f4f4f4;
}

header {
  background-color: #f4f4f4;
  padding: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  position: relative;
}

.header-img-container {
  position: relative;
  width: 100%;
}

.header-text {
  position: absolute;
  top: 400px;
  left: 28%;
  transform: translateX(-50%);
  color: #ffffff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: left;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 2;
  width: 50vw;
  padding: 0.5em 0.5em;
  font-family: "Helvetica", Arial, sans-serif;
  filter: drop-shadow(2px 4px 6px black);
}

.logo-header {
  position: absolute;
  top: 300px;
  left: 20px;
  height: 120px;
  width: auto;
  z-index: 3;
}

.header-img img {
  display: block;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 70px;
  width: 100vw;
  height: 600px;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  filter: brightness(0.45);
}

.about-us-section {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
}

.container {
  max-width: 600px;
  height: 800px;
  margin-left: 80px;
  padding: 0 20px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  background-color: #b665a4;
  align-content: center;
  position: relative;
}
.container h2 {
  font-size: 3.4rem;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}
.container p {
  font-size: 1.8rem;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
}

.collage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  align-self: stretch;
  width: 680px;
  height: 680px;
  margin: 64px 32px 32px 96px;
}

.collage-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
}

/* Services Section */
.services-section {
  width: 100%;
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 2rem;
  background-color: #b665a4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
}
.services-section .services-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: start;
}
.services-section h2 {
  grid-column: 1/-1;
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}
.services-section p {
  font-size: 1.4rem;
  color: #ffffff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.services-section ul {
  font-size: 1.8rem;
  color: #ffffff;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.enfoque-beneficios-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2rem;
  margin-left: 48px;
}

.enfoque-section,
.benefits-section {
  width: 1280px;
  height: 400px;
  margin: 16px 0;
  flex: 1 1 0;
  background: transparent;
  border-radius: 5px;
  padding: 2rem;
}
.enfoque-section h2,
.benefits-section h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
  text-align: center;
  color: #b665a4;
}
.enfoque-section p,
.benefits-section p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
  color: #b665a4;
}
.enfoque-section ul,
.benefits-section ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.4rem;
  color: #b665a4;
}

/* Why Choose Us Section */
.why-choose-us-section {
  width: 100%;
  margin: 3rem auto;
  background: #b665a4;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.why-choose-us-section h2 {
  font-size: 2.2rem;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}
.why-choose-us-section .why-choose-us-content {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.why-choose-us-section .why-choose-us-list {
  max-width: 800px;
  list-style: none;
  padding: 0;
  margin: 2rem auto 0 auto;
  text-align: left;
}
.why-choose-us-section .why-choose-us-list li {
  position: relative;
  font-size: 1.4rem;
  color: #ffffff;
  margin-bottom: 1.2rem;
  padding-left: 2rem;
  text-align: left;
}
.why-choose-us-section .why-choose-us-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: bold;
}

.why-choose-us-img {
  margin-top: 0;
  margin: 1.5rem 0 0 0;
  margin-right: 160px;
  width: 100%;
  max-width: 440px;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  align-items: center;
}

.exito-section {
  width: 100%;
  margin: 3rem auto;
  background: transparent;
  border-radius: 5px;
  padding: 2.5rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.exito-section h2 {
  font-size: 2.2rem;
  color: #b665a4;
  margin-bottom: 1rem;
  text-align: center;
}
.exito-section .clients-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 2rem;
}
.exito-section .clients-logos .client-logo {
  width: 240px;
  height: auto;
  object-fit: contain;
  background: transparent;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  transition: transform 0.2s;
}
.exito-section .clients-logos .client-logo:hover {
  transform: scale(1.07);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

/* footer */
footer {
  background-color: #222;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0 1rem 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 8px 16px rgba(0, 0, 0, 0.22);
  margin-top: 3rem;
  font-family: "Helvetica", Arial, sans-serif;
  font-size: 1rem;
  width: 100% !important;
  left: 0;
  position: relative;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.logo-footer {
  width: 160px;
  height: auto;
  margin-bottom: 0.5rem;
  margin-left: 2rem;
  filter: brightness(0) invert(1);
}

.email,
.phone,
.address {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.1rem;
  padding: 0.3rem 1rem;
  border-radius: 5px;
}

.footer-content p {
  margin-top: 1rem;
  font-size: 0.95rem;
  opacity: 0.8;
  margin-right: 32px;
}

@media (min-width: 600px) {
  .footer-content {
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
  }
  .footer-content p {
    flex-basis: 100%;
    text-align: right;
  }
  .logo-footer {
    width: 180px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (max-width: 900px) {
  /* Tablet: ajustes generales */
  body,
  html {
    overflow-x: hidden;
    width: 100vw;
  }
  * {
    box-sizing: border-box;
  }
  .navbar {
    padding: 0.5rem 1rem;
    font-size: 1rem;
  }
  .navbar-nav {
    gap: 1rem;
  }
  .navbar-brand .logo {
    height: 32px;
  }
  main {
    padding: 0 0.5rem;
  }
  .header-text {
    top: 440px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.5rem;
    width: 80vw;
    padding: 0.3em 0.3em;
    z-index: 2;
  }
  /* About Us: reducir tamaño del contenedor y aumentar imágenes */
  .about-us-section {
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
  }
  .container {
    max-width: 80vw;
    height: 500px;
    margin-left: 0;
    padding: 0 12px;
    font-size: 1.1rem;
  }
  .container h2 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
  .container p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .collage {
    width: 80vw;
    height: auto;
    margin: 16px 0 16px 88px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
  }
  .collage-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    margin-bottom: 0;
  }
  .why-choose-us-section {
    margin-top: 5rem;
    top: 3rem;
  }
  /* Separar beneficios/enfoque de 'por qué elegirnos' y 'casos de éxito' */
  .enfoque-beneficios-row {
    margin-bottom: 32rem;
  }
  .why-choose-us-section {
    margin-top: 10rem;
  }
  /* Footer: adaptar para tablet */
  footer {
    padding: 2.5rem 0 1.5rem 0;
    font-size: 1.1rem;
  }
  .footer-content {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
    margin-right: 16px;
  }
  .logo-footer {
    width: 140px;
    margin-bottom: 0.5rem;
    margin-left: 1.5rem;
  }
  .footer-content p {
    font-size: 1rem;
    text-align: right;
  }
}
@media (max-width: 600px) {
  /* Mobile: solo mostrar logo en navbar y centrarlo */
  .navbar-menu,
  .navbar-nav,
  .navbar-toggle {
    display: none !important;
  }
  .navbar {
    padding: 0.5rem 0.5rem;
    font-size: 0.95rem;
    justify-content: center;
    align-items: center;
  }
  .navbar-brand {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .navbar-brand .logo {
    height: 28px;
    margin: 0 auto;
    margin-left: 80px;
  }
  main {
    padding: 0 0.2rem;
  }
  /* Header: imagen cubre todo el ancho, texto y logo adaptados */
  .header-img img {
    width: 100vw !important;
    height: 320px !important;
    left: 50%;
    margin-top: 0;
    top: 10px;
  }
  .header-text {
    top: 240px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1.1rem;
    width: 90vw;
    text-align: center;
    padding: 0.3em 0.3em;
  }
  .logo-header {
    position: absolute;
    top: 128px;
    left: 50%;
    transform: translateX(-50%);
    height: 75px;
    width: auto;
    z-index: 3;
  }
  /* About Us: imágenes debajo del contenedor, fuentes adaptadas */
  .about-us-section {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }
  .container {
    max-width: 98vw;
    margin-left: 0;
    height: auto;
    padding: 0 8px;
    font-size: 1rem;
    top: 10px;
  }
  .container h2 {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
  .container p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .collage {
    width: 98vw;
    height: auto;
    margin: 12px 0 8px 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }
  .collage-img {
    width: 85%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 8px;
  }
  /* Servicios: columna, fuentes y espaciado */
  .services-section {
    flex-direction: column;
    padding: 1rem 0.2rem;
  }
  .services-content {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .services-section h2 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
  }
  .services-section p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
  .services-section ul {
    font-size: 1rem;
    gap: 1rem;
  }
  /* Beneficios y enfoque: columna y fuentes */
  .enfoque-beneficios-row {
    flex-direction: column;
    gap: 1rem;
    margin-left: 0;
    margin-bottom: 2rem;
  }
  .enfoque-section,
  .benefits-section {
    width: 80vw;
    height: auto;
    padding: 0.7rem;
    font-size: 1rem;
    margin: 0.5rem 0;
  }
  .enfoque-section h2,
  .benefits-section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  .enfoque-section p,
  .benefits-section p {
    font-size: 1rem;
    line-height: 1.4;
  }
  .enfoque-section ul,
  .benefits-section ul {
    font-size: 1rem;
    gap: 0.5rem;
  }
  /* Por qué elegirnos y casos de éxito: columna y fuentes */
  .why-choose-us-section,
  .casos-exito-section {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
    padding: 1rem 0.2rem;
  }
  .why-choose-us-section h2,
  .casos-exito-section h2 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
    text-align: center;
  }
  .why-choose-us-list,
  .casos-exito-list {
    font-size: 1rem;
    gap: 0.5rem;
    padding-left: 0;
    margin: 0.5rem 0;
  }
  .why-choose-us-img {
    max-width: 180px;
    margin: 0 auto 0.5rem auto;
    display: block;
  }
  /* Footer: adaptar para mobile */
  footer {
    padding: 1rem 0 0.5rem 0;
    font-size: 0.9rem;
  }
  .footer-content {
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
  }
  .logo-footer {
    width: 144px;
    margin-left: 0;
    margin-bottom: 0.3rem;
  }
  .footer-content p {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 1200px) {
  /* Tablets grandes y pantallas medianas */
  .container {
    max-width: 70vw;
    height: 600px;
    font-size: 1.2rem;
  }
  .container h2 {
    font-size: 2.8rem;
  }
  .container p {
    font-size: 1.5rem;
  }
  .collage {
    width: 70vw;
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 16px;
  }
  .collage-img {
    height: 220px;
  }
}
@media (max-width: 750px) {
  /* Phablets y móviles grandes */
  .container {
    max-width: 90vw;
    height: 400px;
    font-size: 1.05rem;
  }
  .container h2 {
    font-size: 2.1rem;
  }
  .container p {
    font-size: 1.15rem;
  }
  .collage {
    width: 90vw;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
    gap: 10px;
  }
  .collage-img {
    height: 140px;
  }
}
body {
  font-family: "Helvetica", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #b665a4 #ffffff;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

main {
  padding: 0 2rem;
}

.icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}

svg.icon {
  fill: #b665a4;
}

.logo {
  width: 120px;
  height: auto;
}

::-webkit-scrollbar {
  width: 8px;
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(45deg, #d334be, #a333ff);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #fc59e6;
}

/*# sourceMappingURL=main.css.map */
