@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//intecgro.com.mx/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.3.4") format("woff2");
}

:root {
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 15px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 900;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(0,176,239);
	--wd-alternative-color: rgb(54,182,73);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(54,182,73);
	--btn-accented-bgcolor-hover: #74a32f;
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(54,182,73);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.hover-underline {
  font-size: 2rem;
  color: #ffffff;
  position: relative;
  display: inline-block;
}

.hover-underline::after,
.hover-underline::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #ff0000, #00ffff);
  bottom: -5px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.4s ease-out;
}

.hover-underline::before {
  top: -5px;
  transform-origin: left;
}

.hover-underline:hover::after,
.hover-underline:hover::before {
  transform: scaleX(1);
}

 .home-services {
    max-width: 1280px;
    margin: 0 auto;
    padding: 60px 24px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background: #ffffff;
  }

  .section-header {
    text-align: center;
    margin-bottom: 48px;
  }

  .section-header h2 {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a2e;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
  }

  .section-header p {
    font-size: 18px;
    color: #5a5a6e;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
  }

  .section-header .accent-line {
    width: 60px;
    height: 3px;
    background: rgb(0, 176, 239);
    margin: 20px auto 0;
    border-radius: 2px;
  }

  .services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }

  .service-card {
    background: #ffffff;
    border: 1px solid #eef2f6;
    border-radius: 20px;
    padding: 28px 20px;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  }

  .service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(0, 176, 239, 0.4);
    box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
  }

  .card-icon {
    width: 70px;
    height: 70px;
    background: rgba(0, 176, 239, 0.08);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 32px;
    transition: all 0.2s ease;
  }

  .service-card:hover .card-icon {
    background: rgb(0, 176, 239);
    transform: scale(1.05);
  }

  .service-card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 12px;
    letter-spacing: -0.01em;
  }

  .service-description {
    color: #5a5a6e;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 20px;
  }

  .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    border: 1.5px solid #e2e6ea;
    border-radius: 40px;
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #1a1a2e;
    text-decoration: none;
    transition: all 0.2s ease;
  }

  .btn-outline:hover {
    border-color: rgb(0, 176, 239);
    color: rgb(0, 176, 239);
    background: rgba(0, 176, 239, 0.04);
  }

  /* Responsive */
  @media (max-width: 1024px) {
    .services-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 640px) {
    .home-services {
      padding: 40px 20px;
    }
    .section-header h2 {
      font-size: 26px;
    }
    .services-grid {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .service-card {
      padding: 24px 20px;
    }
  }
h1{font-size:3rem;
}
h2{font-size:2.5rem;
}
h3{font-size:2rem;
}
/* H1 - Degradado sutil de azul a verde */
h2 {
  background: linear-gradient(135deg, rgb(0, 176, 239) 0%, rgb(54, 182, 73) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
}
h3 {
  text-shadow: 0 1px 2px rgba(0, 176, 239, 0.1);
}
/* H1 - Subrayado doble (línea + punto) */
/* H1 - Subrayado degradado (azul a verde) */
h1 {
  color: #1a1a2e;
  position: relative;
  display: inline-block;
}

h1:after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(0, 176, 239) 0%, rgb(54, 182, 73) 70%, transparent 100%);
  border-radius: 2px;
}

/* ============================================
   CONTACT FORM 7 ESTILO PREMIUM - FONDO NEGRO
   ============================================ */

/* Contenedor principal del formulario */
.wpcf7-form {
  max-width: 100%;
  margin: 0 auto;
}

/* Grupos de campos */
.wpcf7-form p {
  margin-bottom: 24px;
}

/* Etiquetas (labels) */
.wpcf7-form label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  color: #e0e0e0;
  letter-spacing: 0.3px;
  font-size: 14px;
}

/* Campos de texto, email, teléfono, textarea, select */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="date"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Hover de campos */
.wpcf7-form input[type="text"]:hover,
.wpcf7-form input[type="email"]:hover,
.wpcf7-form input[type="tel"]:hover,
.wpcf7-form select:hover,
.wpcf7-form textarea:hover {
  border-color: rgba(0, 176, 239, 0.5);
  background: rgba(255, 255, 255, 0.12);
}

/* Focus de campos */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: rgb(0, 176, 239);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 176, 239, 0.15);
}

/* Placeholder (texto de ejemplo) */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-weight: 400;
}

/* Textarea */
.wpcf7-form textarea {
  min-height: 120px;
  resize: vertical;
}

/* Checkbox y radio (si usas) */
.wpcf7-form input[type="checkbox"],
.wpcf7-form input[type="radio"] {
  margin-right: 8px;
  accent-color: rgb(0, 176, 239);
}

.wpcf7-form .wpcf7-list-item-label {
  color: #e0e0e0;
  font-size: 14px;
}

/* ===== BOTÓN DE ENVÍO (respetando tu configuración redondeada) ===== */
.wpcf7-form input[type="submit"] {
  background: linear-gradient(135deg, rgb(0, 176, 239) 0%, rgb(54, 182, 73) 100%);
  border: none;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
	border-radius:10px !important;
}

/* Hover del botón */
.wpcf7-form input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 176, 239, 0.3);
  filter: brightness(1.05);
}

/* Click del botón */
.wpcf7-form input[type="submit"]:active {
  transform: translateY(0);
}

/* ===== MENSAJES DE RESPUESTA ===== */

/* Mensaje de éxito (verde) */
.wpcf7-response-output {
  margin-top: 24px;
  padding: 14px 20px;
  border-radius: 12px;
  font-size: 14px;
  text-align: center;
}

.wpcf7-form.init .wpcf7-response-output {
  border: none;
}

.wpcf7-form.sent .wpcf7-response-output {
  background: rgba(54, 182, 73, 0.15);
  border: 1px solid rgb(54, 182, 73);
  color: rgb(54, 182, 73);
}

/* Mensaje de error */
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.failed .wpcf7-response-output,
.wpcf7-form.aborted .wpcf7-response-output {
  background: rgba(255, 70, 70, 0.12);
  border: 1px solid #ff4646;
  color: #ff8888;
}

/* Campos con error */
.wpcf7-not-valid-tip {
  color: #ff8888;
  font-size: 12px;
  margin-top: 6px;
  display: block;
}

.wpcf7-form .wpcf7-not-valid {
  border-color: #ff4646;
}

/* ===== SPINNER DE CARGA ===== */
.wpcf7-spinner {
  display: inline-block;
  background-color: rgba(0, 176, 239, 0.3);
  margin-left: 12px;
}

/* ===== SELECT (dropdown personalizado) ===== */
.wpcf7-form select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='rgba(255,255,255,0.6)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 14px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"],
  .wpcf7-form select,
  .wpcf7-form textarea {
    padding: 12px 16px;
  }
  
  .wpcf7-form input[type="submit"] {
    padding: 12px 24px;
    font-size: 15px;
  }
}
@media (max-width: 576px) {
	h1{font-size:2.5rem;
}
h2{font-size:2rem;
}
h3{font-size:1.5rem;
}
}

