/*--------------------------------------------------------------
# Variables Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Color
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*
body {
    overflow-x: hidden;
}

.alignfull {
    max-width: 1000%;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: auto;
}

.alignwide {
    max-width: 1000%;
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    width: auto;
}

@media (max-width: 576px) {
    iframe {
        max-width: 100%;
    }
}
*/
/*Mi cuenta Woocommerce*/
.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2,
.woocommerce-checkout .col-3,
.woocommerce-checkout .col-4,
.error404 .col-1,
.error404 .col-2,
.error404 .col-3,
.error404 .col-4,
#colophon .col-1,
#colophon .col-2,
#colophon .col-3,
#colophon .col-4,
.woocommerce-Addresses .col-1,
.woocommerce-Addresses .col-2,
.woocommerce-Addresses .col-3,
.woocommerce-Addresses .col-4,
#customer_login .col-1,
#customer_login .col-2,
#customer_login .col-3,
#customer_login .col-4 {
  max-width: 100% !important; }
@media (max-width: 575.98px) {
  .woocommerce-checkout .col-1,
  .woocommerce-checkout .col-2,
  .error404 .col-1,
  .error404 .col-2,
  #colophon .col-1,
  #colophon .col-2,
  .woocommerce-Addresses .col-1,
  .woocommerce-Addresses .col-2,
  #customer_login .col-1,
  #customer_login .col-2 {
    max-width: 100% !important;
    width: 100% !important; } }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
/* BUSCADOR */
.gb-site-header .wp-block-search .wp-block-search__inside-wrapper {
  border: 0;
  border-bottom: 1px solid; }
.gb-site-header .wp-block-search .wp-block-search__input {
  background-color: white;
  border: 0;
  padding-left: 0; }
.gb-site-header .wp-block-search .wp-block-search__button {
  margin-left: 0; }

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home {
  margin-top: 0; }

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.etn-search-results {
  margin: 0 auto;
  max-width: 1180px;
  padding: 48px 20px 72px; }

.etn-search-results__header {
  margin-bottom: 40px; }

.etn-search-results__label {
  color: #6f6f6f;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase; }

.etn-search-results__title {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  margin: 0; }

.etn-search-results__title span {
  color: #c4001a; }

.etn-search-results__section {
  margin-top: 56px; }

.etn-search-results__section:first-of-type {
  margin-top: 0; }

.etn-search-results__section-title {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 24px; }

.etn-search-family-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: -6px; }

.etn-search-family-button {
  align-items: center;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 999px;
  color: #1f1f1f;
  display: inline-flex;
  gap: 10px;
  max-width: 100%;
  min-height: 40px;
  padding: 9px 14px;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease; }

.etn-search-family-button:hover,
.etn-search-family-button:focus {
  background: #1f1f1f;
  border-color: #1f1f1f;
  color: #ffffff;
  text-decoration: none; }

.etn-search-family-button__name {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
  text-transform: uppercase; }

.etn-search-family-button__count {
  color: #777777;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap; }

.etn-search-family-button:hover .etn-search-family-button__count,
.etn-search-family-button:focus .etn-search-family-button__count {
  color: #ffffff; }

.etn-search-products {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(4, minmax(0, 1fr)); }

.etn-search-product-card {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  min-width: 0;
  overflow: hidden; }

.etn-search-product-card__link {
  color: inherit;
  display: grid;
  height: 100%;
  text-decoration: none; }

.etn-search-product-card__link:hover,
.etn-search-product-card__link:focus {
  color: inherit;
  text-decoration: none; }

.etn-search-product-card__media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  padding: 18px; }

.etn-search-product-card__image {
  display: block;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 180ms ease;
  width: 100%; }

.etn-search-product-card__link:hover .etn-search-product-card__image,
.etn-search-product-card__link:focus .etn-search-product-card__image {
  transform: scale(1.03); }

.etn-search-product-card__content {
  display: block;
  padding: 14px; }

.etn-search-product-card__reference,
.etn-search-product-card__brand {
  color: #686868;
  display: block;
  font-size: 13px;
  line-height: 1.4; }

.etn-search-product-card__title {
  font-size: 16px;
  line-height: 1.25;
  margin: 8px 0; }

.etn-search-posts {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr)); }

.etn-search-post-card {
  align-items: stretch;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  display: grid;
  grid-template-rows: auto 1fr;
  overflow: hidden; }

.etn-search-post-card__image-link {
  background: #f4f4f4;
  display: block;
  aspect-ratio: 4 / 3;
  min-height: 0; }

.etn-search-post-card__image,
.etn-search-post-card__placeholder {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%; }

.etn-search-post-card__placeholder {
  background: #f4f4f4; }

.etn-search-post-card__content {
  padding: 18px; }

.etn-search-post-card__title {
  font-size: 18px;
  line-height: 1.25;
  margin: 0 0 12px; }

.etn-search-post-card__title a {
  color: inherit;
  text-decoration: none; }

.etn-search-post-card__excerpt {
  color: #555555;
  margin-bottom: 20px; }

.etn-search-post-card__excerpt p {
  margin-bottom: 0; }

.etn-search-post-card__button {
  background: #1f1f1f;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 18px;
  text-decoration: none; }

.etn-search-post-card__button:hover,
.etn-search-post-card__button:focus {
  background: #c4001a;
  color: #ffffff;
  text-decoration: none; }

.etn-search-results__empty {
  margin-top: 32px; }

@media (max-width: 900px) {
  .etn-search-products {
    grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .etn-search-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) {
  .etn-search-results {
    padding: 36px 16px 56px; }

  .etn-search-products {
    grid-template-columns: 1fr; }

  .etn-search-posts {
    grid-template-columns: 1fr; } }
/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Product
--------------------------------------------------------------*/
.etn-product {
  --etn-product-section-gap: 40px;
  --etn-product-grid-gap: 6em;
  --etn-product-muted: #666666; }

.etn-product__container {
  width: 100%; }

.etn-product__topbar {
  color: var(--etn-product-muted); }

.etn-product__topbar-grid,
.etn-product__hero-grid {
  align-items: flex-start; }

.etn-product__breadcrumbs {
  font-size: 14px; }

.etn-product__brand-summary {
  text-align: right; }

.etn-product__main-image-wrap {
  margin: 0; }

.etn-product__main-image {
  display: block;
  height: auto;
  max-width: 100%; }

.etn-product__brand {
  margin-bottom: 8px; }

.etn-product__title {
  line-height: 1.1; }

.etn-product__reference {
  margin-bottom: 20px; }

.etn-product__actions {
  align-items: center; }

.etenon-product-usage-level {
  display: inline-block;
  margin-top: 18px;
  max-width: 100%; }

.etenon-product-usage-level__text {
  color: #111111;
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 4px; }

.etenon-product-usage-level__label {
  color: #8a8a8a;
  font-weight: 400;
  text-transform: uppercase; }

.etenon-product-usage-level__value {
  color: #111111;
  font-weight: 400; }

.etenon-product-usage-level__bars {
  display: grid;
  gap: 4px;
  grid-template-columns: repeat(3, minmax(30px, 1fr));
  width: min(150px, 100%); }

.etenon-product-usage-level__bar {
  background: #c7c7c7;
  border-radius: 2px;
  display: block;
  height: 5px;
  min-width: 0; }

.etenon-product-usage-level__bar.is-active {
  background: #000000; }

.etn-button {
  align-items: center;
  display: inline-flex;
  gap: 0.5em;
  text-decoration: none; }

.etn-button--primary,
.etn-button--secondary,
.etn-button--tertiary {
  justify-content: center; }

.etn-product__gallery,
.etn-product__specs,
.etn-product__details {
  margin-top: var(--etn-product-section-gap); }

.etn-product__carousel-items,
.etn-product__carousel-item {
  min-width: 0; }

.etn-product__carousel-controls,
.etn-product__related-controls {
  gap: 12px; }

.etn-product__carousel-button {
  flex: 0 0 auto; }

.etn-product__carousel-pagination {
  min-width: 0; }

.etn-product__details-link {
  margin-left: auto;
  margin-right: auto; }

.etn-product__accordion-item {
  border-bottom: 1px solid currentColor; }

.etn-product__accordion-toggle {
  cursor: pointer; }

.etn-product__document-link {
  align-items: center;
  display: inline-flex;
  gap: 0.5em; }

.etn-product__section-title {
  line-height: 1.15; }

.etn-product__section-title--inverse {
  color: var(--base-3); }

.etn-product__detail-card {
  min-width: 0; }

.etn-product__detail-image {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.etn-product__detail-title {
  line-height: 1.2; }

.etn-product__integration {
  margin-top: var(--etn-product-section-gap); }

.etn-product__separator {
  margin-bottom: var(--etn-product-section-gap);
  margin-top: var(--etn-product-section-gap); }

.etn-product__related-header {
  gap: 24px; }

.etn-product__related-card {
  min-width: 0; }

.etn-product__related-title {
  line-height: 1.3; }

.etn-product__related-meta {
  gap: 16px; }

@media (max-width: 767px) {
  .etn-product {
    --etn-product-section-gap: 32px; }

  .etn-product__brand-summary {
    text-align: left; }

  .etn-product__actions {
    gap: 16px; }

  .etn-product__quote-link,
  .etn-product__support-link {
    width: 100%; }

  .etn-product__related-header {
    align-items: flex-start;
    flex-direction: column; } }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Blocks
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Fields
--------------------------------------------------------------*/
/*# sourceMappingURL=main.css.map */
