/*
Main Style File
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800;900&display=swap");
body {
  font-family: "Poppins", sans-serif;
}

#front-page #home {
  background-image: url("../../images/header-background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 40px;
}
#front-page #home-content {
  margin: 0px auto;
  padding: 96px 0px;
  color: #fff;
}
#front-page #home-content .text-wrapper {
  margin: auto;
}
#front-page #home-content .text-wrapper p:first-child {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 0px;
}
#front-page #home-content .text-wrapper h1 {
  font-size: 5em;
  font-weight: 700;
  line-height: 1em;
}
#front-page #home-content .text-wrapper p:last-child {
  font-size: 1.2em;
}
#front-page #home-content .text-wrapper ul {
  padding: 0px;
  margin: 0px;
  margin-top: 40px;
}
#front-page #home-content .text-wrapper ul li {
  font-size: 1.6em;
  font-weight: 700;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
#front-page #home-content .text-wrapper ul li::before {
  content: "";
  display: block;
  background-image: url("../../images/list-dot.png");
  background-repeat: no-repeat;
  background-position: center;
  min-height: 30px;
  min-width: 30px;
  margin: 8px;
}
#front-page #home-content .form-container {
  margin: 0px auto;
}
#front-page #home-content .form-container form {
  background: #355d6e;
  padding: 40px 32px;
  border-radius: 40px;
}
#front-page #home-content .form-container form h3 {
  font-size: 1.6em;
  font-weight: 700;
  text-align: center;
}
#front-page #home-content .form-container form p {
  margin: 0px;
}
#front-page #home-content .form-container form p .form-input {
  width: 100%;
  padding: 16px;
  border: none;
  border-radius: 8px;
  color: #7bb728;
  font-weight: 700;
}
#front-page #home-content .form-container form p .form-input::-moz-placeholder {
  opacity: 1;
}
#front-page #home-content .form-container form p .form-input::placeholder {
  opacity: 1;
}
#front-page #home-content .form-container form p .wpcf7-not-valid-tip {
  padding: 0px 16px;
  display: inline-block;
  margin-top: 8px;
  color: #ffb900;
  border-radius: 8px;
}
#front-page #home-content .form-container form p:last-of-type {
  margin-top: 24px;
  padding-left: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page #home-content .form-container form p:last-of-type .button-submit {
  width: 60%;
  padding: 8px 0px;
  background: #7bb728;
  border: none;
  border-radius: 8px;
  font-weight: 900;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
#front-page #home-content .form-container form p:last-of-type .button-submit:hover {
  background: #82c425;
}
#front-page #home-content .form-container form .wpcf7-response-output {
  border-radius: 8px;
}
#front-page #sobre-first {
  background-image: url("../../images/bg-sobre-first.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 96px 0px;
}
#front-page #sobre-first .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#front-page #sobre-first .title-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
  color: #7bb728;
  font-weight: 700;
  margin: 0px;
}
#front-page #sobre-first .text-wrapper {
  margin: 40px 0px;
  padding: 0px 144px;
}
#front-page #sobre-first .text-wrapper p {
  text-align: justify;
  margin-bottom: 40px;
  color: #355d6e;
  font-size: 1.2em;
}
#front-page #sobre-first .text-wrapper p:last-child {
  font-weight: 700;
  margin: 0px;
}
#front-page #sobre-first .button-wrapper .button-link {
  text-align: center;
  display: inline-block;
  background: #7bb728;
  padding: 16px 40px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#front-page #sobre-first .button-wrapper .button-link:hover {
  background: #82c425;
}
#front-page #sobre-second {
  background: #355d6e;
  padding: 96px 0px;
}
#front-page #sobre-second .title-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#front-page #sobre-second .title-wrapper h2 {
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 700;
  margin: 0px;
}
#front-page #sobre-second .title-wrapper h2 span {
  color: #7bb728;
}
#front-page #sobre-second .title-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-top: 56px;
  align-self: start;
}
#front-page #sobre-second .title-wrapper ul li {
  margin-bottom: 24px;
}
#front-page #sobre-second .title-wrapper ul li img {
  max-width: 56px;
  margin-right: 16px;
}
#front-page #sobre-second .title-wrapper ul li p {
  display: inline-block;
  font-weight: 700;
}
#front-page #sobre-second .title-wrapper ul li:last-child {
  margin: 0px;
}
#front-page #sobre-second .img-wrapper {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#front-page #sobre-second .img-wrapper p {
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 0px;
}
#front-page #sobre-second .button-wrapper {
  margin-top: 40px;
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#front-page #sobre-second .button-wrapper .button-link {
  text-align: center;
  display: inline-block;
  background: #7bb728;
  padding: 16px 40px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#front-page #sobre-second .button-wrapper .button-link:hover {
  background: #82c425;
}
#front-page #servicos {
  background-image: url("../../images/bg-servicos.png");
  background-size: cover;
  background-position: center bottom;
  padding: 96px 0px;
}
#front-page #servicos .card-wrapper {
  margin: auto;
  margin-bottom: 40px;
  width: 80%;
}
#front-page #servicos .card-wrapper .title-wrapper {
  display: flex;
  align-items: stretch;
  color: #fff;
  margin-bottom: 8px;
}
#front-page #servicos .card-wrapper .title-wrapper .icon {
  background: #355d6e;
  margin-right: 8px;
  padding: 16px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#front-page #servicos .card-wrapper .title-wrapper .icon img {
  max-height: 48px;
  max-width: 48px;
}
#front-page #servicos .card-wrapper .title-wrapper .title {
  background: #355d6e;
  margin: 0px;
  padding: 0px 40px;
  border-radius: 8px;
  width: 100%;
  display: flex;
  align-items: center;
}
#front-page #servicos .card-wrapper .title-wrapper .title h3 {
  margin: 0px;
  padding: 16px 0px;
}
#front-page #servicos .card-wrapper .text-wrapper {
  margin-left: 88px;
  border-radius: 8px;
  padding: 40px;
  background: #daebbc;
  color: #355d6e;
  font-weight: 500;
}
#front-page #servicos .card-wrapper .text-wrapper p {
  margin-bottom: 40px;
}
#front-page #servicos .card-wrapper .text-wrapper p:last-child {
  margin-bottom: 0px;
}
#front-page #servicos .card-wrapper .text-wrapper p:last-child .text-italic {
  font-weight: 300;
  font-style: italic;
}
#front-page #servicos .card-wrapper:last-child {
  margin-bottom: 0px;
}
#front-page #servicos .button-wrapper {
  margin-top: 40px;
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#front-page #servicos .button-wrapper .button-link {
  text-align: center;
  display: inline-block;
  background: #355d6e;
  padding: 16px 40px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#front-page #servicos .button-wrapper .button-link:hover {
  background: #3a728a;
}
#front-page #blog {
  padding: 96px 0px;
  background: #355d6e;
}
#front-page #blog h2 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 56px;
  font-weight: 700;
}
#front-page #blog .blog-card {
  overflow: hidden;
  background: #fff;
  padding: 0px;
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  margin: 32px auto;
}
#front-page #blog .blog-card .image-wrapper {
  width: 100%;
  max-height: 300px;
}
#front-page #blog .blog-card .image-wrapper img {
  width: 100%;
  height: auto;
}
#front-page #blog .blog-card .desc-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  height: 180px;
}
#front-page #blog .blog-card .desc-wrapper .button-wrapper {
  margin: 0px;
}
#front-page #blog .blog-card .desc-wrapper .button-wrapper .button-link {
  font-size: 0.8em;
  padding: 8px 32px;
}
#front-page #blog .button-wrapper {
  margin-top: 56px;
  padding: 0px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#front-page #blog .button-wrapper .button-link {
  text-align: center;
  display: inline-block;
  background: #7bb728;
  padding: 16px 40px;
  text-decoration: none;
  color: #ffffff;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#front-page #blog .button-wrapper .button-link:hover {
  background: #82c425;
}

#page {
  position: relative;
}

#back-home {
  position: fixed;
  z-index: 999;
  bottom: 16%;
  right: 3%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #7bb728;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3764705882);
  transition: all 0.2s ease-in-out;
}
#back-home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #7bb728;
  font-size: 1.5em;
  text-decoration: none;
}

#back-home:hover {
  transform: scale(1.05);
}

#whatsapp-button {
  position: fixed;
  z-index: 999;
  bottom: 6%;
  right: 3%;
  width: 50px;
  height: 50px;
  background: #7bb728;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3764705882);
  animation: pulse-animation 2s infinite;
  transition: all 0.2s ease-in-out;
}
#whatsapp-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 2em;
  text-decoration: none;
}

#whatsapp-button:hover {
  transform: scale(1.05);
}

.custom-header {
  padding: 96px 0px;
  background: #355d6e;
}

.custom-content {
  border-bottom: 2px solid #355d6e;
  padding: 56px 0px;
}
.custom-content .post-header {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-content .post-header .button-return {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background: #355d6e;
  padding: 8px 32px;
  margin-left: 32px;
  border-radius: 8px;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
.custom-content .post-header .button-return:hover {
  background: #3a728a;
}
.custom-content .post-header .single-title {
  display: inline-block;
}
.custom-content .thumb-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 400px;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 32px;
}
.custom-content .thumb-wrapper img {
  width: 100%;
  height: auto;
}
.custom-content .content-wrapper p {
  font-size: 1.2em;
  text-indent: 2em;
  color: #333;
}
.custom-content .content-wrapper h2,
.custom-content .content-wrapper h3,
.custom-content .content-wrapper h4 {
  color: #355d6e;
  font-weight: 500;
  margin-bottom: 24px;
}
.custom-content .content-wrapper h2 {
  font-size: 2em;
}
.custom-content .content-wrapper hr {
  margin: 45px 0px;
}
.custom-content .content-wrapper ul li {
  font-size: 1.2em;
}
.custom-content .content-wrapper ul li::marker {
  color: #355d6e;
}
.custom-content h1 {
  color: #355d6e;
  font-weight: 700;
}
.custom-content .artigo {
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.custom-content .artigo a {
  display: block;
  text-decoration: none;
}
.custom-content .artigo .image-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%;
  max-height: 300px;
}
.custom-content .artigo .image-wrapper a img {
  max-width: 100%;
  height: auto;
}
.custom-content .artigo .desc-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 180px;
}
.custom-content .artigo .desc-wrapper h3 {
  padding: 0px 16px;
  font-weight: 700;
  color: #355d6e;
  margin-top: 24px;
  font-size: 1.2em;
}
.custom-content .artigo .desc-wrapper h3:hover {
  color: #3a728a;
}
.custom-content .artigo .desc-wrapper .button-leia {
  background: #355d6e;
  display: inline-block;
  color: #ffffff;
  padding: 8px 32px;
  margin-bottom: 24px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.custom-content .artigo .desc-wrapper .button-leia:hover {
  background: #7bb728;
}
.custom-content .artigo:hover {
  transform: translateY(-1px);
  box-shadow: 20px 20px 40px rgba(9, 9, 9, 0.031372549), -20px -20px 40px rgba(0, 0, 0, 0.031372549);
}
.custom-content .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-content .pagination .page-numbers:nth-child(2) {
  margin-left: 8px;
}
.custom-content .pagination .page-numbers {
  background: #355d6e;
  color: #ffffff;
  text-decoration: none;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 4px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
.custom-content .pagination .page-numbers:hover {
  background: #7bb728;
}
.custom-content .pagination .prev,
.custom-content .pagination .next {
  padding: 0px 16px;
}
.custom-content .pagination .prev i {
  margin-right: 8px;
}
.custom-content .pagination .next i {
  margin-left: 8px;
}
.custom-content .pagination .current {
  background: #7bb728;
}

#comentarios {
  background: #355d6e;
  padding: 56px 0px;
  color: #ffffff;
}
#comentarios h3 {
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 56px;
  text-align: center;
}
#comentarios ol {
  margin: 0px;
  padding: 0px;
}
#comentarios ul,
#comentarios ol {
  list-style: none;
}
#comentarios ul article,
#comentarios ol article {
  background: #fff;
  margin: 16px 0px;
  padding: 16px;
  color: #333333;
  border-radius: 8px;
}
#comentarios ul article .vcard,
#comentarios ol article .vcard {
  font-size: 1.1em;
  margin-bottom: 8px;
}
#comentarios ul article .vcard .avatar,
#comentarios ol article .vcard .avatar {
  margin-right: 8px;
}
#comentarios ul article .comment-metadata,
#comentarios ol article .comment-metadata {
  margin-bottom: 16px;
}
#comentarios ul article b,
#comentarios ol article b {
  color: #355d6e;
  font-weight: 700;
}
#comentarios ul article a,
#comentarios ol article a {
  display: inline-block;
  text-decoration: none;
  color: #7bb728;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
#comentarios ul article a:hover,
#comentarios ol article a:hover {
  color: #82c425;
  text-decoration: underline;
}
#comentarios ul article .reply,
#comentarios ol article .reply {
  margin-top: 16px;
}
#comentarios ul article .reply a,
#comentarios ol article .reply a {
  padding: 8px 32px;
  color: #ffffff;
  background: #355d6e;
  border-radius: 8px;
  text-decoration: none;
}
#comentarios ul article .reply a:hover,
#comentarios ol article .reply a:hover {
  background: #7bb728;
}
#comentarios .comment-respond {
  padding-top: 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#comentarios .comment-respond .comment-form .logged-in-as a {
  text-decoration: none;
  color: #7bb728;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
}
#comentarios .comment-respond .comment-form .logged-in-as a:hover {
  text-decoration: underline;
  color: #82c425;
}
#comentarios .comment-respond .comment-form label {
  display: block;
  width: 100%;
}
#comentarios .comment-respond .comment-form input,
#comentarios .comment-respond .comment-form textarea {
  display: block;
  width: 100%;
  padding: 8px;
  color: #333;
}
#comentarios .comment-respond .comment-form .comment-form-cookies-consent input,
#comentarios .comment-respond .comment-form .comment-form-cookies-consent label {
  cursor: pointer;
  display: inline;
  width: unset;
}
#comentarios .comment-respond .comment-form .comment-form-url {
  display: none;
}
#comentarios .comment-respond .comment-form .comment-notes {
  font-weight: 500;
}
#comentarios .comment-respond .comment-form .form-submit {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
#comentarios .comment-respond .comment-form .form-submit input {
  background: #7bb728;
  color: #ffffff;
  font-weight: 700;
  border: none;
  display: inline-block;
  width: unset;
  padding: 8px 32px;
  border-radius: 8px;
  transition: all 0.2s ease-in-out;
}
#comentarios .comment-respond .comment-form .form-submit input:hover {
  background: #82c425;
}
#comentarios .comment-respond .comment-reply-title a {
  text-decoration: none;
  color: #7bb728;
  transition: all 0.2s ease-in-out;
}
#comentarios .comment-respond .comment-reply-title a:hover {
  color: #82c425;
  text-decoration: underline;
}

#menu {
  background: #fff;
  padding: 32px 56px;
  border-radius: 40px;
}
#menu .navbar {
  padding: 0px;
}
#menu .navbar .navbar-brand {
  padding: 0px;
  margin-right: 40px;
}
#menu .navbar .navbar-brand img {
  max-width: 200px;
}
#menu .navbar .navbar-nav .nav-link {
  padding: 8px 16px;
  font-size: 1.2em;
  color: #355d6f;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
#menu .navbar .navbar-nav .nav-link:hover {
  color: #7cb828;
}
#menu .navbar .social-icons .navbar-nav {
  flex-direction: row;
}
#menu .navbar .social-icons .navbar-nav .nav-link {
  font-size: 1.8em;
  padding: 8px;
}
#menu .navbar .navbar-toggler {
  color: #7cb828;
  border: 3px solid #355d6f;
  background-color: transparent;
  font-size: 1.6em;
}
#menu .navbar .navbar-toggler .fa-bars {
  color: #355d6f;
}

#footer {
  padding-top: 96px;
}
#footer .sitemap-wrapper,
#footer .contato-wrapper {
  margin: auto;
  display: flex;
  justify-content: center;
  margin: 0px;
}
#footer .sitemap-wrapper h3,
#footer .contato-wrapper h3 {
  margin-bottom: 24px;
  font-size: 1.8em;
  font-weight: 700;
  color: #355d6e;
}
#footer .image-wrapper {
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0px;
}
#footer .image-wrapper .image {
  text-align: center;
}
#footer .image-wrapper .image img {
  max-width: 100%;
}
#footer .image-wrapper .social-icons {
  display: flex;
  justify-content: center;
}
#footer .image-wrapper .social-icons ul {
  margin: 16px 0px 0px 0px;
  padding: 0px;
  display: flex;
  list-style: none;
}
#footer .image-wrapper .social-icons ul a {
  font-size: 1.8em;
  padding: 0px 8px;
  color: #355d6e;
  transition: all 0.2s ease-in-out;
}
#footer .image-wrapper .social-icons ul a:hover {
  color: #82c425;
}
#footer .sitemap ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer .sitemap ul li {
  display: block;
  margin-bottom: 16px;
}
#footer .sitemap ul li a {
  text-decoration: none;
  color: #355d6e;
  font-weight: 700;
  transition: all 0.2s ease-in-out;
}
#footer .sitemap ul li a:hover {
  color: #7bb728;
}
#footer .sitemap ul li:last-child {
  margin-bottom: 0px;
}
#footer .contato p {
  font-size: 1.1em;
}
#footer .contato p i {
  margin-right: 8px;
  color: #7bb728;
}
#footer .mustache-logo {
  margin-top: 96px;
  text-align: center;
  background: #111;
  padding: 16px 0px;
}
#footer .mustache-logo img {
  max-width: 50px;
}

#page-blog {
  padding: 96px 0px;
  background: #355d6e;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

@media (max-width: 1200px) {
  #front-page #home-content .text-wrapper h1 {
    font-size: 4em;
  }
  #front-page #servicos .card-wrapper {
    width: 100%;
  }
  #footer .image-wrapper {
    margin-bottom: 56px;
  }
}
@media (max-width: 992px) {
  #front-page #home-content {
    padding: 32px 0px;
  }
  #front-page #home-content .text-wrapper {
    margin: 40px auto;
  }
  #front-page #sobre-first .text-wrapper {
    padding: 0px;
  }
  #front-page #sobre-second .img-wrapper {
    margin-top: 56px;
  }
  #front-page #servicos .card-wrapper .text-wrapper {
    margin-left: 0px;
  }
  #menu .navbar .navbar-nav {
    padding-top: 16px;
  }
  #menu .navbar .navbar-nav .nav-link {
    padding-left: 0px;
  }
  #menu .navbar .social-icons .navbar-nav .nav-link {
    padding-left: 0px;
    margin-right: 8px;
  }
  #blog .card-3 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #front-page #home {
    padding: 0px;
  }
  #front-page #sobre-first .text-wrapper {
    padding: 0px 16px;
  }
  #front-page #sobre-first .text-wrapper p {
    text-align: center;
  }
  #front-page #servicos .container {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
  }
  #front-page #servicos .container .card-wrapper .title-wrapper .icon {
    border-radius: 0px;
  }
  #front-page #servicos .container .card-wrapper .title-wrapper .icon img {
    max-height: 32px;
    max-width: 32px;
  }
  #front-page #servicos .container .card-wrapper .title-wrapper .title {
    border-radius: 0px;
  }
  #front-page #servicos .container .card-wrapper .title-wrapper .title h3 {
    font-size: 1.3em;
  }
  #front-page #servicos .container .card-wrapper .text-wrapper {
    border-radius: 0px;
  }
  .custom-header {
    padding: 0px;
    border-bottom: 2px solid #355d6e;
  }
  .custom-content .artigo .desc-wrapper {
    justify-content: space-around;
  }
  #menu {
    margin: 0px;
    max-width: 100%;
    border-radius: 0px;
  }
  #single-page .custom-content .post-header {
    flex-direction: column;
    margin-bottom: 16px;
  }
  #single-page .custom-content .post-header .button-return {
    margin-bottom: 32px;
  }
  #single-page .custom-content .thumb-wrapper {
    max-height: 300px;
  }
  #single-page .custom-content h1,
  #single-page .custom-content h2,
  #single-page .custom-content h3,
  #single-page .custom-content h4 {
    font-size: 1.5em;
  }
  #footer .sitemap-wrapper,
  #footer .contato-wrapper {
    justify-content: start;
  }
  #footer .sitemap {
    margin-bottom: 56px;
  }
}
@media (max-width: 576px) {
  #front-page #home-content {
    padding: 0px;
  }
  #front-page #home-content .text-wrapper {
    padding: 0px 32px;
  }
  #front-page #home-content .text-wrapper h1 {
    font-size: 3em;
  }
  #front-page #home-content .text-wrapper ul li {
    font-size: 1.4em;
  }
  #front-page #home-content .form-container {
    padding: 0px;
  }
  #front-page #home-content .form-container form {
    border-radius: 0px;
  }
  #front-page #home-content .form-container form h3 {
    font-size: 1.5em;
  }
  #front-page #home-content .form-container form p .form-input {
    font-size: 0.9em;
  }
  #front-page #home-content .form-container form p:last-of-type .button-submit {
    width: 80%;
  }
  #front-page #sobre-first .title,
  #front-page #sobre-first .text-wrapper,
  #front-page #sobre-first .button-wrapper {
    padding: 0px 32px;
  }
  #front-page #sobre-second .title-wrapper,
  #front-page #sobre-second .img-wrapper {
    padding: 0px 32px;
  }
  #front-page #servicos .card-wrapper .title-wrapper .icon {
    margin-right: 0px;
  }
  #front-page #servicos .card-wrapper .title-wrapper .title {
    padding-left: 8px;
  }
  #front-page #servicos .card-wrapper .title-wrapper .title h3 {
    font-size: 1.2em !important;
  }
  #menu .navbar .navbar-brand {
    margin-right: 0px;
  }
  #menu .navbar .navbar-brand img {
    max-width: 180px;
  }
  #single-page .custom-content .container {
    padding: 0px 32px;
  }
  #single-page .custom-content .container .thumb-wrapper {
    max-height: 200px;
  }
  #footer .container {
    padding-left: 56px;
    padding-right: 56px;
  }
}/*# sourceMappingURL=style.css.map */