/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* General */
h1, h2, h3, h4, h5, h6, p, p a, ul, a, a:hover, span {
  font-family: Montserrat, sans-serif;
}

h1 {
  margin-block: 0;
  color: inherit;
}

h3 {
  font-size: 34px;
  line-height: 1.2em;
}

p:is(:only-child, :last-child) {
  margin-bottom: 0;
}


/* Component: Header */
.header__wrapper {
  max-width: 1600px;
  gap: 20px;
}

.header__bottom {
  padding: 15px 20px !important;
  box-shadow: 0 0 8px 4px #00000040;
}

.header__logo {
  display: flex;
} 

.header__menu-item--button {
  padding-inline: 1rem !important;
} 


/* Component: Footer */
footer .footer-row-1-padding :is(a, span) {
  color: white !important;
  text-decoration: none;
} 

footer .accordion ul {
  list-style: none;
} 

footer .accordion {
  margin-bottom: 6px !important;
} 

footer .accordion__summary {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid #FFFFFF80;
} 

footer .accordion__summary:before {
  margin-top: -2px;
  font-size: 20px;
}

.accordion.card:has(.no-tab) .accordion__content {
  display: none !important;
} 

.accordion.card:has(.no-tab) .accordion__summary:before {
  content: '';
} 


/* Component: Banner categories */
.section--banner-categories {
  padding-inline: 20px;
  background: no-repeat center/cover url(https://7381550.fs1.hubspotusercontent-na1.net/hubfs/7381550/banner-equipos.webp);
} 

.section--banner-categories .container {
  min-height: 200px;
  padding-block: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
} 

.section--banner-categories h1 {
  margin: 0;
  color: white;
} 


/* Component: Template categories / products */
:is(.template-categories, .template-product) .container {
  max-width: 1240px;
  margin-inline: auto;
}  

:is(.section--grid-categories, .section--grid-products) {
  padding: 80px 20px;
}  

:is(.section--grid-categories, .section--grid-products) .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}  


/* Component: Grid products */
.section--grid-products .product-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
} 

.section--grid-products .product-item img {
  max-width: 100%;
}  

.section--grid-products .product--content p {
  margin-block: 20px 0;
  font-weight: 700;
  font-size: 16px;
  color: black;
  text-align: center;
} 

.no-results-found {
  grid-column: 1 / -1;
  text-align: center;
} 


/* Component: List categories */
.section--list-categories {
  padding: 20px;
  background-color: #009fe3;
}  

.section--list-categories .container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 10px;
} 

.section--list-categories a {
  padding: 4px 8px;
  font-size: 14px;
  color: white;
  text-decoration: none;
  white-space: nowrap;
} 

.section--list-categories a:is(:hover, .category-active) {
  background-color: #e6007e;
} 


@media (max-width: 1024px) {

}


@media (max-width: 767px) {
  /* General */
  h1, h1 span {
    font-size: 40px !important;
  }

  h2, h2 span {
    font-size: 32px !important;
  }
  
  h3 {
    font-size: 28px !important;
  }
  
  /* Class 
  .text-2xl {
    font-size: 24px;
  } */
    

  /* Component: Header */
  .header__bottom {
    padding: 20px 20px 16px !important;
  } 

  /* Component: Footer */
  footer .social-follow {
    justify-content: center !important;
  } 

  footer .widget-type-linked_image {
    margin-inline: auto;
  } 

  footer .widget-type-rich_text p {
    text-align: center !important;
  }
  
  /* */
  :is(.section--grid-categories, .section--grid-products) {
    padding: 60px 20px;
  }
  
  :is(.section--grid-categories, .section--grid-products) .container {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 30px 20px;
  }  
}
  
  

@media (min-width: 768px) {
  /* Component: Header */
  .header__bottom {
    padding: 20px !important;
  }  

  .header__menu-wrapper {
    padding-inline: 20px;
    display: flex;
    gap: 20px;
  } 

  .header__wrapper > div {
    flex: none !important;
  }

  .header__wrapper .header__menu-col {
    margin-inline: auto;
  } 

  .header__wrapper .header__button-col {
    margin-inline: 0 !important;
  } 

  .header__menu-wrapper .header__menu-item {
    padding-inline: 0;
  } 

  .header__menu-submenu a {
    width: 100%;
  } 
}
}