
html, body {
  overflow-x: hidden;
  width: 100%;
}

h1, h2 , h3, h4{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

span{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
p , a, li{
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.reserva-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  background-color: #1b1719;
  color: white;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 12px;
  transition: background-color 0.3s ease;
}
.reserva-btn:hover {
  background-color: #404049;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .header {
    background-color:#efefef;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    width: 90%;
    max-width: 1200px;
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.4s ease-in-out, opacity 0.3s ease-in-out;
    z-index: 100;
    border-radius: 30px;
    padding: 0 20px;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.nav-menu {
  display: flex;
  justify-content: center; 
  align-items: center;
  list-style: none;
  gap: 130px;
  width: 100%; 
  padding: 0;
  margin: 0 auto; 
}
.nav-menu li {
    display: inline-block;
}

.logo-container {
    display: flex;
    gap: 16px; 
    align-items: center;
}

.logo-container img {
  width: 20px;
  height: auto;
    
}



  @media (max-width: 768px) {
    .header {
      width: 100%; 
      border-radius: 0; 
justify-content: space-between;
      height: 70px; 
      padding: 30px;
    }
    .header img{
      margin-right: -20px;
    }
    .nav-menu img{
      margin: 3px;
    }
  }

  
  




.header.fixed {
    top: 0; 
}
 
  .logo-header {
    display: flex;
    align-items: center;
  }
  
  .logo-header {
    max-height: 100px;
  }
 

  .nav-menu .ig {
    width: 30px;
  }
 .nav-menu .wpp{
    width: 27px;
 }
  a{
    display: inline-block;
  }
  .nav-link {
    font-size: 17px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    padding-left: 10px;
    transition: 0.3s ease;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
  }
 
  
  .nav-link:hover {
    color: #b8b0b0;
transform: translateY(-7px);

  }

  .hamburger {
    display: none;
    cursor: pointer;
  }
  
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #333333;
  }
  .icono-inicio{
    display: none;
  }
  .icono-servicios{
 display: none;
  }
  .icono-nosotros{
display: none;
  }
  .icono-contacto{
  display: none;
  }

  @media (max-width: 768px) {
 
    header {
      flex-direction: row-reverse; 
  }
  

  .nav-menu {
    border-radius: 10px;
    position: fixed;
    left: -300px; 
    top: 110px; 
    gap: 0;
    margin-left: 0px;
    flex-direction: column;
    background-color: #ffffff;
    width: 270px;
    text-align: right;
    transition: 0.3s;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.5);

    border-right: 1px solid #e5e5e5;
    height: calc(80vh - 40px);
    z-index: 1000; 
  }
  
  .nav-menu.active {
    left: 0; 
  }
  
  .header-top.hidden + .header .nav-menu {
    top: 70px; 
  }
  
  .nav-item {
    margin: 50px 0;
    padding-bottom: 12px;
    width: 80%;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .nav-item:last-child {
    border-bottom: none;
  }
  .hamburger {
    display: block;
    cursor: pointer;
    position: relative;
    width: 28px;
    height: 24px;
  }
  
  .hamburger .bar {
    display: block;
    width: 80%;
    height: 4px;
    background-color: #FAF8F5;
    margin: 5px 0;
    transition: 0.3s ease-in-out;
  }
  
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  
  .hamburger .bar {
    background-color: #413d3d;
  }
  

    .nav-menu.active {
      right: 0; 
    }
  }
 
    .header-top {
        position: fixed ;
        top: 0;
        left: 0;
        width: 100%;
        transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
        background-color: #dad2d2;
        height: 50px;
        transition: all 0.3s ease-in-out;
        z-index: 1000;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-top.hidden {
        transform: translateY(-100%);
        opacity: 0;
    }
    
    .header.fixed {
        top: 0; 
    }
    .contenedor_texto1 {
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        width: 100%;
    }
    

    
    @keyframes deslizar {
        from { transform: translateX(0); }
        to { transform: translateX(-50%); }
    }
    
    .texto-slider p {
        font-size: 17px;
        min-width: max-content;
        padding: 10px;
        color:  #534d39;
        font-family: 'Poppins', sans-serif;
    }
    .texto-slider {
      display: flex;
      gap: 50px; 
      width: max-content;
      align-items: center;
      animation: deslizar 15s linear infinite;
      justify-content: center;
  }
  
.texto-slider img{
  width: 29px;
  height: 29px; 
  padding: 6px;

  display: inline-block;
  vertical-align: middle; 
  object-fit: contain; 
}



.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; 
  z-index: -1; 
}

.hero-content {

  z-index: 1; 
}





.hero {
  height: 100vh;

  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  padding-top: 80px;
}

.hero-content {
  max-width: 800px;
  padding: 0 20px;
}

.hero-content h1 {
  font-size: 3.5rem;
  margin-bottom: 6px;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9);
}

.hero-content p {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
}

/* Features Section */
.features {
  padding: 120px ;
  margin-top: 20px;
  background-color: #fffdfa;

}

/* Reviews Section */
.reviews {
  padding: 20px 0;
  margin-top: 20px;
  background-color: #fffdfa;

}


.features .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;

}

.feature-box {
  text-align: center;
  padding: 30px 20px;
  border-radius: 50px;
  transition: all 0.3s ease;
  background-color: hsl(0, 100%, 98%);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
}

.feature-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8);
}

.feature-box i {
  font-size: 2.5rem;
  color: #000000;
  margin-bottom: 20px;
}

.feature-box h3 {
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: #333;
}

.feature-box p {
  color: #777;
  font-size: 0.95rem;
}
/* About Section */
.about {
  padding: 100px 0;
  background-image: url('img/fondog.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contenedor-boton a {
  text-decoration: none;
  color: inherit;
}

.about-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
}

.about-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 350px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, opacity 0.5s ease;
}

.about-image:hover .carousel-image {
  transform: scale(1.05);
  opacity: 0.95;
}

.about-text {
  color: #444;
}

.about-text h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #1a1a1a;
  text-align: center;
}

.about-text p {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.8;
  font-size: 1rem;
  text-align: justify;
}

.about-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 40px;
}

.stat {
  text-align: center;
  margin: 20px;
  min-width: 120px;
}

.stat span {
  font-size: 2.2rem;
  font-weight: 700;
  color: #222;
  display: block;
  margin-bottom: 5px;
}

.stat p {
  font-size: 1rem;
  color: #666;
}


.services {
  padding: 100px 0;

}

.services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

.service-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 60px 30px 40px;
  text-align: center;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  flex: 1 1 300px;
  max-width: 350px;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: linear-gradient(to right, #1e1e1e, #3c3c3c);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-image {
  margin-top: -90px;
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
}

.service-image img {
  width: 100%;
  max-width: 280px;
  height: 160px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.service-icon {
  width: 70px;
  height: 70px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.service-icon i {
  font-size: 1.8rem;
  color: #e48dc2;
}

.service-card h3 {
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #222;
  font-weight: 600;
}

.service-card p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.service-details {
  text-align: left;
  margin-top: 25px;
  padding: 0 10px;
}

.service-details li {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;
  font-size: 0.95rem;
  color: #555;
}

.service-details li:last-child {
  border-bottom: none;
}


.seo-section {
 background-image:url(img/fondog.jpg);
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.seo-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 60px;
  align-items: center;
}

.seo-image img {
  width: 100%;
  max-width: 450px;
  border-radius: 25px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.seo-image img:hover {
  transform: scale(1.03);
}

.seo-content h2 {
  font-size: 2.8rem;
  color: #1f1d1d;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
}

.seo-content h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #000000;
  margin-top: 10px;
  border-radius: 5px;
}

.seo-content p {
  font-size: 1.1rem;
  color: #4d4d4d;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: justify;
}

.seo-content h3 {
  font-size: 1.6rem;
  color: #2e2e2e;
  margin-bottom: 20px;
  font-weight: 600;
}

.seo-certificados {
  list-style: none;
  padding: 0;
  margin: 0;
}

.seo-certificados li {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 22px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.07);
  font-size: 1rem;
  color: #333;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.seo-certificados li:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.icon-star {
  color: #ee4040;
  font-size: 1.4rem;
  background: rgba(242, 122, 184, 0.15);
  border-radius: 50%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.gallery {
  padding: 100px 20px;
  background-color: #ffffff;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 280px;
  cursor: pointer;
}

.gallery-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay h3 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 5px 0;
}

.gallery-overlay p {
  color: #eee;
  font-size: 0.9rem;
  margin: 0;
}


@media (max-width: 768px) {
  .gallery {
    padding: 60px 15px;
  }

  .gallery-item {
    height: 220px;
  }

  .gallery-overlay h3 {
    font-size: 1rem;
  }

  .gallery-overlay p {
    font-size: 0.85rem;
  }
}

.section-header h2{
  font-size: 50px;
}


#pricing {
  padding: 80px 20px;
  background: #fdfdfd;
  font-family: 'Poppins', sans-serif;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-header p {
  font-size: 18px;
  color: #777;
}


.pricing-tables {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  
}

.pricing-table {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;

}

.pricing-table:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.pricing-table h3 {
  font-size: 24px;
  margin-bottom: 20px;
  color: #121114;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 10px;
}

/* Services List */
.pricing-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pricing-table li {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  border-bottom: 1px solid #c0c0c0;
  font-size: 16px;
  color: #444;
}

.pricing-table li:last-child {
  border-bottom: none;
}

.service-name {
  font-weight: 500;
}

.service-price {
  color: #5e2ced;
  font-weight: 600;
}

/* Disclaimer */
.disclaimer {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

/* Reserve Note */
.pricing-note {
  text-align: center;
  margin-top: 50px;
  font-size: 16px;
  color: #555;
}

.pricing-note p {
  margin: 5px 0;
}



@media screen and (max-width: 768px) {
  .section-header h2 {
      font-size: 28px;
  }

  .pricing-table h3 {
      font-size: 20px;
  }

  .pricing-table li {
      font-size: 15px;
  }
}


.team {
  padding: 80px 0;
  background: linear-gradient(to right, #a0a0a0, #444);
  color: #fff;
}

.team-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 100px;
  justify-content: center;
}

.team-member {
 
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  max-width: 300px;
}
a{
  text-decoration: none;
}

.team-member:hover {
  transform: scale(1.05);
}

.member-image img {
  width: 100%;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.team-member:hover .member-image img {
  transform: scale(1.1);
}

.member-info h3 {
  font-size: 1.4rem;
  margin-top: 10px;
  color: #ffffff;
}

.member-role {
  font-style: italic;
  margin-bottom: 10px;
}

.member-bio {
  font-size: 0.9rem;
  opacity: 0.8;
}

.member-social {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}

.member-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  transition: all 0.3s ease;
}

.member-social a:hover {
  background: #42413c;
  color: #222;
}



.rating {
  margin-top: 5px;
}
.h2-feature{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.rating i {
  color: #ffcc00;
  font-size: 0.9rem;
}


.promotions {
  padding: 100px 0;
  background-image: url(img/fondogris.jpg);
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.promotion-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.3s ease;
}

.promotion-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.promotion-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: #f8a4d8;
  color: #fff;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.promotion-card.featured {
  border: 2px solid #f8a4d8;
  transform: scale(1.05);
}

.promotion-card.featured:hover {
  transform: scale(1.05) translateY(-10px);
}

.promotion-card h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.promotion-card p {
  color: #666;
  margin-bottom: 20px;
}

.promotion-dates {
  font-size: 0.85rem;
  color: #999;
  margin-bottom: 25px;
  font-style: italic;
}


.contact {
  padding: 100px 0;
  background-image: url(img/fondogris.jpg);
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 50px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.info-item i {
  font-size: 1.5rem;
  color: #f8a4d8;
  margin-top: 5px;
}

.info-item h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #333;
}

.info-item p {
  color: #666;
  margin: 0;
}

.social-links h3 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  color: #333;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #777;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #f8a4d8;
  color: #fff;
  transform: translateY(-3px);
}

.contact-form {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}

.contact-form h3 {
  font-size: 1.5rem;
  margin-bottom: 25px;
  color: #333;
  text-align: center;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
  color: #555;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: #f8a4d8;
  outline: none;
  box-shadow: 0 0 0 3px rgba(248, 164, 216, 0.1);
}

.form-group textarea {
  height: 120px;
  resize: none;
}

.contact-form .btn {
  width: 100%;
  padding: 15px;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  margin: 0 60px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  height: 300px;
  
}



.faq {
  padding: 100px 0;
background-image: url(img/fondog.jpg);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  background-color: #fff3f3;
  border-radius: 10px;
  margin-bottom: 40px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.8);
  overflow: hidden;
}

.faq-question {
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.faq-question:hover {
  background-color: rgba(248, 164, 216, 0.05);
}

.faq-question h3 {
  font-size: 1.1rem;
  color: #333;
  margin: 0;
}

.faq-toggle {
  color: #ffffff;
  font-size: 1rem;
}

.faq-answer {
  padding: 0 30px 20px;
  display: none;
}

.faq-answer p {
  color: #666;
  margin: 0;
  line-height: 1.8;
}


footer {
  background-color: #333;
  color: #fff;
  padding: 80px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.footer-logo h2 {
  font-size: 2rem;
  color: #ffffff;
  margin-bottom: 5px;
}

.footer-logo p {
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #aaa;
}

.footer-links h3,
.footer-services h3,
.footer-newsletter h3 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  padding-bottom: 10px;
}

.footer-links h3::after,
.footer-services h3::after,
.footer-newsletter h3::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
}

.footer-links ul,
.footer-services ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a,
.footer-services a {
  color: #ccc;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-links a:hover,
.footer-services a:hover {
  color: #f7f7f7;
  padding-left: 5px;
}

.footer-newsletter p {
  color: #ccc;
  margin-bottom: 20px;
}

.newsletter-form {
  display: flex;
  margin-bottom: 20px;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 15px;
  border: none;
  border-radius: 5px 0 0 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 0.95rem;
}

.newsletter-form button {
  background-color: #020202;
  color: #fff;
  border: none;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.newsletter-form button:hover {
  background-color: #f57bc3;
}

.footer-social {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.footer-social a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #7a7076;
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-bottom p {
  color: #aaa;
  font-size: 0.9rem;
}

.footer-bottom-links {
  display: flex;
  gap: 20px;
}

.footer-bottom-links a {
  color: #aaa;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.footer-bottom-links a:hover {
  color: #242323;
}

/* Responsive Styles */
@media (max-width: 1200px) {
  .services-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .team-grid {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .features .container {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .about-content {
      grid-template-columns: 1fr;
  }
  
  .gallery-grid {
      grid-template-columns: repeat(3, 1fr);
  }
  
  .pricing-tables {
      grid-template-columns: 1fr;
      gap: 40px;
  }
  
  .contact-content {
      grid-template-columns: 1fr;
  }
  
  .footer-content {
      grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
 
  .section-header h2 {
      font-size: 2rem;
  }
  
  .hero-content h1 {
      font-size: 2.5rem;
  }
  
  .hero-buttons {
      flex-direction: column;
      gap: 15px;
  }
  
  .menu-icon {
      display: block;
  }
  
  nav .menu {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      flex-direction: column;
      background-color: #fff;
      padding: 20px;
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
      display: none;
      z-index: 1000;
  }
  
  .services-grid {
      grid-template-columns: 1fr;
  }
  
  .gallery-grid {
      grid-template-columns: repeat(2, 1fr);
  }
  
  .promotions-grid {
      grid-template-columns: 1fr;
  }
  
  .testimonial {
      flex: 0 0 100%;
  }
}

@media (max-width: 576px) {
  .features .container {
      grid-template-columns: 1fr;
  }
  
  .gallery-grid {
      grid-template-columns: 1fr;
  }
  
  .team-grid {
      grid-template-columns: 1fr;
  }
  
  .footer-content {
      grid-template-columns: 1fr;
  }
  
  .footer-bottom {
      flex-direction: column;
      text-align: center;
  }
  
  .footer-bottom-links {
      justify-content: center;
  }
}


.footer-logo p{
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}
 
.contenedor-boton {
  display: flex;
  justify-content: center; 
  align-items: center; 
  width: 100%;
}

.boton-inicio {
  font-weight: 600;
  color: #0e0b0b;
  border-radius: 2rem;
  cursor: pointer;
  width: 140px;
  height: 42.66px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  font-size: 17px;
  font-family: "Poppins", sans-serif;
 
  align-items: center;
}

.hero a{
  text-decoration: none;
}

.boton-inicio .span-mother {
  display: flex;
  overflow: hidden;
}

.boton-inicio:hover .span-mother {
  position: absolute;
}

.boton-inicio:hover .span-mother span {
  transform: translateY(1.2em);
}

.boton-inicio .span-mother span:nth-child(1) {
  transition: 0.2s;
}

.boton-inicio .span-mother span:nth-child(2) {
  transition: 0.3s;
}

.boton-inicio .span-mother span:nth-child(3) {
  transition: 0.4s;
}

.boton-inicio .span-mother span:nth-child(4) {
  transition: 0.5s;
}

.boton-inicio .span-mother span:nth-child(5) {
  transition: 0.6s;
}

.boton-inicio .span-mother span:nth-child(6) {
  transition: 0.7s;
}

.boton-inicio .span-mother2 {
  display: flex;
  position: absolute;
  overflow: hidden;
}

.boton-inicio .span-mother2 span {
  transform: translateY(-1.2em);
}

.boton-inicio:hover .span-mother2 span {
  transform: translateY(0);
}

.boton-inicio .span-mother2 span {
  transition: 0.2s;
}

.boton-inicio .span-mother2 span:nth-child(2) {
  transition: 0.3s;
}

.boton-inicio .span-mother2 span:nth-child(3) {
  transition: 0.4s;
}

.boton-inicio .span-mother2 span:nth-child(4) {
  transition: 0.5s;
}

.boton-inicio .span-mother2 span:nth-child(5) {
  transition: 0.6s;
}

.boton-inicio .span-mother2 span:nth-child(6) {
  transition: 0.7s;
}

.testimonials {
  padding: 100px 0;
background-image: url(img/fondog.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
  overflow: hidden;
}


.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-subtitle {
  display: block;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #161515;
  margin-bottom: 15px;
  position: relative;
}

.section-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100px;
}

.section-divider span {
  height: 2px;
  background-color: #635858;
  flex-grow: 1;
}

.section-divider i {
  color: #ff6b6b;
  font-size: 0.8rem;
  margin: 0 10px;
}


.testimonial-controls {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
}

.prev-btn, .next-btn {
  width: 50px;
  height: 50px;
  margin-top: 90px;
  border-radius: 50%;
  background-color: rgb(100, 62, 62);
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #ffffff;
  font-size: 1rem;
}

.prev-btn:hover, .next-btn:hover {
  background-color: #422222;
  color: white;
  transform: scale(1.1);
}


.testimonial-slider {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 30px 0;
  -webkit-overflow-scrolling: touch;
}

.testimonial-slider::-webkit-scrollbar {
  display: none;
}


.testimonial {
  flex: 0 0 calc(100% - 60px);
  min-width: 280px;
  max-width: 400px;
  transition: all 0.3s ease;
}

.testimonial-content {
  background-color: white;
  border-radius: 15px;
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  border-bottom: 5px solid transparent;
}

.testimonial-content:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-bottom: 5px solid #000000;
}


.quote-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  color: rgba(255, 107, 107, 0.1);
  font-size: 3rem;
}


.testimonial-content p {
  color: #666;
  margin-bottom: 30px;
  font-style: italic;
  position: relative;
  z-index: 1;
  line-height: 1.8;
  font-size: 1rem;
}


.testimonial-author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.testimonial-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1f1a1a;
  box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

.author-info h4 {
  color: #333;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 1.1rem;
}

/* Estrellas de calificación */
.rating {
  color: #ffba08;
  font-size: 0.9rem;
}

/* Indicadores de puntos */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background-color: #000000;
  transform: scale(1.2);
}


@media (min-width: 768px) {
  .testimonial {
      flex: 0 0 calc(50% - 30px);
  }
}

@media (min-width: 1024px) {
  .testimonial {
      flex: 0 0 calc(33.333% - 30px);
  }
  
  .section-title {
      font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .testimonials {
      padding: 60px 0;
  }
  
  .section-title {
      font-size: 2rem;
  }
  
  .testimonial-controls {
      padding: 0 10px;
  }
  
  .prev-btn, .next-btn {
      width: 40px;
      height: 40px;
      font-size: 0.8rem;
  }
}

.text1{
  opacity: 0; 
    transform: translateY(80px); 
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.text1.visible {
  opacity: 1;
  transform: translateY(0); 
}

.text2{
  opacity: 0;
  transform: translateX(-60px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text2.visible{
  opacity: 1;
  transform: translateX(0);
}

.text3{
  opacity: 0;
  transform: translateY(-60px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text3.visible{
  opacity: 1;
  transform: translateY(0);
}


.text0{
  opacity: 0;
  transform: translateX(-60px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text0.visible{
  opacity: 1;
  transform: translateX(0);
}


.text4{
  opacity: 0;
  transform: translateY(60px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text4.visible{
  opacity: 1;
  transform: translateY(0);
}

.text5{
  opacity: 0;
  transform: translateY(-70px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text5.visible{
  opacity: 1;
  transform: translateY(0);
}

.section-header h2{
  font-size: 38px;
}
.text6{
  opacity: 0;
  transform: translateX(70px)
  ;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.text6.visible{
  opacity: 1;
  transform: translateX(0);
}

.texto7{
  opacity: 0;
  transform: translateX(80px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.texto7.visible{
  opacity: 1;
  transform: translateX(0);

}

.certificadosh3{
opacity: 0;
transform: translateY(60px);

}

.certificadosh3.visible{
  opacity: 1;
  transform: translateY(0);
}
  .reserve-btn {
         background-color: #ffffff;
      color: #000000;
          padding: 14px 28px;
      font-size: 18px;
     font-family: "Poppins", sans-serif;
      border-radius: 20px;
      cursor: pointer;
            font-weight: 600;
    border:none;
      text-decoration: none;
      transition: all 0.3s ease;
     box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);

    }

    .reserve-btn:hover {
      transform: scale(1.05);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);

    }
      .custom-btn {
      background-color: #ffffff;
      color: #1a1a1a;
          padding: 14px 28px;
      font-size: 18px;
     font-family: "Poppins", sans-serif;
      border-radius: 20px;
      cursor: pointer;
        font-weight: 600;
      text-decoration: none;
      transition: all 0.3s ease;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);

    }

    .custom-btn:hover {

      transform: scale(1.05);
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4);

    }