@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap");
* {
  font-family: "Ubuntu", sans-serif;
}

.light {
  font-weight: 300;
}

.medium {
  font-weight: 500;
}

.medium-hover-bold {
  font-weight: 500;
}
.medium-hover-bold:hover {
  font-weight: 700;
}
.medium-hover-bold.active {
  font-weight: 700;
}

.regular-hover-medium {
  font-weight: 400;
}
.regular-hover-medium:hover {
  font-weight: 500;
}
.regular-hover-medium.active {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

.text-underline {
  text-decoration: underline;
}

.btn-default {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: 0;
  border: 1px solid #fff;
}
.btn-default:before {
  content: "";
  display: block;
  height: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: -1;
}
.btn-default:hover:before {
  height: 100%;
}

.btn-contact {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.067rem;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease;
  z-index: 0;
  border: 1px solid #DBE120;
}
.btn-contact:hover {
  background: transparent;
}

.btn-arrow-special {
  width: 1.8rem;
  margin-left: 1rem;
  height: 30px;
  transition: all 0.32s ease;
}
.btn-arrow-special path {
  transition: all 0.32s ease;
}

.btn-arrow-special2 {
  width: 1.8rem;
  margin-left: 4rem;
  height: 30px;
  transition: all 0.32s ease;
}
.btn-arrow-special2 path {
  transition: all 0.32s ease;
}

.btn-arrow-special3 {
  width: 2.5rem;
  margin-left: 4rem;
  height: 30px;
  transition: all 0.32s ease;
}
.btn-arrow-special3 path {
  transition: all 0.32s ease;
}

.color-1 {
  color: #566872;
}

.color-2 {
  color: #ffffff;
}

.color-3 {
  color: #dbe120;
}

.color-4 {
  color: #393939;
}

.color-5 {
  color: #5f5f5f;
}

.color-6 {
  color: #a1b4be;
}

.color-7 {
  color: #666666;
}

.color-grey-darker {
  color: #393939 !important;
}

.color-4desk-1mob {
  color: #393939 !important;
}
@media (max-width: 992px) {
  .color-4desk-1mob {
    color: #566872 !important;
  }
}

.color-1desk-4mob {
  color: #566872;
}
@media (max-width: 992px) {
  .color-1desk-4mob {
    color: #393939;
  }
}

.bg-color-1 {
  background: #566872;
}

.bg-color-2 {
  background: #ffffff;
}

.bg-color-3 {
  background: #dbe120;
}

.bg-color-4 {
  background: #393939;
}

.bg-color-5 {
  background: #5f5f5f;
}

.bg-color-6 {
  background: #a1b4be;
}

.bg-color-7 {
  background: #666666;
}

.bg-color-8 {
  background: #a3a3a3;
}

.bg-color-9 {
  background: #f5f7f8;
}

.bg-color-grey {
  background: #f7f7f7;
}

.linear-bg-home-2 {
  background-image: linear-gradient(180deg, #ffffff 25%, #f5f7f8 0 50%, #dbe120 0%);
}
@media (max-width: 992px) {
  .linear-bg-home-2 {
    background-image: linear-gradient(180deg, #ffffff 17%, #dbe120 0%);
  }
}

.linear-bg-home-5 {
  background-image: linear-gradient(150deg, #bbbf28 0%, #dbe120 100%);
}

.border-color-1 {
  border-color: #566872;
}

.border-color-2 {
  border-color: #ffffff;
}

.border-color-3 {
  border-color: #dbe120 !important;
}

.border-color-4 {
  border-color: #393939;
}

.border-color-5 {
  border-color: #5f5f5f;
}

.border-color-6 {
  border-color: #a1b4be;
}

.border-color-7 {
  border-color: #666666;
}

.border-color-8 {
  border-color: #a3a3a3;
}

.after-color-2:after {
  background: #ffffff;
}

.after-color-3:after {
  background: #dbe120;
}

.before-color-2:before {
  background: #ffffff;
}

.before-color-3:before {
  background: #dbe120;
}

.bt-slide-color {
  background: #a1b4be;
}

.bt-slide-color:hover {
  background: #dbe120;
}

.bt-slide-color.active {
  background: #dbe120;
}

.before-color-6:before {
  background: #a1b4be;
}

.before-color-6:hover:before {
  background: #dbe120;
}

.before-color-6.active:before {
  background: #dbe120;
}

.color-6-hover-3 {
  color: #a1b4be;
}
.color-6-hover-3.active {
  color: #dbe120;
}
.color-6-hover-3:hover {
  color: #dbe120;
}

.btn-color3-hover {
  color: #dbe120;
  border-color: #566872 !important;
}
.btn-color3-hover.active {
  color: #dbe120 !important;
  background: #ffffff;
}
.btn-color3-hover:hover {
  color: #dbe120 !important;
  background: #ffffff;
}

.btn-contact-color {
  color: #393939 !important;
}

.btn-contact-color:hover {
  color: #dbe120 !important;
}
.btn-contact-color:hover > .home-first-button-arrow {
  background: #dbe120;
}
.btn-contact-color:hover > .home-6-contact-us-button-arrow {
  background: #dbe120;
}

.btn-contact-bg {
  background: #393939;
}

.navbar-menu-item.active {
  color: #dbe120;
}

.navbar-menu-item:hover {
  color: #dbe120;
}

.border-bottom-btn {
  border-bottom: 0.5px solid #ccc;
}

.direction-column {
  flex-direction: column;
}

p {
  color: #566872;
}

a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.32s ease;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

.color-slide-arrow {
  color: #a1b4be;
}
@media (max-width: 992px) {
  .color-slide-arrow {
    color: #dbe120;
  }
}

.page-template-blank-page .swiper-pagination-bullet {
  width: 1.31rem;
  height: 0.7rem;
  cursor: pointer;
  transition: all 0.32s ease;
  background: #a1b4be;
  border-radius: 0;
  outline: 0;
  opacity: 1;
  margin-left: 1.5rem;
}
.page-template-blank-page .swiper-pagination-bullet:first-of-type {
  margin-left: 0;
}
.page-template-blank-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-pagination-bullet:hover {
  width: 2.81rem;
  background: #dbe120;
}
.page-template-blank-page .swiper-container-horizontal > .swiper-pagination-bullets {
  left: 0;
}

.pte-none {
  pointer-events: none;
}

.col-20-5 {
  width: 20%;
  float: left;
}

.col-25-4 {
  width: 25%;
  float: left;
}

.border-left-allow {
  border-left: 3px solid #566872;
}
@media (max-width: 992px) {
  .border-left-allow {
    border-left: none;
  }
}

.navbar-container {
  width: 100%;
  min-height: 64px;
  box-shadow: 0 1px 2px -1px gray;
  z-index: 99;
}
@media (max-width: 992px) {
  .navbar-container {
    display: none !important;
  }
}
.navbar-container.first {
  position: absolute;
  left: 0;
  bottom: 0;
}
.navbar-logo {
  width: 278px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: 3rem;
}
@media (max-width: 1300px) {
  .navbar-logo {
    width: 20%;
  }
}
.navbar-logo > img {
  width: 216px;
  max-width: 85%;
}
.navbar-menu {
  height: 100%;
  min-width: 60%;
}
@media (max-width: 1300px) {
  .navbar-menu {
    width: 100%;
  }
}
.navbar-menu-list {
  height: 100%;
  width: 100%;
  margin-right: 4%;
}
@media (max-width: 1200px) {
  .navbar-menu-list {
    margin-right: 2%;
  }
}
.navbar-menu-list ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar-menu-list li {
  list-style: none;
}
.navbar-menu-item {
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
  padding: 0 10px;
  font-size: 1.067rem;
  display: block;
  clear: both;
}
.navbar-menu-item a {
  color: inherit;
  font-size: 1.067rem;
  text-decoration: none;
}
.navbar-menu-item a:hover {
  color: inherit;
  font-size: 1.067rem;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .navbar-menu-item {
    font-size: 0.925rem;
  }
}
@media (max-width: 1100px) {
  .navbar-menu-item {
    font-size: 0.85rem;
  }
}
.navbar-menu-item:not(.active) {
  padding-bottom: 4px;
}
@media (max-width: 1300px) {
  .navbar-menu-item:not(.active) {
    padding-bottom: unset;
  }
}
.navbar-menu-item + .navbar-menu-item {
  margin-left: 1.5rem;
}
.navbar-menu-item:hover:after {
  width: 100%;
}
.navbar-menu-item.active {
  font-size: 1.25rem;
}
@media (max-width: 1300px) {
  .navbar-menu-item.active {
    font-size: 1rem;
  }
}
@media (max-width: 1100px) {
  .navbar-menu-item.active {
    font-size: 0.9rem;
  }
}
.navbar-menu-item.active:after {
  width: 100%;
}
.navbar-menu-item:after {
  content: "";
  width: 0;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -0.6rem;
  transition: all 0.3s ease;
}
.navbar-menu-btn {
  width: 227px;
  height: 64px;
  letter-spacing: 0;
  color: inherit !important;
  text-decoration: none !important;
}
.navbar-menu-btn:hover {
  color: inherit !important;
  text-decoration: none !important;
}
@media (max-width: 1300px) {
  .navbar-menu-btn {
    font-size: 0.925rem;
    width: 20%;
  }
}

.navbar-mb {
  height: 61px;
  width: 100vw;
  position: fixed;
  display: none;
  z-index: 99;
  margin: 0;
  padding: 16px 36px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .navbar-mb {
    display: flex !important;
  }
}
.navbar-mb-logo {
  width: 140px;
  height: 30px;
  background-image: url("./../img/logo_allowme.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.navbar-mb .dropdown-mb {
  height: auto;
  padding: 12px 0px;
  display: none;
}
.navbar-mb .dropdown-mb.active {
  display: block;
}
.navbar-mb .dropdown-mb .item {
  font-size: 15px;
  display: block;
  padding: 5px 0px;
}
.navbar-mb-icon {
  cursor: pointer;
  width: 30px;
  height: 20px;
}
.navbar-mb-icon > img {
  width: 100%;
  height: 100%;
}
.navbar-mb-container {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: -100vh;
  left: 0;
  transition: all 0.32s ease;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.navbar-mb-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  pointer-events: none;
}
.navbar-mb-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.68;
  background-image: url("./../img/ponts-mobile.png");
  pointer-events: none;
}
.navbar-mb-container.active {
  top: 0;
}
.navbar-mb-container-close {
  position: absolute;
  right: 25px;
  top: 10px;
  font-size: 1.7rem;
  font-weight: 300;
  cursor: pointer;
}
.navbar-mb-container-close:hover {
  opacity: 0.7;
}
.navbar-mb-container-wrapper {
  width: 90%;
  margin: 0 auto;
  z-index: 1;
  height: 80vh;
}
.navbar-mb-container-wrapper > nav {
  width: 100%;
  margin: 0 auto;
  margin-top: 3rem;
  height: 50%;
  overflow: auto;
  margin-bottom: 1rem;
}
.navbar-mb-container-search {
  padding: 20px;
  width: 100%;
  background: #f4f4f4;
  line-height: 1.12;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar-mb-container-search > input {
  width: 90%;
  border: 0;
  outline: 0;
  padding: 0;
  color: #393939;
  background: transparent;
}
.navbar-mb-container-search > input::placeholder {
  color: #393939;
  font-size: 1rem;
}
.navbar-mb-container-search > input > i {
  font-size: 1.25rem;
  color: #393939;
  cursor: pointer;
  transition: opacity 0.32s ease;
}
.navbar-mb-container-search > input > i:hover {
  opacity: 0.7;
}
.navbar-mb-container-btn {
  width: 100%;
  background: #fff;
  color: #566872;
  height: 65px;
  border: none;
  margin-bottom: 20px;
}
.navbar-mb-container-btn:hover {
  color: #fff;
}
.navbar-mb-container-btn:before {
  background: #566872;
}
.navbar-mb-container-logo {
  margin-top: 20px;
  width: 180px;
  height: 40px;
  z-index: 1;
}
.navbar-mb-container-menu {
  list-style: none;
  color: #566872;
  width: 100%;
  margin: 0;
  padding: 0;
}
.navbar-mb-container-menu > li {
  padding: 1.5rem 1rem 1rem;
  cursor: pointer;
  transition: opacity 0.32s ease;
  position: relative;
}
.navbar-mb-container-menu > li > i {
  position: absolute;
  top: 2.3rem;
  right: 5%;
  transform: translateY(-50%);
}
.navbar-mb-container-menu > li > i.active {
  transform: rotate(180deg);
  top: 2rem;
}
.navbar-mb-container-menu > li #iconteudo {
  right: auto !important;
  left: 92px;
}
.navbar-mb-container-menu > li:hover {
  opacity: 0.7;
}
.navbar-mb-container-menu > li > ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-mb-container-menu > li > ul > li {
  padding: 1rem 0 0;
  font-weight: 300 !important;
}
.navbar-mb-container-menu > li + li {
  border-top: 1px solid #566872;
}

.little-arrow-down {
  position: absolute;
  transform: rotate(90deg) scaleY(2.5) scaleX(1.2);
  font-size: 0.5rem;
  top: 0.45rem;
  right: -0.5rem;
}

#select-lang {
  display: block;
}
#select-lang:hover .options div {
  color: black;
}
#select-lang .options {
  position: absolute;
  width: 60px;
  left: 0;
  z-index: 10;
  padding: 5px 15px;
  position: absolute;
}
#select-lang .options:hover div {
  color: black;
}
#select-lang.disabled .options {
  display: none;
}

.search-on {
  display: initial !important;
  cursor: initial;
}
.search-off {
  display: none !important;
}

#search-trigger {
  color: #566872;
  font-size: 1rem;
}
#search-trigger a {
  padding: 0;
}
#search-trigger:hover {
  color: #dbe120;
}

#search-li:hover {
  cursor: pointer;
  color: #fff;
}

#search-close,
#search-button {
  color: #000;
  font-size: 32px;
}
#search-close:hover,
#search-button:hover {
  cursor: pointer;
  color: #fff;
}

.search-box {
  position: fixed;
  display: flex;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #dbe120;
}
.search-box-content {
  margin: 0 auto;
  display: flex;
  width: 75vw;
  margin-top: 25%;
}
.search-box-content input {
  border-bottom: 5px solid #ffffff;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none !important;
  background-color: transparent;
  height: 110px;
  width: 90%;
  color: #393939;
  font-size: 2.4rem;
  padding: 0 15px;
}
.search-box-content input::placeholder {
  font-size: 40px;
  color: #566872;
  font-weight: bold;
}
.search-box-close {
  position: absolute;
  top: 50px;
  right: 100px;
  color: #666666;
}
.search-box-close:hover {
  color: #fff;
  cursor: pointer;
}
.search-box-close i {
  font-size: 3rem;
}
.search-box-sub {
  height: 110px;
  width: 10%;
  border-bottom: 5px solid #ffffff;
  font-size: 40px;
}
.search-box-sub-icon {
  font-size: 40px;
  color: #566872;
}

.arrow-language {
  font-size: 0.6rem;
  right: unset;
  left: 13%;
}

.m-options {
  display: none;
  width: 2rem;
  margin-top: 0.5rem;
}

.options {
  border: 0.5px solid #ccc;
}

.dropdown-publicacao {
  position: absolute;
  display: none;
  padding-top: 6px;
  left: -10px;
}
.dropdown-publicacao.superior {
  bottom: 20px;
  padding-bottom: 28px;
}
.dropdown-publicacao > div {
  width: 149px;
  height: auto;
  padding-top: 36px;
  padding: 0px 5px;
  padding-bottom: 1px;
}
.dropdown-publicacao > div .item {
  color: #566872 !important;
}
.dropdown-publicacao > div .item > a {
  display: block;
  padding: 5px 16px;
  margin-bottom: 7px;
}
.dropdown-publicacao > div .item > a:hover {
  background-color: white;
  color: #566872 !important;
  cursor: pointer;
}
.dropdown-publicacao > div .item:first-child {
  margin-top: 17px;
}
.dropdown-publicacao.active {
  display: block !important;
}

.navbar-mb-container-btn {
  display: flex;
  background-color: #fff;
  text-align: center;
}

.intelligence-tempest {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 2;
}
@media (max-device-width: 335px) {
  .intelligence-tempest {
    bottom: 10px;
  }
}
.intelligence-tempest > img {
  max-height: 100%;
}
@media (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .intelligence-tempest {
    bottom: 60px;
    right: 30px;
  }
}

.footer {
  position: relative;
  overflow: hidden;
}
.footer:after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.3;
  background-image: url("./../img/pontilhado-home-2.png");
}
.footer:before {
  content: "";
  pointer-events: none;
  width: 40%;
  height: 100%;
  position: absolute;
  background: #566872;
  top: 0;
  right: 0;
  opacity: 0.5;
  background-image: url("./../img/world_footer.png");
  background-repeat: no-repeat;
  background-position: -48% 15%;
  background-blend-mode: multiply;
}
@media (max-width: 992px) {
  .footer:before {
    width: 100%;
    background-position: -21% 3%;
  }
}
.footer-m-logo {
  display: none;
}
@media (max-width: 992px) {
  .footer-m-logo {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    z-index: 1;
  }
}
.footer-logo {
  width: 12vw;
  position: absolute;
  top: 2.1rem;
  right: 4vw;
}
@media (max-width: 1450px) {
  .footer-logo {
    width: 14vw;
  }
}
@media (max-width: 992px) {
  .footer-logo {
    display: none;
  }
}
.footer-wrapper {
  margin: 0;
  padding: 2.1rem 7vw 2.5rem;
  display: flex;
}
@media (max-width: 992px) {
  .footer-wrapper {
    display: none;
    flex-direction: column;
  }
}
.footer-wrapper > ul {
  list-style: none;
}
@media (max-width: 992px) {
  .footer-wrapper > ul + ul {
    margin-left: 0vw;
  }
}
.footer-wrapper > ul > li {
  margin-bottom: 1.063rem;
  transition: opacity 0.32s ease;
}
.footer-menu {
  font-weight: 500;
  font-size: 1.25rem;
  text-transform: uppercase;
}
.footer-menu-item {
  font-weight: 300;
  font-size: 0.75em;
  cursor: pointer;
}
.footer-menu-item:hover {
  opacity: 0.8;
}
.footer-menu-item a {
  color: #fff;
}
.footer-menu-item a:hover {
  color: #fff !important;
  text-decoration: none;
  opacity: 0.8 !important;
}
.footer-social-icons {
  z-index: 3;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .footer-social-icons {
    margin-bottom: 50px;
  }
}
.footer-social-icons li:hover {
  opacity: 0.8;
}
.footer-social-icons li + li {
  margin-left: 1.3rem !important;
}
.footer-social-icons i {
  font-size: 1.6rem;
}
.footer-wrapper-mobile {
  display: none;
  padding: 3.75rem 7vw 2.5rem;
  height: 90vh;
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
  .footer-wrapper-mobile {
    height: 80vh;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .footer-wrapper-mobile {
    height: 80vh;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
  .footer-wrapper-mobile {
    height: 80vh;
  }
}
@media (max-width: 992px) {
  .footer-wrapper-mobile {
    display: flex;
    flex-direction: column;
  }
}
.footer-wrapper-mobile .footer-social-icons {
  margin-top: 1.5rem;
  justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.footer-wrapper-mobile-scroll {
  height: 55%;
  overflow: scroll;
}
.footer-wrapper-mobile-scroll > ul {
  list-style: none;
  padding: 0;
}
.footer-menu-mobile {
  position: relative;
  font-size: 1.15rem;
  border-bottom: 2px solid #dbe120;
  padding-bottom: 0.8rem;
}
@media (max-width: 992px) {
  .footer-menu-mobile {
    text-transform: uppercase;
    font-size: 0.9333rem;
  }
}
.footer-menu-mobile > i {
  position: absolute;
  top: 4px;
  right: 1rem;
  transition: all 0.32s ease;
}
.footer-menu-mobile > i.active {
  transform: rotate(180deg);
}
.footer-menu-mobile > ul {
  list-style: none;
  display: none;
  padding-top: 0.5rem;
}
@media (max-width: 992px) {
  .footer-menu-mobile > ul {
    text-transform: none;
    font-size: 0.8rem;
    font-weight: 200;
  }
}
.footer-menu-mobile > ul.active {
  display: block;
}
.footer-menu-mobile-items li {
  font-size: 0.985rem;
  margin: 3px 0;
}
@media (max-width: 992px) {
  .footer-menu-mobile-items li {
    margin-bottom: 0.5rem;
  }
}

.contact-us {
  width: 100%;
}
.contact-us-wrapper {
  width: 81%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 90px 0 100px;
}
@media (max-width: 1400px) {
  .contact-us-wrapper {
    width: 90%;
  }
}
@media (max-width: 992px) {
  .contact-us-wrapper {
    flex-direction: column;
    padding: 40px 0;
  }
}
.contact-us-text {
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 0;
}
@media (max-width: 992px) {
  .contact-us-text {
    font-size: 0.9375rem;
    text-align: right;
    margin-bottom: 90px;
  }
}
.contact-us-button {
  width: 25vw;
  height: 3.4rem;
  padding-left: 4rem;
  letter-spacing: -1px;
  font-size: 1.15rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1450px) {
  .contact-us-button {
    width: 28vw;
    padding-left: 1.8rem;
  }
}
@media (max-width: 1150px) {
  .contact-us-button {
    width: 35vw;
  }
}
@media (max-width: 992px) {
  .contact-us-button {
    width: 95%;
    font-size: 1rem;
    padding-left: 2rem;
  }
}
.contact-us-button:hover > .btn-arrow-special2 path {
  fill: #dbe120 !important;
}
.contact-us-button-arrow {
  width: 3rem;
  height: 1px;
  margin-left: 2rem;
  margin-top: 1%;
  position: relative;
  transition: width 0.32s ease;
}
.contact-us-button-arrow:before {
  content: ">";
  position: absolute;
  top: -0.88rem;
  right: -0.25rem;
  transform: scaleY(1.5);
  font-size: 1rem;
  font-weight: 300;
}
.contact-us-pattern {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  bottom: 4.375rem;
  height: 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-us-pattern.blognews {
  position: unset;
  left: unset;
  bottom: unset;
  display: none;
  transform: unset;
  width: 95%;
  justify-content: flex-end;
  margin-bottom: 2.8rem;
}
@media (max-width: 992px) {
  .contact-us-pattern.blognews {
    display: flex;
  }
}
@media (max-width: 992px) {
  .contact-us-pattern {
    bottom: 55%;
    left: 66%;
  }
}
.contact-us-pattern-1 {
  width: 6.625rem;
  height: 100%;
}
.contact-us-pattern-2 {
  width: 1.625rem;
  height: 100%;
  margin-left: 0.57rem;
}

h3 {
  line-height: 28px !important;
}

html {
  margin-top: 0px !important;
}

.desc-pt {
  display: none !important;
}
.desc-pt.active {
  display: initial !important;
}
.desc-en {
  display: none !important;
}
.desc-en.active {
  display: initial !important;
}

.container-main {
  max-width: 1640px;
  width: 100%;
  padding: 0px 15px;
  margin: auto;
}
@media (max-width: 1740px) {
  .container-main {
    max-width: 1240px;
  }
}

.main-header {
  height: 465px;
  width: 100%;
}
@media (max-width: 992px) {
  .main-header {
    padding: 30px 0px;
    height: auto;
  }
}
.main-header .title-page-main {
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  font-family: "Ubuntu";
}
@media (max-width: 992px) {
  .main-header .title-page-main {
    font-size: 30px;
    margin-top: 0;
  }
}
.main-header .desc-page-main {
  font-family: "Ubuntu";
  font-size: 19px;
  font-weight: 200;
}
@media (max-width: 992px) {
  .main-header .desc-page-main {
    font-size: 16px;
  }
}

.pagination-main {
  float: right;
  font-size: 20px;
}

.pagination li {
  display: block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
  font-weight: 200;
  cursor: pointer;
}

.pagination-main .active a {
  color: #ed256d !important;
}

.pagination-main .disabled a i {
  color: #393939 !important;
}

.pagination li a {
  color: #444;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
  font-weight: 200;
}

.pesquisa-main-div-1 {
  padding-top: 25vh;
  padding-bottom: 5vh;
  background-color: #4B5C66;
  color: #FFF;
}

.pesquisa-main-div-2 {
  padding-bottom: 3vh;
  background-color: #FFF;
  color: #393939;
}

html {
  font-size: 20px;
}
@media (max-width: 2100px) {
  html {
    font-size: 16px;
  }
}

.btn-tempest {
  display: inline-block;
  padding: 15px 20px;
  background-color: #4b5c66;
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
}
.btn-tempest:hover {
  color: white;
}
.btn-tempest:hover i {
  margin-left: 12px;
}
.btn-tempest i {
  vertical-align: middle;
  margin-left: 10px;
  transition: ease 0.3s;
}
@media only screen and (max-width : 992px) {
  .btn-tempest {
    max-width: 100%;
    padding: 12px 18px;
  }
}
.btn-tempest.search-btn {
  padding: 7px 14px;
  font-size: 16px;
}
.btn-tempest.search-btn i {
  height: 18px;
  width: 18px;
}

.bg-green {
  background-color: #DBE120 !important;
}

.divConteudo {
  margin-bottom: 40px;
}

.pesquisaCategoria {
  margin-bottom: 20px;
  font-size: 2.1rem;
  margin-top: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
}

.pesquisaTitulo {
  margin-bottom: 5px;
  font-size: 1.333rem;
}

.pesquisaDescricao {
  margin-bottom: 20px;
}

.pesquisaBotao {
  margin-bottom: 30px;
}

html {
  font-size: 15px !important;
}

#close-alert-cookies {
  position: absolute;
  top: 0;
  right: 0;
  color: #606c74;
  cursor: pointer;
}

.alert-cookies {
  padding: 50px 0px;
  height: auto;
  width: 100%;
  line-height: 25px;
}

#darker-all-screen {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.42);
}

.m-t-0 {
  margin-top: 0px !important;
}

.p-t-0 {
  padding-top: 0px !important;
}

.m-b-0 {
  margin-bottom: 0px !important;
}

.p-b-0 {
  padding-bottom: 0px !important;
}

.m-l-0 {
  margin-left: 0px !important;
}

.p-l-0 {
  padding-left: 0px !important;
}

.m-r-0 {
  margin-right: 0px !important;
}

.p-r-0 {
  padding-right: 0px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

.p-r-15 {
  padding-right: 15px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-b-25 {
  margin-bottom: 25px !important;
}

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-r-25 {
  margin-right: 25px !important;
}

.p-r-25 {
  padding-right: 25px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.m-l-30 {
  margin-left: 30px !important;
}

.p-l-30 {
  padding-left: 30px !important;
}

.m-r-30 {
  margin-right: 30px !important;
}

.p-r-30 {
  padding-right: 30px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-t-40 {
  margin-top: 40px !important;
}

.p-t-40 {
  padding-top: 40px !important;
}

.m-b-40 {
  margin-bottom: 40px !important;
}

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-b-45 {
  margin-bottom: 45px !important;
}

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-t-50 {
  margin-top: 50px !important;
}

.p-t-50 {
  padding-top: 50px !important;
}

.m-b-50 {
  margin-bottom: 50px !important;
}

.p-b-50 {
  padding-bottom: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-t-70 {
  margin-top: 70px !important;
}

.p-t-70 {
  padding-top: 70px !important;
}

.m-b-70 {
  margin-bottom: 70px !important;
}

.p-b-70 {
  padding-bottom: 70px !important;
}

.m-l-70 {
  margin-left: 70px !important;
}

.p-l-70 {
  padding-left: 70px !important;
}

.m-r-70 {
  margin-right: 70px !important;
}

.p-r-70 {
  padding-right: 70px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-t-100 {
  margin-top: 100px !important;
}

.p-t-100 {
  padding-top: 100px !important;
}

.m-b-100 {
  margin-bottom: 100px !important;
}

.p-b-100 {
  padding-bottom: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

.p-l-100 {
  padding-left: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

.p-r-100 {
  padding-right: 100px !important;
}

.m-t-150 {
  margin-top: 150px !important;
}

.p-t-150 {
  padding-top: 150px !important;
}

.m-b-150 {
  margin-bottom: 150px !important;
}

.p-b-150 {
  padding-bottom: 150px !important;
}

.m-l-150 {
  margin-left: 150px !important;
}

.p-l-150 {
  padding-left: 150px !important;
}

.m-r-150 {
  margin-right: 150px !important;
}

.p-r-150 {
  padding-right: 150px !important;
}

.m-t-200 {
  margin-top: 200px !important;
}

.p-t-200 {
  padding-top: 200px !important;
}

.m-b-200 {
  margin-bottom: 200px !important;
}

.p-b-200 {
  padding-bottom: 200px !important;
}

.m-l-200 {
  margin-left: 200px !important;
}

.p-l-200 {
  padding-left: 200px !important;
}

.m-r-200 {
  margin-right: 200px !important;
}

.p-r-200 {
  padding-right: 200px !important;
}

.padding-space-0 {
  height: 0px;
}

.padding-space-5 {
  height: 5px;
}

.padding-space-10 {
  height: 10px;
}

.padding-space-15 {
  height: 15px;
}

.padding-space-20 {
  height: 20px;
}

.padding-space-25 {
  height: 25px;
}

.padding-space-30 {
  height: 30px;
}

.padding-space-35 {
  height: 35px;
}

.padding-space-40 {
  height: 40px;
}

.padding-space-45 {
  height: 45px;
}

.padding-space-50 {
  height: 50px;
}

.padding-space-70 {
  height: 70px;
}

.padding-space-75 {
  height: 75px;
}

.padding-space-100 {
  height: 100px;
}

.padding-space-150 {
  height: 150px;
}

.padding-space-200 {
  height: 200px;
}

.no-margin {
  margin: 0;
}

#close-alert-cookies {
  position: absolute;
  top: 0;
  right: 0;
  color: #606c74;
  cursor: pointer;
}

.alert-cookies {
  padding: 50px 0px;
  height: auto;
  width: 100%;
  line-height: 25px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
}
.alert-cookies-title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 10px 0;
}
.alert-cookies-text {
  font-size: 14px;
  line-height: 110%;
  margin: 0;
}
.alert-cookies-btn {
  display: inline-block;
  padding: 10px 15px;
  background-color: #566872;
  color: #fff !important;
  font-size: 14px;
  margin-top: 10px;
  line-height: 100%;
  cursor: pointer;
}
.alert-cookies .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #4B5C66;
  border-color: #4B5C66;
}

#darker-all-screen {
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.42);
}

/*# sourceMappingURL=main.css.map */
