@import url(https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&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&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Cascadia+Code:ital,wght@0,200..700;1,200..700&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&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&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: "IBM Plex Sans";
  src: url("./assets/fonts/IBM/IBMPlexSans-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IBM Plex Sans";
  src: url("./assets/fonts/IBM/IBMPlexSans-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  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: "IBM Plex Sans";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3a3a3a;
}
.entry-title h1 span {
  color: #e62c33;
  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 #e62c33;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #e62c33;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #e62c33;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e62c33;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "IBM Plex Sans";
  color: #e62c33;
}
#search-form input::-moz-placeholder {
  color: #e62c33;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "IBM Plex Sans";
}
#search-form input::placeholder {
  color: #e62c33;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "IBM Plex Sans";
}

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: "IBM Plex Sans";
  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: "IBM Plex Sans";
  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: "IBM Plex Sans";
  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
========================================================================== */
.video-container {
  position: relative;
}
.video-container video {
  width: 100%;
}
.video-container .controls {
  position: absolute;
  bottom: 30px;
  left: 30px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.video-container .controls button {
  background-color: #1e1d1d;
  font-family: "IBM Plex Sans";
  color: white;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
.video-container .controls button.audio {
  padding: 5px 10px;
}
.video-container .controls button.play {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .controls button.play svg {
  width: 22px;
  height: 22px;
}
.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #151515 0%, rgba(0, 0, 0, 0) 60%);
}
.video-container.yt iframe {
  width: 100%;
  height: 100%;
}
.video-container.yt .controls, .video-container.yt:after {
  display: none;
}
@media screen and (max-width: 768px) {
  .video-container .controls {
    bottom: 18px;
    left: 18px;
  }
  .video-container .controls button {
    font-size: 14px;
  }
}

.h-line {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 10px 0;
}

.al-social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  margin: 10px;
}
.al-social li a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  background-color: #e62c33;
  transition: all 0.3s;
}
.al-social li a:hover {
  background-color: rgb(172.0186440678, 20.3813559322, 26.0881355932);
}
.al-social li a svg {
  width: 22px;
  height: 22px;
}
.al-social li a svg path {
  fill: #fff;
}

.al-container {
  width: 1216px;
}
@media (max-width: 1256px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 80px;
  padding-bottom: 120px;
}
.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: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e62c33;
}
.load_more .page-numbers:not(span) {
  transition: all 0.3s;
}
.load_more .page-numbers:not(span):hover {
  color: #e62c33;
}
.load_more .page-numbers.current {
  background: #e62c33;
  font-family: "IBM Plex Sans";
  font-weight: 600;
  color: #534f4f;
  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;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  height: 100%;
  line-height: 1.6;
  font: normal 16px "IBM Plex Sans";
}

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

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

body::-webkit-scrollbar-thumb {
  background: #e62c33;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(172.0186440678, 20.3813559322, 26.0881355932);
}

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

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #e62c33;
  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: #2a9e35;
  color: #2a9e35;
}
@media (max-width: 480px) {
  .form-container div[role=alert] {
    position: initial;
    max-width: 100%;
  }
}

/* Slider
========================================================================== */
.banner {
  width: 100%;
  height: 412px;
}
.banner.home {
  height: 919px;
}
.banner.home .al-container {
  top: 30vh;
}
.banner.home .al-container .info h1 {
  font-size: 90px;
}
.banner .video-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner .video-wrapper video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .video-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: rgba(2, 4, 9, 0.9019607843);
  z-index: 1;
}
.banner .video-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  top: 0;
  width: 932px;
  height: 2190px;
  transform: translateX(-50%) rotate(90deg);
  border-radius: 50%;
  background: rgba(255, 27, 27, 0.57);
  filter: blur(250px);
  z-index: 2;
}
.banner .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.banner .image-wrapper picture {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .image-wrapper picture img {
  height: 100%;
  width: 100%;
}
.banner .image-wrapper:before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.9;
  background: rgba(2, 4, 9, 0.9019607843);
  z-index: 1;
}
.banner .image-wrapper:after {
  content: "";
  position: absolute;
  inset: 0;
  left: 50%;
  top: -290px;
  width: 932px;
  height: 2190px;
  transform: translateX(-50%) rotate(90deg);
  border-radius: 50%;
  background: rgba(255, 27, 27, 0.57);
  filter: blur(250px);
  z-index: 2;
}
.banner .al-container {
  top: 20vh;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1214px;
  z-index: 2;
}
@media screen and (max-width: 500px) {
  .banner .al-container {
    top: 60px;
  }
}
.banner .al-container .info {
  color: #fff;
  font-style: normal;
  line-height: normal;
  max-width: 800px;
}
.banner .al-container .info h1 {
  font-size: 64px;
  font-weight: 700;
  line-height: 103px;
  text-transform: uppercase;
  margin-bottom: 9px;
}
.banner .al-container .info h1 .highlight {
  color: #e62c33;
}
.banner .al-container .info p {
  font-size: 32px;
  font-weight: 600;
  line-height: 133.523%;
  max-width: 488px;
  margin-bottom: 35px;
}
.banner .al-container .info a {
  font-size: 22px;
  font-weight: 700;
  line-height: 98%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
  }
  .banner .al-container .info h1 {
    font-size: 48px;
    line-height: 72px;
  }
  .banner .al-container .info p {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .banner .al-container .info a {
    font-size: 18px;
  }
  .banner.home {
    height: 650px;
  }
  .banner.home .al-container {
    top: auto;
  }
  .banner .al-container {
    top: auto;
  }
}
@media screen and (max-width: 768px) {
  .banner.home {
    height: 500px;
  }
  .banner.home .al-container .info {
    max-width: 600px;
  }
  .banner.home .al-container .info h1 {
    font-size: 62px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .banner.home .al-container .info p {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .banner.home .al-container .info a {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .banner.home {
    height: 300px;
  }
  .banner.home .al-container .info {
    max-width: 350px;
  }
  .banner.home .al-container .info h1 {
    font-size: 38px;
    line-height: normal;
    margin-bottom: 5px;
  }
  .banner.home .al-container .info p {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .banner.home .al-container .info a {
    font-size: 14px;
  }
}

/* Pages
========================================================================== */
/* Header
========================================================================== */
header[role=heading] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header[role=heading] .al-container .logo {
  display: flex;
}
header[role=heading] .al-container .logo img,
header[role=heading] .al-container .logo svg {
  width: 130px;
  height: 110px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header[role=heading] .al-container #desktop-menu {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #desktop-menu {
    display: none;
  }
}
header[role=heading] .al-container #desktop-menu .menu {
  display: flex;
  align-items: center;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li {
  display: block;
  position: relative;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li a {
  display: flex;
  font-style: normal;
  font-size: 20px;
  color: #fff;
  font-family: "IBM Plex Sans";
  transition: all 0.3s;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li .sub-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 14px 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li .sub-menu li {
  margin: 0;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li .sub-menu li a {
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li .sub-menu li:not(:last-child) {
  margin-bottom: 10px;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 110%;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item > a, header[role=heading] .al-container #desktop-menu .menu ul.menu li:hover:not(.btn) > a {
  color: #e62c33;
}
header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-item > a, header[role=heading] .al-container #desktop-menu .menu ul.menu li.current-menu-ancestor > a {
  font-weight: 700;
}
@media screen and (max-width: 1124px) {
  header[role=heading] .al-container #desktop-menu .menu ul.menu {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
header[role=heading] .al-container #mobile-icon {
  display: none;
  justify-content: right;
  position: fixed;
  padding: 13px 6px;
  right: 10px;
  top: 10px;
  z-index: 997;
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-icon {
    display: flex;
  }
}
header[role=heading] .al-container #mobile-icon svg {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}
header[role=heading] .al-container #mobile-icon svg rect {
  fill: #e62c33;
}
header[role=heading] .al-container #mobile-menu {
  display: none;
  background: #e62c33;
  position: fixed;
  top: 0;
  right: -100%;
  width: 85vw;
  height: 100vh;
  transition: all 0.3s;
  overflow-y: scroll;
  z-index: 9999;
  max-width: 380px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
@media (max-width: 1024px) {
  header[role=heading] .al-container #mobile-menu {
    display: block;
  }
}
header[role=heading] .al-container #mobile-menu.active {
  right: 0;
}
header[role=heading] .al-container #mobile-menu .container {
  padding: 40px 30px 20px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
header[role=heading] .al-container #mobile-menu .container .close {
  padding-bottom: 20px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container .close a {
  cursor: pointer;
}
header[role=heading] .al-container #mobile-menu .container .logo {
  padding: 5px 20px;
}
header[role=heading] .al-container #mobile-menu .container .logo svg path {
  fill: #fff;
}
header[role=heading] .al-container #mobile-menu .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a {
  font-family: "IBM Plex Sans";
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  position: relative;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a::after {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #fff;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item a:hover::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item > a {
  font-weight: 700;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.current-menu-item > a::after {
  width: 100%;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  width: 0;
  height: 0;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: translateY(-50%) rotate(135deg);
  transition: transform 0.3s;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu li a {
  font-size: 16px;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children.active ul.sub-menu {
  visibility: visible;
  max-height: 500px;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.menu-item-has-children.active > a:before {
  transform: translateY(-50%) rotate(45deg);
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.btn.btn-primary a {
  background: #fff;
  color: #e62c33;
  padding: 5px 10px;
  font-weight: 600;
}
header[role=heading] .al-container #mobile-menu .container ul.menu li.menu-item.btn.btn-primary a:hover:after {
  width: 0%;
}

body:has(#mobile-menu.active),
body:has(.modal-container.open) {
  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[role=contentinfo] {
  background-color: #1e1e1e;
}
footer[role=contentinfo] > .al-container {
  padding-top: 70px;
  padding-bottom: 78px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer[role=contentinfo] > .al-container.info .top {
  width: 100%;
}
footer[role=contentinfo] > .al-container.info .top .logo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
footer[role=contentinfo] > .al-container.info .top .contacts {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
footer[role=contentinfo] > .al-container.info .top .contacts li {
  display: flex;
  gap: 10px;
  max-width: 358px;
}
footer[role=contentinfo] > .al-container.info .top .contacts li a {
  height: -moz-fit-content;
  height: fit-content;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 119.5%;
}
footer[role=contentinfo] > .al-container.info .top .contacts li a .icon {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
  margin-bottom: 23px;
}
footer[role=contentinfo] > .al-container.info .top .contacts li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  footer[role=contentinfo] > .al-container.info .top .contacts {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
}
footer[role=contentinfo] > .al-container.info .h-line {
  margin: 30px 0px;
}
footer[role=contentinfo] #signature {
  background-color: #e62c33;
}
footer[role=contentinfo] #signature .al-container {
  padding: 5px 0;
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 1024px) {
  footer[role=contentinfo] #signature .al-container {
    justify-content: center;
  }
}
footer[role=contentinfo] #signature .al-container p {
  font-family: "Poppins";
  font-size: 14px;
  line-height: 197%;
  color: #fff;
}
footer[role=contentinfo] #signature .al-container p a {
  color: #fff;
}
footer[role=contentinfo] #signature .al-container p a:hover {
  text-decoration: underline;
  opacity: 0.8;
}

#whatsapp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  cursor: pointer;
  transition: all 0.3s;
}
#whatsapp:hover {
  transform: translateY(-2px);
}
#whatsapp a {
  display: block;
}

/* Home
========================================================================== */
.page-home .atuacao-container {
  margin-bottom: 120px;
}
.page-home .atuacao-container .atuacoes {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}
.page-home .atuacao-container .atuacoes a {
  display: flex;
}
.page-home .atuacao-container .atuacoes a article {
  flex: 1;
  display: flex;
}
.page-home .atuacao-container .atuacoes a article header {
  flex: 1;
  background-color: #e62c33;
  padding: 46px 15px 46px 22px;
  display: flex;
  align-items: center;
}
.page-home .atuacao-container .atuacoes a article header h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.page-home .atuacao-container .atuacoes a article .img-container {
  width: 172px;
}
.page-home .atuacao-container .atuacoes a article .img-container img {
  width: 100%;
  height: 100%;
}
.page-home .atuacao-container .atuacoes a:hover {
  scale: 1.02;
  box-shadow: 0px 4px 12px #534f4f;
}
@media screen and (max-width: 768px) {
  .page-home .atuacao-container .atuacoes a article header {
    padding: 34px 12px 34px 18px;
  }
  .page-home .atuacao-container .atuacoes a article header h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .atuacao-container .atuacoes a article header {
    padding: 30px 12px 30px 12px;
  }
  .page-home .atuacao-container .atuacoes a article header h3 {
    font-size: 20px;
  }
}
.page-home .historia-container h2 {
  margin-bottom: 20px;
}
.page-home .historia-container .historia {
  display: flex;
  gap: 50px;
}
.page-home .historia-container .historia .text {
  flex: 1;
  color: #534f4f;
  line-height: 120%;
  text-align: justify;
}
.page-home .historia-container .historia .video-container {
  width: 696px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1216px) {
  .page-home .historia-container .historia {
    flex-direction: column;
  }
  .page-home .historia-container .historia .video-container {
    width: 100%;
  }
}
.page-home .marcas-container {
  width: 100%;
  background-color: #e62c33;
  padding: 100px 0px;
}
.page-home .marcas-container .marcas-swiper .swiper-wrapper .swiper-slide .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 126px;
}
.page-home .marcas-container .marcas-swiper .swiper-wrapper .swiper-slide .img-container img {
  width: 100%;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .page-home .marcas-container {
    padding: 70px 0px;
  }
  .page-home .marcas-container .marcas-swiper .swiper-wrapper .swiper-slide .img-container {
    width: 140px;
    height: 98px;
  }
}
@media screen and (max-width: 480px) {
  .page-home .marcas-container {
    padding: 50px 0px;
    padding: 70px 0px;
  }
  .page-home .marcas-container .marcas-swiper .swiper-wrapper .swiper-slide .img-container {
    width: 100px;
    height: 70px;
  }
}
.page-home .instagram-container header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
}
.page-home .instagram-container header .info {
  display: flex;
  align-items: center;
  gap: 14px;
}
.page-home .instagram-container header .info p {
  color: #4e5355;
  font-family: "Inter";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-home .instagram-container header .info a {
  font-family: "Poppins";
}
@media screen and (max-width: 768px) {
  .page-home .instagram-container header {
    flex-direction: column;
    align-items: start;
    margin-bottom: 26px;
  }
  .page-home .instagram-container header h2 {
    margin-bottom: 10px;
  }
  .page-home .instagram-container header .info {
    gap: 10px;
  }
}

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

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

/* Sobre
========================================================================== */
.page-sobre .historia-container h2 {
  margin-bottom: 20px;
}
.page-sobre .historia-container .historia {
  display: flex;
  gap: 32px;
}
.page-sobre .historia-container .historia .text {
  flex: 1;
  color: #534f4f;
  line-height: 120%;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .page-sobre .historia-container .historia {
    flex-direction: column;
  }
}
.page-sobre .video-container video {
  width: 100%;
}
.page-sobre .unidades-container {
  padding-bottom: 0px;
}
.page-sobre .unidades-container h2 {
  margin-bottom: 40px;
}
.page-sobre .unidades-container .unidades {
  display: flex;
  gap: 32px;
}
.page-sobre .unidades-container .unidades .unidade {
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 800px;
}
.page-sobre .unidades-container .unidades .unidade .img-container {
  height: 197px;
}
.page-sobre .unidades-container .unidades .unidade .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-sobre .unidades-container .unidades .unidade .content {
  flex: 1;
  background-color: #e62c33;
  color: #fff;
  display: inline-flex;
  padding: 30px 15px;
  align-items: center;
}
.page-sobre .unidades-container .unidades .unidade .content p {
  flex: 1;
  line-height: 120%;
}
.page-sobre .unidades-container .unidades .unidade .content p.nome {
  font-weight: 500;
}
.page-sobre .unidades-container .unidades .unidade .content p.endereco {
  font-size: 15px;
  font-weight: 300;
}
@media screen and (max-width: 1024px) {
  .page-sobre .unidades-container .unidades {
    flex-direction: column;
    align-items: center;
  }
  .page-sobre .unidades-container .unidades .unidade {
    flex-direction: row;
  }
  .page-sobre .unidades-container .unidades .unidade .img-container {
    width: 384px;
  }
  .page-sobre .unidades-container .unidades .unidade .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .page-sobre .unidades-container .unidades .unidade .content p {
    flex: none;
  }
}
@media screen and (max-width: 768px) {
  .page-sobre .unidades-container .unidades {
    flex-direction: column;
    align-items: center;
  }
  .page-sobre .unidades-container .unidades .unidade {
    width: 100%;
    flex-direction: column;
  }
  .page-sobre .unidades-container .unidades .unidade .img-container {
    width: auto;
  }
  .page-sobre .unidades-container .unidades .unidade .content p {
    flex: 1;
  }
}
.page-sobre .fundador-container {
  background-color: #1e1e1e;
  position: relative;
  margin: 120px 0;
}
.page-sobre .fundador-container h2 {
  margin-bottom: 20px;
}
.page-sobre .fundador-container .fundador {
  max-width: 468px;
}
.page-sobre .fundador-container .fundador .text {
  line-height: 120%;
  font-size: 22px;
}
.page-sobre .fundador-container img {
  position: absolute;
  right: 0;
  top: 0;
  width: 55%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 1150px) {
  .page-sobre .fundador-container img {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .page-sobre .fundador-container .fundador {
    max-width: none;
    margin-bottom: 40px;
  }
  .page-sobre .fundador-container img {
    position: relative;
    width: 100%;
  }
}
.page-sobre .linha-slider-container {
  display: flex;
  align-items: center;
}
.page-sobre .linha-slider-container .custom-controls svg {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .page-sobre .linha-slider-container .custom-controls svg {
    width: 50px;
  }
}
@media screen and (max-width: 480px) {
  .page-sobre .linha-slider-container .custom-controls svg {
    width: 20px;
  }
}
.page-sobre .linha-container {
  padding-top: 0px;
}
.page-sobre .linha-container h2 {
  margin-bottom: 40px;
}
.page-sobre .linha-container #linha-slider {
  direction: ltr;
}
.page-sobre .linha-container #linha-slider .container {
  display: flex;
  justify-content: center;
}
.page-sobre .linha-container #linha-slider .container .tempo {
  display: flex;
  height: 333px;
  max-width: 1015px;
  align-items: center;
  gap: 40px;
  margin: 0px 40px;
}
.page-sobre .linha-container #linha-slider .container .tempo .the_content {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 60px;
}
.page-sobre .linha-container #linha-slider .container .tempo .the_content .ano {
  width: 155px;
  display: block;
  color: #e62c33;
  font-size: 128px;
  font-weight: 700;
  line-height: 74%;
  text-transform: uppercase;
  word-break: break-all;
}
.page-sobre .linha-container #linha-slider .container .tempo .the_content .content {
  flex: 1;
}
.page-sobre .linha-container #linha-slider .container .tempo .the_content .content .titulo {
  color: #e62c33;
  font-size: 24px;
  margin-bottom: 10px;
}
.page-sobre .linha-container #linha-slider .container .tempo .the_content .content .texto {
  color: #534f4f;
  font-size: 22px;
  line-height: 120%;
}
.page-sobre .linha-container #linha-slider .container .tempo .img-container {
  width: 446px;
  height: 100%;
}
.page-sobre .linha-container #linha-slider .container .tempo .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 1216px) {
  .page-sobre .linha-container #linha-slider .container .tempo {
    flex-direction: column;
    height: auto;
  }
  .page-sobre .linha-container #linha-slider .container .tempo .the_content {
    flex-direction: column;
    gap: 20px;
  }
  .page-sobre .linha-container #linha-slider .container .tempo .the_content .ano {
    font-size: 96px;
    width: auto;
  }
  .page-sobre .linha-container #linha-slider .container .tempo .the_content .content {
    text-align: center;
  }
  .page-sobre .linha-container #linha-slider .container .tempo .img-container {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-sobre .linha-container #linha-slider .container .tempo {
    margin: 0px 20px;
  }
}
.page-sobre .linha-container .lSSlideOuter .lSPager.lSpg {
  display: none;
}

/* Atuação
========================================================================== */
.page-atuacao .atuacoes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.page-atuacao .atuacoes a {
  background: #d8d8d8;
  padding: 20px 18px;
  cursor: pointer;
  color: #7b7b7b;
  max-width: 416px;
  font-weight: 500;
}
.page-atuacao .atuacoes a.active {
  background-color: #e62c33;
  color: #fdfdfd;
}
.page-atuacao .atuacoes label {
  background: #d8d8d8;
  padding: 20px 18px;
  cursor: pointer;
  color: #7b7b7b;
  max-width: 416px;
  font-weight: 500;
}
.page-atuacao .atuacoes .article-container {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  max-width: 60%;
}
.page-atuacao .atuacoes .article-container .artigo .titulo {
  margin-bottom: 26px;
}
.page-atuacao .atuacoes .article-container .artigo .titulo .title {
  font-size: 38px;
}
.page-atuacao .atuacoes .article-container .artigo .content {
  display: flex;
  gap: 22px;
}
.page-atuacao .atuacoes .article-container .artigo .content .text {
  flex: 1;
  color: #534f4f;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.page-atuacao .atuacoes .article-container .artigo .content .img-container {
  width: 280px;
  height: 348px;
}
.page-atuacao .atuacoes .article-container .artigo .content .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-atuacao .atuacoes .article-container.active {
  display: block;
}
@media screen and (max-width: 1150px) {
  .page-atuacao .atuacoes .article-container {
    max-width: 55%;
  }
  .page-atuacao .atuacoes .article-container .artigo .content .img-container {
    width: 228px;
    height: 235px;
  }
}
@media screen and (max-width: 1024px) {
  .page-atuacao .atuacoes label {
    max-width: none;
  }
  .page-atuacao .atuacoes .article-container {
    position: relative;
    max-width: none;
  }
  .page-atuacao .atuacoes .article-container .artigo .titulo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-atuacao .atuacoes .article-container .artigo .content {
    flex-direction: column;
  }
  .page-atuacao .atuacoes .article-container .artigo .content .img-container {
    width: auto;
    height: auto;
  }
}

/* Trabalhe Conosco
========================================================================== */
.page-trabelhe-conosco .form-container p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 78px;
}
.page-trabelhe-conosco .form-container p label {
  color: #e62c33;
  font-family: "IBM Plex Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}
.page-trabelhe-conosco .form-container p label input,
.page-trabelhe-conosco .form-container p label textarea,
.page-trabelhe-conosco .form-container p label select {
  margin-top: 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 1px solid transparent;
  display: block;
  width: 100%;
  background: #f5f5f5;
  padding: 10px 18px;
  color: #777;
  font-family: "IBM Plex Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.page-trabelhe-conosco .form-container p label input:focus,
.page-trabelhe-conosco .form-container p label textarea:focus,
.page-trabelhe-conosco .form-container p label select:focus {
  border: 1px solid #e62c33;
  transition: border 0.25s;
}
.page-trabelhe-conosco .form-container p label textarea {
  resize: vertical;
}
.page-trabelhe-conosco .form-container p label .select-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.page-trabelhe-conosco .form-container p label .select-wrapper:after {
  content: url("assets/images/icons/arrow-down.svg");
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.page-trabelhe-conosco .form-container p label .file-wrapper {
  display: block;
  width: 100%;
  margin-top: 8px;
}
.page-trabelhe-conosco .form-container p label .file-wrapper input[type=file] {
  background: none;
  display: none;
}
.page-trabelhe-conosco .form-container p label .file-wrapper .content {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.page-trabelhe-conosco .form-container p label .file-wrapper .content .btn {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  padding: 8px 0px;
  text-transform: capitalize;
}
.page-trabelhe-conosco .form-container p label .file-wrapper .content .btn:before {
  content: url("assets/images/icons/paper-clip.svg");
  display: inline-block;
  width: 24px;
  height: 24px;
}
.page-trabelhe-conosco .form-container p label .file-wrapper .content .file-name {
  margin-left: 10px;
  font-size: 16px;
  color: #1e1e1e;
  font-weight: 500;
  text-transform: none;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-trabelhe-conosco .form-container p label.span-line {
  grid-column: span 2;
}
.page-trabelhe-conosco .form-container p label .wpcf7-not-valid-tip {
  color: #dc3545;
  font-size: 14px;
  display: block;
  text-transform: none;
}
.page-trabelhe-conosco .form-container p .btn-container {
  display: flex;
  align-items: end;
  justify-content: end;
}
.page-trabelhe-conosco .form-container p .btn-container .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .page-trabelhe-conosco .form-container p {
    gap: 16px 24px;
  }
}
@media screen and (max-width: 768px) {
  .page-trabelhe-conosco .form-container p {
    grid-template-columns: 1fr;
    gap: 16px 0px;
  }
  .page-trabelhe-conosco .form-container p label.span-line {
    grid-column: span 1;
  }
  .page-trabelhe-conosco .form-container p label .select-wrapper:after {
    right: 18px;
  }
  .page-trabelhe-conosco .form-container p label .file-wrapper .content {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-trabelhe-conosco .form-container p label .file-wrapper .content .btn {
    width: 100%;
    max-width: none;
  }
}
.page-trabelhe-conosco .wpcf7-response-output {
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 50%;
  transform: translate(50%);
}

/* Custom
========================================================================== */
.btn {
  font-size: 18px;
  text-wrap: nowrap;
  display: inline-flex;
  padding: 10px 15px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  cursor: pointer;
}
.btn.btn-primary {
  background-color: #e62c33;
}
.btn.btn-primary:hover {
  background-color: rgb(199.3771186441, 23.6228813559, 30.2372881356);
}
.btn.btn-green {
  background-color: #2a9e35;
}
.btn.btn-green:hover {
  background-color: rgb(31.29, 117.71, 39.485);
}
.btn.btn-follow {
  background-color: #0095f6;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  padding: 5px 16px;
}

.text {
  font-family: "IBM Plex Sans";
  font-size: 18px;
  font-weight: normal;
  line-height: normal;
  color: #fff;
}
.text.text-c {
  text-align: center;
}
.text.text-u {
  text-transform: uppercase;
}
.text.text-b {
  font-weight: bold;
}

.modal-container {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  padding: 30px;
}
.modal-container .modal {
  max-width: 700px;
  width: 100%;
  background: white;
  padding: 30px;
  position: relative;
}
.modal-container .modal .title {
  margin-bottom: 20px;
  font-size: 32px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-container .modal .title:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e62c33;
}
.modal-container .modal .text {
  color: #1e1e1e;
}
.modal-container .modal .close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: #e62c33;
  color: white;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all 0.3s;
  transform: translate(50%, -50%);
}
.modal-container .modal .close svg {
  width: 18px;
  height: 18px;
}
.modal-container .modal .close svg path {
  fill: #fff;
}
.modal-container .modal .close:hover {
  background: rgb(199.3771186441, 23.6228813559, 30.2372881356);
}
.modal-container.open {
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  color: #373737;
  font-family: "IBM Plex Sans";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}
.title.title-c {
  text-align: center;
}
.title.title-red {
  color: #e62c33;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .title {
    font-size: 28px;
  }
}
