html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding: 0;
  color: #222;
  background-color: #fff;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

.navbar {
  box-shadow: 0 2px 4px rgba(0,0,0,0);
}
.nav-link {
  font-weight: 600;
}

.navbar.scrolled {
  background-color: white;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}


/* Evitar que el botón ocupe todo el ancho en mobile */
.contact-btn {
  white-space: nowrap;
  padding: 6px 18px;
  display: inline-block;
}

/* Ajuste para que no se estire en collapses */
@media (max-width: 767px) {
  .navbar-nav .contact-btn {
    width: auto;
    margin: 10px auto;
    display: inline-block;
  }
}


/* Botón flotante de WhatsApp - versión corregida */
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 26px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease;
  text-decoration: none;
}

/* Hover con efecto suave */
.whatsapp-float:hover {
  transform: scale(1.1);
  background-color: #1ebe5d;
}

/* Imagen de José Havelka ajustada */
.img-principal {
  max-width: 100%;
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

@media (max-width: 767px) {
  .img-principal {
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .img-principal {
    max-width: 400px;
  }
}


.hero-adn-modern {
  background-color: #F4F4F4;
  color: black;
}

.hero-adn-modern h1,
.hero-adn-modern p,
.hero-adn-modern .small-label {
  color: black !important;
}
.hero-adn-modern .btn-dark {
  border-radius: 25px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  background-color: white;
  color: #222;
  border: none;
}
.hero-adn-modern .btn-dark:hover {
  background-color: #eb6667;
  color: white;
}
.hero-adn-modern img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.top-message {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 12px 16px;
  font-size: 0.95em;
  z-index: 5;
  position: relative;
}

.btn-outline-dark {
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 700;
  text-transform: uppercase;
  border: 2px solid #222;
  color: #222;
  transition: all 0.3s ease;
}
.btn-outline-dark:hover {
  background-color: #eb6667;
  border-color: #eb6667;
  color: white;
}



.btn-celeste {
  background-color: #31B5B1;
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.btn-celeste:hover {
  background-color: #EB6667;
  color: #fff;
}

.logo {
  max-height: 120px;
}

.services {
  background-color: #f9f9f9;
}
.services .text-icon {
  color: #31B5B1;
}

.transparent-btn2 {
  background-color: #EB6667;
  color: #fff;
  border: none;
  padding: 10px 26px;
  border-radius: 30px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.transparent-btn2:hover {
  background-color: #31B5B1;
  color: #fff;
}

.section {
  padding: 60px 20px;
}

.bottom-message {
  background-color: #31B5B1;
  color: white;
  text-align: center;
  padding: 24px 16px;
  font-size: 1em;
}

.bottom-btn {
  background-color: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 30px;
  padding: 8px 20px;
  margin: 6px 10px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}

.bottom-btn:hover {
  background-color: #EB6667;
  border-color: #EB6667;
  color: white;
}

.btn-contacto {
  background-color: white;
  color: #222;
  border: 2px solid #222;
  border-radius: 30px;
  padding: 10px 24px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.btn-contacto:hover {
  background-color: #eb6667;
  color: white;
  border-color: #eb6667;
}






footer {
  background-color: #111;
  color: #fff;
  padding: 40px 0;
}
footer a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}
footer a:hover {
  color: #eb6667;
}

.linea-blanca {
  height: 1px;
  background-color: white;
  width: 100%;
  margin: 20px 0;
}


.social-icons .icon-link {
  color: #fff;
  margin: 0 10px;
  transition: color 0.3s ease;
}
.social-icons .icon-link:hover {
  color: #EB6667;
}

@media (max-width: 768px) {
  .hero-adn-modern h1 {
    font-size: 2rem;
  }
}
