@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&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&family=Quicksand:wght@300..700&display=swap);
/**teste
 * Theme Name: AreaStructure
 * Theme URI: http://www.arealocal.com.br
 * Author: Equipe &Aacute;rea Local
 * Author URI: http://www.arealocal.com.br
 * Description: Esse tema &eacute; um tema personalizado pela &Aacute;rea Local, caso necessite de algum atendimento entre em contato no telefone <a href="tel:+554735219850" target="_blank">(47) 3521-9850</a> ou no e-mail <a href="mailto:suporte@arealocal.com.br" target="_blank">suporte@arealocal.com.br</a>. Para mais informa&ccedil;&otilde;es acesse: <a href="http://www.arealocal.com.br" target="_blank">www.arealocal.com.br</a>.
 * Version: 4.0.0
 * Text Domain: estrutura-basica
**/
/* Fonts
========================================================================== */
/* Global variables
========================================================================== */
/* Mixins
========================================================================== */
/* Global Mixins
========================================================================== */
/* Resets
========================================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
*:not(.fas, .fab, .fa),
*:before:not(.fas, .fab, .fa),
*:after:not(.fas, .fab, .fa) {
  font-size: 1rem;
}

.entry-title {
  padding-top: 50px;
}
.entry-title h1 {
  font-family: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3A3A3A;
}
.entry-title h1 span {
  color: #004597;
  font-weight: 800;
}

#search-form {
  display: flex;
  width: 80%;
  justify-content: center;
  margin: auto;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 768px) {
  #search-form {
    width: 100%;
  }
}
#search-form #search-submit {
  border: 1px solid #004597;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #004597;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #004597;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #004597;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
  color: #004597;
}
#search-form input::-moz-placeholder {
  color: #004597;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
}
#search-form input::placeholder {
  color: #004597;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
}

a {
  transition: all linear 0.2s;
}
a:focus, a:hover {
  text-decoration: none;
}

input,
button {
  outline: none;
}

section {
  position: relative;
}

img {
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

textarea {
  max-width: 100%;
}

.pagina-padrao {
  padding-top: 70px;
  padding-bottom: 95px;
}
.pagina-padrao .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.pagina-padrao .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.pagina-padrao .img-container img {
  width: 100%;
  border-radius: 8px;
}
.pagina-padrao .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  position: relative;
}
.pagina-padrao .the-content:after {
  content: "";
  display: block;
  width: 115%;
  max-width: 100vw;
  height: 1px;
  background: #EDEDED;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .pagina-padrao .the-content:after {
    width: calc(100% - 40px);
  }
}
.pagina-padrao .the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
}
.pagina-padrao .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.pagina-padrao .the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  transition: all 0.3s;
}
.pagina-padrao .the-content p a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.pagina-padrao .the-content h2 a {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.pagina-padrao .the-content h2 a:hover {
  opacity: 0.6;
}
.pagina-padrao .the-content img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.pagina-padrao .the-content img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

/* Global classes
========================================================================== */
.al-container {
  width: 1216px;
}
@media (max-width: 1256px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 50px;
  padding-bottom: 50px;
}
.al-container.padrao img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.al-container.padrao img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

.al-container .al-sidebar {
  width: 300px;
  max-width: 100%;
}

.al-sidebar {
  max-width: 100%;
  width: calc((100% - 1216px) / 2);
}
@media screen and (max-width: 1516px) {
  .al-sidebar {
    width: 100%;
  }
}

.load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.load_more .page-numbers {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #004597;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #004597;
}
.load_more .page-numbers.current {
  background: #004597;
  font-family: "Inter";
  font-weight: 600;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.al-small-container {
  width: 1042px;
}

.al-extra-small-container {
  position: relative;
  width: 844px;
}

.al-container,
.al-small-container,
.al-extra-small-container {
  max-width: 100%;
  margin: 0 auto;
}

div.left-right-content {
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  div.left-right-content {
    row-gap: 20px;
  }
}
div.left-right-content div.left,
div.left-right-content div.right {
  width: 50%;
}
@media (max-width: 768px) {
  div.left-right-content div.left,
  div.left-right-content div.right {
    width: 100%;
  }
}

/* Html / Body
========================================================================== */
html {
  height: 100%;
  overflow: auto;
}

body {
  background: #fff;
  height: 100%;
  line-height: 1.6;
  font: normal normal 16px Arial, sans-serif;
}

/* Custom scrollbar
========================================================================== */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgb(229.5, 229.5, 229.5);
}

body::-webkit-scrollbar-thumb {
  background: #004597;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(0, 31.7125827815, 69.4);
}

/* Mobmenu Classes
========================================================================== */
.mob-menu-header-holder,
.mobmenu {
  z-index: 99 !important;
}

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #004597;
  padding: 10px 10px 0px 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.mob-icon-menu,
.mob-menu-icon {
  color: #fff !important;
}

[class^=mob-icon-]:before,
[class*=mob-icon-]:before {
  font-size: 28px !important;
  width: unset !important;
}

/* Contact Form 7
========================================================================== */
.form-container .ajax-loader {
  display: none !important;
}
.form-container span[role=alert] {
  display: none !important;
}
.form-container .wpcf7-not-valid {
  border: 1px solid #dc3545 !important;
}
.form-container .wpcf7-not-valid.placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-moz-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid:-ms-input-placeholder {
  color: #dc3545 !important;
}
.form-container .wpcf7-not-valid::-webkit-input-placeholder {
  color: #dc3545 !important;
}
.form-container div[role=alert] {
  position: absolute;
  bottom: 0;
  font-weight: bold;
  text-align: center;
  background: #f1f1f1;
  width: 100%;
  max-width: 502px;
  margin: 20px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.form-container div[role=alert].wpcf7-validation-errors {
  border-color: #dc3545;
  color: #dc3545;
}
.form-container div[role=alert].wpcf7-mail-sent-ok {
  border-color: #28a745;
  color: #28a745;
}
@media (max-width: 480px) {
  .form-container div[role=alert] {
    position: initial;
    max-width: 100%;
  }
}

/* Slider
========================================================================== */
.banner {
  width: 100%;
  height: 543px;
}
@media screen and (max-width: 500px) {
  .banner {
    height: 420px;
  }
  .banner img {
    height: 100% !important;
  }
}
.banner .swiper-slide picture {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner .swiper-slide > .al-container {
  top: 137px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1214px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .banner .swiper-slide > .al-container {
    top: 60px;
  }
}
.banner .swiper-slide > .al-container .informacoes {
  color: #FFF;
  font-family: "Inter";
  font-style: normal;
  line-height: normal;
  max-width: 709px;
}
.banner .swiper-slide > .al-container .informacoes h1 {
  font-size: 64px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 44px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes h1 {
    font-size: 34px;
  }
}
.banner .swiper-slide > .al-container .informacoes p {
  font-size: 32px;
  font-weight: 500;
  line-height: 112%; /* 35.84px */
  padding-top: 11px;
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 22px;
  }
}
@media screen and (max-width: 540px) {
  .banner .swiper-slide > .al-container .informacoes p {
    font-size: 18px;
  }
}

/* Custom
========================================================================== */
.page-title {
  display: flex;
}
.page-title .al-container {
  padding: 72px 0px;
}
@media (max-width: 1024px) {
  .page-title .al-container {
    padding: 30px 20px;
  }
}
.page-title .al-container h1 {
  color: #FFF;
  font-family: "Inter";
  font-size: 46px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .page-title .al-container h1 {
    font-size: 22px;
  }
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
body.home header {
  z-index: 1;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  body.home header {
    position: relative;
  }
}

header[role=heading] .al-container .logo {
  display: flex;
}
header[role=heading] .al-container .logo img,
header[role=heading] .al-container .logo svg {
  width: 280px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header[role=heading] .al-container #desktop-menu {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #desktop-menu {
    display: none;
  }
}
header[role=heading] .al-container #desktop-menu .menu {
  display: flex;
  align-items: center;
  padding-left: 40px;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li {
  display: block;
  position: relative;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li::before {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  height: 2px;
  background-color: #004597;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%);
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li a {
  display: flex;
  font-family: "Inter";
  transition: all 0.3s;
  color: #323233;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item::before, header[role=heading] .al-container #desktop-menu .menu ul.menu li:hover::before {
  width: 100%;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item a {
  font-weight: 700;
}
header[role=heading] .al-container #desktop-menu a.whatsapp {
  font-family: "Inter";
  background: #33A53E;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  transition: transform 0.3s ease;
  margin-left: auto;
}
header[role=heading] .al-container #desktop-menu a.whatsapp:hover {
  transform: scale(1.1);
}
header[role=heading] .al-container #mobile-icon {
  display: none;
  justify-content: right;
  position: fixed;
  padding: 13px 6px;
  right: 10px;
  top: 10px;
  z-index: 997;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-icon {
    display: flex;
  }
}
header[role=heading] .al-container #mobile-menu {
  display: none;
  background: #004597;
  position: fixed;
  top: 0;
  right: -100%;
  width: 85vw;
  height: 100vh;
  transition: all 0.3s;
  overflow-y: scroll;
  z-index: 9999;
  max-width: 380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-menu {
    display: block;
  }
}
header[role=heading] .al-container #mobile-menu.active {
  right: 0;
}
header[role=heading] .al-container #mobile-menu .container {
  padding: 40px 30px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header[role=heading] .al-container #mobile-menu .container .close {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container .close a {
  cursor: pointer;
}
header[role=heading] .al-container #mobile-menu .container .logo {
  background: #fff;
  padding: 5px 20px;
}
header[role=heading] .al-container #mobile-menu .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a::after {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a:hover::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a {
  font-weight: 700;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  padding-top: 14px;
  background: #fff;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a {
  color: #004597;
}
header[role=heading] .al-container .header-mobile {
  width: 100%;
  display: none;
}
@media (max-width: 1024px) {
  header[role=heading] .al-container .header-mobile {
    display: block;
  }
}
header[role=heading] .al-container .header-mobile a {
  max-width: 200px;
}

body:has(#mobile-menu.active) {
  overflow: hidden;
}

.overlay {
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.43);
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

/* Footer
========================================================================== */
footer {
  background: #F5F5F5;
  padding: 100px 0px;
}
footer .al-container.rodape {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .al-container.rodape {
    flex-wrap: wrap;
    justify-content: center;
  }
}
footer .al-container.rodape .left {
  width: 24%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .al-container.rodape .left {
    width: 100%;
    justify-content: center;
  }
}
footer .al-container.rodape .left .redes-sociais {
  padding-top: 32px;
  display: flex;
  gap: 24px;
}
footer .al-container.rodape .right {
  width: 72%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  footer .al-container.rodape .right {
    width: 100%;
    justify-content: center;
    padding-top: 30px;
  }
}
footer .al-container.rodape .right .filial {
  max-width: 260px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
footer .al-container.rodape .right .filial h2 {
  padding-bottom: 16px;
  color: #004597;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
footer .al-container.rodape .right .filial .info + .info {
  margin-top: 14px;
}
footer .al-container.rodape .right .filial .info {
  display: flex;
  gap: 10px;
}
footer .al-container.rodape .right .filial .info .right-info p a {
  color: #0F0F0F;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 118.5%;
  max-width: 215px;
}

.assinatura {
  background: #004597;
  padding: 7px 0px;
}
.assinatura .al-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.assinatura .al-container .left {
  display: flex;
  gap: 32px;
}
.assinatura .al-container .left a {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165.5%;
  text-transform: uppercase;
}
.assinatura .al-container .right p {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 165.5%;
}
.assinatura .al-container .right p a {
  color: #FFF;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 165.5%;
}

/* Home
========================================================================== */
section.banner-principal img {
  width: 100%;
}
@media (max-width: 480px) {
  section.banner-principal img {
    height: 320px;
    -o-object-position: left;
       object-position: left;
  }
}
section.banner-principal .conteudo {
  position: absolute;
  width: 100%;
  top: 27%;
}
@media (max-width: 1024px) {
  section.banner-principal .conteudo {
    top: 5%;
  }
}
section.banner-principal .conteudo .al-container h1 {
  max-width: 624px;
  color: #323233;
  font-family: Inter;
  font-size: 68px;
  font-style: italic;
  font-weight: 300;
  line-height: 100%;
}
@media (max-width: 1024px) {
  section.banner-principal .conteudo .al-container h1 {
    max-width: 195px;
    font-size: 24px;
  }
}
section.banner-principal .conteudo .al-container h1 span {
  color: #004597;
  font-family: Inter;
  font-size: 88px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  section.banner-principal .conteudo .al-container h1 span {
    font-size: 28px;
  }
}
section.banner-principal .conteudo .al-container h2 {
  padding-top: 20px;
  color: #666;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 133.523%;
  max-width: 440px;
}
@media (max-width: 768px) {
  section.banner-principal .conteudo .al-container h2 {
    padding-top: 10px;
    font-size: 14px;
    max-width: 300px;
  }
}
section.banner-principal .conteudo .al-container p {
  padding-top: 37px;
  color: #4A4A4A;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  max-width: 429px;
  display: flex;
  gap: 13px;
  align-items: center;
}
@media (max-width: 768px) {
  section.banner-principal .conteudo .al-container p {
    padding-top: 18px;
    font-size: 12px;
    max-width: 235px;
  }
}
section.banner-principal .conteudo .al-container p svg {
  height: auto;
}
section.banner-principal .conteudo .al-container p span {
  width: calc(100% - 57px);
}
section.banner-principal .conteudo .al-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: #004597;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  text-transform: uppercase;
  max-width: 309px;
  padding: 10px 0;
  margin-top: 40px;
  transition: transform 0.3s ease;
}
@media (max-width: 1024px) {
  section.banner-principal .conteudo .al-container a {
    font-size: 14px;
    max-width: 225px;
    margin-top: 28px;
  }
}
section.banner-principal .conteudo .al-container a:hover {
  transform: scale(1.1);
}

section.sobre-nos {
  padding-top: 115px;
}
@media (max-width: 1024px) {
  section.sobre-nos {
    padding-top: 50px;
  }
}
section.sobre-nos .left-right {
  display: flex;
  flex-wrap: wrap;
  gap: 3.12%;
}
section.sobre-nos .left-right .left {
  width: 60.94%;
  display: flex;
  justify-content: right;
  position: relative;
}
@media (max-width: 480px) {
  section.sobre-nos .left-right .left {
    width: 100%;
    justify-content: center;
  }
}
section.sobre-nos .left-right .left .texto-decadas {
  width: 289px;
  height: 272px;
  background-image: url("assets/images/background-decadas.webp");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -15px;
}
@media (max-width: 1024px) {
  section.sobre-nos .left-right .left .texto-decadas {
    width: 140px;
    height: 140px;
    background-size: cover;
  }
}
section.sobre-nos .left-right .left .texto-decadas p {
  width: 233px;
  color: #FFF;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  section.sobre-nos .left-right .left .texto-decadas p {
    width: 115px;
    font-size: 18px;
  }
}
section.sobre-nos .left-right .left img {
  width: 90%;
}
section.sobre-nos .left-right .right {
  width: 35.93%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 480px) {
  section.sobre-nos .left-right .right {
    width: 100%;
    padding-top: 50px;
  }
}
section.sobre-nos .left-right .right h2 {
  color: #004597;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.sobre-nos .left-right .right h3 {
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  section.sobre-nos .left-right .right h3 {
    font-size: 22px;
    width: 95%;
  }
}
section.sobre-nos .left-right .right p {
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
  padding-top: 20px;
}
section.sobre-nos .left-right .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 188px;
  padding: 10px 0px;
  background: #004597;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  text-transform: uppercase;
  margin-top: 30px;
  transition: transform 0.3s ease;
}
section.sobre-nos .left-right .right a:hover {
  transform: scale(1.1);
}

section.servicos-home {
  padding-top: 130px;
}
@media (max-width: 1024px) {
  section.servicos-home {
    padding-top: 50px;
  }
}
section.servicos-home .superior {
  display: flex;
  flex-wrap: wrap;
}
section.servicos-home .superior .left {
  width: 50%;
}
@media (max-width: 480px) {
  section.servicos-home .superior .left {
    width: 100%;
  }
}
section.servicos-home .superior .left h2 {
  color: #D0050D;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.servicos-home .superior .left h3 {
  width: 245px;
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  section.servicos-home .superior .left h3 {
    font-size: 22px;
    width: 185px;
  }
}
section.servicos-home .superior .right {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: end;
}
@media (max-width: 480px) {
  section.servicos-home .superior .right {
    width: 100%;
    padding-top: 20px;
  }
}
section.servicos-home .superior .right p {
  width: 437px;
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
}
section.servicos-home .listagem-servicos {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.servicos-home .listagem-servicos {
    justify-content: space-evenly;
  }
}
section.servicos-home .listagem-servicos .servico {
  width: 280px;
  height: auto;
  padding-bottom: 40px;
}
section.servicos-home .listagem-servicos .servico .servico-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.servicos-home .listagem-servicos .servico .servico-container img {
  width: 280px;
  height: 303px;
}
section.servicos-home .listagem-servicos .servico .servico-container h2 {
  width: 224px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D0050D;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: -50px;
}
@media (max-width: 1024px) {
  section.servicos-home .listagem-servicos .servico .servico-container h2 {
    height: 60px;
    font-size: 20px;
    margin-top: -30px;
  }
}

section.cases {
  background: #004597;
  padding: 80px 0 100px;
}
@media (max-width: 1024px) {
  section.cases {
    padding: 50px 20px;
  }
}
section.cases .titulo-cases {
  display: flex;
  flex-direction: column;
  align-items: center;
}
section.cases .titulo-cases h2 {
  color: #D0050D;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.cases .titulo-cases h3 {
  padding-top: 25px;
  width: 380px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  section.cases .titulo-cases h3 {
    font-size: 22px;
    width: 95%;
  }
}
section.cases .slider-cases {
  padding-top: 57px;
}
section.cases .slider-cases .lSSlideWrapper ul#reparos-carousel {
  display: flex;
  overflow: hidden;
  padding-left: calc(50vw - 718px);
  cursor: pointer;
}
section.cases .slider-cases .lSSlideWrapper ul#reparos-carousel li img {
  width: 520px;
  height: 342px;
}
section.cases .slider-cases .lSSlideWrapper ul#reparos-carousel li .rendered {
  outline: none;
}
section.cases .slider-cases .lSPager {
  padding-top: 30px;
}
section.cases .slider-cases .lSPager li a {
  background: #FFF;
}
section.cases .slider-cases .lSPager li.active a {
  background: #D0050D;
}

section.filiais-home {
  padding: 100px 0px;
}
@media (max-width: 1024px) {
  section.filiais-home {
    padding: 50px 0px;
  }
}
section.filiais-home .superior-filiais {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 1024px) {
  section.filiais-home .superior-filiais {
    padding: 0 20px;
  }
}
section.filiais-home .superior-filiais .left h2 {
  color: #D0050D;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.filiais-home .superior-filiais .left h3 {
  padding-top: 26px;
  max-width: 385px;
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  section.filiais-home .superior-filiais .left h3 {
    font-size: 22px;
    width: 220px;
  }
}
section.filiais-home .superior-filiais .right {
  padding-top: 20px;
}
section.filiais-home .superior-filiais .right p {
  max-width: 600px;
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
}
section.filiais-home .inferior-filiais {
  padding: 62px 0px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais {
    flex-wrap: wrap;
  }
}
section.filiais-home .inferior-filiais .left-filiais {
  display: flex;
  flex-wrap: wrap;
  max-height: 65px;
  gap: 20px;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .left-filiais {
    max-height: none;
    gap: 5px;
    justify-content: center;
    padding: 0px 20px;
    width: 100%;
  }
}
section.filiais-home .inferior-filiais .left-filiais a {
  width: 488px;
  padding: 18px 30px;
  background: #CECBCB;
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .left-filiais a {
    width: auto;
    font-size: 16px;
    padding: 10px;
  }
}
section.filiais-home .inferior-filiais .left-filiais a:hover {
  background: #e78488;
}
section.filiais-home .inferior-filiais .left-filiais a.active {
  background: #D0050D;
}
section.filiais-home .inferior-filiais .left-filiais a.active svg {
  display: inline-block;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .left-filiais a.active svg {
    display: none;
  }
}
section.filiais-home .inferior-filiais .left-filiais a svg {
  display: none;
  position: absolute;
  right: -14px;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info {
  width: 696px;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info {
    width: 70%;
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info {
    width: 95%;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info img {
  display: flex;
  width: 100%;
  height: 380px;
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .informacoes {
  padding: 20px 36px 40px 20px;
  background: #D0050D;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info .informacoes {
    padding: 20px 0px;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .informacoes .title h2 {
  text-align: center;
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info .informacoes .title h2 {
    font-size: 22px;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .infos {
  padding-top: 19px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info .infos {
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .infos .info {
  width: 47%;
  display: flex;
  gap: 10px;
}
@media (max-width: 1024px) {
  section.filiais-home .inferior-filiais .right-filiais .filial-info .infos .info {
    width: 80%;
  }
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .infos .info .left svg * {
  fill: #fff;
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .infos .info .right p {
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.filiais-home .inferior-filiais .right-filiais .filial-info .infos .info .right p a {
  color: #FFF;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.parceiros {
  background: #F6F6F6;
}
@media (max-width: 1024px) {
  .parceiros .al-container .lSSlideOuter .lSSlideWrapper ul#partner-slider li.lslide.active {
    display: flex;
    justify-content: center;
  }
}
.parceiros .al-container .lSPrev,
.parceiros .al-container .lSNext {
  background: none !important;
  border: none !important;
}
.parceiros .al-container .lSPrev:before,
.parceiros .al-container .lSNext:before {
  content: none !important;
}

section.instagram-feed {
  padding: 100px 0px;
}
@media (max-width: 1024px) {
  section.instagram-feed {
    padding: 50px 20px;
  }
}
section.instagram-feed .superior {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
section.instagram-feed .superior .left h2 {
  color: #004597;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
section.instagram-feed .superior .left h3 {
  padding-top: 25px;
  width: 491px;
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  section.instagram-feed .superior .left h3 {
    font-size: 22px;
    width: 90%;
  }
}
section.instagram-feed .superior .right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  section.instagram-feed .superior .right {
    padding-top: 20px;
  }
}
section.instagram-feed .superior .right p {
  color: #4E5355;
  text-align: right;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.instagram-feed .superior .right p {
    font-size: 18px;
  }
}
section.instagram-feed .superior .right a {
  padding: 7px 16px;
  border-radius: 8px;
  background: #0095F6;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 92.5%;
  letter-spacing: 0.6px;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  section.instagram-feed .superior .right a {
    font-size: 18px;
  }
}
section.instagram-feed .superior .right a:hover {
  transform: scale(1.1);
}

body.page-id-10 .page-title {
  background: #004597;
}

.inferior {
  padding-top: 65px;
}
.inferior p {
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
}

.fotos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 79px;
}
@media (max-width: 768px) {
  .fotos {
    gap: 120px;
  }
}
.fotos .foto {
  width: 48.68%;
  position: relative;
}
@media (max-width: 768px) {
  .fotos .foto {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
.fotos .foto img {
  display: flex;
  width: 400px;
  height: auto;
}
.fotos .foto .texto {
  position: absolute;
  right: 0px;
  bottom: -34px;
  background: #004597;
  width: 219px;
  height: 206px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 11px;
}
@media (max-width: 768px) {
  .fotos .foto .texto {
    width: 140px;
    height: 140px;
    bottom: -90px;
  }
}
.fotos .foto .texto p {
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .fotos .foto .texto p {
    font-size: 14px;
  }
}

.video-institucional {
  display: flex;
  justify-content: center;
  padding: 90px 0 100px;
}
@media (max-width: 1024px) {
  .video-institucional {
    padding: 140px 0 0px;
  }
}
.video-institucional iframe {
  border-radius: 28.067px;
}
@media (max-width: 480px) {
  .video-institucional iframe {
    width: 100%;
  }
}

.oficinas {
  background: #004597;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .oficinas {
    padding-top: 50px;
    margin-top: 50px;
  }
}
.oficinas .superior {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.oficinas .superior h2 {
  color: #D0050D;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.oficinas .superior h3 {
  max-width: 399px;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding-top: 25px;
}
@media (max-width: 1024px) {
  .oficinas .superior h3 {
    font-size: 22px;
    width: 185px;
  }
}
.oficinas .superior .right {
  width: 50%;
  display: flex;
  justify-content: right;
  align-items: end;
}
@media (max-width: 480px) {
  .oficinas .superior .right {
    width: 100%;
    padding-top: 20px;
  }
}
.oficinas .superior .right p {
  width: 437px;
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
}
.oficinas .al-container.listagem-oficinas {
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .oficinas .al-container.listagem-oficinas {
    justify-content: space-evenly;
  }
}
.oficinas .al-container.listagem-oficinas .oficina {
  width: 384px;
  height: auto;
  padding-bottom: 40px;
}
.oficinas .al-container.listagem-oficinas .oficina .oficina-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.oficinas .al-container.listagem-oficinas .oficina .oficina-container img {
  width: 100%;
  height: 234px;
}
.oficinas .al-container.listagem-oficinas .oficina .oficina-container h2 {
  width: 224px;
  height: 93px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #D0050D;
  color: #FFF;
  text-align: center;
  font-family: "Inter";
  text-transform: uppercase;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin-top: -50px;
}
@media (max-width: 1024px) {
  .oficinas .al-container.listagem-oficinas .oficina .oficina-container h2 {
    height: 60px;
    font-size: 20px;
    margin-top: -30px;
  }
}

body.page-id-14 .page-title {
  background: #D0050D;
}

section.servicos-interativo {
  display: flex;
  justify-content: space-between;
  padding: 80px 0 100px;
}
@media (max-width: 1024px) {
  section.servicos-interativo {
    flex-wrap: wrap;
    padding: 50px 0 50px;
  }
}
section.servicos-interativo .servicos-menu ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-menu ul {
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    flex-direction: row;
  }
}
section.servicos-interativo .servicos-menu ul li {
  cursor: pointer;
  width: 384px;
  display: flex;
  align-items: center;
  padding: 18px 0px 18px 30px;
  background: #CECBCB;
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-menu ul li {
    padding: 10px;
    font-size: 16px;
    width: auto;
  }
}
section.servicos-interativo .servicos-menu ul li:hover {
  background: #e78488;
}
section.servicos-interativo .servicos-menu ul li svg {
  display: none;
  position: absolute;
  right: -14px;
}
section.servicos-interativo .servicos-menu ul li.ativo {
  background: #D0050D;
}
section.servicos-interativo .servicos-menu ul li.ativo svg {
  display: block;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-menu ul li.ativo svg {
    display: none;
  }
}
section.servicos-interativo .servicos-conteudo {
  width: 728px;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-conteudo {
    width: 100%;
    padding: 20px 20px 0;
  }
}
section.servicos-interativo .servicos-conteudo .servico-detalhe img {
  width: 728px;
  height: 213px;
}
section.servicos-interativo .servicos-conteudo .servico-detalhe h2 {
  padding-top: 30px;
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-conteudo .servico-detalhe h2 {
    font-size: 22px;
  }
}
section.servicos-interativo .servicos-conteudo .servico-detalhe .descricao {
  padding-top: 20px;
}
section.servicos-interativo .servicos-conteudo .servico-detalhe .descricao p {
  color: #666;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-conteudo .servico-detalhe .descricao p {
    font-size: 18px;
  }
}
section.servicos-interativo .servicos-conteudo .servico-detalhe .botao-orcamento {
  display: flex;
  justify-content: center;
  padding-top: 45px;
}
section.servicos-interativo .servicos-conteudo .servico-detalhe .botao-orcamento a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding: 10px 20px;
  background: #D0050D;
  color: #FFF;
  text-align: center;
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 98%;
  text-transform: uppercase;
  transition: all 0.3s;
}
@media (max-width: 1024px) {
  section.servicos-interativo .servicos-conteudo .servico-detalhe .botao-orcamento a {
    font-size: 14px;
  }
}
section.servicos-interativo .servicos-conteudo .servico-detalhe .botao-orcamento a:hover {
  transform: scale(1.1);
}

body.page-id-18 .page-title {
  background: #004597;
}

.al-container.list-etapas {
  padding: 50px 0px 128px;
  position: relative;
}
@media (max-width: 1024px) {
  .al-container.list-etapas {
    padding: 50px 0 50px;
  }
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas {
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1024px) {
  .al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas {
    align-items: center;
    justify-content: center;
    padding: 20px;
  }
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas img {
  width: 100%;
  max-width: 1216px;
  height: auto;
  max-height: 663px;
  display: flex;
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas {
  background: #004597;
  max-width: 1073px;
  padding: 28px 137px 54px 58px;
  display: flex;
  gap: 21px;
  flex-direction: column;
  align-items: end;
  margin-top: -154px;
  position: relative;
  min-height: 295px;
  margin-right: 33px;
}
@media (max-width: 768px) {
  .al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas {
    padding: 20px;
    margin-top: 0px;
    margin-right: 0;
    align-items: baseline;
    min-height: 0;
  }
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas::after {
  content: attr(data-value);
  color: #043877;
  text-align: right;
  font-family: "Inter";
  font-size: 300px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  position: absolute;
  right: 20px;
  z-index: 0;
  margin-top: -65px;
}
@media (max-width: 1024px) {
  .al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas::after {
    font-size: 100px;
    margin-top: -22px;
  }
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas h2 {
  color: #FFF;
  font-family: "Inter";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1024px) {
  .al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas h2 {
    font-size: 22px;
  }
}
.al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas p {
  max-width: 878px;
  color: #FFF;
  text-align: right;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 133.523%;
  z-index: 1;
}
@media (max-width: 768px) {
  .al-container.list-etapas .lSSlideOuter .lSSlideWrapper ul#slider-etapas li .etapas .info-etapas p {
    line-height: 100%;
    text-align: left;
  }
}
.al-container.list-etapas button {
  all: unset;
  cursor: pointer;
  transition: all 0.3s;
}
.al-container.list-etapas button:hover {
  transform: scale(1.1);
}
.al-container.list-etapas .custom-prev, .al-container.list-etapas .custom-next {
  position: absolute;
  bottom: 20%;
}
@media (max-width: 768px) {
  .al-container.list-etapas .custom-prev, .al-container.list-etapas .custom-next {
    bottom: 66%;
  }
}
@media (max-width: 768px) {
  .al-container.list-etapas .custom-prev svg, .al-container.list-etapas .custom-next svg {
    width: 32px;
  }
}
.al-container.list-etapas .custom-prev {
  position: absolute;
  left: 80px;
  z-index: 1;
}
@media (max-width: 768px) {
  .al-container.list-etapas .custom-prev {
    left: 5px;
  }
}
.al-container.list-etapas .custom-next {
  position: absolute;
  right: 5px;
  z-index: 1;
}

.blog-main .page-title {
  background: #004597;
}

.al-container.blog {
  padding: 80px 0px 100px;
}
@media (max-width: 1024px) {
  .al-container.blog {
    padding: 50px 20px;
  }
}
.al-container.blog .left-right {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .al-container.blog .left-right {
    flex-direction: column-reverse;
  }
}
.al-container.blog .left-right .left {
  width: 70%;
}
@media (max-width: 480px) {
  .al-container.blog .left-right .left {
    width: 100%;
    padding-top: 30px;
  }
}
.al-container.blog .left-right .left .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px;
}
.al-container.blog .left-right .left .posts .article-container {
  max-width: 384px;
  transition: all 0.3s;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .img-container img {
  width: 100%;
  height: 305px;
  display: flex;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .img-container p {
  position: relative;
  margin-top: -9px;
  margin-left: 18px;
  max-width: 90px;
  padding: 2px 4px;
  background: #004597;
  color: #FFF;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  text-transform: uppercase;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .titulo {
  padding: 10px 18px;
  height: 144px;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .titulo p {
  color: #9D9D9D;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .titulo h2 {
  padding-top: 10px;
  color: #004597;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.al-container.blog .left-right .left .posts .article-container article.artigo .titulo a.leia-mais {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 32px;
  color: #B8B6B6;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.al-container.blog .left-right .left .posts .article-container:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.al-container.blog .left-right .left nav.load_more {
  padding-top: 50px;
}
.al-container.blog .left-right .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 480px) {
  .al-container.blog .left-right .right {
    width: 100%;
  }
}
.al-container.blog .left-right .right h3 {
  color: #363636;
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .al-container.blog .left-right .right h3 {
    font-size: 22px;
  }
}
.al-container.blog .left-right .right ul.filtros-categorias {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1024px) {
  .al-container.blog .left-right .right ul.filtros-categorias {
    padding-top: 10px;
  }
}
.al-container.blog .left-right .right ul.filtros-categorias li {
  list-style: disc !important;
  color: #004597;
  text-align: right;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  transition: all 0.3s;
}
.al-container.blog .left-right .right ul.filtros-categorias li:hover {
  transform: scale(1.1);
}
.al-container.blog .left-right .right ul.filtros-categorias li:last-child {
  border-bottom: none;
}
.al-container.blog .left-right .right ul.filtros-categorias li a {
  color: #004597;
}

body.single .page-title {
  background: #004597;
}

.al-container.single {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .al-container.single {
    padding: 50px 20px;
  }
}
.al-container.single.single {
  display: flex;
}
.al-container.single.single .left-right {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 480px) {
  .al-container.single.single .left-right {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.al-container.single.single .left-right .left {
  width: 70%;
}
@media (max-width: 480px) {
  .al-container.single.single .left-right .left {
    width: 100%;
    padding-top: 20px;
  }
}
.al-container.single.single .left-right .left .title {
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .al-container.single.single .left-right .left .title {
    font-size: 22px;
  }
}
.al-container.single.single .left-right .left .img-container {
  width: 100%;
  padding-top: 20px;
}
.al-container.single.single .left-right .left .img-container img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.al-container.single.single .left-right .left .the-content {
  padding-top: 40px;
}
.al-container.single.single .left-right .left .the-content p {
  color: #3D3D3D;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.al-container.single.single .left-right .left .share {
  padding-top: 55px;
  display: flex;
  gap: 47px;
}
@media (max-width: 1024px) {
  .al-container.single.single .left-right .left .share {
    flex-direction: column;
    gap: 10px;
  }
}
.al-container.single.single .left-right .left .share p {
  color: #004597;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .al-container.single.single .left-right .left .share p {
    width: 90%;
    font-size: 18px;
  }
}
.al-container.single.single .left-right .left .share .share-btn .addtoany_shortcode .addtoany_list a span {
  border-radius: 15px;
  display: flex;
}
.al-container.single.single .left-right .left .share .share-btn .addtoany_shortcode .addtoany_list a span svg {
  width: 18px;
}
.al-container.single.single .left-right .right {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 480px) {
  .al-container.single.single .left-right .right {
    width: 100%;
  }
}
.al-container.single.single .left-right .right h3 {
  color: #363636;
  text-align: center;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
}
@media (max-width: 1024px) {
  .al-container.single.single .left-right .right h3 {
    font-size: 22px;
  }
}
.al-container.single.single .left-right .right ul.filtros-categorias {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 1024px) {
  .al-container.single.single .left-right .right ul.filtros-categorias {
    padding-top: 10px;
  }
}
.al-container.single.single .left-right .right ul.filtros-categorias li {
  list-style: disc !important;
  color: #004597;
  text-align: right;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid #ccc;
  padding: 8px 0px;
  transition: all 0.3s;
}
.al-container.single.single .left-right .right ul.filtros-categorias li:hover {
  transform: scale(1.1);
}
.al-container.single.single .left-right .right ul.filtros-categorias li:last-child {
  border-bottom: none;
}
.al-container.single.single .left-right .right ul.filtros-categorias li a {
  color: #004597;
}

body.page-id-16 .page-title {
  background: #D0050D;
}

.contato {
  padding: 80px 0px 100px;
}
@media (max-width: 1024px) {
  .contato {
    padding: 50px 20px;
  }
}
.contato .contato-superior h2 {
  color: #D0050D;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}
.contato .contato-superior h3 {
  padding-top: 3px;
  max-width: 711px;
  color: #363636;
  font-family: "Inter";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .contato .contato-superior h3 {
    font-size: 22px;
    line-height: 100%;
  }
}
.contato .contato-left-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contato .contato-left-right .left form p {
  padding-top: 30px;
}
.contato .contato-left-right .left form p label {
  color: #C4050D;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.contato .contato-left-right .left form p label span input, .contato .contato-left-right .left form p label span select, .contato .contato-left-right .left form p label span textarea {
  margin-top: 5px;
  color: #636363;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 8px;
  background: #F5F5F5;
  border: none;
  padding: 7px 0px 11px 17px;
  width: 100%;
}
.contato .contato-left-right .left form p label span select {
  cursor: pointer;
}
.contato .contato-left-right .left form p label span textarea {
  resize: none;
}
.contato .contato-left-right .left form p label span textarea:focus-visible {
  outline: none;
}
.contato .contato-left-right .left form p input.wpcf7-form-control.wpcf7-submit.has-spinner {
  color: #FFF;
  background: #C4050D;
  border: none;
  padding: 18px 30px;
  color: #FFF;
  font-family: "Inter";
  font-size: 18x;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}
.contato .contato-left-right .left form p input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #e78488;
}
.contato .contato-left-right .right {
  width: 488px;
}
@media (max-width: 1024px) {
  .contato .contato-left-right .right {
    padding-top: 50px;
  }
}
@media (max-width: 480px) {
  .contato .contato-left-right .right {
    width: 100%;
    padding-top: 50px;
  }
}
.contato .contato-left-right .right select#cidade-select {
  background: #D0050D;
  border: none;
  width: 100%;
  padding: 18px 30px;
  color: #FFF;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1024px) {
  .contato .contato-left-right .right select#cidade-select {
    font-size: 18px;
  }
}
.contato .contato-left-right .right select#cidade-select:hover {
  background: #e78488;
  cursor: pointer;
}
.contato .contato-left-right .right select#cidade-select:focus-visible {
  outline: none;
}
.contato .contato-left-right .right select#cidade-select option {
  background: #D0050D;
}
.contato .contato-left-right .right select#cidade-select option:hover {
  background: #D0050D;
}
.contato .contato-left-right .right #filiais-infos .filial-info {
  padding-top: 30px;
}
@media (max-width: 1024px) {
  .contato .contato-left-right .right #filiais-infos .filial-info {
    padding-top: 20px;
  }
}
.contato .contato-left-right .right #filiais-infos .filial-info .info {
  display: flex;
  align-items: baseline;
  gap: 9px;
  padding-bottom: 25px;
}
@media (max-width: 1024px) {
  .contato .contato-left-right .right #filiais-infos .filial-info .info {
    padding-bottom: 10px;
  }
}
.contato .contato-left-right .right #filiais-infos .filial-info .info .right-info p {
  color: #191919;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 322px;
}
.contato .contato-left-right .right #filiais-infos .filial-info .info .right-info p a {
  color: #191919;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  max-width: 322px;
}

body.privacy-policy .page-title {
  background: #D0050D;
}
body.privacy-policy .al-container .privacidade {
  padding: 100px 0 50px;
}
@media (max-width: 1024px) {
  body.privacy-policy .al-container .privacidade {
    padding: 50px 0;
  }
}
body.privacy-policy .al-container .privacidade a {
  font-family: "Inter";
  color: #d0050d;
}
body.privacy-policy .al-container .privacidade p {
  font-family: "Inter";
  padding: 5px 0;
  color: #666;
}
body.privacy-policy .al-container .privacidade hr {
  margin: 10px 0;
}
body.privacy-policy .al-container .privacidade ul li {
  list-style: disc;
  margin-left: 20px;
  color: #363636;
}
