@charset "UTF-8";
/* Main Color */
/* Neutral Colors */
.color-grey-0 {
  color: #FFF;
}

.color-grey-600 {
  color: #DFDFDF;
}

.color-grey-700 {
  color: #B1B1B1;
}

.color-grey-800 {
  color: #646464;
}

.color-grey-900 {
  color: #181818;
}

.color-grey-1000 {
  color: #000;
}

.input-color-form {
  color: #656565;
}

body.page-template-politicas main {
  background-color: #fff;
}
body.page-template-politicas header {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
body.page-template-politicas header .box-links-menu .link-menu {
  color: #30504e;
}
body.page-template-politicas header .box-links-menu .link-menu::after {
  background-color: #30504e;
}
body.page-template-politicas header .box-fale-conosco .link-fale-conosco {
  background: #30504e;
}
body.page-template-politicas header .box-fale-conosco .link-fale-conosco:hover {
  background: #ffa869;
}
body.page-template-politicas header .box-navbar .navigation__menu-label .navigation__label-bar {
  background-color: #30504e;
}
body.page-template-politicas header .box-navbar .navigation__menu-label.active-btn .navigation__label-bar {
  background: #fff;
}
body.page-template-politicas header .sidebar .box-links-menu .link-menu {
  color: #FFF;
}
body.page-template-politicas header .sidebar .box-fale-conosco .link-fale-conosco {
  background: #7ea6a4;
}
body.page-template-politicas header .logo-header {
  height: 35px;
  width: 50px;
}
body.page-template-politicas header .logo-header path {
  fill: #30504e;
}
body.page-template-politicas .banner-politicas {
  position: relative;
  height: 380px;
  width: 100%;
}
body.page-template-politicas .banner-politicas .box-titulo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
}
body.page-template-politicas .banner-politicas .box-titulo .titulo-banner {
  color: #383d47;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  font-family: "Space Grotesk";
  line-height: 44px; /* 100% */
}
body.page-template-politicas .banner-politicas .box-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
body.page-template-politicas .banner-politicas .box-img::after {
  content: "";
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  left: 0;
  z-index: 2;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
body.page-template-politicas .banner-politicas .box-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.page-template-politicas .banner-politicas .box-img .img-desktop {
  display: none;
}
@media (min-width: 1024px) {
  body.page-template-politicas .banner-politicas .box-img .img-desktop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-politicas .banner-politicas .box-img .img-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1024px) {
  body.page-template-politicas .banner-politicas .box-img .img-mobile {
    display: none;
  }
}
body.page-template-politicas .conteudo-politicas {
  max-width: 680px;
  margin: 0 auto;
}
body.page-template-politicas .conteudo-politicas P {
  color: #383d47;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-family: "Space Grotesk";
  line-height: 22px; /* 137.5% */
  letter-spacing: 0.16px;
}
body.page-template-politicas .conteudo-politicas P strong {
  font-weight: 400;
}
body.page-template-politicas .conteudo-politicas a {
  cursor: pointer;
  color: #383d47;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  font-family: "Space Grotesk";
  letter-spacing: 0.16px;
  text-decoration: underline;
}
body.page-template-politicas .conteudo-politicas ol {
  list-style: auto;
  padding-left: 40px;
}
body.page-template-politicas .conteudo-politicas ul {
  padding-left: 40px;
}
body.page-template-politicas .conteudo-politicas ul li {
  font-family: "Space Grotesk";
  position: relative;
}
body.page-template-politicas .conteudo-politicas ul li::before {
  content: "•";
  color: #383d47;
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-left: -20px;
  margin-right: 10px;
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
body.page-template-politicas .conteudo-politicas li {
  color: #383d47;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 175% */
  letter-spacing: 0.16px;
}
body.page-template-politicas .conteudo-politicas h2 {
  font-family: "Space Grotesk";
  color: #383d47;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
}
body.page-template-politicas .conteudo-politicas h3 {
  color: #383d47;
  font-size: 18px;
  font-style: normal;
  font-family: "Space Grotesk";
  font-weight: 400;
  line-height: 22px; /* 122.222% */
  letter-spacing: 0.18px;
}
/*# sourceMappingURL=politicas.css.map */
