@import url('https://fonts.googleapis.com/css2?family=Poppins: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');


h1, h2, h3, h4, h5, h6, p, a, div, li, input, button, textarea {
  font-family: 'Poppins', sans-serif !important;
}


.geral {
    display: flex;
}

section#section-html-modulo_1 p {
    margin: unset;
}

#section-html-modulo_1 .texto {
    padding-left: 19px;
}
section#section-html-modulo_1 {
    background: url(/arquivos/images/galeria/w-4-1670356144.jpeg);
}

section#section-html-modulo_1 .conteudo-html .texto p {
    color: #fff;
}

section#section-html-modulo_1 .conteudo-html .texto p {}

section#section-html-modulo_1 .conteudo-html .t {}

section#section-html-modulo_1 .default-title h2 {
    color: #fff;
}

@media(max-width:720px){
  section#section-html-modulo_1 img {
    width: 80px;
  }
  
  .geral{
  display:block;
  }
  
  section#section-html-modulo_1 .default-title {
    display: flex;
    justify-content: center;
  }

  #section-html-modulo_1 .default-title:after {
    left: calc(100% - 65%);
  }
  
  .item {
    display: flex;
    justify-content: center;
  }

  .texto {
    text-align: center;
    font-size: 21px;
  }
}

#section-produtos .slide-item figure.image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    margin: auto;
}

.main-header .get-btn:before {
  display: none;
}

.main-header .get-btn .appt-btn {
  text-align: center;
  height: 100%;
  border-radius: 6px;
  display: flex;
  background-color: #234848;
  align-items: center;
  justify-content: center;
}

.get-btn {
  padding: 10px 10px;
}

/* Botao de whatsapp */

.text-wpp {
    position: fixed !important;
    bottom: 90px !important;
    border-bottom-left-radius: 50px !important;
    border-top-left-radius: 50px !important;
    right: 55px !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 10px !important;
    padding-left: 15px !important;
    padding-right: 36px !important;
    z-index: 998 !important;
    background: linear-gradient(90deg, #28a745, #24993e) !important;
    flex-direction: column !important;
}

.text-wpp h6 {
    margin: 0 !important;
    color: #fff !important;
    font-family: 'Gotham Black', sans-serif !important;
    font-size: 16pt !important;
    text-transform: uppercase !important;
}

.text-wpp p {
    margin: 0 !important;
    color: #fff !important;
}

.btn-whatsapp {
    border: 4px solid #fff !important;
    width: 80px !important;
    height: 80px !important;
    background: #28A745 !important;
}

.btn-whatsapp:hover {
    border-color: #fff !important;
}