.elementor-2 .elementor-element.elementor-element-a9f9fd0{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2 .elementor-element.elementor-element-642fb04{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-642fb04 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  background-color: #ffffff;
  color: #1e2a3e;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-align: justify;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-weight: 700;
  letter-spacing: -0.02em;
  text-align: left;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
}

.section-subtitle {
  color: #4a627a;
  font-size: 1.125rem;
  max-width: 700px;
  margin-bottom: 2.5rem;
  text-align: left;
}

.badge {
  background: rgba(255, 159, 28, 0.15);
  color: #ff9f1c;
  padding: 0.3rem 1rem;
  border-radius: 40px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 1rem;
  backdrop-filter: blur(2px);
  text-align: left;
}

.btn-primary {
  background: #2c7da0;
  color: white;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.btn-primary:hover {
  background: #1f5e7c;
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(0,0,0,0.1);
}
.btn-outline {
  background: transparent;
  border: 2px solid #2c7da0;
  color: #2c7da0;
  padding: 10px 26px;
  border-radius: 40px;
  font-weight: 600;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
}
.btn-outline:hover {
  background: #2c7da0;
  color: white;
}

.accent-text {
  color: #ff9f1c;
}

/* Navbar */
.navbar {
  background: #ffffff;
  box-shadow: 0 2px 15px rgba(0,0,0,0.03);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0.8rem 0;
}
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.logo img {
  height: 50px;
  width: auto;
  display: block;
}
.nav-links {
  display: flex;
  gap: 2rem;
  list-style: none;
}
.nav-links a {
  text-decoration: none;
  font-weight: 500;
  color: #1e2a3e;
  transition: 0.2s;
}
.nav-links a:hover {
  color: #ff9f1c;
}
.nav-links .nav-contact-btn {
  border: 2px solid #28a745;
  border-radius: 30px;
  padding: 6px 18px;
  transition: all 0.3s ease;
}
.nav-links .nav-contact-btn:hover {
  background-color: #28a745;
  color: white;
}
.menu-icon {
  display: none;
  font-size: 1.8rem;
  cursor: pointer;
}

/* Hero */
.hero {
  background: linear-gradient(107deg, #f8fafc 0%, #eef2f5 100%);
  padding: 4rem 0 5rem;
  position: relative;
  overflow: hidden;
}
.hero-grid {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}
.hero-content {
  flex: 1;
}
.hero-content h1 {
  font-size: 3.2rem;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.hero-content p {
  font-size: 1.2rem;
  color: #2c3e4e;
  margin-bottom: 2rem;
}
.hero-image {
  flex: 1;
  text-align: center;
}

/* Slideshow */
.slideshow-container {
  position: relative;
  max-width: 100%;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 25px 40px -12px rgba(0,0,0,0.2);
}
.slide {
  display: none;
  animation: fade 1s ease;
}
.slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}
@keyframes fade {
  from {opacity: 0.4}
  to {opacity: 1}
}

/* Imágenes uniformes */
.service-image img,
.coverage-img img,
.contact-image img,
.industry-showcase .slide img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: 24px;
}
.industry-showcase .slideshow-container {
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
.industry-showcase .slide img {
  height: 380px;
}

/* Cards */
.cards-grid.two-columns,
.industries-grid.two-columns,
.focus-grid.two-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.value-card, .service-card, .industry-card, .focus-card {
  background: white;
  padding: 1.8rem;
  border-radius: 28px;
  box-shadow: 0 12px 26px rgba(0,0,0,0.04);
  transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
  border: 1px solid rgba(0,0,0,0.03);
  text-align: left;
}
.value-card:hover, .service-card:hover, .industry-card:hover, .focus-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 36px rgba(0,0,0,0.08);
  border-color: #e0e9f0;
}
.card-icon {
  font-size: 2.8rem;
  color: #2c7da0;
  margin-bottom: 1.2rem;
}
.value-card h3, .service-card h3, .industry-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}
.service-card ul {
  padding-left: 1.2rem;
  margin-top: 0.8rem;
  color: #2c475e;
}
.service-card li {
  margin: 0.4rem 0;
}

/* Servicios */
.services-double {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.service-group {
  background: #f9fbfd;
  border-radius: 36px;
  padding: 2rem 1.8rem;
}
.service-group h3 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  border-left: 5px solid #ff9f1c;
  padding-left: 1rem;
  text-align: left;
}
.service-image {
  margin-top: 2rem;
  text-align: center;
}

/* Cobertura */
.coverage-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.coverage-text {
  flex: 1;
}
.coverage-text ul {
  list-style: none;
  margin-top: 1rem;
}
.coverage-text li {
  margin: 0.8rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.coverage-text i {
  color: #2c7da0;
  font-size: 1.3rem;
  width: 30px;
}
.coverage-img {
  flex: 1;
  text-align: center;
}

/* Contacto */
.contact-section {
  background: linear-gradient(120deg, #f8fafc 0%, #ffffff 100%);
  margin-top: 5rem;
  padding: 4rem 0;
}
.contact-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  align-items: center;
  background: white;
  border-radius: 48px;
  padding: 2.5rem;
  box-shadow: 0 25px 45px -12px rgba(0,0,0,0.1);
}
.contact-info {
  flex: 1;
}
.contact-info h2 {
  margin-bottom: 1rem;
}
.contact-details {
  list-style: none;
  margin: 2rem 0;
}
.contact-details li {
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1.05rem;
}
.contact-details i {
  width: 32px;
  color: #2c7da0;
  font-size: 1.3rem;
}
.contact-image {
  flex: 1;
  text-align: center;
}

/* Footer */
footer {
  background: #5B7CCF;
  color: #cddfe7;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: center;
}
.footer-links p i {
  margin-right: 0.5rem;
}
hr {
  margin: 2rem 0;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #2c7da0, transparent);
}

/* Responsive */
@media (max-width: 900px) {
  .nav-links {
    display: none;
    width: 100%;
    flex-direction: column;
    background: white;
    padding: 1rem 0;
    gap: 1rem;
  }
  .nav-links.active {
    display: flex;
  }
  .menu-icon {
    display: block;
  }
  .hero-content h1 {
    font-size: 2.2rem;
  }
  .hero-grid {
    flex-direction: column-reverse;
  }
  .container {
    padding: 0 20px;
  }
  h2 {
    font-size: 1.8rem;
  }
  .cards-grid.two-columns,
  .industries-grid.two-columns,
  .focus-grid.two-columns {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .contact-wrapper {
    padding: 1.5rem;
  }
  .service-group {
    padding: 1.5rem;
  }
  .slide img,
  .service-image img,
  .coverage-img img,
  .contact-image img {
    height: 220px;
  }
  .industry-showcase .slide img {
    height: 260px;
  }
  .footer-grid {
    flex-direction: column;
    text-align: center;
  }
  .footer-logo img {
    margin: 0 auto;
  }
  .contact-details li {
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: flex-start;
  }
  .contact-details i {
    width: 28px;
    font-size: 1.2rem;
  }
  .contact-details li span,
  .contact-details li {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .coverage-content {
    flex-direction: column;
  }
  .coverage-img {
    order: -1;
    margin-bottom: 1.5rem;
  }
  .contact-wrapper {
    flex-direction: column;
  }
  .contact-image {
    order: -1;
    margin-bottom: 1.5rem;
  }
}

section {
  scroll-margin-top: 90px;
}

body, p, li, .section-subtitle, .contact-details li, .service-card p, .value-card p, .focus-card p, .industry-card p {
  text-align: justify;
}

h1, h2, h3, h4, .badge, .navbar, .hero-content h1, .hero-content .badge, .contact-info h2, .contact-info .badge {
  text-align: left;
}

/* ========== NUEVO: Tooltip para WhatsApp ========== */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25D366;
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  font-size: 32px;
  line-height: 60px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  z-index: 1000;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.whatsapp-float .whatsapp-tooltip {
  position: absolute;
  right: 70px;
  background-color: #075e54;
  color: white;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  font-family: 'Inter', sans-serif;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.whatsapp-float:hover .whatsapp-tooltip {
  opacity: 1;
  visibility: visible;
  right: 75px;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1da858;
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

@media (max-width: 768px) {
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    bottom: 20px;
    right: 20px;
  }
  .whatsapp-float .whatsapp-tooltip {
    font-size: 12px;
    padding: 4px 10px;
    right: 60px;
  }
  .whatsapp-float:hover .whatsapp-tooltip {
    right: 65px;
  }
}/* End custom CSS */