#section-html {
  background: url(/images/bg-html.webp) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  box-shadow: 0px 0px 35px #0002;
  padding: 10px 0;
}

#section-html .mb-5,  
#section-html .my-5 {
  margin-bottom: 0 !important;
}

#section-hmtl .custom-divider, #section-html .overflow-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  #section-html .col-md-6 {
        justify-content: flex-start !important;
  }
  #section-html {
    background: #f7f7f7 !important;
}
}
.politica_cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(243 203 56);
    z-index: 1000;
    color: #000;
    padding: 10px 0;
}

.product .product-thumb-info h4 {
  font-weight: normal;
  font-style: normal !important;
}

@media(max-width: 720px) {
  #section-blog .custom-thumb-info-style-1.thumb-info {
    flex-wrap: wrap;
  }

  #section-blog .thumb-info.thumb-info-no-borders .thumb-info-wrapper {
    width: 100%;
  }
  .product .product-thumb-info .product-thumb-info-image:before {
  transition: all .2s;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #212121;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.product-thumb-info-image .titulo-produto{
  opacity: 1;
}

	section.section-slide {
		height: 250px !important;
	}
}

#section-empresa div {
    text-align: justify;
}

#section-html .custom-divider {
  display: none !important;
}

.page-header .breadcrumb {
  display: none !important;
}

#header .header-nav-main:before {
  background-color: #333;
}

#section-depoimentos .owl-item {
    align-self: flex-start;
}

#section-depoimentos .owl-stage-outer.owl-height {
    transition: height ease .3s;
}

#ct_servicos {background: #ed1c28;}

section#ct_servicos .item-ct-servico {
    color: #f7f7f7;
}

a.download-catalogo {
  padding: 5px 10px !important;
  border: 1px solid;
  border-radius: 5px;
  background: var(--bg_geral);
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3rem;
  transition: .2s ease-in-out;
  text-decoration: none;
}

a.download-catalogo:hover {
  background: transparent;
  border: 1px solid var(--bg_geral);
  color: var(--bg_geral);
}


#modal-boas-vindas .modal-conteudo {
    width: fit-content;
    padding: 0;
}

#modal-boas-vindas .modal-conteudo figure {
    margin: 0;
}

.iframe-box {
    display: flex;
    align-items: center;
    overflow: hidden;
    max-height: 450px;
}

section#section-servicos {
}

section h2.text-color-dark.line-height-1 {
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: 400;
}

#section-servicos h2.text-color-dark.line-height-1 {
}
    section#section-servicos {
    background: url(/images/shape-onda.webp);
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    background-position: top center;
}
    section h2.text-color-dark.line-height-1 {
    font-size: 36px !important;
    text-transform: uppercase;
    font-weight: 400;
}
    #section-servicos h2.text-color-dark.line-height-1 {
}

section#section-galeria a.btn {
    background: #19a519;
    border-color: #19a519;
}

section#section-galeria a.btn:hover {
    border-color: #fff;
}

.img-depoimento {
    width: 80px;
    height: 80px;
}

.testimonial.testimonial-style-2 .testimonial-author img {
    max-width: 100%;
    max-height: 10%;
}

.owl-carousel .owl-nav {
    top: 0;
}

section#section-depoimentos {background: url(/images/bg-depoimentos.webp);padding: 10px 0;background-repeat: no-repeat;background-position: right;background-size: contain;background-color: #eee;}

#section-depoientos card {}

#section-depoimentos .card {
    border-radius: 30px !important;
    border: 1px solid rgb(0 0 0 / 10%) !important;
}
section#section-galeria {
background: linear-gradient(42deg, #bd131c, #ed1c28, #bd131c);
}

.product .product-thumb-info .product-thumb-info-image:before {
    background: linear-gradient(0deg, rgb(0 0 0 / 80%) 10%, transparent 50%) !important;
}

.product:hover .product-thumb-info .product-thumb-info-image:before {
    opacity: 1;
}

.product-thumb-info-image .titulo-produto h4 {
    position: relative;
    z-index: 9;
}

.product-thumb-info-image .titulo-produto {
    transition: none;
}

section#section-cta {
    padding: 40px 0;
}

section#section-cta h2 {
    margin-bottom: 25px !important;
    font-size: 46px !important;
    text-transform: uppercase;
    font-weight: 500;
}

section#section-cta p {
    font-size: 24px;
    font-weight: 300;
    color: #000;
}

section#section-cta a {
    text-transform: uppercase;
    background-color: green;
    border-color: green;
    margin-bottom: 0 !important;
}

@media(max-width: 991px) {
  section#section-cta h2 {
    font-size: 36px !important;
}

section#section-cta p {
    font-size: 20px !important;
}
}


