@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);
@charset "UTF-8";
/**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
========================================================================== */
@font-face {
  font-family: "Trebuchet MS";
  src: local("Trebuchet MS"), url("../assets/fonts/trebuc.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Trebuchet MS";
  src: local("Trebuchet MS Italic"), url("../assets/fonts/Trebuchet-MS-Italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
/* 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: "Trebuchet MS";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3A3A3A;
}
.entry-title h1 span {
  color: #B9D40F;
  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 #B9D40F;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #B9D40F;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #B9D40F;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B9D40F;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Trebuchet MS";
  color: #B9D40F;
}
#search-form input::-moz-placeholder {
  color: #B9D40F;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Trebuchet MS";
}
#search-form input::placeholder {
  color: #B9D40F;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Trebuchet MS";
}

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: "Trebuchet MS";
  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: "Trebuchet MS";
  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: "Trebuchet MS";
  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: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B9D40F;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #B9D40F;
}
.load_more .page-numbers.current {
  background: #B9D40F;
  font-family: "Trebuchet MS";
  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: #B9D40F;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(118.4977973568, 135.7920704846, 9.6079295154);
}

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

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #B9D40F;
  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 CSS
========================================================================== */
section.banner-internas {
  width: 100%;
  position: relative;
  margin-top: -171px;
  height: 660px;
}
@media (max-width: 1024px) {
  section.banner-internas {
    margin-top: 0;
    height: 300px;
  }
}
section.banner-internas img {
  width: 100%;
  height: 100%;
}
section.banner-internas .info-banner-internas {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  padding: 53px 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  section.banner-internas .info-banner-internas {
    top: 65%;
    padding: 30px 20px;
  }
}
section.banner-internas .info-banner-internas .al-container {
  border-left: 5px solid white;
  display: flex;
}
section.banner-internas .info-banner-internas .al-container .info {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
section.banner-internas .info-banner-internas .al-container .info h1 {
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 598px;
}
@media (max-width: 1024px) {
  section.banner-internas .info-banner-internas .al-container .info h1 {
    font-size: 30px;
  }
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
header[role=heading] {
  position: relative;
  z-index: 10;
}
header[role=heading] .desktop-menu-container .logo {
  display: flex;
}
header[role=heading] .desktop-menu-container .logo img,
header[role=heading] .desktop-menu-container .logo svg {
  width: 307px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header[role=heading] .desktop-menu-container #desktop-menu {
  padding: 14px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  max-width: 1558px;
  margin: 20px auto;
  border-radius: 15px;
  background: #FFF;
  box-shadow: 0 4px 13.1px 0 rgba(0, 0, 0, 0.25);
}
@media (max-width: 1024px) {
  header[role=heading] .desktop-menu-container #desktop-menu {
    display: none;
  }
}
header[role=heading] .desktop-menu-container #desktop-menu .menu {
  display: flex;
  align-items: center;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li {
  display: block;
  position: relative;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li a {
  display: inline-flex;
  align-items: center;
  gap: 0px;
  position: relative;
  color: #11462B;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li a:hover::after {
  width: 100%;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li a span.arrow {
  display: inline-block;
  font-size: 1em;
  transform: translateY(1px);
  transition: transform 0.3s ease;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.current-menu-item a, header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li:hover a {
  color: #639C00;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.current-menu-item a {
  font-weight: 400;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.current-menu-item a::after {
  width: 100%;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children {
  position: relative;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children:hover a {
  color: #639C00;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children:hover a span.arrow {
  transform: translateY(1px) rotate(180deg);
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px 0;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  z-index: 999;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  padding: 6px 20px;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children ul.sub-menu li a {
  color: #11462B;
  font-size: 18px;
  transition: color 0.3s ease;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: #639C00;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu a.instagram-icon {
  padding-left: 30px;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu a.instagram-icon svg {
  transition: transform 0.3s ease;
  transform-origin: center;
}
header[role=heading] .desktop-menu-container #desktop-menu .menu a.instagram-icon svg:hover {
  transform: rotateY(180deg);
}
header[role=heading] .desktop-menu-container #mobile-icon {
  display: none;
  justify-content: right;
  position: fixed;
  padding: 13px 6px;
  right: 20px;
  top: 30px;
  z-index: 997;
  background-color: #fff;
}
@media (max-width: 1024px) {
  header[role=heading] .desktop-menu-container #mobile-icon {
    display: flex;
  }
}
header[role=heading] .desktop-menu-container #mobile-menu {
  display: none;
  background: #11462B;
  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] .desktop-menu-container #mobile-menu {
    display: block;
  }
}
header[role=heading] .desktop-menu-container #mobile-menu.active {
  right: 0;
}
header[role=heading] .desktop-menu-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] .desktop-menu-container #mobile-menu .container .close {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header[role=heading] .desktop-menu-container #mobile-menu .container .close a {
  cursor: pointer;
}
header[role=heading] .desktop-menu-container #mobile-menu .container .logo {
  background: #fff;
  padding: 10px 20px;
  border-radius: 20px;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item a {
  font-family: "Trebuchet MS";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
header[role=heading] .desktop-menu-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] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item a:hover::after {
  width: 100%;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item a span.arrow {
  display: inline-block;
  font-size: 0.6em;
  transform: translateY(1px);
  transition: transform 0.3s ease;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a {
  font-weight: 700;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.current-menu-item a::after {
  width: 100%;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children.active a span.arrow {
  transform: translateY(1px) rotate(180deg);
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children.active ul.sub-menu {
  display: block;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
header[role=heading] .desktop-menu-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li a {
  color: #fff;
  font-size: 18px;
  padding: 8px 0;
  display: block;
}
header[role=heading] .header-mobile {
  display: none;
  position: fixed;
  width: 100%;
  background: #FFF;
  padding: 10px 20px;
  border-radius: 0 0 20px 20px;
}
@media (max-width: 1024px) {
  header[role=heading] .header-mobile {
    display: flex;
  }
}
header[role=heading] .header-mobile a.logo img {
  width: 250px;
  height: auto;
}

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: 998;
}

/* Footer
========================================================================== */
footer {
  background: #11462B;
}
footer .rodape-logam {
  background: #11462B;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer .rodape-logam {
    justify-content: space-evenly;
  }
}
@media (max-width: 768px) {
  footer .rodape-logam {
    justify-content: center;
  }
}
footer .rodape-logam .left-rodape {
  overflow: hidden;
  height: 645px;
  margin-top: -60px;
}
@media (max-width: 1024px) {
  footer .rodape-logam .left-rodape {
    width: 350px;
    height: auto;
  }
}
footer .rodape-logam .left-rodape a {
  display: block;
}
@media (max-width: 1024px) {
  footer .rodape-logam .left-rodape a svg {
    width: 100%;
    height: auto;
  }
}
footer .rodape-logam .right-rodape {
  padding: 100px calc((100vw - 1216px) / 2) 0px;
  position: relative;
}
@media (max-width: 768px) {
  footer .rodape-logam .right-rodape {
    padding: 50px 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
footer .rodape-logam .right-rodape ul.menu {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .rodape-logam .right-rodape ul.menu li {
  position: relative;
}
footer .rodape-logam .right-rodape ul.menu li a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  footer .rodape-logam .right-rodape ul.menu li a {
    font-size: 22px;
  }
}
footer .rodape-logam .right-rodape ul.menu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}
footer .rodape-logam .right-rodape ul.menu li a:hover {
  color: #B9D40F;
}
footer .rodape-logam .right-rodape ul.menu li a:hover::after {
  width: 100%;
}
footer .rodape-logam .right-rodape ul.menu li a span.arrow {
  display: inline-block;
  font-size: 1em;
  transform: translateY(1px);
  transition: transform 0.3s ease;
}
footer .rodape-logam .right-rodape ul.menu li.current_page_item a {
  color: #B9D40F;
  font-weight: 700;
}
footer .rodape-logam .right-rodape ul.menu li.current_page_item a::after {
  width: 100%;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children {
  position: relative;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children:hover a {
  color: #B9D40F;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children:hover a span.arrow {
  transform: translateY(1px) rotate(180deg);
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #0d3a23;
  padding: 10px 0;
  min-width: 200px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  z-index: 999;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children ul.sub-menu li {
  display: block;
  padding: 6px 20px;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children ul.sub-menu li a {
  color: #fff;
  font-size: 20px;
  transition: color 0.3s ease;
}
footer .rodape-logam .right-rodape ul.menu li.menu-item-has-children ul.sub-menu li a:hover {
  color: #B9D40F;
}
footer .rodape-logam .right-rodape .redes-sociais-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 66px;
}
@media (max-width: 480px) {
  footer .rodape-logam .right-rodape .redes-sociais-footer {
    gap: 20px;
  }
}
footer .rodape-logam .right-rodape .redes-sociais-footer a svg {
  transition: transform 0.3s ease;
  transform-origin: center;
}
footer .rodape-logam .right-rodape .redes-sociais-footer a svg:hover {
  transform: rotateY(180deg);
}
footer .rodape-logam .right-rodape .assinatura {
  position: absolute;
  bottom: 0;
}
footer .rodape-logam .right-rodape .assinatura p {
  color: #B9D40F;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .rodape-logam .right-rodape .assinatura p a {
  color: inherit;
  transition: all 0.3s;
}
footer .rodape-logam .right-rodape .assinatura p a:hover {
  color: #fff;
}

/* Home
========================================================================== */
section.banner-home {
  width: 100%;
  position: relative;
  margin-top: -171px;
}
@media (max-width: 1024px) {
  section.banner-home {
    margin-top: 0;
  }
}
section.banner-home img {
  width: 100%;
  height: 100vh;
}
section.banner-home .info-banner-home {
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(9px);
  padding: 53px 0;
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  section.banner-home .info-banner-home {
    top: 50%;
    padding: 30px 20px;
  }
}
section.banner-home .info-banner-home .al-container {
  border-left: 5px solid white;
  display: flex;
}
section.banner-home .info-banner-home .al-container .info {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (max-width: 768px) {
  section.banner-home .info-banner-home .al-container .info {
    gap: 20px;
  }
}
section.banner-home .info-banner-home .al-container .info h1 {
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 598px;
}
@media (max-width: 768px) {
  section.banner-home .info-banner-home .al-container .info h1 {
    font-size: 30px;
  }
}
section.banner-home .info-banner-home .al-container .info a {
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 24px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  background: #B9D40F;
  padding: 10px 28px;
  transition: all 0.3s;
}
section.banner-home .info-banner-home .al-container .info a:hover {
  background-color: #639C00;
  color: #fff;
}

section.quem-somos {
  position: relative;
  padding: 90px 0 45px;
  background: url("assets/images/bg-quem-somos-animado.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1919px) {
  section.quem-somos {
    padding: 50px 20px 0;
    background-size: auto;
  }
}
@media (max-width: 768px) {
  section.quem-somos {
    padding: 50px 0px;
    background: none;
  }
}
section.quem-somos .arte-quem-somos h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.quem-somos .arte-quem-somos h2 {
    font-size: 22px;
  }
}
section.quem-somos .arte-quem-somos h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.quem-somos .arte-quem-somos h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.quem-somos .arte-quem-somos h2 span {
    font-size: 30px;
  }
}
section.quem-somos .arte-quem-somos svg {
  width: 100%;
}
@media (max-width: 768px) {
  section.quem-somos .arte-quem-somos svg {
    height: auto;
  }
}
section.quem-somos .arte-quem-somos.desktop svg {
  display: none;
}
@media (min-width: 480px) {
  section.quem-somos .arte-quem-somos.desktop svg {
    display: block;
  }
}
section.quem-somos .arte-quem-somos.mobile svg {
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  section.quem-somos .arte-quem-somos.mobile svg {
    display: block;
  }
}

section.o-que-fazemos {
  background: url("assets/images/bg-o-que-somos.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 135px;
}
@media (max-width: 768px) {
  section.o-que-fazemos {
    padding: 50px 0px 50px;
  }
}
section.o-que-fazemos .al-container.title-o-que-fazemos {
  display: flex;
  justify-content: end;
  padding-bottom: 82px;
}
section.o-que-fazemos .al-container.title-o-que-fazemos h2 {
  text-align: right;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.o-que-fazemos .al-container.title-o-que-fazemos h2 {
    font-size: 22px;
  }
}
section.o-que-fazemos .al-container.title-o-que-fazemos h2 span {
  background: #fff;
  padding: 4px 25px;
}
section.o-que-fazemos .al-container.title-o-que-fazemos h2 .divisor {
  content: "";
  height: 15px;
}
section.o-que-fazemos .al-container.title-o-que-fazemos h2 strong {
  margin-top: 5px;
  background: #fff;
  padding: 4px 25px;
  font-size: 52px;
  font-weight: 800;
}
@media (max-width: 768px) {
  section.o-que-fazemos .al-container.title-o-que-fazemos h2 strong {
    font-size: 30px;
  }
}
section.o-que-fazemos .arte-o-que-fazemos.desktop svg {
  display: none;
  max-width: 86%;
}
@media (min-width: 480px) {
  section.o-que-fazemos .arte-o-que-fazemos.desktop svg {
    display: block;
  }
}
section.o-que-fazemos .arte-o-que-fazemos.mobile {
  display: flex;
  justify-content: center;
}
section.o-que-fazemos .arte-o-que-fazemos.mobile svg {
  display: none;
}
@media (max-width: 480px) {
  section.o-que-fazemos .arte-o-que-fazemos.mobile svg {
    display: block;
  }
}
section.o-que-fazemos .al-container.fatores {
  margin-top: 68px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(6.6999998093px);
  padding: 44px 71px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.o-que-fazemos .al-container.fatores {
    padding: 44px 20px;
  }
}
section.o-que-fazemos .al-container.fatores .left {
  width: 26.21%;
}
@media (max-width: 480px) {
  section.o-que-fazemos .al-container.fatores .left {
    width: 100%;
  }
}
section.o-que-fazemos .al-container.fatores .left p {
  max-width: 254px;
  padding: 8px 24px;
  background: #fff;
  border-radius: 10px;
  color: #222;
  font-family: "Trebuchet MS";
  font-size: 21.791px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
section.o-que-fazemos .al-container.fatores .left ul {
  max-width: 270px;
  padding-top: 34px;
}
section.o-que-fazemos .al-container.fatores .left ul li {
  color: #DAE1E9;
  font-family: "Trebuchet MS";
  font-size: 21.791px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  margin-left: 30px;
}
section.o-que-fazemos .al-container.fatores .left ul li::marker {
  color: #B9D40F;
  font-size: 1.5em;
}
section.o-que-fazemos .al-container.fatores .right {
  width: 54.81%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 480px) {
  section.o-que-fazemos .al-container.fatores .right {
    width: 100%;
    padding-top: 30px;
  }
}
section.o-que-fazemos .al-container.fatores .right p {
  color: #DAE1E9;
  font-family: "Trebuchet MS";
  font-size: 22.588px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 359px;
  text-align: center;
}
section.o-que-fazemos .al-container.fatores .right p strong {
  color: #B9D40F;
  text-transform: uppercase;
}
section.o-que-fazemos .al-container.fatores .right svg {
  padding-top: 28px;
  width: 100%;
}
@media (max-width: 480px) {
  section.o-que-fazemos .al-container.fatores .right svg {
    height: auto;
  }
}

section.numeros {
  padding: 49px 0 17px;
  background: url("assets/images/bg-numeros-animado.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros {
    width: 100%;
  }
}
section.numeros .al-container.list-numeros h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros h2 {
    font-size: 22px;
  }
}
section.numeros .al-container.list-numeros h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.numeros .al-container.list-numeros h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros h2 span {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros .bloco-numeros {
    padding-top: 50px;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .icone-numeros-geral {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: -60px;
}
section.numeros .al-container.list-numeros .bloco-numeros .icone-numeros-geral svg {
  width: 223px;
  height: 223px;
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros .bloco-numeros .icone-numeros-geral svg {
    width: 160px;
    height: 160px;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros {
  background: url("assets/images/bg-container-numeros.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 24px 34px;
  border-radius: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 26px;
}
@media (max-width: 768px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros {
    justify-content: center;
    row-gap: 0;
    padding: 24px 20px;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros {
  height: 197px;
  border-radius: 30px;
  width: 370px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-1 {
  background: rgba(185, 212, 15, 0.22);
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-1 h3 {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-1 h3 {
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-1 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-1 p {
    line-height: 100%;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-2 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 58px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-2 h3 {
    font-size: 30px;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-2 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-2 p {
    font-size: 24px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-3 {
  background: rgba(185, 212, 15, 0.5);
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-3 h3 {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 64px;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-3 h3 {
    font-size: 30px;
    line-height: 100%;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-3 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-4 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-4 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-4 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-4 p {
    font-size: 24px;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-5 {
  background: rgba(17, 70, 43, 0.5);
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-5 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-5 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-5 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-5 p {
    line-height: 100%;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-6 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-6 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-6 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-6 p {
    font-size: 24px;
    line-height: 100%;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-7 {
  background: rgba(185, 212, 15, 0.5);
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-7 h3 {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-7 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-7 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-7 p {
    line-height: 100%;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-8 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-8 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-8 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-8 p {
    font-size: 24px;
    line-height: 100%;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-9 {
  background: rgba(185, 212, 15, 0.22);
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-9 h3 {
  color: #B9D40F;
  font-family: "Source Sans 3";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-9 h3 {
    font-size: 30px;
    text-align: center;
  }
}
section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-9 p {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
@media (max-width: 480px) {
  section.numeros .al-container.list-numeros .bloco-numeros .itens-numeros .item-numeros.item-9 p {
    line-height: 100%;
  }
}

section.programa {
  padding: 93px 54px;
  background: url("assets/images/bg-programa.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 768px) {
  section.programa {
    padding: 50px 0 150px;
  }
}
section.programa .al-container .superior-programa {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section.programa .al-container .superior-programa .left-superior-programa {
  width: 50%;
}
@media (max-width: 480px) {
  section.programa .al-container .superior-programa .left-superior-programa {
    width: 100%;
  }
}
section.programa .al-container .superior-programa .left-superior-programa .img-programa-container {
  border-radius: 150px 10px 150px 10px;
  width: 100%;
  height: 401px;
}
@media (max-width: 768px) {
  section.programa .al-container .superior-programa .left-superior-programa .img-programa-container {
    height: auto;
  }
}
section.programa .al-container .superior-programa .left-superior-programa .img-programa-container img {
  width: 100%;
}
section.programa .al-container .superior-programa .right-superior-programa {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
@media (max-width: 480px) {
  section.programa .al-container .superior-programa .right-superior-programa {
    width: 100%;
    padding-top: 30px;
    align-items: normal;
  }
}
section.programa .al-container .superior-programa .right-superior-programa h2 {
  color: #222;
  font-family: Inter;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: right;
}
@media (max-width: 768px) {
  section.programa .al-container .superior-programa .right-superior-programa h2 {
    font-size: 30px;
    text-align: left;
  }
}
section.programa .al-container .superior-programa .right-superior-programa h3 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-align: right;
}
@media (max-width: 768px) {
  section.programa .al-container .superior-programa .right-superior-programa h3 {
    font-size: 30px;
    text-align: left;
    padding-top: 30px;
  }
}
section.programa .al-container .superior-programa .right-superior-programa p {
  color: #222;
  text-align: right;
  font-family: "Trebuchet MS";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 520px;
}
@media (max-width: 768px) {
  section.programa .al-container .superior-programa .right-superior-programa p {
    font-size: 22px;
    text-align: left;
  }
}
section.programa .al-container .inferior-programa {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 42px;
}
section.programa .al-container .inferior-programa .left-inferior-programa.desktop svg {
  display: none;
}
@media (min-width: 480px) {
  section.programa .al-container .inferior-programa .left-inferior-programa.desktop svg {
    display: block;
  }
}
section.programa .al-container .inferior-programa .left-inferior-programa.mobile svg {
  padding: 0 0 50px;
  display: none;
  width: 100%;
  height: auto;
}
@media (max-width: 480px) {
  section.programa .al-container .inferior-programa .left-inferior-programa.mobile svg {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section.programa .al-container .inferior-programa .right-inferior-programa {
    padding-top: 30px;
  }
}
section.programa .al-container .inferior-programa .right-inferior-programa h4 {
  display: inline-block;
  max-width: 211px;
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 35px;
  background: #222;
  padding: 10px 32px;
  text-transform: uppercase;
}
section.programa .al-container .inferior-programa .right-inferior-programa ul {
  padding-top: 16px;
}
section.programa .al-container .inferior-programa .right-inferior-programa ul li {
  color: #000000;
  font-family: "Trebuchet MS";
  font-size: 21.791px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  margin-left: 30px;
}
section.programa .al-container .inferior-programa .right-inferior-programa ul li::marker {
  color: #B9D40F;
  font-size: 1.5em;
}

section.mapa-logam {
  background: url("assets/images/bg-mapa.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 86px 0 169px;
}
@media (max-width: 480px) {
  section.mapa-logam {
    display: none;
  }
}
section.mapa-logam .al-container h2 {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
section.mapa-logam .al-container .mapa-estrutura.desktop svg {
  width: 100%;
  height: auto;
  padding: 0 20px;
}
@media (max-width: 480px) {
  section.mapa-logam .al-container .mapa-estrutura.desktop svg {
    display: none;
  }
}

/* Serviços
========================================================================== */
section.logistica-reversa {
  padding: 100px 0 147px;
  background: url("assets/images/bg-logistica.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.logistica-reversa {
    padding: 50px 0;
  }
}
section.logistica-reversa .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container {
    justify-content: center;
  }
}
section.logistica-reversa .al-container .left-logistica {
  width: 50%;
  max-width: 552px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .left-logistica {
    width: 100%;
  }
}
section.logistica-reversa .al-container .left-logistica h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .left-logistica h2 {
    font-size: 22px;
  }
}
section.logistica-reversa .al-container .left-logistica h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.logistica-reversa .al-container .left-logistica h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .left-logistica h2 span {
    font-size: 30px;
  }
}
section.logistica-reversa .al-container .left-logistica p {
  color: #222;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(2px);
  padding: 24px;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .left-logistica p {
    font-size: 22px;
  }
}
section.logistica-reversa .al-container .right-logistica {
  width: 50%;
  max-width: 590px;
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .right-logistica svg {
    padding-top: 30px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 768px) {
  section.logistica-reversa .al-container .right-logistica {
    width: 100%;
  }
}

section.recuperacao-paletes {
  background: url("assets/images/bg-recuperacao.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 107px 0 125px;
}
@media (max-width: 768px) {
  section.recuperacao-paletes {
    padding: 50px 0;
  }
}
section.recuperacao-paletes .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 768px) {
  section.recuperacao-paletes .al-container {
    justify-content: center;
  }
}
section.recuperacao-paletes .al-container .left-recuperacao {
  width: 50%;
  max-width: 624px;
}
@media (max-width: 768px) {
  section.recuperacao-paletes .al-container .left-recuperacao {
    width: 100%;
  }
}
section.recuperacao-paletes .al-container .right-recuperacao {
  width: 50%;
  max-width: 551px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 768px) {
  section.recuperacao-paletes .al-container .right-recuperacao {
    width: 100%;
    align-items: center;
  }
}
section.recuperacao-paletes .al-container .right-recuperacao h2 {
  text-align: right;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  section.recuperacao-paletes .al-container .right-recuperacao h2 {
    padding-top: 30px;
    font-size: 22px;
  }
}
section.recuperacao-paletes .al-container .right-recuperacao h2 span {
  padding: 0px 25px;
  color: #fff;
}
section.recuperacao-paletes .al-container .right-recuperacao h2 .divisor {
  content: "";
  height: 15px;
}
section.recuperacao-paletes .al-container .right-recuperacao h2 strong {
  background: #fff;
  padding: 4px 25px;
  font-size: 52px;
  font-weight: 800;
}
@media (max-width: 768px) {
  section.recuperacao-paletes .al-container .right-recuperacao h2 strong {
    font-size: 30px;
  }
}
section.recuperacao-paletes .al-container .right-recuperacao p {
  color: #fff;
  text-align: right;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(217, 217, 217, 0.14);
  backdrop-filter: blur(5.1500000954px);
  padding: 24px;
}
@media (max-width: 480px) {
  section.recuperacao-paletes .al-container .right-recuperacao p {
    margin-top: 30px;
    font-size: 22px;
  }
}

section.recuperacao-bags {
  padding: 159px 0 174px;
  padding: 100px 0 147px;
  background: url("assets/images/bg-recuperacao-bags.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.recuperacao-bags .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 768px) {
  section.recuperacao-bags .al-container {
    justify-content: center;
  }
}
section.recuperacao-bags .al-container .left-recuperacao-bags {
  width: 50%;
  max-width: 537px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media (max-width: 768px) {
  section.recuperacao-bags .al-container .left-recuperacao-bags {
    width: 100%;
  }
}
section.recuperacao-bags .al-container .left-recuperacao-bags h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  section.recuperacao-bags .al-container .left-recuperacao-bags h2 {
    font-size: 22px;
  }
}
section.recuperacao-bags .al-container .left-recuperacao-bags h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.recuperacao-bags .al-container .left-recuperacao-bags h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.recuperacao-bags .al-container .left-recuperacao-bags h2 span {
    font-size: 30px;
  }
}
section.recuperacao-bags .al-container .left-recuperacao-bags p {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(2px);
  padding: 24px;
}
section.recuperacao-bags .al-container .right-recuperacao-bags {
  width: 50%;
  max-width: 624px;
}
@media (max-width: 768px) {
  section.recuperacao-bags .al-container .right-recuperacao-bags {
    padding-top: 30px;
    width: 100%;
  }
}

.timeline-section.desktop {
  position: relative;
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .timeline-section.desktop {
    display: none;
  }
}
.timeline-section.desktop .al-container {
  padding: 98px 20px 58px;
}
@media (max-width: 480px) {
  .timeline-section.desktop .al-container {
    padding: 50px 20px;
  }
}
.timeline-section.desktop .al-container h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 480px) {
  .timeline-section.desktop .al-container h2 {
    font-size: 22px;
  }
}
.timeline-section.desktop .al-container h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
.timeline-section.desktop .al-container h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 480px) {
  .timeline-section.desktop .al-container h2 span {
    font-size: 30px;
  }
}
.timeline-section.desktop .al-container p {
  padding-top: 31px;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 480px) {
  .timeline-section.desktop .al-container p {
    font-size: 22px;
  }
}
.timeline-section.desktop .timeline-slider {
  width: 100%;
  height: 100%;
}
.timeline-section.desktop .timeline-slider .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.8s ease, opacity 0.6s ease;
}
.timeline-section.desktop .timeline-slider .swiper-slide .timeline-years {
  position: relative;
  width: 100%;
  height: 100%;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.5s ease;
  max-width: 190px;
  pointer-events: none;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin.visible {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.03);
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-content {
  margin-bottom: 0.8rem;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-content p {
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5rem;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-content strong,
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-content b {
  color: #B9D40F;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-line {
  width: 2px;
  height: 45px;
  background: #fff;
  margin: 0 auto;
  position: relative;
  animation: growLine 0.6s ease forwards;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year-circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  margin: 4px auto;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.4s ease;
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin.visible .year-circle {
  opacity: 1;
  transform: scale(1);
}
.timeline-section.desktop .timeline-slider .swiper-slide .year-pin .year {
  display: block;
  margin-top: 4px;
  color: #B9D40F;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.timeline-section.desktop .timeline-slider .swiper-button-prev,
.timeline-section.desktop .timeline-slider .swiper-button-next {
  color: #a8ff00;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.timeline-section.desktop .timeline-slider .swiper-button-prev:hover,
.timeline-section.desktop .timeline-slider .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}
.timeline-section.desktop .timeline-slider .swiper-button-prev::after,
.timeline-section.desktop .timeline-slider .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
}
.timeline-section.mobile {
  display: none;
}
@media (max-width: 1024px) {
  .timeline-section.mobile {
    display: block;
  }
}
.timeline-section.mobile .al-container {
  padding: 98px 20px 58px;
}
@media (max-width: 768px) {
  .timeline-section.mobile .al-container {
    padding: 50px 20px;
  }
}
.timeline-section.mobile .al-container h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  .timeline-section.mobile .al-container h2 {
    font-size: 22px;
  }
}
.timeline-section.mobile .al-container h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
.timeline-section.mobile .al-container h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  .timeline-section.mobile .al-container h2 span {
    font-size: 30px;
  }
}
.timeline-section.mobile .al-container p {
  padding-top: 31px;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  .timeline-section.mobile .al-container p {
    font-size: 22px;
  }
}
.timeline-section.mobile .timeline-slider-mobile {
  background: url("assets/images/bg-slide-1.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.timeline-section.mobile .timeline-slider-mobile .timeline-year-item {
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline-section.mobile .timeline-slider-mobile .timeline-year-item span.year {
  display: block;
  margin-top: 4px;
  color: #B9D40F;
  text-align: center;
  font-family: "Source Sans 3";
  font-size: 40px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.timeline-section.mobile .timeline-slider-mobile .timeline-year-item .year-description {
  padding-top: 30px;
}
.timeline-section.mobile .timeline-slider-mobile .timeline-year-item .year-description p {
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5rem;
  text-align: center;
  max-width: 300px;
}
.timeline-section.mobile .timeline-slider-mobile .timeline-year-item .year-description p strong {
  color: #B9D40F;
}
.timeline-section.mobile .timeline-slider-mobile {
  /* 🔽 SETAS DO MOBILE — mesmo estilo do desktop */
}
.timeline-section.mobile .timeline-slider-mobile .swiper-button-prev,
.timeline-section.mobile .timeline-slider-mobile .swiper-button-next {
  color: #a8ff00;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.timeline-section.mobile .timeline-slider-mobile .swiper-button-prev:hover,
.timeline-section.mobile .timeline-slider-mobile .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.6);
  transform: scale(1.05);
}
.timeline-section.mobile .timeline-slider-mobile .swiper-button-prev::after,
.timeline-section.mobile .timeline-slider-mobile .swiper-button-next::after {
  font-size: 1.2rem;
  font-weight: bold;
}
.timeline-section.mobile .timeline-slider-mobile .swiper-button-prev {
  left: 10px;
}
.timeline-section.mobile .timeline-slider-mobile .swiper-button-next {
  right: 10px;
}

@keyframes growLine {
  from {
    height: 0;
    opacity: 0;
  }
  to {
    height: 45px;
    opacity: 1;
  }
}
section.nossos-parceiros {
  padding: 32px 0 64px;
  background: url("assets/images/bg-parceiros-sobre.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.nossos-parceiros .al-container h2 {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  section.nossos-parceiros .al-container h2 {
    font-size: 22px;
  }
}
section.nossos-parceiros .al-container h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.nossos-parceiros .al-container h2 span {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #fff;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.nossos-parceiros .al-container h2 span {
    font-size: 30px;
  }
}
section.nossos-parceiros #logos-parceiros {
  padding-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 768px) {
  section.nossos-parceiros #logos-parceiros {
    padding-top: 50px;
  }
}
section.nossos-parceiros #logos-parceiros .logo-slot {
  background: #EAEAEA;
  border-radius: 10px;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  section.nossos-parceiros #logos-parceiros .logo-slot {
    max-width: 180px;
  }
}
section.nossos-parceiros #logos-parceiros .logo-slot img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: opacity 0.5s ease;
  will-change: opacity;
}

section.trabalhar {
  padding: 148px 0 148px;
}
@media (max-width: 768px) {
  section.trabalhar {
    padding: 50px 0 100px;
  }
}
section.trabalhar .al-container h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  section.trabalhar .al-container h2 {
    font-size: 22px;
  }
}
section.trabalhar .al-container h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.trabalhar .al-container h2 span {
    font-size: 30px;
  }
}
section.trabalhar .beneficios-diferenciais {
  padding-top: 206px;
  display: flex;
  justify-content: space-evenly;
  background: url("assets/images/bg-beneficios-animado.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.trabalhar .beneficios-diferenciais {
    padding-top: 100px;
  }
}
section.trabalhar .beneficios-diferenciais .al-container {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section.trabalhar .beneficios-diferenciais .al-container {
    gap: 100px;
  }
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card {
  border-radius: 0 0 35px 35px;
  background: rgba(221, 221, 216, 0.5);
  backdrop-filter: blur(2.5px);
  width: 385px;
  position: relative;
  padding: 126px 20px 47px;
}
@media (max-width: 480px) {
  section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card {
    width: 100%;
    padding: 100px 20px;
  }
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card svg {
  position: absolute;
  top: -80px;
  left: -25px;
}
@media (max-width: 480px) {
  section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card svg {
    width: 100%;
    height: auto;
    top: -60px;
    left: 0;
  }
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card ul {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 34PX;
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card ul li {
  list-style: disc;
  color: #000;
  font-family: "Trebuchet MS";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card ul li strong {
  padding-top: 6px;
  color: #11462B;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
section.trabalhar .beneficios-diferenciais .al-container .beneficio-diferencial-card ul li::marker {
  color: #B4D900;
  font-size: 1.5em;
}

/* Responsabilidade
========================================================================== */
section.programa-reintegracao {
  padding: 100px 0 140px;
  background: url("assets/images/bg-programa-animado.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.programa-reintegracao {
    padding: 50px 0 100px;
  }
}
section.programa-reintegracao .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.programa-reintegracao .al-container {
    justify-content: center;
  }
}
section.programa-reintegracao .al-container .left {
  width: 48%;
  max-width: 608px;
}
@media (max-width: 1024px) {
  section.programa-reintegracao .al-container .left {
    width: 100%;
  }
}
section.programa-reintegracao .al-container .left h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 768px) {
  section.programa-reintegracao .al-container .left h2 {
    font-size: 22px;
  }
}
section.programa-reintegracao .al-container .left h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.programa-reintegracao .al-container .left h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 768px) {
  section.programa-reintegracao .al-container .left h2 span {
    font-size: 30px;
  }
}
section.programa-reintegracao .al-container .left p {
  margin-top: 25px;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: rgba(217, 217, 217, 0.5);
  backdrop-filter: blur(2px);
  padding: 25px;
}
@media (max-width: 768px) {
  section.programa-reintegracao .al-container .left p {
    font-size: 22px;
  }
}
section.programa-reintegracao .al-container .left .programa-parceiros {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  section.programa-reintegracao .al-container .left .programa-parceiros {
    justify-content: center;
    gap: 30px;
  }
}
section.programa-reintegracao .al-container .left .programa-parceiros img {
  width: 280px;
  height: 170px;
}
section.programa-reintegracao .al-container .right {
  width: 48%;
  max-width: 724px;
  display: flex;
  align-items: end;
}
@media (max-width: 1024px) {
  section.programa-reintegracao .al-container .right {
    width: 100%;
    padding-top: 50px;
  }
}
section.programa-reintegracao .al-container .right img {
  width: 100%;
}

section.programa-4gs {
  padding: 0 0 150px;
  background: url("assets/images/bg-4gs-animado.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.programa-4gs {
    padding: 0 0 50px;
  }
}
section.programa-4gs .al-container .box-programa-4gs {
  background-image: url("assets/images/bg-4gs.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  border: 4px solid #B9D40F;
}
section.programa-4gs .al-container .box-programa-4gs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 21px;
  z-index: 1;
}
section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs {
  height: 205px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs h2 {
  color: #B9D40F;
  text-align: center;
  font-family: "Trebuchet MS";
  font-size: 40px;
  font-weight: 400;
  line-height: normal;
  max-width: 350px;
}
section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs.first {
  border-right: 4px solid #B9D40F;
  border-bottom: 4px solid #B9D40F;
}
section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs.last {
  border-left: 4px solid #B9D40F;
  border-top: 4px solid #B9D40F;
}
section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 285px;
  height: 285px;
  border-radius: 50%;
  border: 4px solid #B9D40F;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 {
  color: #B9D40F;
  font-family: Inter;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 span {
  font-family: Inter;
  font-size: 96px;
}
section.programa-4gs .al-container .box-programa-4gs {
  /* 📱 Responsividade */
}
@media (max-width: 1024px) {
  section.programa-4gs .al-container .box-programa-4gs {
    flex-direction: column;
    align-items: center;
    border-width: 2px;
    position: relative;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin: 40px 0;
    width: 200px;
    height: 200px;
    order: -1;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 {
    font-size: 28px;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 span {
    font-size: 56px;
  }
  section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs {
    width: 100%;
    height: auto;
    padding: 40px 20px;
    border: none !important;
    border-bottom: 2px solid #B9D40F;
  }
  section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs:last-child {
    border-bottom: none;
  }
  section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs h2 {
    font-size: 26px;
    max-width: 90%;
  }
}
section.programa-4gs .al-container .box-programa-4gs {
  /* 🧩 Extra small screens */
}
@media (max-width: 480px) {
  section.programa-4gs .al-container .box-programa-4gs .item-programa-4gs h2 {
    font-size: 22px;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs {
    width: 160px;
    height: 160px;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 {
    font-size: 22px;
  }
  section.programa-4gs .al-container .box-programa-4gs .circle-programa-4gs h4 span {
    font-size: 44px;
  }
}

section.beneficios-programa {
  padding-bottom: 150px;
}
section.beneficios-programa .inferior-programa {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 42px;
}
@media (max-width: 480px) {
  section.beneficios-programa .inferior-programa .left-inferior-programa.desktop {
    display: none;
  }
}
section.beneficios-programa .inferior-programa .left-inferior-programa.mobile {
  display: none;
}
@media (max-width: 480px) {
  section.beneficios-programa .inferior-programa .left-inferior-programa.mobile {
    display: block;
  }
}
section.beneficios-programa .inferior-programa .left-inferior-programa.mobile svg {
  width: 100%;
  height: auto;
}
@media (max-width: 1024px) {
  section.beneficios-programa .inferior-programa .right-inferior-programa {
    padding-top: 50px;
  }
}
section.beneficios-programa .inferior-programa .right-inferior-programa h4 {
  display: inline-block;
  max-width: 211px;
  color: #fff;
  font-family: "Trebuchet MS";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 35px;
  background: #222;
  padding: 10px 32px;
  text-transform: uppercase;
}
section.beneficios-programa .inferior-programa .right-inferior-programa ul {
  padding-top: 16px;
}
section.beneficios-programa .inferior-programa .right-inferior-programa ul li {
  color: #000000;
  font-family: "Trebuchet MS";
  font-size: 21.791px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  list-style: disc;
  margin-left: 30px;
}
section.beneficios-programa .inferior-programa .right-inferior-programa ul li::marker {
  color: #B9D40F;
  font-size: 1.5em;
}

/* Listagem Serviços
========================================================================== */
section.listagem-servicos {
  padding: 98px 0 144px;
  background: #ECECEC;
}
@media (max-width: 480px) {
  section.listagem-servicos {
    padding: 50px 0;
  }
}
section.listagem-servicos .al-container h2 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
}
@media (max-width: 480px) {
  section.listagem-servicos .al-container h2 {
    font-size: 22px;
  }
}
section.listagem-servicos .al-container h2::before {
  content: "";
  display: inline-block;
  width: 25px;
}
section.listagem-servicos .al-container h2 span {
  color: #fff;
  font-family: "Source Sans 3";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: #222;
  padding: 3px 25px;
}
@media (max-width: 480px) {
  section.listagem-servicos .al-container h2 span {
    font-size: 30px;
  }
}
section.listagem-servicos .listagem-cards-container {
  background: url("assets/images/bg-servicos-animado.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 60px 0;
  gap: 30px;
  row-gap: 30px;
}
@media (max-width: 480px) {
  section.listagem-servicos .listagem-cards-container {
    padding: 60px 20px;
  }
}
section.listagem-servicos .listagem-cards-container .card-item-servico {
  width: 660px;
  display: flex;
  border-radius: 54px 4px;
  background: #FFF;
  backdrop-filter: blur(1.5349161625px);
  padding: 30px;
  gap: 30px;
  align-items: center;
}
@media (max-width: 480px) {
  section.listagem-servicos .listagem-cards-container .card-item-servico {
    width: 100%;
    flex-wrap: wrap;
  }
}
section.listagem-servicos .listagem-cards-container .card-item-servico .left-card-item-servico {
  width: 338px;
}
section.listagem-servicos .listagem-cards-container .card-item-servico .left-card-item-servico img {
  width: 100%;
  height: 280px;
  border-radius: 53px 3px;
  border-right: 4.605px solid #B9D40F;
  border-bottom: 4.605px solid #B9D40F;
}
@media (max-width: 480px) {
  section.listagem-servicos .listagem-cards-container .card-item-servico .left-card-item-servico img {
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico h3 {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico h4 {
  color: #11462B;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico p {
  color: #222;
  font-family: "Source Sans 3";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico a {
  margin-top: 60px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #222;
  font-family: "Source Sans 3";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  background: #B9D40F;
  padding: 3px 40px;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico a {
    margin-top: 30px;
  }
}
section.listagem-servicos .listagem-cards-container .card-item-servico .right-card-item-servico a:hover {
  transform: scale(1.1);
}

/* Contato
========================================================================== */
section.contato {
  padding: 120px 0 127px;
  background: url("assets/images/bg-contato-animado.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  section.contato {
    padding: 50px 0 100px;
  }
}
section.contato .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 768px) {
  section.contato .al-container {
    justify-content: center;
  }
}
section.contato .al-container .left {
  width: 50%;
}
@media (max-width: 480px) {
  section.contato .al-container .left {
    width: 100%;
  }
}
section.contato .al-container .left .texto-contato p {
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 145.5%;
}
section.contato .al-container .left .opcoes-contato {
  padding-top: 93px;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media (max-width: 768px) {
  section.contato .al-container .left .opcoes-contato {
    padding-top: 50px;
  }
}
section.contato .al-container .left .opcoes-contato h2 {
  color: #222;
  font-family: Inter;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.contato .al-container .left .opcoes-contato .item-contato-pg {
  display: flex;
  gap: 13px;
  align-items: center;
}
section.contato .al-container .left .opcoes-contato .item-contato-pg .left-contato-item {
  display: flex;
  align-items: center;
}
section.contato .al-container .left .opcoes-contato .item-contato-pg .right-contato-item {
  transition: all 0.3s;
}
section.contato .al-container .left .opcoes-contato .item-contato-pg .right-contato-item:hover {
  transform: translateY(-5px);
}
section.contato .al-container .left .opcoes-contato .item-contato-pg .right-contato-item a {
  color: #222;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 768px) {
  section.contato .al-container .left .opcoes-contato .item-contato-pg .right-contato-item a {
    font-size: 18px;
  }
}
section.contato .al-container .right {
  width: 50%;
  max-width: 410px;
}
@media (max-width: 768px) {
  section.contato .al-container .right {
    width: 100%;
    padding-top: 50px;
  }
}
section.contato .al-container .right .cf7-arealocal .wpcf7-spinner {
  display: none !important;
}
section.contato .al-container .right .cf7-arealocal {
  font-family: inherit;
  color: #111;
}
section.contato .al-container .right .cf7-arealocal .field {
  display: block;
  margin-bottom: 16px;
}
section.contato .al-container .right .cf7-arealocal .field label {
  display: block;
  color: #222;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 5px;
}
section.contato .al-container .right .cf7-arealocal .field input[type=text],
section.contato .al-container .right .cf7-arealocal .field input[type=email],
section.contato .al-container .right .cf7-arealocal .field input[type=tel],
section.contato .al-container .right .cf7-arealocal .field textarea {
  width: 100%;
  border-radius: 8px;
  background: #F4F4F4;
  backdrop-filter: blur(2px);
  border: none;
  padding: 9px 28px;
  line-height: 1.2;
  color: #111;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
  outline: none;
}
section.contato .al-container .right .cf7-arealocal .field input[type=text]::-moz-placeholder, section.contato .al-container .right .cf7-arealocal .field input[type=email]::-moz-placeholder, section.contato .al-container .right .cf7-arealocal .field input[type=tel]::-moz-placeholder, section.contato .al-container .right .cf7-arealocal .field textarea::-moz-placeholder {
  color: #8e8e8e;
  opacity: 1;
}
section.contato .al-container .right .cf7-arealocal .field input[type=text]::placeholder,
section.contato .al-container .right .cf7-arealocal .field input[type=email]::placeholder,
section.contato .al-container .right .cf7-arealocal .field input[type=tel]::placeholder,
section.contato .al-container .right .cf7-arealocal .field textarea::placeholder {
  color: #8e8e8e;
  opacity: 1;
}
section.contato .al-container .right .cf7-arealocal .field input[type=text]:focus,
section.contato .al-container .right .cf7-arealocal .field input[type=email]:focus,
section.contato .al-container .right .cf7-arealocal .field input[type=tel]:focus,
section.contato .al-container .right .cf7-arealocal .field textarea:focus {
  border-color: #d8d8d8;
  box-shadow: 0 0 0 3px #B9D40F;
  background-color: #f5f5f5;
}
section.contato .al-container .right .cf7-arealocal .field input[type=text].wpcf7-not-valid,
section.contato .al-container .right .cf7-arealocal .field input[type=email].wpcf7-not-valid,
section.contato .al-container .right .cf7-arealocal .field input[type=tel].wpcf7-not-valid,
section.contato .al-container .right .cf7-arealocal .field textarea.wpcf7-not-valid {
  border-color: #e74c3c !important;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}
section.contato .al-container .right .cf7-arealocal .field input[type=text],
section.contato .al-container .right .cf7-arealocal .field input[type=email],
section.contato .al-container .right .cf7-arealocal .field input[type=tel] {
  color: #8F8F8F;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.contato .al-container .right .cf7-arealocal .field textarea {
  max-height: 148px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: none;
  color: #8F8F8F;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.contato .al-container .right .cf7-arealocal .actions {
  margin-top: 8px;
  display: flex;
  justify-content: right;
}
section.contato .al-container .right .cf7-arealocal .actions .btn-enviar {
  color: #B9D40F;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 8px;
  background: #222;
  border: none;
  padding: 8px 14px;
  cursor: pointer;
  transition: all 0.3s;
}
section.contato .al-container .right .cf7-arealocal .actions .btn-enviar:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}
section.contato .al-container .right .cf7-arealocal .actions .btn-enviar:active {
  transform: translateY(0);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  filter: brightness(0.96);
}
section.contato .al-container .right .cf7-arealocal .actions .btn-enviar:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
section.contato .al-container .right .cf7-arealocal .wpcf7 form .wpcf7-response-output {
  margin: 16px 0 0;
  border-radius: 12px;
  border-width: 2px;
}
section.contato .al-container .right .cf7-arealocal .wpcf7-not-valid-tip {
  font-size: 12px;
  margin-top: 6px;
}
section.contato .al-container .right {
  /* Responsivo opcional (caso queira colocar campos lado a lado)
  @media (min-width: 768px) {
    .cf7-arealocal {
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 20px;
    }
  }
  */
}

.al-container.blog .title {
  text-align: left;
}
.al-container.blog.destaques {
  padding-bottom: 76px;
  padding-top: 70px;
  margin-bottom: 56px;
  position: relative;
}
.al-container.blog.destaques:after {
  content: "";
  display: block;
  width: 115%;
  height: 1px;
  background: #E3E3E3;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques:after {
    width: calc(100% - 40px);
  }
}
.al-container.blog.destaques > .left-right-content > .left {
  width: 60%;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .left {
    width: 100%;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo {
  position: relative;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  min-height: 475px;
  max-height: 492px;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .left .article-container .artigo img {
    height: 475px;
  }
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0%, #3D3D3D 95.31%);
  border-radius: 0px 0px 7px 7px;
  width: 100%;
  padding: 60px 25px;
}
.al-container.blog.destaques > .left-right-content > .left .article-container .artigo .titulo .title {
  padding-bottom: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 40px;
  color: #fff;
}
.al-container.blog.destaques > .left-right-content > .right {
  width: 40%;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right {
    width: 100%;
    padding-left: 0px;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content {
  align-items: center;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content:not(:last-of-type) {
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left {
  width: 34%;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
  display: block;
  height: 105px;
}
@media (max-width: 768px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a {
    height: auto;
  }
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .left a img {
  width: 100%;
  border: 1px solid #B9D40F;
  border-radius: 8px;
  height: 107px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right {
  width: 66%;
  padding-left: 22px;
}
.al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
@media (max-width: 1024px) {
  .al-container.blog.destaques > .left-right-content > .right > .left-right-content > .right h2 {
    font-size: 21px;
  }
}
.al-container.blog.listagem {
  padding-bottom: 72px;
}
.al-container.blog.listagem .posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  -moz-column-gap: 35px;
       column-gap: 35px;
  row-gap: 35px;
  padding-bottom: 40px;
}
.al-container.blog.listagem .posts .article-container {
  width: calc(33.3333333333% - 23.3333333333px);
}
@media (max-width: 768px) {
  .al-container.blog.listagem .posts .article-container {
    width: calc(50% - 35px);
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container {
    width: 100%;
  }
}
.al-container.blog.listagem .posts .article-container .artigo {
  background: #fff;
  border: 1px solid #B9D40F;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  height: 100%;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: 402px;
  }
}
@media (max-width: 480px) {
  .al-container.blog.listagem .posts .article-container .artigo {
    min-height: auto;
  }
}
.al-container.blog.listagem .posts .article-container .artigo .img-container {
  width: 100%;
}
.al-container.blog.listagem .posts .article-container .artigo .img-container img {
  width: 100%;
  height: 187px;
  border-radius: 8px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo {
  padding: 12px 24px 18px 24px;
  min-height: 82px;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a {
  display: block;
}
.al-container.blog.listagem .posts .article-container .artigo .titulo a h2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  color: #454545;
}
.al-container.blog.listagem .posts .article-container .artigo .text {
  padding: 0px 24px 28px 24px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444444;
  min-height: 86px;
}
@media (max-width: 1024px) {
  .al-container.blog.listagem .posts .article-container .artigo .text {
    font-size: 15px;
  }
}
.al-container.blog.listagem .load_more {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.al-container.blog.listagem .load_more .page-numbers {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #B9D40F;
}
.al-container.blog.listagem .load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.al-container.blog.listagem .load_more .page-numbers:not(span):hover {
  color: #000;
}
.al-container.blog.listagem .load_more .page-numbers.current {
  background: #B9D40F;
  font-family: "Trebuchet MS";
  font-weight: 600;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.al-container.blog.loop .posts .article-container .artigo .text {
  min-height: 56px;
  padding: 0px 24px 16px 24px;
}
.al-container.blog.loop .entry-date {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #B9D40F;
  padding: 0px 24px 10px 24px;
}
.al-container.blog.loop .entry-category {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 123.68%;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  border-radius: 8px;
  padding: 5px 10px;
  margin: 0px 24px 10px 24px;
  background-color: #B9D40F;
}

.al-container.single {
  padding-top: 70px;
  padding-bottom: 95px;
}
.al-container.single .title {
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #454545;
}
.al-container.single .data {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #B9D40F;
  padding-bottom: 41px;
  display: block;
}
.al-container.single .img-container {
  width: 82%;
  margin: 0 auto;
  padding-bottom: 57px;
}
.al-container.single .img-container img {
  width: 100%;
  border-radius: 8px;
}
.al-container.single .the-content {
  padding-bottom: 38px;
  margin-bottom: 28px;
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  position: relative;
}
.al-container.single .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) {
  .al-container.single .the-content:after {
    width: calc(100% - 40px);
  }
}
.al-container.single .the-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
}
.al-container.single .the-content p:not(:last-of-type) {
  padding-bottom: 21px;
}
.al-container.single .the-content p a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #5C5C5C;
  transition: all 0.3s;
}
.al-container.single .the-content p a:hover {
  opacity: 0.6;
}
.al-container.single .the-content h2 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  padding-bottom: 21px;
}
.al-container.single .the-content h2 a {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #454545;
  transition: all 0.3s;
}
.al-container.single .the-content h2 a:hover {
  opacity: 0.6;
}
.al-container.single .compartilhe {
  display: flex;
  justify-content: right;
  align-items: center;
  -moz-column-gap: 14px;
       column-gap: 14px;
  padding-top: 61px;
}
.al-container.single .compartilhe span {
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ABABAB;
}
.al-container.single .compartilhe .links {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 9px;
       column-gap: 9px;
}
.al-container.single .compartilhe .links > a {
  cursor: pointer;
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #B9D40F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .links > a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .links > a:hover {
  background: #B9D40F;
}
.al-container.single .compartilhe .links > a:hover img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  transition: all 0.3s;
  visibility: visible;
  opacity: 1;
}
.al-container.single .compartilhe .a2a_kit.hidden {
  visibility: hidden;
  opacity: 0;
}
.al-container.single .compartilhe .a2a_kit span {
  font-family: "Trebuchet MS";
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: #ABABAB;
  margin-right: 4px;
}
.al-container.single .compartilhe .a2a_kit a {
  display: inline-flex;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #B9D40F;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.5s;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a img {
  transition: all 0.5s;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.al-container.single .compartilhe .a2a_kit a:hover {
  background: #B9D40F;
}
.al-container.single .compartilhe .a2a_kit a:hover img {
  transform: rotateY(360deg);
}
.al-container.single .compartilhe .a2a_kit a.addtoany_share {
  order: 1;
}
.al-container.single .compartilhe .a2a_kit a.rede {
  order: 2;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_facebook {
  order: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.al-container.single .compartilhe .a2a_kit a.a2a_button_whatsapp {
  display: flex;
  justify-content: center;
  align-items: center;
  order: 4;
}
.al-container.single .comment {
  width: 100%;
  max-width: 100%;
  min-height: 280px;
}
.al-container.single .comment h1 {
  font-family: "Trebuchet MS";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #B9D40F;
  padding-bottom: 20px;
}
