#section-servicos .custom-icon-style-1 {
    height: 130px;
    width: 130px !important;
}

#section-servicos .custom-icon-style-1 img {
    min-width: 200px !important;
    min-height: 200px !important;
}

#header .header-logo img {
    max-height: 78px;
}

#footer .logo {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}

#section-html-modulo_2 .benefits-box {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 80%);
    width: 360px;
    background: #fff !important;
}

#section-html-modulo_2 .col-md-6 {
    width: 100% !important;
}

#section-html-modulo_2 .col-md-6 {
}

#section-html-modulo_2 .benefits-box h4 {
    margin-bottom: 5px;
}

#section-html-modulo_2 .benefits-box p {
    margin-top: 5px !important;
}

#section-html-modulo_2 .benefits-box .benefits-icon {
    margin-bottom: 20px !important;
}

#section-html-modulo_2 .benefits-box hr {
    background: #313131 !important;
    height: 3px;
}

#section-html-modulo_2 .titulo-html {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
}

#section-html-modulo_2 {
  background-image: url(/arquivos/bg-beneficios.png);
  background-size: cover !important;
  background-position: center;
  background-color: #212529;
  padding-top: 20px;
}

#section-html-modulo_2 .titulo-html h2 {
    color: #fff !important;
}

#section-html-modulo_2 hr {
    background: #fff !important;
}

#section-html-modulo_1 .card-header {
    background: #212529;
    border-color: #212529;
    border-radius: 0 !important;
}

#section-html-modulo_1 .card-header h5 button {
    color: #fff !important;
}

#section-html-modulo_1 .card {
    border-color: rgb(29 33 36);
    border-radius: 0 !important;
}

@media (max-width: 991px) {
  #section-html-modulo_2 {
    background-image: none !important;
}

#section-html-modulo_2 .benefits-box {
    width: 100% !important;
}
#section-html-modulo_2 .col-md-12 {
    margin: 0 !important;
    padding: 15px !important;
}
}

#section-produtos .product .product-thumb-info img {
    width: 100% !important;
}

#section-html-modulo_3 .conteudo-html {
    text-align: center;
}

#section-html-modulo_3 .titulo-html {
    display: none;
}

#section-html-modulo_3 {
    padding: 20px 0px;
    background: linear-gradient(45deg, #0e1012, #212529, #2f353a, #0e1012);
}

#section-html-modulo_3 .conteudo-html h1 {
    color: #fff;
    font-weight: 500;
    font-size: 40pt;
    text-transform: uppercase;
}

#section-html-modulo_3 .conteudo-html p {
    color: #fff !important;
    margin-bottom: 40px;
}

#section-html-modulo_3 .conteudo-html a {
    padding: 15px;
    background: #fff !important;
    color: #212529 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14pt;
}

#section-html-modulo_3 .conteudo-html a:hover {
    text-decoration: none !important;
}

#slideshow-1 .animated {
  display: flex;justify-content: center;
  
}

#slideshow-1 .animated img {
    height: 100% !important;
    width: auto !important;
    max-width: none !important;
}

#section-slide:before {
    content: "";
    position: absolute;
    background: #0000009c;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.texto-slide.slideshow-texto {
    position: relative;
    z-index: 2;
}

#section-slide h2 {
    text-align: center;
}

@media (max-width: 991px) {
  #slideshow-1 .animated img {
    height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .form-slide h2 {
    color: #000 !important;
}
  
  img.imagem-slide {
    object-position: 70% !important;
  }
}

