/* 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/produto.scss */
.sectionTitleWrapper {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  /* line 6, templates/g5_hydrogen/custom/scss/produto.scss */
  .sectionTitleWrapper {
    margin-bottom: 30px;
    flex-direction: column;
  }
}
/* line 11, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTitleWrapper .sectionTitle {
  font-size: 2rem;
  color: #000;
  margin-bottom: 0;
}
/* line 17, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTitleWrapper .sectionIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(43, 48, 89, 0.1);
  border-radius: 5px;
  width: 30px;
  height: 30px;
}
/* line 25, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTitleWrapper .sectionIcon svg {
  width: 15px;
  height: 15px;
}
/* line 32, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTextArticle {
  margin-left: 45px;
}
@media (max-width: 576px) {
  /* line 34, templates/g5_hydrogen/custom/scss/produto.scss */
  .sectionTextArticle {
    margin: 0 30px;
  }
}
/* line 38, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTextArticle ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 44, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTextArticle ul li {
  position: relative;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-left: 15px;
}
/* line 49, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTextArticle ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -2px;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent var(--color-primary);
}
/* line 61, templates/g5_hydrogen/custom/scss/produto.scss */
.sectionTextArticle h1, .sectionTextArticle h2, .sectionTextArticle h3, .sectionTextArticle h4, .sectionTextArticle h5, .sectionTextArticle h6 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1rem;
}
/* line 69, templates/g5_hydrogen/custom/scss/produto.scss */
#productIntro {
  text-align: center;
}
/* line 72, templates/g5_hydrogen/custom/scss/produto.scss */
#productIntro .productTitle {
  font-size: 2rem;
  color: var(--color-primary);
  margin-bottom: 0;
}
@media (max-width: 576px) {
  /* line 76, templates/g5_hydrogen/custom/scss/produto.scss */
  #productIntro .productTitle {
    font-size: 20px;
  }
}
/* line 82, templates/g5_hydrogen/custom/scss/produto.scss */
/* line 83, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageItem {
  width: 100%;
  height: 196px;
  background-color: #eee;
  overflow: hidden;
  border: solid 1px #ddd;
}
@media (max-width: 1199px) {
  /* line 89, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageItem {
    height: 125px;
  }
}
/* line 93, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageItem figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}
/* line 104, templates/g5_hydrogen/custom/scss/produto.scss */
/* line 105, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageItem.seeAll .imageHover {
  background-color: var(--color-primary);
  opacity: 1;
}
/* line 111, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageMain {
  width: 100%;
  height: 425px;
}
@media (max-width: 576px) {
  /* line 114, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageMain {
    height: 300px;
  }
}
/* line 118, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageMain .imageItem {
  width: 100%;
  height: 100%;
  border-radius: 0 50px 0 50px;
}
/* line 125, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media (max-width: 1199px) {
  /* line 129, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageCards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 991px) {
  /* line 132, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageCards {
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 576px) {
  /* line 136, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageCards {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* line 140, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageCards .imageItem {
  border-radius: 0 30px 0 30px;
}
/* line 145, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageLink {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
}
/* line 152, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageLink:hover .imageHover {
  opacity: 1;
}
/* line 157, templates/g5_hydrogen/custom/scss/produto.scss */
#productImages .imageHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 138, 214, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition: linear 130ms;
}
@media (max-width: 576px) {
  /* line 174, templates/g5_hydrogen/custom/scss/produto.scss */
  #productImages .imageHover {
    font-size: 12px;
    font-weight: 500;
  }
}
/* line 181, templates/g5_hydrogen/custom/scss/produto.scss */
/* line 182, templates/g5_hydrogen/custom/scss/produto.scss */
#productCatalog .cardCatalogWrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-left: 45px;
}
@media (max-width: 991px) {
  /* line 187, templates/g5_hydrogen/custom/scss/produto.scss */
  #productCatalog .cardCatalogWrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  /* line 190, templates/g5_hydrogen/custom/scss/produto.scss */
  #productCatalog .cardCatalogWrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 576px) {
  /* line 193, templates/g5_hydrogen/custom/scss/produto.scss */
  #productCatalog .cardCatalogWrapper {
    margin-left: 0;
  }
}
/* line 198, templates/g5_hydrogen/custom/scss/produto.scss */
#productCatalog .cardCatalog {
  position: relative;
  z-index: 0;
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 33px 100px 0 rgba(105, 105, 114, 0.3);
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  gap: 30px;
  transition: linear 150ms;
}
/* line 212, templates/g5_hydrogen/custom/scss/produto.scss */
#productCatalog .cardCatalog:hover {
  transform: translateY(-5px);
}
@media (max-width: 576px) {
  /* line 215, templates/g5_hydrogen/custom/scss/produto.scss */
  #productCatalog .cardCatalog {
    margin: 0 30px;
  }
}
/* line 220, templates/g5_hydrogen/custom/scss/produto.scss */
#productCatalog .cardCatalog svg {
  width: 45px;
  height: 45px;
}
/* line 225, templates/g5_hydrogen/custom/scss/produto.scss */
#productCatalog .catalogTitle {
  font-size: 14px;
  margin-bottom: 0;
}
/* line 231, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm {
  position: relative;
  z-index: 0;
}
@media (max-width: 576px) {
  /* line 234, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* line 239, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm:before {
  content: '';
  position: absolute;
  top: 0;
  left: -15%;
  width: 100%;
  height: 100%;
  background-image: url('../../../../images/assets/bg-form.png');
  background-size: cover;
  z-index: -1;
}
@media (max-width: 1199px) {
  /* line 248, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm:before {
    left: 0;
  }
}
@media (max-width: 576px) {
  /* line 251, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm:before {
    background-attachment: fixed;
  }
}
/* line 256, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formTitle {
  font-size: 2rem;
  color: #fff;
}
/* line 261, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formSubTitle {
  text-transform: uppercase;
  color: var(--color-secondary);
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1.5px;
}
/* line 269, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formText {
  font-size: 18px;
  opacity: 0.8;
  color: #fff;
}
/* line 275, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formWrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 33px 100px 0 rgba(0, 0, 0, 0.33);
}
@media (max-width: 991px) {
  /* line 280, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm .formWrapper {
    margin-top: 80px;
  }
}
@media (max-width: 576px) {
  /* line 283, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm .formWrapper {
    margin-top: 30px;
  }
}
/* line 288, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formContactsWrapper {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-direction: column;
  gap: 50px;
  margin-top: 80px;
}
@media (max-width: 576px) {
  /* line 295, templates/g5_hydrogen/custom/scss/produto.scss */
  #productForm .formContactsWrapper {
    gap: 30px;
    margin-top: 30px;
  }
}
/* line 300, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formContactsWrapper .contactTitle {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 10px 0;
  color: #fff;
  opacity: 0.8;
}
/* line 309, templates/g5_hydrogen/custom/scss/produto.scss */
#productForm .formContactsWrapper .contactValue {
  font-size: 17px;
  font-weight: 500;
  color: var(--color-secondary);
  text-decoration: none;
}
/*# sourceMappingURL=produto_9.css.map */