/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

/* GLOBAL STYLES*/

/*MENU*/
.icon-menu{
    color: white;
}

.header-nav li a{
    color: white;
}

.header-nav li a:hover{
    color:  rgb(254 173 126);
}

.header-nav li.active a{
    color: #000;
}

/*FOOTER*/
.agriland-social-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.agriland-social-icons a {
  font-size: 1.1em;
  color: #ffffff;
  text-decoration: none;
}

.agriland-social-icons a:hover {
  color: #62b651;
}





/* Contenedor hero del video */
.agriland-video-hero {
  width: 100%;
  height: 100vh; /* ocupa el alto total de la pantalla */
  overflow: hidden;
}

/* Video */
.agriland-video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Ocultar completamente en móviles */
@media (max-width: 768px) {
  .agriland-video-hero {
    display: none;
  }
}


/* Contenedor hero */
.agriland-video-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

/* Video */
.agriland-video-hero video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Capa de texto */
.agriland-video-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #ffffff;
  padding: 20px;
}

/* Overlay oscuro para legibilidad */
.agriland-video-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* Padding en mensaje hero */
.h3-hero{
  margin: 0 1rem 1rem 1rem;
  display: inline-block;  
  padding: 0.5rem 1.0rem;
}

/* Ocultar en móviles */
@media (max-width: 768px) {
  .agriland-video-hero {
    display: none;
  }
}


.header-top{
    overflow: hidden;
    /* background: linear-gradient(to right, #00ff00, #ffff00); */
    background: linear-gradient(to right, #2d6d7b, #62b651) !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

#masthead{
  background: linear-gradient(to right, #2d6d7b, #62b651) !important;
}

.h1-home{
    color: #ffffff;
    font-size: 3em;
    width: 50%;
}
   
.parrafo-description-home{
    color: #ffffff;
    font-size: 2em;
    width: 60%;
}

.h2-categoria-texto{
    cursor: pointer;

}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}


/* ficha producto FAQs */
.djacs-faq{
    background-color: #ededf4;
    padding: 0.5em;
    margin-bottom: 0.5em;
}

.djacs-faq-question{
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.djacs-faq-answer{
  padding-bottom: 0;
}

.woocommerce-tabs{
  margin-top: 2em;
}

.djacs-product-faqs h3{
    margin-bottom: 1em;
    font-size: 1.2em;
    font-weight: 600;
    border-bottom: 5px solid #2d6d7b;
}

/*OCULTAR ICON PINTEREST*/

.social-icons.share-icons .icon.button.circle.is-outline.tooltip.pinterest{
  display: none !important;
}


/*ESTILOS ICONOS LANDING PAGE*/
/* Cards generales para landing Agriland */
.agriland-icon-box {
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items: center;
    height:100%;
    text-align:center;
    padding:30px 24px;
    border-radius:14px;
    background:#fff;
    box-shadow:0 4px 18px rgba(0,0,0,.06);
}

.agriland-icon-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 26px rgba(0,0,0,0.10);
}

.agriland-icon {
  width: 48px;
  height: 48px;
  display: inline-block;
  margin-bottom: 18px;
}

.agriland-icon-title {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}

.agriland-icon-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666666;
  margin: 0 auto;
  max-width: 320px;
}

/* Responsive */
@media (max-width: 768px) {
  .agriland-icon-box {
    padding: 24px 18px;
    margin-bottom: 20px;
  }

  .agriland-icon {
    width: 36px;
    height: 36px;
  }

  .agriland-icon-title {
    font-size: 18px;
  }

  .agriland-icon-text {
    font-size: 15px;
  }
}

.agriland-benefit-header {
  display: flex;
  align-items: center;
  gap: 14px;
  /* margin-bottom: 10px; */
}

.agriland-benefit-header svg {
  width: 38px;
  height: 38px;
  flex-shrink: 0;
}

.agriland-benefit-header h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #333;
}

.agriland-benefit-item p{
  margin-bottom: 1.2rem;
}

@media (max-width:768px){

  .agriland-benefit-header h3{
     font-size:18px;
  }

  .agriland-benefit-header svg{
     width:30px;
     height:30px;
  }

}


/* =========================================
   TITULOS PRODUCTOS FLATSOME + ...
========================================= */

.product-small .box-text .name.product-title,
.product-small .box-text .name.product-title a {

    display: block !important;

    width: 100%;
    max-width: 100%;

    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;

}

/* =========================================
   WHATSAPP BUTTON AGRILAND
========================================= */

/* =========================================
   WHATSAPP CTA CENTRADO
========================================= */

.agriland-products-whatsapp{

    text-align:center;
}

.agriland-whatsapp-link {

    display:inline-flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:12px;

    text-decoration:none;

    color:#25D366;

    transition:all .3s ease;

}

.agriland-whatsapp-link:hover{

    transform:translateY(-3px);

}

.agriland-whatsapp-icon {

    width:72px;
    height:72px;

}

.agriland-whatsapp-link span{

    font-size:18px;
    font-weight:600;

    color:#333;

}

/* TEXTO PRINCIPAL */

.agriland-whatsapp-main {

    font-size:20px;
    font-weight:700;
    color:#222;
    line-height:1.3;
    margin-bottom:4px;

}

/* TEXTO SECUNDARIO */

.agriland-whatsapp-sub {

    font-size:15px;
    font-weight:400;
    color:#777;
    line-height:1.5;

}


/* STILOS PARA BOTON WASAP FLOTANTE AL FINAL DE LANDING */
.agriland-whatsapp-sticky {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  transition: all .25s ease;
}

.agriland-whatsapp-sticky svg {
  width: 34px;
  height: 34px;
}

.agriland-whatsapp-sticky:hover {
  background: #1EBE5D;
  color: #fff;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .agriland-whatsapp-sticky {
    width: 56px;
    height: 56px;
    right: 16px;
    bottom: 16px;
  }

  .agriland-whatsapp-sticky svg {
    width: 30px;
    height: 30px;
  }
}

/* =========================================
   FAQ AGRILAND LANDING PAGE
========================================= */

.accordion-title {

    font-size:18px;
    font-weight:600;

    color:#333;

}

.accordion-inner {

    color:#666;

    line-height:1.7;

    font-size:16px;

}

.agriland-soluciones {
  background: linear-gradient(135deg, #eef8e8 0%, #f7fbf3 100%);
  padding: 70px 20px;
}

.agriland-soluciones__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.agriland-soluciones__header {
  max-width: 100%;
  margin-bottom: 40px;
}

.agriland-soluciones__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #dbeed2;
  color: #2f6b2f;
  font-size: 14px;
  font-weight: 600;
}

.agriland-soluciones h2 {
  margin: 0 0 18px;
  color: #183b1c;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  font-weight: 800;
}

.agriland-soluciones__header p {
  color: #35543a;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  margin-bottom: 1rem;
}

.agriland-tech-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 42px;
}

.agriland-tech-card {
  background: #ffffff;
  border: 1px solid rgba(47, 107, 47, 0.12);
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 10px 28px rgba(30, 70, 30, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.agriland-tech-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(30, 70, 30, 0.13);
}

.agriland-tech-card__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: #eef8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.agriland-tech-card h3 {
  margin: 0 0 10px;
  color: #1f4f24;
  font-size: 20px;
  font-weight: 700;
}

.agriland-tech-card p {
  margin: 0;
  color: #4c5f4d;
  font-size: 15px;
  line-height: 1.6;
}

.agriland-usos {
  background: rgba(255, 255, 255, 0.68);
  border-radius: 22px;
  padding: 30px;
  margin-bottom: 34px;
}

.agriland-usos h3 {
  margin: 0 0 20px;
  color: #183b1c;
  font-size: 24px;
  font-weight: 700;
}

.agriland-usos__items {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.agriland-usos__items span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #ffffff;
  border: 1px solid rgba(47, 107, 47, 0.15);
  border-radius: 999px;
  color: #2d4d31;
  font-size: 15px;
  font-weight: 600;
}

.agriland-soluciones__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  text-align: center;

  background: linear-gradient(135deg, #2E7D32, #1B5E20);

  padding: 50px 40px;

  border-radius: 28px;

  color: #fff;

  gap: 28px;
}

.agriland-soluciones__cta p {
  margin: 0;

  max-width: 760px;

  font-size: 20px;
  line-height: 1.8;

  text-align: center;
}

/* =========================
   BOTÓN CTA
========================= */

.agriland-btn,
.agriland-btn-whatsapp {

  display: inline-flex;

  align-items: center;
  justify-content: center;

  gap: 14px;

  padding: 16px 26px;

  border-radius: 999px;

  background: #ffffff;

  color: #234f28;

  font-weight: 700;

  text-decoration: none;

  transition: background 0.25s ease,
              transform 0.25s ease;

  box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

.agriland-btn:hover,
.agriland-btn-whatsapp:hover {

  background: #eef8e8;

  color: #234f28;

  transform: translateY(-2px);
}

/* =========================
   ICONO WHATSAPP
========================= */

.agriland-btn-whatsapp__icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agriland-btn-whatsapp__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}

/* =========================
   TEXTO BOTÓN
========================= */

.agriland-btn-whatsapp__text {

  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.agriland-btn-whatsapp__text span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.2px;
}

.agriland-btn-whatsapp__text strong {
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 900px) {

  .agriland-tech-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .agriland-soluciones__cta {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 24px;
  }

  .agriland-soluciones__cta p {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .agriland-soluciones {
    padding: 48px 16px;
  }

  .agriland-tech-grid {
    grid-template-columns: 1fr;  }

  .agriland-usos {
    padding: 24px;
  }

  .agriland-soluciones__cta {
    padding: 24px;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .agriland-btn-whatsapp__text {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .agriland-soluciones__cta p {
    font-size: 17px;
    line-height: 1.7;
    text-align: center;
    margin: 0 auto;
  }

  .agriland-btn,
  .agriland-btn-whatsapp {
    width: 100%;
    justify-content: center;
  }

  .agriland-btn-whatsapp__text span {
    font-size: 12px;
  }

  .agriland-btn-whatsapp__text strong {
    font-size: 18px;
  }
}



/* =====================================================
   CAMPAÑA DESBROZADORAS AUTÓNOMAS GPS AGRILAND
   Sustituir el bloque anterior de "CAMPAÑA DESBROZADORAS"
===================================================== */

.agri-mower-container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

/* HERO */

.agri-mower-hero {
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-image: url("https://agriland.es/wp-content/uploads/2026/06/imagen_Hero_landing_desbrozadoras_v2.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.agri-mower-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(15, 30, 15, 0.9) 0%,
    rgba(15, 30, 15, 0.72) 42%,
    rgba(15, 30, 15, 0.18) 100%
  );
}

.agri-mower-hero__content {
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.agri-mower-hero h1 {
  max-width: 900px;
  margin: 18px 0;
  color: #ffffff;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 1.08;
  font-weight: 800;
}

.agri-mower-hero h2 {
  max-width: 780px;
  margin: 0 0 30px;
  color: #f1f7ec;
  font-size: clamp(20px, 2.4vw, 30px);
  line-height: 1.45;
  font-weight: 400;
}

.agri-mower-hero__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.agri-mower-hero__icons {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 20px;
  margin-top: 54px;
  max-width: 850px;
}

.agri-mower-hero__icons div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.agri-mower-hero__icons span {
  font-size: 25px;
}

/* BADGES */

.agri-mower-badge,
.agri-mower-mini-badge {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #e4f3d8;
  color: #3f6f21;
  font-weight: 700;
  font-size: 14px;
}

.agri-mower-badge--light {
  background: rgba(255,255,255,.16);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.35);
}

.agri-mower-badge--tech {
  background: #eaf3ff;
  color: #1d6fdc;
}

.agri-mower-mini-badge {
  background: #1d6fdc;
  color: #ffffff;
}

/* SECCIONES */

.agri-mower-section {
  padding: 72px 0;
}

.agri-mower-section--soft {
  background: #f7faf4;
}

.agri-mower-section h2 {
  color: #23351f;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.agri-mower-lead {
  max-width: 820px;
  color: #4d5a47;
  font-size: 18px;
  line-height: 1.7;
}

/* BOTONES */

.agri-mower-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease;
}

.agri-mower-btn--primary {
  background: #5f8f2f;
  color: #ffffff;
}

.agri-mower-btn--primary:hover {
  background: #4e7826;
  color: #ffffff;
  transform: translateY(-2px);
}

.agri-mower-btn--light {
  background: #ffffff;
  color: #35551f;
  border: 1px solid #cfe2bf;
}

.agri-mower-btn--light:hover {
  background: #f4faef;
  color: #35551f;
  transform: translateY(-2px);
}

/* GRIDS */

.agri-mower-grid {
  display: grid;
  gap: 22px;
  margin-top: 34px;
}

.agri-mower-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.agri-mower-grid--4,
.agri-mower-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 34px;
}

/* CARDS */

.agri-mower-card,
.agri-mower-product,
.agri-mower-faq details {
  background: #ffffff;
  border: 1px solid #e1ead8;
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(37,56,30,.06);
}

.agri-mower-card h3,
.agri-mower-product h3 {
  color: #263b1f;
  font-size: 20px;
  margin-bottom: 10px;
}

.agri-mower-card p,
.agri-mower-product p,
.agri-mower-product li,
.agri-mower-faq p {
  color: #53604c;
  line-height: 1.65;
}

.agri-mower-icon {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: #eef8e8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}

.agri-mower-icon--blue {
  background: #eaf3ff;
}

.agri-mower-card--tech {
  border-top: 4px solid #1d6fdc;
}

.agri-mower-card--line {
  border-top: 4px solid #6d9f3d;
}

.agri-mower-card--line-blue {
  border-top-color: #1d6fdc;
}

/* PRODUCTOS */

.agri-mower-product {
  display: flex;
  flex-direction: column;
}

.agri-mower-product--featured {
  border: 2px solid #1d6fdc;
  transform: translateY(-6px);
}

.agri-mower-product__tag {
  font-weight: 700;
  color: #1d6fdc !important;
  margin-bottom: 14px;
}

.agri-mower-product ul {
  padding-left: 18px;
  margin-bottom: 22px;
}

.agri-mower-product .agri-mower-btn {
  margin-top: auto;
}

/* USOS */

.agri-mower-uses {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
  padding: 30px;
  border-radius: 22px;
  background: #f7faf4;
}

.agri-mower-uses span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  background: #ffffff;
  border: 1px solid rgba(47,107,47,.15);
  border-radius: 999px;
  color: #2d4d31;
  font-size: 15px;
  font-weight: 600;
}

.agri-mower-center {
  text-align: center;
  margin-top: 34px;
}

/* FAQ */

.agri-mower-faq {
  margin-top: 30px;
}

.agri-mower-faq details {
  margin-bottom: 14px;
}

.agri-mower-faq summary {
  cursor: pointer;
  color: #263b1f;
  font-weight: 700;
}

.agri-mower-faq p {
  margin-top: 12px;
}

/* CTA FINAL */

.agri-mower-final {
  padding: 76px 0;
  background: linear-gradient(135deg, #35551f 0%, #1d6fdc 100%);
  text-align: center;
  color: #ffffff;
}

.agri-mower-final h2,
.agri-mower-final p {
  color: #ffffff;
}

.agri-mower-final h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
  margin-bottom: 18px;
}

.agri-mower-final p {
  max-width: 720px;
  margin: 0 auto 26px;
  font-size: 18px;
  line-height: 1.7;
}

/* RESPONSIVE */

@media (max-width: 1000px) {
  .agri-mower-grid--4,
  .agri-mower-products {
    grid-template-columns: 1fr 1fr;
  }

  .agri-mower-grid--3 {
    grid-template-columns: 1fr 1fr;
  }

  .agri-mower-product--featured {
    transform: none;
  }

  .agri-mower-hero__icons {
    grid-template-columns: repeat(2, auto);
  }
}

@media (max-width: 768px) {
  .agri-mower-hero {
    align-items: flex-end;
    padding-bottom: 70px;
    background-position: center center;
  }

  .agri-mower-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(15,30,15,.20) 0%,
      rgba(15,30,15,.90) 72%
    );
  }

  .agri-mower-hero__buttons {
    flex-direction: column;
  }

  .agri-mower-btn {
    width: 100%;
  }

  .agri-mower-hero__icons {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 34px;
  }
}

@media (max-width: 600px) {
  .agri-mower-grid--3,
  .agri-mower-grid--4,
  .agri-mower-products {
    grid-template-columns: 1fr;
  }

  .agri-mower-section {
    padding: 54px 0;
  }

  .agri-mower-uses {
    padding: 22px;
  }

  .agri-mower-hero__icons {
    grid-template-columns: 1fr;
  }
}