<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FONTS -&gt; INÍCIO */

@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/albertsans/v1/i7dOIFdwYjGaAMFtZd_QA1ZVYFeCGg.woff2) format('woff2');
}
@font-face {
  font-family: 'Albert Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/albertsans/v1/i7dOIFdwYjGaAMFtZd_QA1ZVYFeCGg.woff2) format('woff2');
}

html {
  font-family: 'Albert Sans', sans-serif;
}

body {
  font-family: 'Albert Sans', sans-serif;
  background-color: #ffffff;
}

/* FONTS */

a.btn-articles-more {
  margin: 0;
  background: #f7f7f7;
  font-size: 18px;
  color: #212121;
  line-height: 27px;
  width: 100%;
  transition: 0.3s ease-out;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #f7f7f7;
}

a.btn-articles-orcamento {
  margin: 0;
  background: #29844b;
  font-size: 18px;
  color: #f7f7f7;
  line-height: 27px;
  width: 100%;
  transition: 0.3s ease-out;
  font-weight: bold;
  padding: 10px;
  border: solid 1px #29844b;
}

a.btn-articles-more:hover {
  background: #212121;
  color: #f7f7f7;
  border: solid 1px #212121;
}

a.btn-articles-orcamento:hover {
  background: #f7f7f7;
  color: #29844b!important;
  border: solid 1px #29844b;
}

/* SCROLL DO MOUSE -&gt; INÍCIO */

::-webkit-scrollbar-track {
  background: #171717; /* Old browsers */
}

::-webkit-scrollbar {
    width: 12px;
    background: #171717;
}
::-webkit-scrollbar-thumb {
    background: #29844b!important;
    height: 50px;
}

/* SCROLL DO MOUSE -&gt; FIM */

/* UTILITÁRIOS */

.margin-b-25{
  margin-bottom: 25px;
}

html {
  scroll-behavior: smooth;
}

.uppercase-text {
  text-transform: uppercase;
}

.sidenav-overlay {
  display: none!important;
}

.sidenav li&gt;a {
  height: 56px;
}

/* UTILITÁRIOS */

/* HEADER CONTACTS -&gt; INÍCIO */

header {
  /* position: absolute; */
  z-index: 999;
  width: 100%;
  top: 0px;
  height: 100px;
}

.header-contacts {
  /* height: 60px; */
  background: #212121;
  display: none;
}

.alignment-header-contacts {
  /* height: 60px; */
  display: flex;
  margin: 0 50px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #eaeaea94;
}

.whatsapp-contact span {
  bottom: 25px;
  position: fixed;
  right: -280px;
  color: #212121;
  font-weight: bold;
  font-size: 18px;
  padding: 16px;
  background: #4CC77A;
}

a.whatsapp-contact {
  position: fixed;
  bottom: 24px;
  right: 24px;
}

a.whatsapp-contact:hover span {
  display: block;
  /* position: fixed; */
  transition: 0.1s linear;
  right: 100px;
}

.whatsapp-contact-float-button {
  display: flex;
  height: 64px;
  width: 64px;
  border-radius: 100%;
  background: #4CC77A;
  justify-content: center;
  align-items: center;
}
.whatsapp-contact-float-button:hover span {
  display: block;
}

.header-contacts-contents {
  font-size: 18px;
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
}

.header-contacts-contents svg {
  fill: #f7f7f7;
  transition: .3s ease-in-out;
}

span.btn-orcamento-span:hover {
  background: #DB6365;
  color: #f7f7f7;
}

.header-contacts-contents:hover span{
  color: #4CC77A;
  transition: .3s ease-in-out;
}

.header-contacts-contents:hover svg {
  fill: #4CC77A;
  transition: .3s ease-in-out;
}

@media only screen and (min-width: 992px) {
  .header-contacts {
    display: block;
  }
  .div-navbar-logo-mobile {
    background: none!important;
    padding: 0!important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1250px) {
  .ul-items-contents li a {
    margin: 0!important;
  }

  .div-navbar-logo-mobile {
    /* width: 350px; */
  }
}

.btn-orcamento-icon {
  display: block;
  padding: 20px;
  display: flex;
  background: #4cc77a;
  align-items: center;
  transition: 0.3s ease-out;
  justify-content: center;
  flex-direction: row;
}

.btn-orcamento-span {
  display:none;
}

@media only screen and (min-width: 1400px) {
  .btn-orcamento-icon {
    display:none;
  }
  .btn-orcamento-span {
    display:
    block;
    background: #4CC77A;
    color: #212121;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 4px;
    font-weight: bold;
    transition: 0.3s ease-out;
  }
}

a.btn-orcamento{
  height: 55px;
  margin: 0!important;
  /* padding: 0!important; */
}



/* HEADER CONTACTS -&gt; FIM */

strong {
  font-weight: 600!important;
}

/* NAVBAR - INÍCIO */

nav {
  box-shadow: none!important;
  background: none;
}

.navbar-header {
  height: 100px!important;
  background-color: #212121;
  box-shadow: none!important;
}

.div-items-contents {
  display: none;
}

.div-navbar-logo-mobile {
  text-align: center;
  clear: both;
  /* background: #0E2B3D; */
  display: flex;
  padding: 8px 0 0px 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.div-navbar-logo-mobile a {
  position: relative;
  top: 7px;
}

.sidenav-trigger-alignment {
  left: 0px;
  bottom: 50px;
  float: right!important;
  height: 37px!important;
  line-height: 18px!important;
  position: relative!important;
}

@media only screen and (min-width: 992px) {
  .navbar-header {
    height: 105px!important;
    padding-top: 5px;
  }

  .container-navbar-header {
    /* max-width: 1280px; */
    margin: 0 50px;
    /* width: 80%; */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }

  .div-items-contents {
    display: block;
  }

  .alignment-navbar-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  } 

  .ul-items-contents li a{
    outline: none;
    color: #fff;
    font-size: 16px;
    margin: 0px 6px;
    padding: 0px 12px;
    font-weight: bold;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    transition: .3s ease-in-out;
  }

  .ul-items-contents li a:hover {
    color: #4CC77A;
    background: none;
    transition: .3s ease-in-out;
  }

  .ul-items-contents li a:hover span svg {
    fill: #f7f7f7;
  }

}

@media only screen and (min-width: 1100px) {
  .ul-items-contents li a{
    color: #fff;
    font-size: 18px;
    margin: 0px 8px;
    padding: 0px 14px;
    transition: 0.3s ease-out;
  }
}

/* SIDEBAR -&gt; INÍCIO */

.sidenav {
  width: 100%;
  z-index: 9998;
  background: #222222;
}

.alignment-close-sidenav {
  text-align: right;
  position: relative;
  right: 28px;
}

.alignment-itemlist-sidenav {
  text-align: center;
}

.sidenav li&gt;a {
  font-weight: 700;
  color: #FFF;
}

/* SIDEBAR -&gt; FIM */

/* QUICKMENU -&gt; INÍCIO */

.quickmenu-div {
  background-color: #212121;
  height: 60px;
  position: fixed;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  display: none;
  border-top: 2px solid #334495;
}

.quickmenu-container {
  height: 60px;
  width: 80%;
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .quickmenu-div {
    display: none;
  }
}

/* QUICKMENU -&gt; FIM */


/* WHATSAPP BUTTON */

.pulse {
  animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0.7), 0 0 0 0 rgba(51, 204, 102, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(51, 204, 102, 0),
      0 0 0 0 rgba(51, 204, 102, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(51, 204, 102, 0),
      0 0 0 30px rgba(51, 204, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0), 0 0 0 30px rgba(51, 204, 102, 0);
  }
}

@media only screen and (min-width: 992px) {
  .whatsapp-contact-float-button {
  }
}

/* WHATSAPP BUTTON */


/* DROPDOWN -&gt; INÍCIO */ 

.input-field .dropdown-content li&gt;a, .input-field .dropdown-content li&gt;span {
  color: #222222;
  font-weight: bold;
}

.dropdown-content {
  top: -50px;
  min-width: 280px;
  overflow: hidden;
  background-color: #FFF;
}

.dropdown-content li&gt;a, .dropdown-content li&gt;span {
  color: #212121;
  font-size: 14px;
  padding: 12px 10px;
  background-color: #FFF;
  transition: .3s ease-in-out;
}

.dropdown-content li&gt;a:hover, .dropdown-content li&gt;span:hover {
  color: #29844b;
  background-color: #FFF;
  transition: .3s ease-in-out;
}

.dropdown-content li:hover, .dropdown-content li.active {
  background-color: #FFF;
}

/* DROPDOWN -&gt; FIM */

/* PESQUISA -&gt; INÍCIO */

.pesquisa-form {
  display:  none;
}

.button-search-navbar {
  position: relative;
  float: right;
  bottom: 50px;
  border: none;
  background: transparent;
} 

.button-search-navbar:focus {
  background-color: unset!important;
}

.busquinha {
  position: fixed;
  top: 180px;
  right: 0px;
  left: 0px;
  width: 80%;
  max-width: 1280px;
  margin: 0 auto;
}

.busquinha input[type=search]:not(.browser-default) {
  font-weight: bold;
  z-index: 999;
  box-shadow: none;
  background: #FFF;
  padding: 2px 8px;
  border: 1px solid #171717;
  z-index: 999;
  border-radius: 50px;
}

.busquinha input[type=search]:not(.browser-default):focus:not([readonly]) {
  box-shadow: unset!important;
}

input[type=search]:not(.browser-default):focus:not([readonly]) {
  border: 2px solid #222222;
}

.botao-de-pesquisa {
  color: #F7F7F7;
  text-transform: uppercase;
  background-color: #DB373A;
  width: 170px;
  height: 55px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  border: none;
  box-shadow: 0px 3px 6px #09090926;
  transition: .3s ease-in-out;
}

.botao-de-pesquisa:hover {
  background-color: #29844B;
  transition: .3s ease-in-out;
}

.inputBuscaPaginaBusca {
  color: #222222;
  font-weight: 500;
  margin-bottom: 36px!important;
  border-bottom: 2px solid #222222!important;
}

input:not([type]):focus:not([readonly]) {
  box-shadow: none;
}

.tituloSectionPesquisa {
  color: #093a3e;
  font-weight: bold;
  font-size: 2em;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-search-mobile {
  background-color: unset;
  border: none;
}

.button-search-mobile i {
  color: #2e4f52;
}

.button-search-mobile:focus {
  background-color: unset!important;
}

.search-navbar-esquerda {
  color: #2e4f52!important;
  margin: 0 10px;
}

/* PESQUISA -&gt; FIM */

.max-w-820 {
  max-width: 820px;
}

.service-content {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.service-content a:hover h3 {
  background: #0e2b3d;
  transition: 0.3s linear;
}

img.img-home-servico {
  width: 100%;
  border-radius: 4px;
}

section.services-our-section.section-div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  display: flex;
  margin: 0;
  height: 80px;
  align-items: center;
}

section.services-our-section.section-div span {
  background: #4cc77a;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  /* margin-bottom: 10px; */
  box-shadow: 0px 2px 4px #2121214D;
  border-radius: 24px 4px 4px 4px;
  transition: 0.3s ease-out;
}

section.services-our-section.section-div a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.service-content h3 {
  position: absolute;
  bottom: 6px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  width: 100%;
  transition: 0.3s linear;
  margin: 0;
  color: #f7f7f7;
  align-items: center;
  max-width: 650px;
}

span.hr-top {
  width: 48px!important;
  height: 4px!important;
  padding: 0!important;
  box-shadow: none!important;
  background: #DB373A!important;
  border: none;
  border-radius: 0px!important;
}


section.services-our-section.section-div a:hover span {
  border-radius: 4px;
}

/* MAIN DIV -&gt; INÍCIO */

.section-div {
  padding-top: 66px;
}

#about-us-section {
  background: url(../images/bg-sobre.jpg) no-repeat;
  padding: 40px 10px 20px 10px;
  background-size: cover;
}

#about-us-section p, #about-us-section h3 {
  color: #4CC77A!important;
  font-size: 24px;
}

#our-gallery-section {
  padding-bottom: 126px;
}

.gallery-001.gallery-item img {
  width: 100%;
  max-width: 600px;
}

.gallery-001.gallery-item a {
  margin-bottom: 20px;
  position: relative;
  float: left;
  width: 100%;
  /* top: 0; */
}

.gallery-001.gallery-item a:before {
  content: "Clique para ampliar";
  position: absolute;
  display: none;
  transition: 0.3s ease-out;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 97%;
  font-size: 16px;
  background: #21212180;
  color: #f7f7f7;
}

.gallery-001.gallery-item a:hover:before {
  display: flex;
}

.main-section-primary-title {
  color: #212121;
  font-size: 26px;
  font-weight: 900;
  margin: 20px 0px 40px 0px;
  line-height: 48px;
  /* text-align: center; */
  letter-spacing: 0.86px;
}

.text-paragraph {
  color: #3D3D3D;
  font-size: 14px;
  margin: 20px 0px;
  line-height: 32px;
  letter-spacing: 0.32px;
}

.flex-container-items-with-logos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.flex-container-items-with-logo-item {
  margin: 16px 0px 16px 0px;
}

.flex-container-items-with-logo-item h3 {
  color: #090909;
  font-size: 18px;
  font-weight: bold;
  /* text-align: center; */
}

.alignment-main-title-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 56px;
}

.button-see-more-main {
  color: #212121;
  text-transform: uppercase;
  background-color: #4CC77A;
  display: flex;
  padding: 20px;
  flex-direction: row;
  border: 1px solid #4cc77a;
  border-radius: 4px;
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  box-shadow: 0px 3px 6px #09090926;
  transition: .3s ease-in-out;
}

.button-see-more-main:hover {
  background: #F7F7F7;
  transition: .3s ease-in-out;
  /* color: #f7f7f7; */
  border: 1px solid #4CC77A;
}

.main-title-button-svg {
  fill: #FFF;
  position: relative;
  top: 1px;
  left: -5px;
  transition: .3s ease-in-out;
}

.button-see-more-main:hover .main-title-button-svg {
  left: 3px;
  transition: .3s ease-in-out;
}

@media only screen and (min-width: 993px) {
  .section-div {
    padding-top: 66px;
  }

  .main-section-primary-title {
    font-size: 36px;
    text-align: left;
  }

  .text-paragraph {
    font-size: 16px;
  }

  .flex-container-items-with-logos {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    /* padding-top: 36px; */
  }

  .flex-container-items-with-logo-item {
    width: 25%;
  }

  .flex-container-items-with-logo-item h3 {
    /* height: 36px; */
    color: #4CC77A!important;
    font-size: 24px;
    text-align: left;
  }

  .alignment-main-title-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 26px;
  }
}

/* MAIN DIV -&gt; INÍCIO */

/* CARD COMPONENT -&gt; INÍCIO */

.services-our-section {
  margin-bottom: 100px;
}

.flex-container-cards {
  display: flex;
  padding-top: 26px;
  align-items: baseline;
  flex-direction: column;
  justify-content: space-between;
}

.card-item{
  width: 100%;
  margin-bottom: 36px;
  transition: .3s ease-in-out;
}

.card-info-content {
  background-color: #F7F7F7;
  border-radius: 4px;
  box-shadow: 0px 3px 6px #09090926;
}

#aplicacoes-page .card-info-content {
  min-height: 255px;
}

.img-hover-zoom-out {
  width: 100%;
  height: 260px;
  overflow: hidden;
  position: relative;
}

.img-hover-zoom-in {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 5px 5px 0 0;
  transition: 1s ease-in-out;
}

.img-hover-zoom-in:hover{
  transform: scale(1.2);
}

.card-item-title {
  color: #212121;
  font-size: 24px;
  font-weight: 900;
  margin: 0;
  /* line-height: 37px; */
  text-align: left;
  letter-spacing: 0.58px;
  padding-top: 10px;
}

.card-item-title a {
  color: #212121;
}

.card-item-paragraph {
  color: #222222;
  font-size: 16px;
  margin: 10px 0;
  line-height: 32px;
  letter-spacing: 0.32px;
}

.card-item-content {
  padding: 0 16px;
}

.card-item-link:hover {
  background: #0E2B3D;
  color: #F5BE0A;
  transition: 0.3s linear;
}

.card-item-paragraph a {
  color: #3D3D3D;
}

.card-item-hr {
  border: 1px solid #b5b4b461;
  border-radius: 50px;
  margin-bottom: 22px;
}

.card-item-link {
  color: #0E2B3D;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  padding: 16px;
  border-top: solid 1px #F9D86C;
  justify-content: space-between;
  transition: 0.3s linear;
  align-items: center;
}

.svg-icon-card-next {
  fill: #334495;
  position: relative;
  top: 1px;
  left: 5px;
  transition: .3s ease-in-out;
}

.card-item:hover .svg-icon-card-next{
  position: relative;
  left: 10px;
  transition: .3s ease-in-out;
}

@media only screen and (min-width: 993px) {
  .flex-container-cards {
    flex-direction: row;
  }

  .card-item{
    width: 31.5%;
    margin-bottom: 36px;
  }
}

@media only screen and (min-width: 993px) and (max-width: 1300px) {

  .card-item-title {
    color: #090909;
    font-size: 22px;
  }

  .img-hover-zoom-out {
    height: 220px;
  }
}

/* CARD COMPONENT -&gt; INÍCIO */

/* GALLERY COMPONENT -&gt; INÍCIO */

.gallery-flex-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}

.gallery-image-item {
  margin-bottom: 26px;
  width: 100%;
}

@media only screen and (max-width: 600px) {
  .button-contact-us-include {font-size: 15px!important;}
}

@media only screen and (min-width: 600px) {
  .gallery-flex-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .gallery-image-item {
    width: 45%;
  }
}

@media only screen and (min-width: 993px) {
  .gallery-image-item {
    margin-bottom: 16px;
    width: 32%;
  }
}

/* GALLERY COMPONENT -&gt; INÍCIO */

/* OWL CAROUSEL COMPONENTE -&gt; INÍCIO */

#our-custommers-section {
  clear: both;
  margin-top: 66px;
  padding-top: 36px;
  padding-bottom: 36px;
  background-color: #f7f7f7;
}

#our-custommers-section .main-section-primary-title {
  text-align: center!important;
  margin: 20px 0px 20px 0px;
}

.our-services-slider {
  padding-top: 44px;  
}

.owl-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

.owl-prev {
  color: #3fa7d6!important;
  font-weight: bold!important;
  padding: 0px!important;
  height: unset;
  margin-right: 12px;
}

.owl-prev span {
  font-size: 36px;
}

.owl-next {
  color: #3fa7d6!important;
  font-weight: bold!important;
  padding: 0px!important;
  height: unset; 
}

.owl-next span {
  font-size: 36px;
}

/* OWL CAROUSEL COMPONENTE -&gt; FIM */

/* COMPONENTE ENTRE EM CONTATO -&gt; INÍCIO */

#contact-us-include {
  margin: 126px 0px;
  padding-top: 66px;
  background: url(../images/bg-cta.jpg)no-repeat;
  padding-bottom: 66px;
  background-size: cover;
}

#contact-us-include h2 {
  color: #212121;
  font-size: 36px;
  text-align: center;
}

#contact-us-include p {
  color: #212121;
}

.alignment-buttons-contact-us {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-top: 36px;
}

.button-contact-us-include {
  color: #f7f7f7;
  display: flex;
  flex-direction: row;
  text-transform: uppercase;
  justify-content: space-evenly;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.9px;
  box-shadow: 0px 3px 6px #09090926;
}

.button-telephone-contact-us-include {
  width: 220px;
  height: 60px;
  background-color: #334495;
  transition: .3s ease-in-out;
}

.button-telephone-contact-us-include:hover {
  background-color: #334495;
  transition: .3s ease-in-out;
}

.button-whatsapp-contact-us-include {
  padding: 20px;
  background-color: #DB373A;
  border-radius: 4px;
  transition: .3s ease-in-out;
}

.button-whatsapp-contact-us-include:hover {
  background-color: #DB6365;
  transition: .3s ease-in-out;
  color: #f7f7f7;
}

.button-whatsapp-contact-us-include:hover svg {
  fill: #fff;
}

.image-contact-us-div {
  display: none;
}

@media only screen and (min-width: 993px) {
  #contact-us-include {
    margin: 126px 0px 126px 0px;
    background-size: cover;
  }

  .contact-us-flex-container .main-section-primary-title {
    margin: 0px 0px 40px 0px;
  }

  .alignment-buttons-contact-us {
    max-width: 600px;
    flex-direction: row;
    align-items: center;
  }   

}

@media only screen and (min-width: 1200px) {
  
  #contact-us-include {
    padding-top: unset!important;
    padding-bottom: unset!important;
  }

  .information-div-contact-us {
    width: 50%;
    text-align: center;
  }

  .image-contact-us-div {
    width: 40%;
  }

  .contact-us-flex-container {
    height: 430px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image-contact-us-div {
    display: block;
  }

  .responsive-img-contact-us {
    max-width: 100%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1350px) {

  .image-contact-us-div {
    width: 30%;
  }

  .information-div-contact-us {
    width: 65%;
  }

  .button-contact-us-include {
    font-size: 14px;
  }
}

/* COMPONENTE ENTRE EM CONTATO -&gt; FIM */

/* FOOTER INÍCIO */

.footer-div {
  padding: 36px 0 0 16px;
  background-color: #212121;
  margin-top: 0!important;
  float: left;
  width: 100%;
}

.footer-title {
  color: #4CC77A;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 28px;
  margin-top: 32px;
}

.footer-list {
  text-align: center;
}

.footer-list-content {
  margin-bottom: 16px;
}

.footer-list-content a {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  padding-bottom: 5px;
  transition: .3s ease-in-out;
}

.footer-list-content a:hover {
  color: #4CC77A;
  transition: .3s ease-in-out;
}

.paragraph-footer {
  color: #FFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  /* text-align: center; */
}

.footer-list-content {
  text-align: left;
}

.paragraph-footer a {
  color: #FFF;
}

.informations-footer-copyright {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-top: 2px solid #FFF;
  padding-top: 36px;
  margin-top: 80px;
}

.hoverable-paragraph-footer {
  display: block;
  margin: 16px 0;
}

.link-maps:hover, .hoverable-paragraph-footer:hover {
  color: #4CC77A!important;
}

.strongFooter {
  color: #4CC77A;
  font-weight: bold;
}

.copyright-seals {
  display: flex;
  gap: 16px;
  flex-direction: row;
  justify-content: space-evenly;
  margin: 0 auto;
  margin-top: 26px;
  margin-bottom: 40px;
  align-items: center;
}

.copyright-seals a {
  margin-left: 20px;
}

.footer-social-icons svg {
  fill: #FFF;
  transition: .3s ease-in-out;
}

.footer-social-icons:hover svg {
  fill: #334495;
  transition: .3s ease-in-out;
}



@media only screen and (min-width: 993px) {

  .footer-div {
    padding: 36px 0px 16px 0px;
  }

  .footer-alignment-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 80%;
    max-width: 1280px;
    padding-bottom: 16px;
  }

  .footer-title, .footer-list, .paragraph-footer {
    text-align: left;
  }

  .informations-footer-copyright {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    max-width: 1280px;
    border-top: 2px solid #FFF;
    padding-top: 16px;
  }

  .copyright-seals {
    display: flex;
    flex-direction: row;
    margin: unset;
    margin-top: unset;
    margin-bottom: unset;
    align-items: center;
  } 

}

/* FOOTER INÍCIO */


.hr-div {
  border: solid 1px #2A387A80;
  margin: 48px 0 40px 0;
}

.text-center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

ul.sub-menu li {
  padding-left: 15px;
}

</pre></body></html>