.classificacao-item,
.ver-tudo {
  text-align: right;
  font-weight: 700;
}
.classificao-item,
.home .materiais__box__name,
.parallax_footer-values h2,
.ver-tudo,
a.categoria-item {
  text-transform: uppercase;
}
body {
  font-family: Montserrat;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #3f3f3f;
}
a:hover {
  color: #717171;
}
.bg-white {
  transition: 1.5s;
}
.oculta-logo {
  display: none;
  transition: 1s;
}
#logo-blue {
  width: 120px;
  height: auto;
  object-fit: contain;
}
@media (min-width: 576px) {
  .navbar {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.lista-idiomas {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.clean-navbar .logo img {
  height: 90px;
  width: auto;
}
.navbar-basic .nav-link {
  color: #f2f6f6;
  transition: 1s;
}
.nav-link:focus,
.navbar-basic .nav-link:hover {
  color: #b4b1b1;
}
h1 span {
  font-weight: 800;
}
section {
  padding-bottom: 35px;
}
p {
  color: #555952;
}
.texto_destaque {
  line-height: 31px;
  font-size: 1rem;
  padding-top: 10px;
}
.page-footer p,
.texto_geral {
  font-size: 1rem;
}
.categorias-home {
  position: absolute;
  width: 100%;
  top: -100px;
}
.brilho-efeito .item-home,
.brilho-efeito a,
.conteudo_colecao a,
.foto,
.foto_sobre,
.item,
.parallax__footer {
  position: relative;
}
a.categoria-item {
  border-radius: 3px;
  width: 25%;
  height: 88px;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 10px #000;
  margin: 10px;
  box-shadow: 1px 1px 5px #000;
  background-size: cover !important;
  background-color: #00000020 !important;
  background-blend-mode: overlay;
}
a.categoria-item p {
  position: absolute;
  height: 100%;
  width: 100%;
  color: #fff !important;
  z-index: 9999999;
  top: 0;
  font-size: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.quemsomos {
  padding: 82px 0 102px;
}
a.categoria-item:hover .foto_categoria {
  transform: scale(1.4);
}
.classificacao-produtos-list {
  display: flex;
  justify-content: center;
}
.classificacao-item {
  background: #163a6a;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 15px -6px #00000066;
  margin: 10px;
  cursor: pointer;
}
.conteudo_colecao.home,
.parallax__footer {
  background-size: cover;
  background-position: center;
}
p.subtitulo-produtos {
  font-size: 1rem;
  max-width: 900px;
}
.ver-tudo {
  color: #333;
  padding-top: 20px;
}
.foto_categoria {
  transition: 4s;
  height: 100%;
  object-fit: cover;
}
.conteudo_colecao.home {
  background-image: url(../../assets/img/img/vancouver.png);
  background-color: #e8e8e878;
  background-blend-mode: color;
  padding: 40px 0;
  box-shadow: inset 0 3px 19px -9px #000;
}
.conteudo_colecao.home .container {
  padding: 1% 5%;
}
.brilho-efeito {
  overflow: hidden;
  padding: 10px;
}
.brilho-efeito .item-home::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.brilho-efeito .item-home:hover::before {
  -webkit-animation: 0.75s shine;
  animation: 0.75s shine;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.page-footer {
  background-color: #163a6a;
  padding-top: 15px;
  text-align: center;
  color: #fff;
}
.page-footer .footer-copyright {
  background-color: #1b4884;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  margin-top: 0;
  border: 1px solid #1b4884;
}
.page-footer .footer-copyright p {
  margin: 10px;
  color: #f7f7f7;
  font-size: 14px;
}
.page-footer .footer-copyright img {
  height: 90px;
  width: 112px;
}
.footer_address {
  font-size: 18px;
  font-weight: 700;
  margin-top: 30px;
  text-align: right;
}
.footer_address svg {
  padding-right: 8px;
  font-size: 1.9rem;
}
.page-footer a {
  color: #f2f2f2 !important;
}
.page-footer a:hover {
  color: #b4b1b1 !important;
}
.foto,
.foto_sobre {
  z-index: 1;
}
.item {
  overflow: hidden;
  z-index: 2;
}
.foto_destaque {
  transition: 4s;
}
.foto_destaque:hover {
  transform: scale(1.02);
}
.foto_destaque-sobre {
  transition: 1s;
  border-radius: 50px;
}
.foto_destaque-sobre:hover {
  transform: scale(1.08);
}
.foto_vertical {
  border-radius: 20px;
  height: 350px;
  width: 100%;
  object-fit: contain;
  transform: scale(1.5);
}
.parallax__footer {
  background-image: url("../../assets/img/img/parallax.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
  color: #f2f2f2;
}
.parallax__footer::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
}
.search__button--open,
.search__button--open:hover,
.search__button--submit,
.search__button--submit:hover {
  background-color: #555952;
}
.parallax_footer-values {
  padding: 60px;
  color: #f2f2f2;
}
.parallax_footer-values h2 {
  font-size: 1.5rem;
  font-weight: 800;
}
.parallax_footer-values li,
.parallax_footer-values p {
  font-size: 1.2rem;
  color: #f2f2f2;
}
@media (min-width: 979px) {
  ul.navbar-nav div.dropdown-submenu:hover > div.dropdown-menu,
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
}
.search_suspenso {
  display: flex;
  position: fixed;
  right: -254px;
  top: 7.5%;
  transform: translateY(-50%);
  transition: 0.5s;
  z-index: 1050;
}
@media screen and (min-width: 992px) {
  .search_suspenso {
    right: -264px;
  }
}
@media screen and (max-width: 1023px) {
  .search_suspenso {
    right: -264px;
    top: 26.5%;
  }
}
.search_suspenso.is-active {
  right: 0;
}
.search__button {
  border: none;
  cursor: pointer;
}
.search__button,
.search__input {
  font-size: 1rem;
  padding: 0.625rem;
}
.search__button--open,
.search__button--submit {
  color: #f2f2f2;
  min-height: 50px;
  min-width: 50px;
}
.search__button--open {
  border-radius: 0.625rem 0 0 0.625rem;
  position: relative;
  width: 50px;
}
.search__icon {
  opacity: 0;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: 250ms;
}
.header_industria,
.header_sobre {
  justify-content: center;
  opacity: 0.9;
}
.search__icon.is-active {
  opacity: 1;
}
.search__form {
  overflow: hidden;
  min-height: 50px;
}
.search__input {
  border: none;
  border-bottom: 3px solid var;
  border-top: 3px solid #555952;
  height: 100%;
  padding: 0 0.625rem;
  width: 190px;
}
a.btn.btn-rounded.custom-button {
  border-radius: 53px;
  color: #183a6a;
  font-weight: 600;
  border: 2px solid #183a6a;
  padding: 10px 20px;
}
a.custom-button-contato {
  border-radius: 53px;
  color: #fff;
  background: #ffffff0f;
  font-weight: 600;
  border: 2px solid #fff;
  padding: 10px 20px;
}
.header_sobre {
  background-image: url(../../assets/img/img/banner-matarazzo-sobrenos.jpg);
  min-height: 250px;
  /* background-attachment: fixed; */
  background-position: right;
  background-repeat: no-repeat;
  /* background-size: cover; */
  margin-top: 85px;
  margin-bottom: 45px;
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  align-items: center;}
.header_esg,
.header_industria {
  background-position: bottom;
  background-repeat: no-repeat;
  margin-top: 85px;
  margin-bottom: 45px;
  z-index: 1;
  display: -webkit-flex;
  background-size: cover;
  position: relative;
}
/*.header_esg::before,
.header_industria::before,
.header_sobre::before {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(22, 85, 158, 0.4);
}*/
.header_esg h1,
.header_industria h1,
.header_sobre h1 {
  font-family: arial black;
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0.1em 0.1em 0.2em #000;
}
.header_industria {
  background-image: url("../../assets/img/img/matarazzo_site_close.jpg");
  min-height: 300px; /*background-attachment:fixed;*/
  background-position: 0 top;
  align-items: center;
}
.header_esg {
  background-image: url("../../assets/img/img/meio-ambiente.jpg");
  min-height: 250px;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  opacity: 9;
}
@media (max-width: 767.99px) {
  .parallax__footer {
    background-attachment: scroll;
  }
  a.categoria-item p {
    font-size: 12px;
  }
  .header_sobre {
    min-height: 200px;
    background-position-x: 70%;
    background-attachment: scroll;
  }
  .header_esg h1,
  .header_industria h1,
  .header_sobre h1 {
    font-size: 36px;
  }
  .header_industria {
    min-height: 200px;
    background-attachment: scroll;
  }
  .header_esg {
    min-height: 200px;
    background-position: center;
    background-attachment: scroll;
  }
}
.hack_center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.dev__arco,
.dev__dir,
.dev__link {
  color: #fff;
}
.dev__link .dev__arco:hover,
.dev__link .dev__logo:hover .dev__arco {
  color: #f9a13f;
}
.dev__link .dev__arco:hover .dev__logo svg,
.dev__link .dev__logo:hover svg {
  filter: brightness(1);
}
.dev__link .dev__logo svg {
  filter: brightness(100);
  width: 22px;
  height: 22px;
  margin-left: 5px;
}
.sobre_nos h2 {
  font-size: 36px;
  padding-bottom: 15px;
}
.sobre_nos p {
  font-size: 1.3rem;
  text-align: justify;
}
@media (max-width: 768px) {
  .sobre_nos h2 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .sobre_nos p {
    font-size: 1rem;
    text-align: justify;
  }
}
.sobre_nos-logomarca {
  margin-top: 55px;
}
.foto_sobre-esg {
  height: 350px;
}
.materiais__box__img {
  width: 100%;
  height: auto;
  padding-bottom: 80%;
  border: 2px solid #f8f8f8;
  box-shadow: 1px 1px 4px rgb(0 0 0 / 30%);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-size: cover;
  background-position: center;
  position: relative;
}
.materiais__box__img:hover {
  transform: scale(1.03);
}
.materiais__box__selo {
  position: absolute;
  bottom: 10px;
  right: 5px;
}
.materiais__box__selo-img {
  width: 140px;
  height: 140px;
}
.classificao-item {
  background: #006e9b;
  top: 0;
  color: #fff;
  position: absolute;
  text-align: center;
  padding: 1px 12px;
  font-size: 10px;
  margin: -5px 0 0 -12px;
  box-shadow: 1px 1px 5px -5px;
  font-weight: 500;
}
.classificao-item:before {
  content: "";
  position: absolute;
  bottom: -12px;
  width: 0;
  height: 0;
  margin-left: -16px;
  border-right: 12px solid transparent;
  border-top-style: solid;
  border-top-width: 12px;
  color: #507888;
  left: 16px;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  z-index: -999999;
}
.home .materiais__box__name {
  font-size: 0.9em;
  font-weight: 600;
  padding: 6px;
  position: absolute;
  top: 0;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
  width: 100%;
}
.materiais__box__name {
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  padding: 6px;
}
.materiais__box__produto,
.materiais__box__titulo {
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
}
.materiais__box__produto {
  font-size: 2rem;
  color: #1655b9;
}
.materiais__box__titulo {
  font-size: 1rem;
}
.materialview__default_image__img {
  border: 2px solid #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  width: 100%;
  height: 60vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  border-radius: 20px;
}
.materialview__paginated_image__box {
  border: 5px solid #fff;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 40%);
  float: left;
  width: 100%;
}
.materialview__paginated_image__part {
  position: relative;
  float: left;
  width: 50%;
  height: 0;
  padding-bottom: 39.5%;
  background: 50% 50% / cover no-repeat #eee;
  display: inline-block;
  -webkit-background-size: cover;
}
.materialview__paginated_image__part--2 {
  transform: rotateY(180deg);
}
.materialview__paginated_image__part--3 {
  transform: rotateX(180deg);
}
.materialview__paginated_image__part--4 {
  transform: rotateY(180deg) rotateX(180deg);
}
.materialview__qrcode__content {
  display: flex;
  align-items: center;
  float: left;
  width: 100%;
  margin-top: 15px;
}
.materialview__qrcode__img {
  width: 150px;
}
.materialview__qrcode__text {
  font-size: 18px;
  line-height: 24px;
  width: 100%;
  font-weight: 300;
}
.photos_gallery {
  border-radius: 20px;
  border: 2px solid #fff;
  box-shadow: 1px 1px 2px rgb(0 0 0 / 40%);
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: 0.3s;
}
.photos_gallery:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}
.membro img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 1px 1px 19px -6px #00000042;
}
.info-membro {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  box-shadow: 1px 1px 11px -5px #00000080;
  background: #f0f0f085;
  min-width: 184px;
}
.nome-membro {
  color: #fff;
  background: #01709c;
  border-radius: 15px;
  margin-top: -25px;
  font-size: 16px;
  padding: 10px;
}
.info-membro p {
  margin: 0;
  font-size: 13px;
}
@media (max-width: 1399px) {
  .card-body {
    padding: 0.8rem;
  }
}
.contact-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.card-contact {
  height: auto;
}
.card-contact:hover {
  background-color: rgba(22, 86, 158, 0.229);
  transition: 0.3s;
  transform: scale(1.05);
}
@media (min-width: 1200px) {
  .card-contact-body {
    height: 265px;
  }
}
@media (max-width: 1199.99px) {
  .card-contact-body {
    height: auto;
  }
}
.card-text {
  font-size: 0.85rem !important;
}
.card-title p {
  font-size: 1.2rem;
  font-weight: 800;
}
.c-error {
  display: grid;
  height: calc(50vh);
  place-items: center;
}
.c-error__title {
  font-size: 3.5rem;
  font-weight: 900;
  letter-spacing: 0.8rem;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  color: var(--color-primary-light);
  font-style: italic;
}
.c-error__subtitle,
.c-error__title {
  text-align: center;
  text-transform: uppercase;
}
.photo_contact-mobile {
  display: none;
}
@media (max-width: 767px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-right: 22px;
    padding-left: 22px;
  }
  .photo_contact-mobile {
    display: block;
    object-position: 50% 20%;
  }
}
