@import url(https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap);
.footer a:hover,
.privacy-link {
  text-decoration: underline;
}
body {
  font-family: Nunito, sans-serif;
  background-color: #00210c;
  color: #fff;
  scroll-behavior: smooth;
  font-size: 1.4rem;
}
.navbar {
  height: 130px;
  transition: height 0.3s, background-color 0.3s, box-shadow 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1020;
  background-color: rgba(12, 27, 18, 0.85);
  backdrop-filter: blur(24px);
}
.navbar.scrolled {
  height: 80px;
  background-color: #05220585 !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(5px);
}
.navbar-brand {
  font-size: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 3rem;
}
.navbar-nav {
  justify-content: center;
  background-color: rgba(184, 177, 177, 0.5);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 0.7rem 1.5rem;
  width: 100%;
  height: 50px;
  margin-left: 40px;
  margin-right: 40px;
  z-index: 1025;
  position: relative;
}
.image-frame img,
.logo {
  height: auto;
  width: 100%;
}
.nav-item {
  margin: 0 0.5rem;
}
.nav-link {
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .nav-list {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    background-color: rgba(12, 27, 18, 0.85) !important;
    backdrop-filter: blur(24px) !important;
    height: auto;
    margin-top: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.25);
  }
  .navbar,
  .navbar.scrolled {
    background-color: rgba(12, 27, 18, 0.85) !important;
    backdrop-filter: blur(24px) !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }
  .navbar-toggler {
    z-index: 1025;
    position: relative;
  }
}
#loader,
.btn-gold {
  align-items: center;
}
.footer a,
.lightbox-close:hover,
.nav-link:hover {
  color: #d6b864;
}
.full-logo {
  height: 130px;
  width: 100%;
  max-width: 200px;
  object-fit: contain;
  transition: height 0.3s cubic-bezier(.4,0,.2,1);
  z-index: 1030;
  position: relative;
  display: block;
}

.navbar.scrolled .full-logo {
  height: 80px;
  max-width: 150px;
}

/* Asegurar que el contenedor del logo tenga prioridad */
.navbar .col-2:first-child {
  z-index: 1030;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 15px;
  height: 100%;
}
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("/img/hero.JPG") center/cover no-repeat;
  height: 100vh;
  text-align: center;
  position: relative;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #00210c);
  z-index: 1;
}
.hero > .container {
  position: relative;
  z-index: 2;
  margin-top: 130px;
}
.hero-title {
  font-weight: 700;
  font-size: 4rem;
}
.btn-gold {
  font-size: 1.4rem;
  font-weight: 650;
  padding: 0.4rem 1.2rem;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  background-color: #c1a53e;
  color: #000;
  border: none;
}
.btn-gold:hover {
  background-color: #bba85c;
  color: #0c1b12;
}
.feature-box .icon,
.section-title {
  font-size: 3rem;
}
#loader,
.text-center-initial {
  justify-content: center;
  display: flex;
}
.section-dark {
  background-color: #00210c;
}
.section-title {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.bg-green {
  background-color: #1d3d2c;
}
.bg-gold,
.hero-btn-2 {
  background-color: #9d9c59;
}
.square {
  width: 250px;
  height: 250px;
  border-radius: 25px;
}
.small-square {
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 20px;
  left: 150px;
  top: 150px;
}
#loader,
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
}
.hero-btn-1,
.hero-btn-2 {
  width: 120px;
  height: 45px;
  border-radius: 25px;
}
#loader img,
.service-box {
  width: 150px;
  height: 150px;
}
.hero-btn-1 {
  background-color: rgba(255, 255, 255, 0.3);
}
.service-box {
  border-radius: 20px;
}
.section-divider {
  border: none;
  height: 80px;
  background: #dfb541;
}
p {
  font-size: 1.5rem;
}
.image-frame img {
  border-radius: 15px;
  display: block;
}
#loader {
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.loaded #loader {
  opacity: 0;
  visibility: hidden;
}
#loader img {
  width: 120px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .full-logo {
    height: 90px;
    width: 250px;
    z-index: 1030;
    
  }
  .navbar.scrolled .full-logo {
    height: 50px;
    width: 200px;
  }
  .navbar {
    height: 100px;
  }
  .navbar.scrolled {
    height: 70px;
  }
  .navbar .col-2:first-child {
    padding: 0 10px;
  }
  .hero > .container {
    margin-top: 100px;
  }
  .section-offset {
    scroll-margin-top: 100px;
  }
  .hero-title {
    font-size: 2.5rem;
  }
  .section-title {
    font-size: 2rem;
  }
  p {
    font-size: 1.1rem;
  }
  .navbar-brand {
    font-size: 1.8rem;
  }
}
@media (min-width: 769px) and (max-width: 991px) {
  .full-logo {
    height: 110px;
    width: 280px;
  }
  .navbar.scrolled .full-logo {
    height: 70px;
    width: 220px;
  }
  .navbar .col-2:first-child {
    padding: 0 12px;
  }
}
@media (max-width: 576px) {
  .hero-btn-1,
  .hero-btn-2 {
    width: 100px;
    height: 40px;
  }
  .hero {
    height: auto;
    padding: 3rem 0;
  }
}
.text-gold {
  color: #c9a856;
}
.contact-box {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);

}
.contact-box:hover {
  background-color: #264d3a;
  transition: background-color 0.3s;
}
.collapse {
  transition: 0.4s;
}
.text-center-initial {
  align-items: center;
  height: 100%;
  text-align: center;
}
.section-offset {
  scroll-margin-top: 130px;
}
.floating-whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: #fff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  transition: transform 0.3s;
}
.floating-whatsapp i {
  font-size: 2rem;
}
.floating-whatsapp:hover {
  transform: scale(1.1);
}
.feature-box {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: 0.3s ease-in-out;
}
.feature-box.visible {
  opacity: 1;
  transform: translateY(0);
}
.feature-box:hover {
  cursor: pointer;
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}
.feature-box h5 {
  font-size: 1.5rem;
  font-weight: 700;
}
.feature-box p {
  font-size: 1rem;
  margin: 0;
}
.row.g-4 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpSmall {
  animation: 1s forwards fadeInUpSmall;
}
.delay-04 {
  animation-delay: 0.4s;
}
.delay-08 {
  animation-delay: 0.8s;
}
.delay-12 {
  animation-delay: 1.2s;
}
.delay-16 {
  animation-delay: 1.6s;
}
.delay-20 {
  animation-delay: 2s;
}
.duration-1 {
  animation-duration: 1s;
}
.lightbox {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}
.lightbox.active {
  display: flex;
}
.lightbox-content {
  background-color: #1d3d2c;
  color: #fff;
  padding: 2rem;
  border-radius: 15px;
  max-height: 90vh;
  height: auto;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 1200px;
  text-align: center;
  position: relative;
  animation: 0.3s ease-out lightboxFadeIn;
  overflow-y: auto;
}
.lightbox-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: 0 0;
  border: none;
  color: #fff;
  font-size: 2.9rem;
  cursor: pointer;
  z-index: 10;
}
@keyframes lightboxFadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.lightbox-body h2,
.lightbox-info h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
}
.lightbox-body p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-align: left;
}
.lightbox-body ul {
  text-align: left;
  margin-top: 1rem;
  padding-left: 1.5rem;
}
.lightbox-body ul li {
  margin-bottom: 0.5rem;
}
.lightbox-row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  min-height: 100%;
  width: 100%;
}
.lightbox-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lightbox-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.lightbox-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  overflow-y: auto;
  padding-right: 1rem;
}
@media (max-width: 991.98px) {
  .lightbox-content {
    padding: 1.5rem;
    max-width: 70%;
  }
  .lightbox-row {
    flex-direction: column;
    gap: 1.5rem;
    min-height: auto;
  }
  .lightbox-image {
    display: none;
  }
  .lightbox-info {
    flex: 0 0 auto;
    width: 100%;
    padding: 0;
    overflow-y: visible;
    text-align: left;
  }
  .lightbox-body p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
  .lightbox-body h2,
  .lightbox-info h2 {
    font-size: 1.8rem;
  }
}
.footer {
  background-color: #052205;
  color: #fff;
  font-size: 0.5px;
  padding: 0.5rem 0;
}
.footer p {
  margin: 0;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 770px) and (max-width: 1200px) {
  .insta,
  .insta-title {
    display: none;
  }
  .insta2 {
    display: block;
    font-size: 2rem;
  }
}
@media (max-width: 769px), (min-width: 1201px) {
  .insta2 {
    display: none;
  }
}
.contact-form-wrapper {
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.contact-form-wrapper .form-header h2 {
  font-family: inherit;
  font-size: 2rem;
  color: #d4af37;
  margin-bottom: 10px;
}
.contact-form-wrapper .form-header p {
  font-size: 1rem;
  color: #ccc;
  margin-bottom: 30px;
}
.form-control,
textarea.form-control {
  background-color: #0c1b12;
  border: 1px solid #d4af37;
  color: #f0ece6;
  border-radius: 12px;
}
.form-check-input,
.form-control:focus {
  background-color: #0c1b12;
  border-color: #d4af37;
}
.form-control:focus {
  box-shadow: 0 0 5px #d4af37;
  color: #fff;
}
label {
  color: #f0ece6;
}
.form-check-label {
  color: #ccc;
}
.privacy-link:hover {
  color: #fff;
}
.btn-submit {
  background-color: #d4af37;
  color: #0c1b12;
  padding: 10px 30px;
  font-weight: 700;
  border: none;
  border-radius: 30px;
  transition: background-color 0.3s;
}
.btn-submit:hover {
  background-color: #bfa134;
  color: #fff;
}
.btn-submit i {
  margin-left: 8px;
}
.contact-form-wrapper {
  background-color: #1e3c2d;
  color: #f0ece6;
}
.contact-form-wrapper .form-control {
  background-color: #143322;
  border: none;
  color: #f0ece6;
}
.contact-form-wrapper .form-control:focus {
  background-color: #143322;
  color: #fff;
  border: 1px solid #c9b97e;
  box-shadow: none;
}
.privacy-link {
  color: #c9b97e;
}
.bg-bottom-white {
  background: linear-gradient(to bottom, #00210c 75%, #fff 75%);
}
.bg-top-white {
  background: linear-gradient(to bottom, #fff 25%, #1e3c2d 25%);
}
.contact-box p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.grass-icon {
  height: 2rem;
  width: auto;
  min-width: 1.5rem;
  max-width: 2.5rem;
}
.garden-icon {
  height: 3.0rem;
  width: auto;
  min-width: 1.5rem;
  max-width: 2.8rem;
}

.contact-box p {
  word-break: break-word;
  overflow-wrap: break-word;
}




/* Si el ancho es menor a 576px (pantallas pequeñas) */
@media (max-width: 576px) {
  .email-text2 {
    font-size: 1.2rem;
  }
}

/* Si es aún más pequeño (tipo móvil muy estrecho) */
@media (max-width: 400px) {
  .email-text2 {
    font-size: 0.75rem;
  }
}

/* Banner de Cookies */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1e3c2d 0%, #0c1b12 100%);
  color: #fff;
  padding: 1rem;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border-top: 2px solid #d4af37;
  z-index: 1050;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cookie-banner.show {
  transform: translateY(0);
}

.cookie-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 1rem;
}

.cookie-text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.5;
}

.cookie-text i {
  font-size: 1.2rem;
}

.cookie-policy-link {
  color: #d4af37;
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.3s;
}

.cookie-policy-link:hover {
  color: #fff;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-shrink: 0;
}

.cookie-buttons .btn {
  font-weight: 600;
  padding: 0.5rem 1rem;
  border-radius: 25px;
  transition: all 0.3s;
  font-size: 0.9rem;
}

.cookie-buttons .btn-warning {
  background: linear-gradient(135deg, #d4af37 0%, #c9b97e 100%);
  border: none;
  color: #0c1b12;
}

.cookie-buttons .btn-warning:hover {
  background: linear-gradient(135deg, #c9b97e 0%, #d4af37 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
}

.cookie-buttons .btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
  background: transparent;
}

.cookie-buttons .btn-outline-light:hover {
  background: #fff;
  color: #0c1b12;
  transform: translateY(-2px);
}

/* Modal de Cookies */
.cookie-policy-content h6 {
  color: #d4af37;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-size: 1.1rem;
}

.cookie-policy-content h6:first-child {
  margin-top: 0;
}

.cookie-policy-content p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cookie-policy-content ul {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.cookie-policy-content li {
  margin-bottom: 0.5rem;
}

/* Responsive para el banner de cookies */
@media (max-width: 768px) {
  .cookie-content {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  
  .cookie-text {
    font-size: 0.9rem;
  }
  
  .cookie-buttons {
    justify-content: center;
    width: 100%;
  }
  
  .cookie-buttons .btn {
    flex: 1;
    max-width: 150px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    padding: 0.75rem;
  }
  
  .cookie-text {
    font-size: 0.85rem;
  }
  
  .cookie-buttons .btn {
    padding: 0.4rem 0.8rem;
    font-size: 0.85rem;
  }
}

/* Toast de notificación para cookies */
.cookie-toast {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #333;
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  z-index: 1060;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  max-width: 300px;
  border-left: 4px solid #d4af37;
}

.cookie-toast.show {
  transform: translateX(0);
}

.cookie-toast-content {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.cookie-toast i {
  font-size: 1.2rem;
  color: #d4af37;
}

.cookie-toast-success i {
  color: #28a745;
}

.cookie-toast-info i {
  color: #17a2b8;
}

.cookie-toast span {
  font-weight: 500;
  font-size: 0.9rem;
}

/* Responsive para toasts */
@media (max-width: 768px) {
  .cookie-toast {
    top: 10px;
    right: 10px;
    left: 10px;
    max-width: none;
    transform: translateY(-100%);
  }
  
  .cookie-toast.show {
    transform: translateY(0);
  }
}