/**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: "Motiva-sans";
  src: url("./assets/fonts/MotivaSansRegular.woff.ttf");
}
@font-face {
  font-family: "Motiva-sans-bold";
  src: url("./assets/fonts/MotivaSansBold.woff.ttf");
}
@font-face {
  font-family: "Motiva-sans-medium";
  src: url("./assets/fonts/MotivaSansMedium.woff.ttf");
} /* vietnamese */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb54C-s0.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPb94C-s0.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 300 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/spacegrotesk/v16/V8mDoQDjQSkFtoMM3T6r8E7mPbF4Cw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* 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: "Rubik";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3A3A3A;
}
.entry-title h1 span {
  color: #4D3083;
  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 #4D3083;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #4D3083;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #4D3083;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #4D3083;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
  color: #4D3083;
}
#search-form input::-moz-placeholder {
  color: #4D3083;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
}
#search-form input::placeholder {
  color: #4D3083;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Rubik";
}

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%;
}

/* Global classes
========================================================================== */
.al-container {
  width: 1230px;
}
@media (max-width: 1270px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 50px;
}

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

.al-sidebar {
  max-width: 100%;
  width: calc((100% - 1230px) / 2);
}
@media screen and (max-width: 1530px) {
  .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: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D3083;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #4D3083;
}
.load_more .page-numbers.current {
  background: #4D3083;
  font-family: "Rubik";
  font-weight: 600;
  color: #FF6B0D;
  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: #e6e6e6;
}

body::-webkit-scrollbar-thumb {
  background: #4D3083;
}
body::-webkit-scrollbar-thumb:hover {
  background: #2a1a47;
}

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

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #4D3083;
  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;
  }
}

html {
  scroll-behavior: smooth;
}

#wrapper {
  max-width: 100vw;
  overflow: hidden;
}

.entry-title h1 {
  display: block;
  padding-bottom: 20px;
  color: #9AD759;
  font-size: 48px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}

.entry-content {
  color: #3F3F3F;
  font-family: "Space Grotesk";
}
.entry-content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
  display: block;
  padding-bottom: 20px;
}
.entry-content h2 {
  display: block;
  padding-bottom: 20px;
  color: #5C0EB4;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}

/* Pages
========================================================================== */
.main-header {
  width: 100%;
  padding: 52px 0px;
  position: fixed;
  left: 0px;
  z-index: 99999;
  top: 0px;
  transition: all 0.3s;
}
.main-header.background {
  background-color: #38059E;
  padding: 28px 0px;
}
@media screen and (max-width: 1023px) {
  .main-header {
    display: none;
  }
}
.main-header .al-container {
  width: 1216px;
}
.main-header .al-container ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-header .al-container ul li a {
  color: #F6F4ED;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.main-header .al-container ul li:last-child a {
  display: block;
  border-radius: 8px;
  background: #9AD759;
  padding: 9px 34px;
  border: 1px solid #9AD759;
  color: #38059E;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.header-mobile {
  display: none;
  width: 100%;
  padding: 37px 0px;
  position: fixed;
  left: 0px;
  z-index: 99999;
  top: 0px;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .header-mobile {
    display: block;
  }
}
.header-mobile.background {
  background-color: #38059E;
  padding: 28px 0px;
}
.header-mobile div.al-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-mobile div.al-container a.btn {
  padding: 9px;
  border: 1px solid #9AD759;
  color: #38059E;
  font-family: "Space Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: #9AD759;
  transition: all 0.3s;
}
.header-mobile div.al-container a.btn:hover {
  background-color: #38059E;
  color: #9AD759;
  border-color: #38059E;
}

nav.menu-lateral {
  position: fixed;
  box-shadow: 0px 4px 4px 100vw rgba(0, 0, 0, 0.25);
  left: auto;
  z-index: 999;
  height: 100vh;
  right: -200vw;
  width: 100%;
  top: 0px;
  max-width: 480px;
  background-color: #FFF;
  padding: 20px;
  transition: all 0.3s;
  z-index: 9999999;
  background-repeat: no-repeat;
  background-size: cover;
}
nav.menu-lateral img {
  max-width: 180px;
}
nav.menu-lateral.active {
  right: 0px;
}
nav.menu-lateral .close-menu {
  position: absolute;
  left: auto;
  right: 20px;
}
nav.menu-lateral .close-menu * {
  fill: #9AD759;
}
nav.menu-lateral ul {
  padding-top: 30px;
  width: 100%;
}
nav.menu-lateral ul li {
  padding-bottom: 10px;
}
nav.menu-lateral ul li a {
  color: #38059E;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
  background-color: #9AD759;
  padding: 10px;
  border-radius: 8px;
}

/* Footer
========================================================================== */
footer {
  max-width: 100vw;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  footer {
    padding: 60px 0px;
  }
}
footer h2 {
  padding-bottom: 8px;
  font-family: "Motiva-sans-bold";
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #9AD759;
}
footer h1 {
  padding-bottom: 36px;
  color: #5C0EB4;
  font-family: "Space Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
}
@media screen and (max-width: 768px) {
  footer h1 {
    font-size: 38px;
    line-height: 47px;
  }
}
footer .footer-contain {
  width: calc(100% - (100% - 1216px) / 2);
  margin-left: auto;
}
@media screen and (max-width: 1216px) {
  footer .footer-contain {
    width: 100%;
    padding: 0 20px;
  }
}
footer .footer-contain .bottom-contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 100px;
}
footer .footer-contain .bottom-contain .left {
  max-width: 503px;
}
@media screen and (max-width: 1216px) {
  footer .footer-contain .bottom-contain .left {
    width: 48%;
    max-width: 48%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contain .bottom-contain .left {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer-contain .bottom-contain .left .wpcf7 .wpcf7-not-valid-tip {
  font-family: "Motiva-sans-bold";
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
footer .footer-contain .bottom-contain .left .wpcf7 .wpcf7-response-output {
  display: none;
}
footer .footer-contain .bottom-contain .left .wpcf7 form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p {
  width: 100%;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p:last-of-type {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p:last-of-type .wpcf7-submit {
  order: 2;
  color: #000018;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  line-height: normal;
  padding: 7px 95px;
  border-radius: 6.222px;
  background: #9AD759;
  border: 1px solid #9AD759;
  transition: all 0.3s;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p:last-of-type .wpcf7-submit:hover {
  background-color: #000018;
  color: #96DB54;
  border-color: #000018;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p:last-of-type .wpcf7-spinner {
  order: 1;
  position: absolute;
  left: 0px;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label {
  color: #9AD759;
  font-family: "Space Grotesk";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label span {
  padding-top: 8px;
  display: block;
  width: 100%;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label span input {
  width: 100%;
  padding: 9px 19px;
  border-radius: 8px;
  background: #DFDFDF;
  outline: none !important;
  border: none !important;
  color: #8F8F8F;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label span input:placeholder {
  color: #8F8F8F;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label span textarea {
  width: 100%;
  min-width: 100%;
  padding: 9px 19px;
  border-radius: 8px;
  background: #DFDFDF;
  outline: none !important;
  border: none !important;
  color: #8F8F8F;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-contain .bottom-contain .left .wpcf7 form p label span textarea:placeholder {
  color: #8F8F8F;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer .footer-contain .bottom-contain .right {
  padding-top: 26px;
  width: calc(100% - 600px);
  position: relative;
}
@media screen and (max-width: 1216px) {
  footer .footer-contain .bottom-contain .right {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  footer .footer-contain .bottom-contain .right {
    width: 100%;
  }
}
footer .footer-contain .bottom-contain .right iframe {
  width: 100%;
  height: 406px;
}
footer .footer-contain .bottom-contain .right .upper {
  top: -72px;
  position: absolute;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 20px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer-contain .bottom-contain .right .upper {
    top: -28px;
  }
}
footer .footer-contain .bottom-contain .right .upper h2 {
  color: #00001A;
  font-family: "Space Grotesk";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 28.32px */
  text-transform: uppercase;
}
footer .footer-contain .bottom-contain .right .upper p {
  color: #00001A;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 118%; /* 18.88px */
  margin-top: -5px;
}

.inferior {
  width: 100%;
  padding: 11px 0;
  background-color: #5C0EB4;
}
.inferior .al-container {
  display: flex;
  justify-content: right;
}
.inferior .al-container a {
  text-align: right;
  font-family: "Motiva-sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  color: #FFF;
  transition: all 0.3s;
}
.inferior .al-container a:hover {
  opacity: 0.8;
}

/* Home
========================================================================== */
.sobre-a-feira {
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 55px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media screen and (max-width: 1023px) {
  .sobre-a-feira {
    padding: 60px 20px;
    justify-content: center;
  }
}
.sobre-a-feira .left, .sobre-a-feira .right {
  min-width: 375px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sobre-a-feira .left, .sobre-a-feira .right {
    width: 100%;
  }
}
.sobre-a-feira .left {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sobre-a-feira .left {
    display: flex;
    justify-content: center;
  }
}
.sobre-a-feira .right {
  width: 49%;
  color: #3F3F3F;
  font-family: "Space Grotesk";
}
.sobre-a-feira .right h1, .sobre-a-feira .right h2, .sobre-a-feira .right h3, .sobre-a-feira .right h4, .sobre-a-feira .right h5, .sobre-a-feira .right h6 {
  font-family: "Space Grotesk";
}
.sobre-a-feira .right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.sobre-a-feira .right h3 {
  color: #96DB54;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 23.6px */
  text-transform: uppercase;
  display: block;
  padding-bottom: 8px;
}
.sobre-a-feira .right h2 {
  display: block;
  padding-bottom: 16px;
  color: #5C0EB4;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
}
.sobre-a-feira .left, .sobre-a-feira .right {
  min-width: 375px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .sobre-a-feira .left, .sobre-a-feira .right {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}

.trilhas {
  padding-bottom: 120px;
}
@media screen and (max-width: 1023px) {
  .trilhas {
    padding-bottom: 60px;
  }
}
.trilhas .al-container {
  width: 1216px;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .trilhas .al-container {
    justify-content: center;
  }
}
.trilhas .al-container .conteudo {
  width: calc(33.3333333333% - 21.3333333333px);
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 4px 20.6px -6px rgba(0, 0, 0, 0.18);
  padding: 20px;
}
@media screen and (max-width: 900px) {
  .trilhas .al-container .conteudo {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 600px) {
  .trilhas .al-container .conteudo {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .trilhas .al-container .conteudo {
    width: 100%;
  }
}
.trilhas .al-container .conteudo .texto {
  color: #787878;
  font-family: "Space Grotesk";
}
.trilhas .al-container .conteudo .texto p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 132%; /* 23.76px */
}
.trilhas .al-container .conteudo .nome {
  display: block;
  padding-top: 40px;
  color: #303030;
  font-family: "Space Grotesk";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 105.023%; /* 27.306px */
  padding-bottom: 10px;
}

.banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.banner h2 {
  color: #F6F4ED;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  text-transform: uppercase;
  display: block;
  padding-bottom: 34px;
}
.banner h2 strong {
  color: #9AD759;
}
@media screen and (max-width: 500px) {
  .banner h2 {
    font-size: 40px;
  }
}
.banner h3 {
  color: #FF944C;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  display: block;
  padding-bottom: 11px;
}
@media screen and (max-width: 500px) {
  .banner h3 {
    font-size: 22px;
  }
}
.banner a {
  margin: 0px auto;
  color: #170155;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 7px 80px;
  border: 1px solid #9AD759;
  border-radius: 6.222px;
  background: #9AD759;
  transition: all 0.3s;
}
.banner a:hover {
  background-color: #170155;
  color: #96DB54;
  border-color: #170155;
}
@media screen and (max-width: 500px) {
  .banner a {
    font-size: 22px;
    padding: 7px 40px;
  }
}
@media screen and (max-width: 400px) {
  .banner a {
    padding: 7px 16px;
  }
}

.bloco-padrao {
  padding-top: 160px;
}
@media screen and (max-width: 1023px) {
  .bloco-padrao {
    padding-top: 80px;
  }
}
.bloco-padrao h3 {
  display: block;
  padding-bottom: 8px;
  color: #96DB54;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 23.6px */
  text-transform: uppercase;
}
.bloco-padrao h2 {
  display: block;
  padding-bottom: 40px;
  color: #5C0EB4;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%; /* 56.64px */
}

.patrocinadores .al-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  row-gap: 54px;
}
.patrocinadores .al-container img {
  -o-object-fit: contain;
     object-fit: contain;
}
.patrocinadores .al-container .mobile {
  display: none;
}
@media screen and (max-width: 1023px) {
  .patrocinadores .al-container .mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 54px;
    width: 100%;
  }
}
.patrocinadores .al-container .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 49px;
       column-gap: 49px;
}
.patrocinadores .al-container .row:first-child {
  -moz-column-gap: 82px;
       column-gap: 82px;
}
@media screen and (max-width: 1023px) {
  .patrocinadores .al-container .row {
    display: none;
  }
}

.expositores .al-container {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
.expositores .al-container .mobile {
  display: none;
  padding-bottom: 2px;
}
@media screen and (max-width: 1023px) {
  .expositores .al-container .mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
  }
}
@media screen and (max-width: 400px) {
  .expositores .al-container .mobile {
    justify-content: center;
  }
}
.expositores .al-container .mobile > div {
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5C0EB4;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 13.4px 0px rgba(0, 0, 0, 0.09);
  width: calc(20% - 25.6px);
  aspect-ratio: 1;
  padding: 0px 30px;
}
.expositores .al-container .mobile > div:nth-child(2n) {
  border: 1px solid #9AD759;
}
.expositores .al-container .mobile > div:nth-child(2n):hover {
  background-color: #96DB54;
}
.expositores .al-container .mobile > div:hover {
  background-color: #5C0EB4;
}
@media screen and (max-width: 800px) {
  .expositores .al-container .mobile > div {
    width: calc(25% - 24px);
  }
}
@media screen and (max-width: 600px) {
  .expositores .al-container .mobile > div {
    width: calc(33.3333333333% - 21.3333333333px);
  }
}
@media screen and (max-width: 480px) {
  .expositores .al-container .mobile > div {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 400px) {
  .expositores .al-container .mobile > div {
    width: 80%;
  }
}
.expositores .al-container .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
@media screen and (max-width: 1023px) {
  .expositores .al-container .row {
    display: none;
  }
}
.expositores .al-container .row:nth-child(even) > div:nth-child(odd) {
  border: 1px solid #9AD759;
}
.expositores .al-container .row:nth-child(even) > div:nth-child(odd):hover {
  background-color: #9AD759;
}
.expositores .al-container .row:nth-child(odd) > div:nth-child(even) {
  border: 1px solid #9AD759;
}
.expositores .al-container .row:nth-child(odd) > div:nth-child(even):hover {
  background-color: #9AD759;
}
.expositores .al-container .row > div {
  transition: all 0.3s;
  display: flex;
  align-items: center;
  border: 1px solid #5C0EB4;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 4px 13.4px 0px rgba(0, 0, 0, 0.09);
  width: calc(16.6666666667% - 26.6666666667px);
  aspect-ratio: 1;
  padding: 0px 30px;
}
.expositores .al-container .row > div:hover {
  background-color: #5C0EB4;
}

.banner-principal {
  position: relative;
}
.banner-principal a {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: auto;
  bottom: 0px;
  z-index: 9999;
  transition: all 0.3s;
}
.banner-principal img {
  max-height: 47.3vw;
}
@media screen and (max-width: 480px) {
  .banner-principal img {
    max-height: none;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.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 #4D3083;
  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: "Rubik";
  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 #4D3083;
  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: "Rubik";
  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: "Rubik";
  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: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #4D3083;
}
.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: #4D3083;
  font-family: "Rubik";
  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: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: #4D3083;
  padding: 0px 24px 10px 24px;
}
.al-container.blog.loop .entry-category {
  font-family: "Rubik";
  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: #4D3083;
}

.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: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4D3083;
  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: "Rubik";
  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: "Rubik";
  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: "Rubik";
  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: "Rubik";
  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: #4D3083;
  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: #4D3083;
}
.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: "Rubik";
  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: #4D3083;
  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: #4D3083;
}
.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: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #4D3083;
  padding-bottom: 20px;
}
