@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: "Inter";
  src: url("../area-structure/assets/fonts/Inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url("../area-structure/assets/fonts/Inter/Inter-Italic-VariableFont_opsz,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: "Inter";
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #3a3a3a;
}
.entry-title h1 span {
  color: #166083;
  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 #166083;
  padding: 4px 14px;
  border-radius: 8px;
  background-color: #166083;
  color: white;
  transition: all 0.3s;
  cursor: pointer;
}
#search-form #search-submit:hover {
  background-color: white;
  color: #166083;
}
#search-form label {
  width: 100%;
}
#search-form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #166083;
  padding: 5px 0px;
  background-color: white;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
  color: #166083;
}
#search-form input::-moz-placeholder {
  color: #166083;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
}
#search-form input::placeholder {
  color: #166083;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
  font-family: "Inter";
}

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

input,
button {
  outline: none;
}

section {
  position: relative;
}

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

textarea {
  max-width: 100%;
}

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

/* Global classes
========================================================================== */
.info-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.info-table tr.even {
  background-color: #d9d9d9;
}
.info-table tr.even td.text {
  color: #332c2c;
}
.info-table tr.odd td.text {
  color: #919090;
}
.info-table tr td {
  border: none;
  padding: 0;
  vertical-align: top;
}
.info-table tr td .start {
  padding: 7px 43px;
  white-space: nowrap;
}
.info-table tr td .end {
  text-align: right;
  padding: 7px 20px;
}
@media screen and (max-width: 768px) {
  .info-table tr td .start {
    padding: 7px 2px 7px 20px;
    white-space: wrap;
  }
  .info-table tr td .end {
    padding: 7px 20px 7px 2px;
  }
}

.video-container video {
  width: 100%;
}
.video-container .controls {
  position: absolute;
  bottom: 135px;
  right: 80px;
  display: flex;
  gap: 10px;
  z-index: 10;
}
.video-container .controls button {
  background-color: #7d7c7c;
  border: none;
  cursor: pointer;
}
.video-container .controls button.audio {
  border-radius: 100%;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-container .controls button.audio svg {
  width: 40px;
  height: 40px;
}
.video-container .controls button.audio svg path {
  fill: #515151;
}
.video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(109deg, rgba(217, 217, 217, 0) 44.33%, #424242 98.53%);
}
@media screen and (max-width: 1500px) {
  .video-container .controls {
    bottom: 50px;
    right: 90px;
  }
}
@media screen and (max-width: 768px) {
  .video-container .controls {
    bottom: 40px;
    right: 50px;
  }
  .video-container .controls button.audio {
    padding: 10px;
  }
  .video-container .controls button.audio svg {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .video-container .controls {
    bottom: 30px;
    right: 30px;
  }
  .video-container .controls button.audio {
    padding: 10px;
  }
  .video-container .controls button.audio svg {
    width: 20px;
    height: 20px;
  }
}

.al-container {
  width: 1750px;
}
@media (max-width: 1790px) {
  .al-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.al-container.padrao {
  padding-top: 50px;
  padding-bottom: 50px;
}
.al-container.padrao img.alignright {
  float: right;
  padding: 0px 0px 10px 10px;
}
.al-container.padrao img.alignleft {
  float: left;
  padding: 10px 10px 0px 0px;
}

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

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

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

.al-small-container {
  width: 1500px;
}
@media (max-width: 1790px) {
  .al-small-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.al-social {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.al-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #166083;
}
.al-social a svg {
  width: 15px;
  height: 15px;
}
.al-social a svg path {
  fill: #fff;
}
.al-social a:hover {
  background-color: #003469;
  transform: scale(1.1);
}
.al-social.big a {
  width: 40px;
  height: 40px;
}
.al-social.big a svg {
  width: 18px;
  height: 18px;
}

.title {
  color: #166083;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.title.title-center {
  text-align: center;
}
.title.title-white {
  color: #fff;
}
.title.title-small {
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}
.title.title-smaller {
  font-size: 20px;
  line-height: 180%;
}
.title.title-thin {
  font-weight: 300;
}
.title.title-bold {
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 38px;
  }
  .title.title-small {
    font-size: 32px;
  }
  .title.title-smaller {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .title {
    font-size: 32px;
  }
  .title.title-small {
    font-size: 28px;
  }
}

.text {
  color: #534f4f;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}
.text.text-primary {
  color: #166083;
}
.text.text-dark {
  color: #000;
}
.text.text-center {
  text-align: center;
}
.text.text-bold {
  font-weight: 700;
}
.text.text-bolder {
  font-size: 40px;
  font-weight: 800;
}
.text.text-italic {
  font-style: italic;
}
.text.text-white {
  color: #fff;
}
.text.text-biger {
  font-size: 32px;
  font-weight: 500;
}
.text.text-big {
  font-size: 28px;
}
.text.text-medium {
  font-size: 22px;
  line-height: 133%;
}
.text.text-small {
  font-size: 18px;
  line-height: 110%;
}
.text.text-smaller {
  font-size: 16px;
}
.text.text-smallest {
  font-size: 14px;
}
.text.text-ultrasmall {
  font-size: 8px;
}
.text.text-thin {
  font-weight: 300;
}
.text .link {
  color: inherit;
  text-decoration: underline;
}
.text.link-underline {
  position: relative;
}
.text.link-underline:after {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #fff;
  height: 1px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.text.link-underline:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .text {
    font-size: 22px;
  }
  .text.text-biger {
    font-size: 28px;
  }
  .text.text-big {
    font-size: 24px;
  }
  .text.text-medium {
    font-size: 20px;
  }
  .text.text-bolder {
    font-size: 36px;
  }
}
@media screen and (max-width: 480px) {
  .text {
    font-size: 20px;
  }
  .text.text-bolder {
    font-size: 32px;
  }
}

.btn {
  background-color: #166083;
  padding: 10px 15px;
  border: 2px solid transparent;
  color: #fff;
}
.btn:hover {
  background-color: #003469;
}
.btn.btn-green {
  background-color: #1b851b;
}
.btn.btn-outline {
  background-color: transparent;
  border: 2px solid #166083;
  color: #166083;
}

.border {
  border-radius: 20px 0px;
}

.whatsapp {
  position: fixed;
  bottom: 100px;
  right: 100px;
  z-index: 999;
}
@media screen and (max-width: 1024px) {
  .whatsapp {
    bottom: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .whatsapp {
    bottom: 40px;
    right: 40px;
  }
}

.video {
  width: 100%;
}

.h-line {
  display: block;
  height: 1px;
  background-color: #9d9d9d;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-fields p {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 70px;
       column-gap: 70px;
  row-gap: 30px;
}
.form-fields p .span {
  grid-column: 1/-1;
}
.form-fields p .span.end {
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
.form-fields p label {
  text-transform: uppercase;
}
.form-fields p label input:not([type=checkbox]),
.form-fields p label textarea,
.form-fields p label select {
  margin-top: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  border-radius: 8px;
  background: #f4f4f4;
  display: block;
  width: 100%;
  padding: 17px 9px;
  outline: none;
  color: #8f8f8f;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 400;
  resize: vertical;
}
.form-fields p label input:not([type=checkbox]):focus,
.form-fields p label textarea:focus,
.form-fields p label select:focus {
  outline: 2px solid #166083;
}
.form-fields p label select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form-fields p input[type=submit] {
  height: -moz-fit-content;
  height: fit-content;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  text-transform: uppercase;
}
.form-fields p .termo {
  display: flex;
  flex-direction: column;
}
.form-fields p .termo .wpcf7-checkbox .wpcf7-list-item {
  margin: 0px;
}
.form-fields p .termo .wpcf7-checkbox .wpcf7-list-item label {
  color: #626262;
  text-transform: none;
}
.form-fields p .termo .wpcf7-checkbox .wpcf7-list-item label input[type=checkbox] {
  width: 12px;
  height: 12px;
  vertical-align: middle;
}
.form-fields p .wpcf7-spinner {
  margin: 0px;
  padding: 12px;
}
@media screen and (max-width: 1024px) {
  .form-fields p {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .form-fields p {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 20px;
  }
  .form-fields p .span.end {
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    align-items: end;
    gap: 5px;
  }
}
@media screen and (max-width: 480px) {
  .form-fields p label input:not([type=checkbox]),
  .form-fields p label textarea {
    padding: 12px 9px;
  }
}

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

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

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

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

body::-webkit-scrollbar-thumb {
  background: #166083;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgb(10.2666666667, 44.8, 61.1333333333);
}

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

.mobmenul-container {
  top: 0 !important;
  right: 2% !important;
  z-index: 0 !important;
  background: #166083;
  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%;
  position: relative;
  max-height: 946px;
}
.banner img {
  max-height: 946px;
}
@media screen and (max-width: 500px) {
  .banner img {
    height: 100%;
  }
}
.banner.home {
  height: auto;
}
@media screen and (max-width: 1024px) {
  .banner.home {
    height: auto;
  }
}
.banner:not(.home) img {
  z-index: -1;
  width: 100%;
  height: 100%;
  min-height: 450px;
}
.banner .banner-info {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .banner .banner-info {
    justify-content: center;
    align-items: center;
  }
}
.banner .banner-info .informacoes {
  color: #fefefe;
  filter: drop-shadow(0 4px 40.6px rgba(0, 0, 0, 0.8));
  margin-bottom: 160px;
}
.banner .banner-info .informacoes h1 {
  font-size: 80px;
  font-style: italic;
  font-weight: 800;
  line-height: 96%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .banner .banner-info .informacoes h1 {
    font-size: 76px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-info .informacoes h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-info .informacoes h1 {
    font-size: 42px;
  }
}
.banner .banner-info .informacoes p {
  font-size: 48px;
  font-style: italic;
  font-weight: 300;
  line-height: 96%;
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .banner .banner-info .informacoes p {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-info .informacoes p {
    font-size: 32px;
  }
}
.banner .banner-info .informacoes .highlight {
  font-size: 96px;
}
@media screen and (max-width: 1024px) {
  .banner .banner-info .informacoes .highlight {
    font-size: 78px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-info .informacoes .highlight {
    font-size: 68px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-info .informacoes {
    margin-bottom: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 1750px) {
  .banner .banner-info .informacoes {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner .banner-info .informacoes {
    margin-bottom: 0px;
  }
}
.banner .banner-info.right .al-small-container {
  display: flex;
  justify-content: end;
}
.banner .banner-info.right .al-small-container .informacoes {
  margin-right: 140px;
}
@media screen and (max-width: 768px) {
  .banner .banner-info.right .al-small-container {
    justify-content: center;
  }
  .banner .banner-info.right .al-small-container .informacoes {
    margin-right: 0px;
  }
}
.banner.banner-blog {
  min-height: 450px;
}
.banner.banner-blog:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(244deg, rgba(196, 196, 196, 0) -3.84%, rgba(59, 53, 53, 0.78) 67.02%);
}
.banner.banner-blog .banner-info {
  position: absolute;
  z-index: 1;
}
.banner.banner-blog .banner-info .al-small-container .informacoes {
  margin-bottom: 104px;
  max-width: 587px;
}
.banner.banner-blog .banner-info .al-small-container .informacoes .inner {
  display: flex;
  flex-direction: column;
}
.banner.banner-blog .banner-info .al-small-container .informacoes .inner .badge {
  margin-bottom: 8px;
}
.banner.banner-blog .banner-info .al-small-container .informacoes .inner .data {
  color: #9d9d9d;
}
.banner.banner-blog .banner-info .al-small-container .informacoes .inner h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 768px) {
  .banner.banner-blog .banner-info .al-small-container .informacoes .inner h1 {
    font-size: 38px;
  }
}
@media screen and (max-width: 480px) {
  .banner.banner-blog .banner-info .al-small-container .informacoes .inner h1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .banner.banner-blog .banner-info .al-small-container .informacoes {
    margin-bottom: 0px;
  }
  .banner.banner-blog .banner-info .al-small-container .informacoes .inner {
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  .banner.banner-blog .banner-info .al-small-container .informacoes {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .banner.banner-blog .banner-info .al-small-container .informacoes {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .banner.banner-blog .banner-info .al-small-container {
    display: flex;
    justify-content: center;
  }
}
.banner .desktop {
  display: block;
}
.banner .mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .banner .desktop {
    display: none;
  }
  .banner .mobile {
    display: block;
    height: auto;
  }
}

.line {
  position: relative;
  margin-top: 40px;
  padding-bottom: 80px;
}
.line:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 60%;
  background-color: #f3f3f3;
  z-index: -1;
}
@media screen and (max-width: 1500px) {
  .line:before {
    height: 100%;
  }
}
.line.doors:before {
  height: 68%;
}
.line .al-small-container.colors-container {
  display: flex;
  justify-content: end;
}
.line .al-small-container.colors-container .colors {
  display: flex;
  gap: 20px;
}
.line .al-small-container .lSAction a {
  background-image: none;
}
.line .al-small-container .lSAction a.lSPrev {
  left: -5px !important;
}
.line .al-small-container .lSAction a.lSNext {
  right: -5px !important;
}
.line .al-small-container .article-container article {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0px;
}
.line .al-small-container .article-container article .thumb {
  height: 567px;
}
.line .al-small-container .article-container article header {
  margin-bottom: 5px;
}
.line .al-small-container .article-container article header .title {
  font-size: 24px;
  margin-bottom: 0px;
}
.line .al-small-container .article-container article .the-content {
  width: 233px;
}
@media screen and (max-width: 1024px) {
  .line {
    padding: 40px 0px;
  }
}

/* Pages
========================================================================== */
/* Card
========================================================================== */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  transition: all 0.3s ease;
  overflow: hidden;
  width: 100%;
}
.card .thumb {
  scale: 100%;
  filter: brightness(40%);
  transition: all 0.3s ease;
  width: 100%;
  height: 627px;
}
.card .content {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 195px;
  transition: filter 0.3s ease;
}
.card .content .icon {
  margin-bottom: 10px;
}
.card .content .text {
  text-transform: uppercase;
}
.card .content p.text {
  letter-spacing: 3.04px;
}
.card.h-card {
  width: 100%;
  justify-content: center;
  align-items: start;
  max-width: none;
}
.card.h-card .thumb {
  height: 310px;
  width: 100%;
  -o-object-position: top;
     object-position: top;
}
.card.h-card .thumb.footer {
  -o-object-position: bottom;
     object-position: bottom;
}
.card.h-card .content {
  margin-top: 28px;
  margin-left: 75px;
  margin-bottom: 0px;
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 28px;
  background-color: #166083;
  z-index: 10;
  transition: opacity 0.3s ease;
}
.card:hover .thumb {
  scale: 105%;
  filter: brightness(100%);
}
.card:hover:before,
.card:hover .content {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  .card.h-card .content {
    margin-left: 25px;
  }
}

.badge {
  display: inline-flex;
  padding: 2px 4px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}
.badge.badge-green {
  background-color: #1b851b;
}

/* Header
========================================================================== */
header[role=heading] {
  width: -webkit-fill-available;
  background-color: #fefefe;
  margin: 0px 27px;
  padding: 20px 42px;
  border-radius: 0px 0px 40px 40px;
  position: fixed;
  z-index: 999;
  box-shadow: 0px 8px 37px 11px rgba(0, 0, 0, 0.16);
}
header[role=heading] .al-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header[role=heading] .al-container .left {
  flex: 1;
}
header[role=heading] .al-container .left .certification {
  display: block;
  width: 100%;
  max-width: 257px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
header[role=heading] .al-container .logo {
  flex: 1;
  display: flex;
  justify-content: center;
}
header[role=heading] .al-container .logo img,
header[role=heading] .al-container .logo svg {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
header[role=heading] .al-container .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header[role=heading] .al-container .right #hamburguer-icon {
  margin-left: 20px;
  display: block;
}
header[role=heading] .al-container .right #hamburguer-icon svg {
  width: 55px;
  height: 55px;
}
header[role=heading] .al-container .right #hamburguer-icon svg path {
  fill: #166083;
}
@media screen and (max-width: 1024px) {
  header[role=heading] {
    padding: 15px 20px;
  }
  header[role=heading] .al-container .logo img,
  header[role=heading] .al-container .logo svg {
    height: 70px;
  }
}
@media screen and (max-width: 768px) {
  header[role=heading] {
    margin: 0px 18px;
    padding: 15px;
  }
  header[role=heading] .al-container .left .certification {
    display: none;
  }
  header[role=heading] .al-container .logo img,
  header[role=heading] .al-container .logo svg {
    height: 60px;
  }
  header[role=heading] .al-container .right .social {
    display: none;
  }
  header[role=heading] .al-container .right #hamburguer-icon svg {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  header[role=heading] {
    margin: 0px 14px;
    padding: 10px;
  }
  header[role=heading] .al-container .logo img,
  header[role=heading] .al-container .logo svg {
    height: 50px;
  }
}

#hamburguer-menu {
  display: block;
  background: #fff;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -100%;
  height: 100vh;
  transition: all 0.3s;
  z-index: 9999 !important;
  max-width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.43);
}
#hamburguer-menu.active {
  right: 0;
}
#hamburguer-menu .close {
  position: absolute;
  left: -35px;
  top: 0;
  padding-bottom: 20px;
  z-index: 9999;
}
#hamburguer-menu .close a {
  cursor: pointer;
}
#hamburguer-menu .container {
  padding: 70px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
  position: relative;
  overflow: auto;
}
#hamburguer-menu .container ul.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#hamburguer-menu .container ul.menu li.menu-item {
  margin-top: 20px;
  width: 100%;
  text-align: start;
}
#hamburguer-menu .container ul.menu li.menu-item a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 28px;
  color: #166083;
  transition: all 0.3s;
  position: relative;
}
#hamburguer-menu .container ul.menu li.menu-item a:before {
  content: "";
  display: block;
  width: 0%;
  transition: all 0.3s;
  background: #166083;
  height: 2px;
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
#hamburguer-menu .container ul.menu li.menu-item a:hover:before {
  width: 100%;
}
#hamburguer-menu .container ul.menu li.menu-item.current-menu-item a {
  font-weight: 700;
}
#hamburguer-menu .container ul.menu li.menu-item.current-menu-item a::before {
  width: 100%;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children {
  position: relative;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu {
  display: none;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item {
  margin-top: 4px;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children ul.sub-menu > li.menu-item a {
  font-size: 22px;
  font-weight: 200;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children.expandable > a {
  padding-right: 18px;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children.expandable > a:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 5px;
  background-image: url("assets/images/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  margin-left: 9px;
  transition: transform 0.2s ease;
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children.expandable.active > a:after {
  margin-left: 9px;
  transform: translateY(-50%) rotate(0deg);
}
#hamburguer-menu .container ul.menu li.menu-item.menu-item-has-children.expandable.active ul.sub-menu {
  display: block;
}
#hamburguer-menu .container .download {
  display: block;
  margin-top: 80px;
}
#hamburguer-menu .container .download .text {
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px 0;
  text-wrap: nowrap;
}
#hamburguer-menu .container .languages {
  margin-top: 24px;
}
#hamburguer-menu .container .languages .gtranslate_wrapper {
  display: flex;
  gap: 10px;
}
#hamburguer-menu .container .languages .gtranslate_wrapper a {
  border-radius: 50%;
}
#hamburguer-menu .container .languages .gtranslate_wrapper a img {
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  #hamburguer-menu .container {
    padding: 40px 30px;
  }
  #hamburguer-menu .container ul.menu li.menu-item a {
    font-size: 22px;
  }
}

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

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

/* Footer
========================================================================== */
footer .content {
  padding-top: 175px;
  padding-bottom: 220px;
  background-color: #166083;
  position: relative;
}
footer .content .al-small-container {
  display: flex;
  justify-content: space-between;
  gap: 10rem;
}
footer .content .al-small-container .top {
  max-width: 984px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translate(-50%);
  padding: 33px 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 8px 37px 11px rgba(0, 0, 0, 0.16);
}
footer .content .al-small-container .top .left {
  flex: 1;
}
footer .content .al-small-container .top .left .logo {
  display: block;
}
footer .content .al-small-container .top .left .logo img {
  height: 102px;
  -o-object-fit: contain;
     object-fit: contain;
}
footer .content .al-small-container .top .middle {
  flex: 1;
}
footer .content .al-small-container .top .middle .al-social {
  gap: 4rem;
}
footer .content .al-small-container .top .right {
  flex: 1;
}
footer .content .al-small-container .top .right > div {
  display: flex;
  justify-content: end;
}
footer .content .al-small-container .top .right > div .text {
  text-transform: uppercase;
  text-wrap: nowrap;
}
footer .content .al-small-container .left {
  max-width: 384px;
}
footer .content .al-small-container .footer-menus {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
footer .content .al-small-container .footer-menus .menu-list .text {
  line-height: 153%;
}
@media screen and (max-width: 1024px) {
  footer .content {
    padding-bottom: 110px;
  }
  footer .content .al-small-container {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
  }
  footer .content .al-small-container .top {
    max-width: 90%;
    padding: 20px 50px;
  }
  footer .content .al-small-container .top .left .logo img {
    height: 90px;
  }
  footer .content .al-small-container .left {
    max-width: 70%;
  }
  footer .content .al-small-container .footer-menus {
    gap: 40px;
  }
  footer .content .al-small-container .footer-menus .menu-list .title {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  footer .content {
    padding-top: 205px;
    padding-bottom: 70px;
  }
  footer .content .al-small-container .top {
    max-width: 70%;
    flex-direction: column;
    gap: 1rem;
  }
  footer .content .al-small-container .top .middle .al-social {
    gap: 1rem;
    justify-content: space-between;
  }
  footer .content .al-small-container .left {
    max-width: 90%;
  }
  footer .content .al-small-container .footer-menus {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  footer .content .al-small-container .footer-menus {
    flex-direction: column;
  }
}
footer .signature {
  background-color: #434343;
  padding: 10px 0;
}
footer .signature p {
  color: #fff;
  font-size: 16px;
  text-align: right;
}
footer .signature p a {
  color: inherit;
  text-decoration: none;
}
footer .signature p a:hover {
  text-decoration: underline;
}

/* Home
========================================================================== */
.page-home {
  margin-bottom: 70px;
}
.page-home.banner {
  margin-bottom: 0px;
}
.page-home.banner #banner-slider {
  display: block;
  width: 100vw;
}
.page-home.banner #banner-slider li {
  width: 100vw;
}
.page-home.banner #banner-slider li img {
  width: 100%;
  height: 100%;
  max-height: 946px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-home.banner #banner-slider-mobile {
  display: none;
  width: 100vw;
}
.page-home.banner #banner-slider-mobile li {
  width: 100vw;
}
.page-home.banner #banner-slider-mobile li img {
  width: 100%;
}
.page-home.banner ul.lSPager.lSpg {
  position: absolute;
  right: 50% !important;
  transform: translateX(50%) !important;
  bottom: 40px;
}
.page-home.banner ul.lSPager.lSpg li a {
  width: 76px;
  height: 10px;
  border-radius: 0px;
  background-color: rgba(174, 174, 174, 0.5);
}
.page-home.banner ul.lSPager.lSpg li.active a {
  background-color: rgb(174, 174, 174);
}
@media screen and (max-width: 1024px) {
  .page-home.banner #banner-slider {
    display: none;
  }
  .page-home.banner #banner-slider-mobile {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .page-home.banner ul.lSPager.lSpg {
    bottom: 20px;
  }
  .page-home.banner ul.lSPager.lSpg li a {
    width: 45px;
    height: 8px;
  }
}
.page-home.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #166083;
  padding: 35px 0;
}
.page-home.marquee span {
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  animation: scroll-left 15s linear infinite;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 9px;
  text-transform: uppercase;
}
.page-home.marquee span svg {
  width: 46px;
  height: 46px;
  flex-shrink: 0;
}
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.page-home.products-container {
  position: relative;
}
.page-home.products-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 560px;
  background-color: #f3f3f3;
  z-index: -1;
}
.page-home.products-container .al-small-container {
  padding: 0px 135px;
  z-index: 2;
}
.page-home.products-container .al-small-container p {
  text-align: center;
}
.page-home.products-container .al-container {
  margin-top: 30px;
}
.page-home.products-container .al-container .doors {
  width: 100%;
  margin-bottom: 18px;
}
.page-home.products-container .al-container .doors a {
  display: block;
  width: 100%;
}
.page-home.products-container .al-container .bottom {
  display: flex;
  justify-content: space-between;
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.page-home.products-container .al-container .bottom .card-container {
  flex: 1;
}
.page-home.blog-container {
  margin-bottom: 150px;
}
.page-home.blog-container .al-small-container > .text {
  padding: 0px 50px;
}
.page-home.blog-container .al-small-container .blog {
  margin-top: 50px;
}
.page-home.register-container {
  margin-bottom: 0px;
  position: relative;
  height: 757px;
  background-color: #f3f3f3;
}
.page-home.register-container img {
  position: absolute;
  width: 856px;
  height: 757px;
}
.page-home.register-container .register {
  margin-left: 875px;
  padding-top: 154px;
}
.page-home.register-container .register .btn.text {
  display: block;
  text-transform: uppercase;
  padding: 14px 52px;
  width: -moz-fit-content;
  width: fit-content;
}
.page-home.register-container .register .content {
  margin-bottom: 39px;
}
@media screen and (max-width: 1500px) {
  .page-home.register-container img {
    width: 650px;
  }
  .page-home.register-container .register {
    margin-left: 670px;
    padding-top: 104px;
  }
}
@media screen and (max-width: 1024px) {
  .page-home.register-container {
    height: auto;
    padding-bottom: 130px;
  }
  .page-home.register-container img {
    width: 100%;
    height: 527px;
  }
  .page-home.register-container .register {
    margin-left: 0px;
    padding-top: 560px;
  }
}
@media screen and (max-width: 768px) {
  .page-home.register-container img {
    height: 400px;
  }
  .page-home.register-container .register {
    padding-top: 440px;
  }
  .page-home.register-container .register .btn.text {
    padding: 10px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .page-home {
    margin-bottom: 70px;
  }
  .page-home.marquee {
    padding: 20px 0;
  }
  .page-home.marquee span {
    font-size: 22px;
  }
  .page-home.products-container .al-small-container {
    padding: 0px 80px;
  }
}
@media screen and (max-width: 768px) {
  .page-home {
    margin-bottom: 40px;
  }
  .page-home.products-container:before {
    display: none;
  }
  .page-home.products-container .al-container .bottom {
    flex-direction: column;
    row-gap: 18px;
  }
  .page-home.products-container .al-small-container {
    padding: 0px 20px;
  }
  .page-home.marquee {
    padding: 15px 0;
  }
  .page-home.marquee span {
    font-size: 20px;
    letter-spacing: 4px;
  }
  .page-home.marquee span svg {
    width: 32px;
    height: 32px;
  }
  .page-home.blog-container {
    margin-bottom: 110px;
  }
  .page-home.blog-container .al-small-container > .text {
    padding: 0px 20px;
  }
  .page-home.blog-container .al-small-container .blog {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .page-home.blog-container .al-small-container > .text {
    padding: 0px 5px;
  }
}

.blog .article-container {
  position: relative;
}
.blog .article-container article {
  height: 100%;
}
.blog .article-container article a .img-container {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100%;
}
.blog .article-container article a .img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.blog .article-container article a .img-container:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(244deg, rgba(196, 196, 196, 0) -3.84%, rgba(59, 53, 53, 0.78) 67.02%);
  border-radius: inherit;
}
.blog .article-container article a .inner {
  position: absolute;
  bottom: 0;
  padding: 50px;
  display: flex;
  flex-direction: column;
}
.blog .article-container article a .inner .data {
  color: #9d9d9d;
}
.blog .article-container article a .inner .title {
  width: 370px;
  text-transform: none;
  margin-bottom: 10px;
}
.blog .article-container article a .inner .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #b8b6b6;
}
.blog .article-container article:hover .img-container {
  box-shadow: 0 4px 10.7px 0 rgba(0, 0, 0, 0.4);
}
.blog.list {
  padding: 0px 20px;
}
.blog.list .article-container {
  position: relative;
  transition: all 0.3s;
}
.blog.list .article-container article {
  height: 100%;
  box-shadow: 0 4px 10.7px 0 rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.blog.list .article-container article a {
  display: flex;
  flex-direction: column;
}
.blog.list .article-container article a .img-container {
  height: 377px;
}
.blog.list .article-container article a .img-container:before {
  display: none;
}
.blog.list .article-container article a .img-container img {
  border-radius: 20px 0 0 0;
  -o-object-position: center;
     object-position: center;
}
.blog.list .article-container article a .inner {
  position: relative;
  padding: 23px 25px 40px 25px;
  gap: 12px;
}
.blog.list .article-container article a .inner .badge {
  position: absolute;
  top: -13px;
}
.blog.list .article-container article a .inner .title {
  font-size: 22px;
  color: #1b851b;
}
.blog.list .article-container:hover {
  transform: scale(1.02);
}
.blog.list .article-container:hover article a .img-container {
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  .blog.list .article-container article a .inner .title {
    width: auto;
  }
}
.blog.home {
  padding: 0px 20px;
  display: flex;
  -moz-column-gap: 23px;
       column-gap: 23px;
}
.blog.home .right,
.blog.home .left {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .blog.home .right .inner,
  .blog.home .left .inner {
    padding: 20px;
  }
  .blog.home .right .inner .title,
  .blog.home .left .inner .title {
    width: auto;
    font-size: 30px;
  }
}
.blog.home .left .article-container {
  width: 100%;
  height: 593px;
}
.blog.home .left .article-container article .inner {
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  .blog.home .left .article-container article .inner {
    padding: 20px;
  }
}
.blog.home .right {
  display: flex;
  flex-direction: column;
  row-gap: 17px;
}
.blog.home .right .article-container {
  height: 288px;
}
.blog.home .right .article-container article .inner {
  padding: 36px 43px;
}
@media screen and (max-width: 1024px) {
  .blog.home .right .article-container article .inner {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .blog.home .left .article-container {
    height: 476px;
  }
  .blog.home .right .article-container {
    height: 229px;
  }
}
@media screen and (max-width: 768px) {
  .blog.home {
    flex-direction: column;
    gap: 23px;
  }
  .blog.home .left .article-container {
    height: 476px;
  }
  .blog.home .left .article-container article .inner {
    padding: 20px;
  }
  .blog.home .left .article-container article .inner .badge {
    font-size: 14px;
  }
  .blog.home .left .article-container article .inner .data {
    font-size: 12px;
  }
  .blog.home .left .article-container article .inner .title {
    font-size: 36px;
  }
  .blog.home .left .article-container article .inner .read-more {
    font-size: 14px;
  }
  .blog.home .right {
    flex-direction: row;
    gap: 23px;
  }
  .blog.home .right .article-container {
    height: 229px;
    flex: 1;
  }
  .blog.home .right .article-container article .inner {
    padding: 20px;
  }
  .blog.home .right .article-container article .inner .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 480px) {
  .blog.home {
    flex-direction: column;
    gap: 23px;
  }
  .blog.home .left .article-container {
    height: 332px;
  }
  .blog.home .left .article-container article .inner {
    padding: 20px;
  }
  .blog.home .left .article-container article .inner .title {
    font-size: 28px;
  }
  .blog.home .right {
    flex-direction: column;
    gap: 23px;
  }
  .blog.home .right .article-container {
    flex: none;
  }
  .blog.home .right .article-container article .inner {
    padding: 20px;
  }
  .blog.home .right .article-container article .inner .title {
    font-size: 18px;
  }
}

.page-blog-single {
  margin-bottom: 100px;
}
.page-blog-single.content-container {
  margin-bottom: 175px;
}
.page-blog-single.content-container .share {
  margin-top: 60px;
  display: flex;
  gap: 47px;
}
.page-blog-single.content-container .share .text {
  color: #8b8b8b;
}

/* Rodapés
========================================================================== */
.page-footers.footers-container .footers {
  display: flex;
  flex-direction: column;
}
.page-footers.footers-container .footers .article-container article {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-footers.footers-container .footers .article-container article header {
  margin-bottom: 30px;
}
.page-footers.footers-container .footers .article-container article .the-content .thumb {
  width: 838px;
  height: 500px;
  float: right;
  margin: 0px 0px 60px 60px;
}
.page-footers.footers-container .footers .article-container article .the-content .text .highlight {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
}
.page-footers.footers-container .footers .article-container:last-of-type article {
  padding-bottom: 200px;
}
.page-footers.footers-container .footers .article-container.odd {
  background-color: #f3f3f3;
}
.page-footers.footers-container .footers .article-container.odd article header .title {
  text-align: right;
}
.page-footers.footers-container .footers .article-container.odd article .the-content .thumb {
  float: left;
  margin: 0px 60px 60px 0px;
}

/* Componentes
========================================================================== */
.page-components.components-container > .components {
  display: flex;
  flex-direction: column;
}
.page-components.components-container > .components > .article-container.odd {
  background-color: #f3f3f3;
}
.page-components.components-container > .components > .article-container article {
  padding-top: 100px;
  padding-bottom: 100px;
}
.page-components.components-container > .components > .article-container article header {
  margin-bottom: 30px;
}
.page-components.components-container > .components > .article-container article .the-content .thumb {
  width: 838px;
  height: 500px;
  float: right;
  margin: 0px 0px 60px 60px;
}
.page-components.components-container > .components > .article-container article .the-content .text {
  margin-top: 33px;
}
.page-components.components-container > .components > .article-container:last-of-type article {
  padding-bottom: 200px;
}
@media screen and (max-width: 1024px) {
  .page-components.components-container > .components > .article-container:last-of-type article {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-components {
    padding-bottom: 0px;
  }
}

/* Sobre
========================================================================== */
.page-about {
  margin-bottom: 100px;
}
.page-about.purpose-container {
  background-color: #166083;
  padding: 100px 0px;
}
.page-about.purpose-container .purpose {
  display: flex;
  justify-content: space-between;
  gap: 100px;
}
.page-about.purpose-container .purpose .item {
  display: flex;
}
.page-about.purpose-container .purpose .item .icon {
  margin-right: 23px;
}
.page-about.purpose-container .purpose .item .content {
  max-width: 355px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .page-about.purpose-container .purpose {
    flex-direction: column;
    gap: 0px;
  }
  .page-about.purpose-container .purpose .item .icon {
    margin-right: 8px;
  }
  .page-about.purpose-container .purpose .item .icon svg {
    width: 48px;
    height: 48px;
  }
  .page-about.purpose-container .purpose .item .content {
    margin-top: 12px;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-about.purpose-container .purpose .item .content .title {
    font-size: 28px;
  }
  .page-about.purpose-container .purpose .item .content .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .page-about.purpose-container .purpose .item .content .title {
    font-size: 24px;
  }
}
.page-about.video-container {
  margin-bottom: 0px;
  background-color: #166083;
}
.page-about.certification-container {
  margin-bottom: 150px;
}
.page-about.certification-container .certification {
  display: flex;
  gap: 90px;
}
.page-about.certification-container .certification .left {
  max-width: 512px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.page-about.certification-container .certification .left .title {
  width: 404px;
}
.page-about.certification-container .certification .right {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .page-about.certification-container .certification {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .page-about.certification-container .certification .left {
    max-width: none;
    align-items: center;
  }
  .page-about.certification-container .certification .left .title {
    width: auto;
  }
  .page-about.certification-container .certification .left img {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .page-about {
    margin-bottom: 40px;
  }
}

/* Single Portas
========================================================================== */
.page-doors {
  margin-bottom: 100px;
}
.page-doors.folhas-container .button {
  display: flex;
  justify-content: center;
}
.page-doors.folhas-container .button .btn {
  text-transform: uppercase;
}
.page-doors.content-container .text ul {
  margin-left: 30px;
}
.page-doors.info-container {
  margin-bottom: 0px;
  display: flex;
}
.page-doors.info-container img {
  width: 935px;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-doors.info-container .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 0px 140px 0px 65px;
}
.page-doors.installation-container {
  margin-top: 50px;
  margin-bottom: 0px;
  display: flex;
}
.page-doors.installation-container img {
  width: 985px;
  height: 928px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-doors.installation-container .installation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  margin: 0px 70px 0px 82px;
}
.page-doors.installation-container .installation .content.text {
  font-size: 20px;
}
.page-doors.info-container.last, .page-doors.installation-container.last {
  margin-bottom: 140px;
}
@media screen and (max-width: 1700px) {
  .page-doors.info-container img {
    width: 720px;
    height: 558px;
  }
  .page-doors.info-container .info {
    margin: 0px;
  }
  .page-doors.installation-container img {
    width: 720px;
  }
}
@media screen and (max-width: 1400px) {
  .page-doors.installation-container {
    margin-top: 60px;
    margin-bottom: 120px;
  }
  .page-doors.installation-container img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .page-doors.info-container img {
    width: 500px;
    height: 478px;
  }
  .page-doors.info-container .info {
    margin: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .page-doors.info-container {
    margin-bottom: 0px;
    flex-direction: column-reverse;
  }
  .page-doors.info-container img {
    width: 100%;
    height: 632px;
  }
}
@media screen and (max-width: 768px) {
  .page-doors {
    margin-bottom: 70px;
  }
  .page-doors.installation-container .installation {
    margin: 0px 20px;
  }
}
@media screen and (max-width: 480px) {
  .page-doors {
    margin-bottom: 40px;
  }
}

/* Fale Conosco
========================================================================== */
.page-contact {
  margin-bottom: 100px;
}
.page-contact.form-info .the-content {
  padding: 0px 70px;
}
.page-contact.form-info .contacts {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 120px;
}
.page-contact.form-info .contacts .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-contact.form-info .contacts .info .icon {
  margin-bottom: 22px;
}
.page-contact.form-info .contacts .info .icon svg {
  width: 71px;
  height: 71px;
}
.page-contact.form-info .contacts .info .description {
  font-size: 20px;
}
.page-contact.form-container .al-small-container .form-content {
  padding: 44px 100px;
}
.page-contact.maps {
  margin-bottom: 0px;
}
.page-contact.maps iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 1024px) {
  .page-contact.form-info .the-content {
    padding: 0px 20px;
  }
  .page-contact.form-info .contacts {
    gap: 0;
  }
  .page-contact.form-info .contacts .info .icon svg {
    width: 50px;
    height: 50px;
  }
  .page-contact.form-info .contacts .info .description {
    font-size: 18px;
  }
  .page-contact.form-container .al-small-container .form-content {
    padding: 20px;
  }
  .page-contact.maps iframe {
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .page-contact {
    margin-bottom: 70px;
  }
  .page-contact.form-info .contacts {
    gap: 2rem;
    flex-direction: column;
    padding: 0 75px;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    margin-bottom: 40px;
  }
  .page-contact.form-container .al-small-container .form-content {
    padding: 0px;
  }
}

/* Trabalhe Conosco
========================================================================== */
@media screen and (max-width: 768px) {
  .page-contact.form-container.work {
    margin-bottom: 150px;
  }
}

/* Posts
========================================================================== */
.page-blog {
  margin-bottom: 100px;
}
.page-blog.categories-container .categories {
  display: flex;
  justify-content: space-evenly;
}
.page-blog.categories-container .categories .category {
  list-style-type: disc;
  list-style-position: inside;
  color: #979797;
}
.page-blog.categories-container .categories .category a {
  color: inherit;
}
.page-blog.categories-container .categories .category.active {
  color: #003469;
}
.page-blog.categories-container .h-line {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .page-blog.categories-container .categories {
    flex-direction: column;
    align-items: center;
  }
}
.page-blog.blog-container .posts {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 480px) {
  .page-blog.blog-container .posts {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}

/* Política
========================================================================== */
.page-politica {
  padding-top: 100px;
  padding-bottom: 100px;
}
