@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400&family=Montserrat:wght@600;700;800&display=swap');

html, body {
  height: 100%;
  overflow-x: hidden;
  background-color: #000;
}

body {
  font-family: 'Montserrat', sans-serif;
  background: none !important;
  color: #ffffff;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.navbar-brand {
  font-family: 'Lora', serif;
  font-weight: 700;
  font-style: italic;
  font-size: 2.2rem; 
  letter-spacing: 0.05em;
  color: #ffffff !important;
}

.background-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/fondo.jpg") center center / cover no-repeat;
  background-attachment: fixed;
  z-index: -1;
  pointer-events: none;
  will-change: transform;
}

.hero {
  background: url('../img/Suburban-.png') center 75%/70% auto no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media (max-width: 768px) {
  .hero {
    background-size: contain !important;
    height: 60vh !important;
  }

  .navbar-brand {
    font-size: 1.8rem; 
  }
}

.hero-content {
  max-width: 680px;
  animation: fadeSlideUp 1s ease forwards;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.hero-text {
  margin-top: 4rem;
  margin-bottom: auto;
}

.hero-button {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.hero-content h1 {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 2.7rem;
  letter-spacing: 0.05em;
  color: #ffffff;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.2s ease forwards;
}

.hero-content p {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.5s ease forwards;
}

.hero-content .btn-primary {
  background-color: #f1c40f;
  border: none;
  padding: 10px 44px;
  font-size: 0.85rem;
  font-weight: 700;
  border-radius: 40px;
  color: #343a40;
  transition: all 0.3s ease;
  box-shadow: 0 8px 15px rgba(52, 58, 64, 0.3);
  letter-spacing: 0.05em;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeSlideUp 1.8s ease forwards;
}

.hero-content .btn-primary:hover {
  background-color: #e67e22;
  color: #ffffff;
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(52, 58, 64, 0.5);
}

.services {
  background: transparent;
  padding: 1.5rem 0;
}

.services .row {
  row-gap: 0.5rem;
}

.services .col-md-4 {
  background: transparent;
  border-radius: 16px;
  padding: 15px 10px;
  box-shadow: 0 5px 15px rgba(44, 62, 80, 0.07);
  min-height: 320px;
  text-align: center;
  opacity: 0;
  transform: translateY(60px) scale(0.9) rotate(2deg);
  transition: all 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.services .col-md-4.visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotate(0deg);
}

.services .col-md-4:hover {
  transform: translateY(-8px) scale(1.04) rotate(0deg);
  box-shadow: 0 12px 30px rgba(44, 62, 80, 0.2);
}

.services img {
  border-radius: 12px;
  max-width: 100%;
  margin-bottom: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.08));
}

.services img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(44, 62, 80, 0.2);
}

.services h5 {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 1.45rem;
  color: #ffffff;
}

.services p {
  font-size: 1.05rem;
  color: #ffffff;
  font-weight: 600;
}

.service-slogan {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

@media (min-width: 768px) {
  .service-slogan {
    flex-direction: row;
    text-align: left;
    gap: 1.5rem;
  }
}

.service-slogan h2 {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 2.15rem;
  letter-spacing: 0.1em;
  color: #ffffff;
}

.service-slogan img {
  width: 130px;
  height: auto;
  filter: drop-shadow(0 4px 6px rgba(44, 62, 80, 0.3));
  transition: transform 0.4s ease;
}

.service-slogan img:hover {
  transform: scale(1.1);
}

#contact {
  background: transparent;
  padding: 1.5rem 0;
}

#contact h2 {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 1.95rem;
  margin-bottom: 0.8rem;
}

.contact-line {
  font-size: 0.95rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: #ffffff;
}

#contact .d-flex.justify-content-center.gap-4 {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 0.6rem;
}

.whatsapp-btn {
  background-color: #25d366;
  color: white;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.whatsapp-btn:hover {
  background-color: #1ebe57;
  color: white;
  text-decoration: none;
}

.whatsapp-btn img {
  background: white;
  border-radius: 6px;
  padding: 2px;
}

.instagram-btn {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
  color: white;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  transition: opacity 0.3s ease;
  text-decoration: none;
}

.instagram-btn:hover {
  opacity: 0.85;
  text-decoration: none;
}

.instagram-btn img {
  background: white;
  border-radius: 6px;
  padding: 2px;
}

.sms-btn {
  background-color: #0288d1;
  color: white;
  font-weight: 700;
  border-radius: 12px;
  padding: 10px 18px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.sms-btn:hover {
  background-color: #0277bd;
  color: white;
  text-decoration: none;
}

.sms-btn img {
  background: white;
  border-radius: 6px;
  padding: 2px;
}

#contact a img {
  width: 20px;
  height: 20px;
  transition: filter 0.3s ease;
}

#contact a:hover img {
  filter: brightness(1);
}

footer {
  background-color: #343a40;
  color: #ffffff;
  padding: 12px 0;
  text-align: center;
  font-size: 0.89rem;
  letter-spacing: 0.07em;
  font-weight: 700;
}

.navbar-toggler {
  padding: 0.25rem 0.5rem;
  font-size: 1.25rem;
  border: none;
  color: #f1c40f;
  flex-shrink: 0;
  background: transparent;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23f1c40f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  width: 22px;
  height: 16px;
}

.navbar-nav .nav-link {
  font-size: 0.95rem;
  color: #f1c40f !important;
  font-weight: 600;
}

.navbar-nav .nav-link:hover {
  color: #d4ac0d !important;
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

img[alt="Vista Delantera"] {
  width: 70%;
  max-width: 180px;
  height: auto;
}
