.page-id-7.disabled_footer_top .footer_top_holder,
.page-id-7.disabled_footer_bottom .footer_bottom_holder {
    display: none;
}

/* De recentcomments */
.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* De vc_custom-css */
.qodef-shadow-column > .vc_column-inner {
    box-shadow: 1px 1px 40px 0px rgba(0, 0, 0, 0.21);
}

.vc_custom_1528972737981 {
   /* background-image: url("wp-content/uploads/2018/06/testimonials-background.png?id=74") !important;*/
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
.vc_custom_1528972824333,
.vc_custom_1528972860435,
.vc_custom_1528972867826,
.vc_custom_1528972874804 {
    padding-right: 14% !important;
    padding-left: 14% !important;
}
.vc_custom_1528968620808 {
    margin-top: -15.65% !important;
}
.vc_custom_1528963947859 {
    background-color: #ffffff !important;
}
.vc_custom_1528968647375 {
    margin-top: -13.78% !important;
}
.vc_custom_1528968657974 {
    margin-top: -22.5% !important;
}

/* Estilo para usuarios sin JS */
.wpb_animate_when_almost_visible {
    opacity: 1;
}






body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}



/*HEADER*/

.menu-principal {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000;
  text-align: center;
  padding: 20px 0;
  z-index: 999999;

}

.menu-principal ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.menu-principal a {
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
  position: relative;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: 'Playfair Display', sans-serif;
}

.menu-principal a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: white;
  bottom: -6px;
  left: 0;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}

.menu-principal a:hover::after,
.menu-principal a.activo::after {
  transform: scaleX(1);
}

@media (max-width: 768px) {
  .menu-principal ul {
    flex-direction: column;
    gap: 20px;
  }
}



/* nosotro */

#content-grid-nosotros {
       display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
}

.grid-nosotros {
  width: 70%;
  display: flex;
   flex-direction: column;
      align-content: center;
      align-self: center;
}


.grid-nosotros p  {
  color: #565656;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.grid-nosotros p span {
  color: #333333;
    font-weight: 700;
}

#nosotros-frase {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 80px 0;
    margin: 50px 0;
    background-repeat: no-repeat;
    background-image: url(https://lagunanegra.com.ar/img/chocolate-frase.webp);
    background-size: cover;
    background-position: center center;
}

#nosotros-frase h3 {
  position: relative;
    z-index: 2;
    padding: 20px 30px;
    font-size: 3rem;
    line-height: 1;
    color: #ffffff;
    font-weight: 400;
    border-radius: 6px;
    max-width: 90%;
  }




#page-nosotros  .footer {
    margin-top: 350px;
}




/* section 2*/

#content-grid-ushuaia {
       display: flex;
    justify-content: center;
}

.grid-ushuaia {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  padding: 80px 60px;
  background-color: #fff;
  max-width: 70%;
      align-content: center;
}

.left-image img {
  width: 100%;
  max-width: 585px;
  height: auto;
  border-radius: 10px;
}

.right-text {
  text-align: left;
  max-width: 600px;
  margin: 0 auto;
}

.right-text h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #222;
  text-align: center;
}

.right-text p {
     color: #565656;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

/* Responsive para mobile */
@media (max-width: 768px) {
  .grid-ushuaia {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 0px;
  }

  .right-text h1 {
    font-size: 2.5rem;
  }

  .right-text {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .grid-ushuaia {
    padding: 15px;
    max-width: 90%;
  }
}


/* PRODUCTOS DESTACADOS */

#content-grid-chocolates {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#titulo-productos-destacados {
    font-family: 'Playfair Display', sans-serif;
    font-size: 46px !important;
    line-height: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.2px;
    text-align: center !important;
}



 .grid-chocolates {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  padding: 60px 20px;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #333;
}

.card-image {
  position: relative;
  width: 100%;
  height: 567px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.card-image:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
    }

.overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.card h3 {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 400;
  border-radius: 6px;
  max-width: 90%;
}

.card h3 span {
  display: inline-block;
}

.card p {
  color: #565656;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.card p span {
  color: #333333;
    font-weight: 700;
}


@media (max-width: 768px) {
  #titulo-productos-destacados {
      font-size: 34px !important;  
          margin: 0;
  }
}




/*PRODUCTOS */


.grid-productos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  padding: 80px 40px;
  text-align: center;
}

.producto img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
}

.producto h3 {
  font-size: 26px;
  margin-top: 15px;
  font-style: italic;
  color: #111;
}

@media (max-width: 768px) {
     .grid-productos {
        grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
        gap: 10px;
    }
}




/* GALERIA */

#content-galeria-grid {
       display: flex;
    justify-content: center;
    position: relative;
    margin-top: -250px;
    }

.galeria-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding: 60px 40px;
  max-width: 70%;
}

.galeria-grid img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.galeria-grid img:hover {
  transform: scale(1.02);
}

@media (max-width: 768px) {
  #content-galeria-grid {
      margin-top: -160px;
    }

    .galeria-grid {
    max-width: 90%;
    }
}

@media (max-width: 480px) {

      #content-galeria-grid {
        margin-top: -130px;
    }
  .galeria-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 5px;
      padding: 80px 16px;
      max-width: 90%;
  }
}





/*mapa */

.mapa,
.mapa iframe {
  width: 100%;
  height: 1000px;
  border: none;
  display: block;
}


/*contacto */

#content-contacto {
       display: flex;
    justify-content: center;
    position: relative;

}

.contacto {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: white;
  padding: 60px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 10;
    position: absolute;
  margin-top: -350px !important;
  max-width: 70%;
  align-items: center;
}

.formulario form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.formulario input,
.formulario textarea {
  border: none;
  border-bottom: 1px solid #444;
  padding: 10px;
  font-size: 1rem;
  background: transparent;
  resize: none;
  font-family: 'Playfair Display', sans-serif;
}

.formulario button {
  background: transparent;
  border: none;
  font-size: 1.5rem;
  color: #444;
  cursor: pointer;
  border-bottom: 1px solid #444;
  align-self: flex-start;
  font-family: 'Playfair Display', sans-serif;
}

#form-error {
  font-size: 0.9rem;
  color: red;
  margin-top: 5px;
}

.info {
  text-align: center;
  padding: 20px;
}

.info h4 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  margin-top: 0px !important;
}

.info p {
  color: #565656;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
}

.info p span {
    color: #333333;
    font-weight: 700;
  
}

.info a {
  color: #444;
  text-decoration: none;
}

.titulo-destacado-info {
  color: #363636;
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 32px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 768px) {
  .contacto {
    grid-template-columns: 1fr;
    padding: 30px;
  }

    .info {
      padding: 0;
  }

  .info h4 {
      font-size: 2rem;
  }
  .info p {   
      font-size: 15px;
      line-height: 22px;    
  }

}

.whatspp-boton-contacto {
display: flex;
    align-items: center;
    gap: 5px;
  }


.imagen-fondo img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1150px) {
  .imagen-fondo img  {
      margin-top: 100px;
  }
}

@media (max-width: 1000px) {
  .imagen-fondo img  {
     margin-top: 200px;
  }
}

@media (max-width: 768px) {
  .imagen-fondo img  {
      margin-top: 500px;
  }
}
@media (max-width: 480px) {
  .imagen-fondo img  {
        margin-top: 440px;

        }
}



/* FOOTER */

.footer {
  background-image: url(../img/footer-img.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 20px;
    padding-top: 140px;
    padding-bottom: 140px;
  color: white;
  text-align: center;
}

.footer-content {
  max-width: 600px;
  margin: 0 auto;
}

.footer img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.footer p {
      font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-style: normal;
    font-weight: 400;
    color: #fff;
}
