/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* line 1, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta {
  display: flex;
  width: 300px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: var(--color-primary);
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  border: solid 1px var(--color-primary);
  transition: linear 150ms;
  position: relative;
}
@media (max-width: 991px) {
  /* line 19, templates/g5_hydrogen/custom/scss/categoria.scss */
  .button-cta {
    margin: 0 auto;
  }
}
/* line 23, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta span {
  transition: linear 150ms;
}
/* line 27, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
  opacity: 0;
  transition: linear 150ms;
}
/* line 40, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta:hover {
  background-color: var(--color-primary);
  color: #fff;
}
/* line 43, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta:hover span {
  transform: translateX(-5px);
}
/* line 46, templates/g5_hydrogen/custom/scss/categoria.scss */
.button-cta:hover:before {
  right: 15px;
  opacity: 1;
}
/* line 53, templates/g5_hydrogen/custom/scss/categoria.scss */
.categoriaProdutosWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 1199px) {
  /* line 57, templates/g5_hydrogen/custom/scss/categoria.scss */
  .categoriaProdutosWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 60, templates/g5_hydrogen/custom/scss/categoria.scss */
  .categoriaProdutosWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
/* line 65, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bomba {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 33px 100px 0 rgba(105, 105, 114, 0.3);
  margin-bottom: 80px;
}
/* line 71, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bomba:hover .card-image {
  transform: translateY(-8px);
}
@media (max-width: 576px) {
  /* line 74, templates/g5_hydrogen/custom/scss/categoria.scss */
  .card-bomba {
    margin-left: 30px;
    margin-right: 30px;
  }
}
/* line 80, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-image {
  margin-top: -100px;
  height: 200px;
  overflow: hidden;
  transition: linear 180ms;
}
/* line 87, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-title {
  margin: 15px 0;
  height: 72px;
  overflow: hidden;
}
/* line 93, templates/g5_hydrogen/custom/scss/categoria.scss */
.bomba-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}
/* line 100, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-description {
  height: 120px;
  overflow: hidden;
}
/* line 105, templates/g5_hydrogen/custom/scss/categoria.scss */
.bomba-text {
  font-size: 14px;
  margin: 0;
  color: var(--color-text);
}
/* line 111, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bottom a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: linear 130ms;
  padding: 8px 15px;
  background-color: var(--color-primary);
  border-radius: 5px;
}
/* line 120, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bottom a svg {
  transition: linear 130ms;
}
/* line 123, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bottom a svg path {
  fill: #fff;
}
/* line 124, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bottom a:hover {
  color: #fff;
}
/* line 126, templates/g5_hydrogen/custom/scss/categoria.scss */
.card-bottom a:hover svg {
  margin-left: 5px;
}
/*# sourceMappingURL=categoria_9.css.map */