@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body, h1, h2, h3, h4, h5, h6, a, p, div {
  font-family: 'Montserrat', sans-serif !important;
}

#section-html-modulo_2 {
  background-image: url(/images/extra/imagem-extra-1661535294.jpg) !important;
  background-attachment: fixed;
  background-size: cover;
  padding-top: 20px;
}

#section-html-modulo_2 img {
    width: 130px;
    margin-bottom: 20px;
    filter: invert(1);
    padding: 15px;
}

#section-html-modulo_2 .col-md-4 {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

#section-html-modulo_2 h4 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18pt;
  color: #fff;
}

#section-html-modulo_2 p {
    color: #ffff !important;
    font-size: 14pt;
}

#section-html-modulo_2 .titulo-html span {
  color: #fff !important;
}

#section-produtos .product-thumb-info-image img {
    width: 100% !important;
}

#section-produtos .product-thumb-info-image:hover > .img-fluid {
  scale: 1.2 !important;
  transition: all .5s;
}

#section-produtos .img-fluid {
  transition: all .5s;
}

#section-produtos .product-thumb-info {
    margin-bottom: 0 !important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#section-produtos h3 {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #1d262f;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

#section-produtos h3 a {
    color: #fff !important;
}

#section-produtos .col-sm-6 {
  padding-top: 15px;
  padding-bottom: 15px;
}

#footer .feature-box-icon, #footer .feature-box-info span {
    color: #1d262f !important;
}

.custom-form-style-1 .form-control {
    border-radius: 0px !important;
}

#page_contato .btn-primary {
      border-radius: 0;
    width: 100%;
}

#section-slide h1 {
    font-size: 42pt !important;
    line-height: 60px !important;
    /* text-transform: uppercase !important; */
}

#section-slide h2 {
    font-size: 18pt !important;
}