@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500&display=swap);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

::-moz-selection {
  color: white;
  background-color: #304886;
}

::selection {
  color: white;
  background-color: #304886;
}

body,
html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
}

button {
  border: 0;
  cursor: pointer;
}

input,
textarea,
button {
  background: none;
}

[href] {
  text-decoration: none;
  color: #5f6e77;
}

img {
  display: block;
}

ul {
  list-style: none;
}

main {
  padding-top: 56px;
}
@media (min-width: 1024px) {
  main {
    padding-top: 133px;
  }
}

.container {
  padding: 0 16px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .container {
    width: 996px;
    margin: 0 auto;
    padding: 0;
  }
}

.paginate {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3e4345;
  width: min-content;
}
.paginate.white {
  border-color: #919699;
}
.paginate.white .pages .current {
  color: white;
}
.paginate.white .slick-buttons .navigate:hover svg path {
  fill: white;
}
.paginate.white .slick-buttons .navigate svg path {
  fill: #919699;
}
.paginate .pages {
  display: flex;
  font-size: 16px;
  color: #919699;
}
.paginate .pages .current {
  color: #3e4345;
}
.paginate .slick-buttons {
  display: flex;
}
.paginate .slick-buttons .navigate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
.paginate .slick-buttons .navigate:hover svg path {
  fill: #3e4345;
}
.paginate .slick-buttons .navigate.prev {
  margin-left: 28px;
}
.paginate .slick-buttons .navigate svg path {
  fill: #919699;
  transition: fill ease-in-out 200ms;
}

.header-internal {
  width: 100%;
  margin-top: 40px;
}
.header-internal .title {
  font-size: 24px;
  line-height: 115%;
  color: #3e4345;
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .header-internal .title {
    font-size: 48px;
    line-height: 52px;
    font-weight: 300;
    margin-bottom: 0;
  }
}
.header-internal .description {
  max-width: 484px;
  margin-top: 16px;
  font-weight: 300;
}

.breadcrumb {
  width: 100%;
  color: #5F6E77;
  font-size: 12px;
  margin-bottom: 96px;
}
@media (max-width: 1024px) {
  .breadcrumb {
    margin-top: 24px;
    margin-bottom: 53px;
  }
}
.breadcrumb a {
  color: #919699;
}

.search-mobile #searchform {
  width: 86%;
  height: 56px;
  background: #f8f8f8;
  transform: translateY(-150%);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 1100;
}
@media (min-width: 1025px) {
  .search-mobile #searchform {
    height: 100px;
    width: 100%;
    background: #304886;
  }
}
.search-mobile #searchform.active {
  transform: translateY(0%);
}
.search-mobile #searchform .close svg {
  height: 14px;
  width: auto;
}
.search-mobile #searchform .search,
.search-mobile #searchform .close {
  display: block;
}
@media (min-width: 1025px) {
  .search-mobile #searchform .search,
.search-mobile #searchform .close {
    display: none;
  }
}
.search-mobile #searchform .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-mobile #searchform input[type=text] {
  background: transparent;
  border: 0;
  width: 210px;
  padding: 0;
  padding-bottom: 7px;
  font-size: 16px;
  color: #919699;
}
@media (min-width: 1025px) {
  .search-mobile #searchform input[type=text] {
    width: calc(100% - 130px);
    border-bottom: 1px solid white;
    color: white;
  }
}
.search-mobile #searchform input[type=text]::placeholder {
  color: #919699;
}
@media (min-width: 1025px) {
  .search-mobile #searchform input[type=text]::placeholder {
    color: white;
  }
}
.search-mobile #searchform .container {
  display: flex;
  justify-content: space-between;
}

.search-desktop {
  max-width: 145px;
  display: flex;
  margin-left: 10px;
}
@media (min-width: 1500px) {
  .search-desktop {
    max-width: 235px;
    margin-left: 20px;
  }
}
.search-desktop input {
  height: 45px;
  width: 100px;
  border: 0.5px solid #dae2f2;
  text-indent: 27px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #3E4345;
}
@media (min-width: 1500px) {
  .search-desktop input {
    width: 190px;
  }
}
.search-desktop input::placeholder {
  color: #7a8599;
}
.search-desktop button {
  width: 45px;
  height: 45px;
  background: #2E4789;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 110%;
}

p {
  line-height: 130%;
}

.tag {
  display: inline-block;
  background-color: #2E4789;
  padding: 6px 8px;
  text-transform: uppercase;
  color: white;
}

.button {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 111px;
  height: 53px;
  padding: 0 32px;
  font-weight: 500;
  text-transform: uppercase;
  z-index: 1;
  cursor: pointer;
}
.button:hover:after {
  transform: skew(-11.5deg, 0deg);
}
.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  border: 1px solid transparent;
  transition: all ease-in-out 150ms;
}
.button.small {
  height: 33px;
  padding: 0 24px;
}
.button.large {
  height: 40px;
  padding: 0 16px;
}
.button.primary {
  color: white;
}
.button.primary:after {
  background-color: #2E4789;
}
.button.secondary {
  color: white;
}
.button.secondary:after {
  background-color: #3e4345;
}
.button.third {
  color: white;
}
.button.third:after {
  background-color: #3e4345;
}
.button.white {
  color: #2E4789;
}
.button.white:after {
  background: white;
}
.button.lined.bottom {
  border-top: unset !important;
  border-right: unset !important;
  border-left: unset !important;
}
.button.lined.white {
  color: white;
}
.button.lined.white:after {
  background-color: transparent;
  border-color: white;
}
.button.lined.gray {
  color: #5F6E77;
}
.button.lined.gray:after {
  border-color: #5F6E77;
}
.button.lined.blue {
  color: #2E4789;
}
.button.lined.blue:after {
  border-color: #2E4789;
}

.plus {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 18px;
  height: 18px;
  transition: transform ease-in-out 150ms;
}
.plus.minus:before {
  transform: rotate(180deg);
}
.plus:before, .plus:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #5F6E77;
  transition: transform ease-in-out 150ms;
}
.plus:before {
  transform: rotate(90deg);
}

.button-close {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  width: 7px;
  height: 7px;
}
.button-close:before, .button-close:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #3658b2;
}
.button-close:before {
  transform: rotate(45deg);
}
.button-close:after {
  transform: rotate(-45deg);
}

.box-buttons {
  display: flex;
  width: 100%;
}
.box-buttons.centred {
  justify-content: center;
}

.header-main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  height: 68px;
  z-index: 2000;
  background-color: white;
}
.header-main.active {
  box-shadow: 0px -2px 23px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #E3E5E5;
}
@media (min-width: 1025px) {
  .header-main {
    padding: 21px;
    height: auto;
  }
}
.header-main .container {
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
@media (min-width: 1024px) {
  .header-main .container {
    align-items: initial;
    height: auto;
    max-width: 1440px;
    width: 100%;
    padding: 0 74px;
  }
}
@media (min-width: 1024px) {
  .header-main .container {
    align-items: initial;
    height: auto;
  }
}
.header-main .container .box {
  display: flex;
  align-items: center;
}
.header-main .container .box .button {
  height: 43px;
}
@media (min-width: 1500px) {
  .header-main .container .box .button {
    padding: 0 32px;
    min-width: 111px;
  }
}
@media (min-width: 1024px) {
  .header-main .container .box .button {
    padding: 0 10px;
    min-width: 65px;
  }
}
@media (min-width: 1500px) {
  .header-main .logo {
    margin-right: 52px;
  }
  .header-main .logo svg {
    height: 88px;
  }
}
@media (min-width: 1024px) {
  .header-main .logo {
    margin-right: 12px;
  }
  .header-main .logo svg {
    height: 60px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  .header-main .logo {
    height: 36px;
  }
  .header-main .logo svg {
    height: 100%;
  }
}
.header-main .logo img {
  max-height: 36px;
}
.header-main .nav-main ul li {
  display: inline-block;
  margin-right: 10px;
}
.header-main .nav-main ul li:last-child {
  margin-right: 0;
}
@media (min-width: 1500px) {
  .header-main .nav-main ul li {
    margin-right: 16px;
  }
}
.header-main .nav-main ul li.current-menu-item a:before {
  width: 100%;
}
.header-main .nav-main ul li a {
  position: relative;
  padding: 12px 0;
}
.header-main .nav-main ul li a:hover:before {
  width: 100%;
}
.header-main .nav-main ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #5f6e77;
  transition: width ease-in-out 200ms;
}
.header-main .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 11px;
}
@media (min-width: 1024px) {
  .header-main .search {
    margin-left: 23px;
  }
}
.header-main .search:hover svg path {
  fill: #c6cacc;
}
.header-main .search svg path {
  fill: #5f6e77;
  transition: fill ease-in-out 200ms;
}
.header-main .hamburger-menu {
  position: relative;
  display: block;
  width: 18px;
  height: 12px;
}
@media (min-width: 1024px) {
  .header-main .hamburger-menu {
    margin-right: 10px;
  }
}
.header-main .hamburger-menu.close span:nth-child(1) {
  top: 0;
  transform: rotate(45deg);
}
.header-main .hamburger-menu.close span:nth-child(2) {
  display: none;
}
.header-main .hamburger-menu.close span:nth-child(3) {
  top: 0;
  transform: rotate(-45deg);
}
.header-main .hamburger-menu:hover span {
  background-color: #c6cacc;
}
.header-main .hamburger-menu span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #5f6e77;
  left: 0;
  transition: background-color 0.2s ease-in-out;
}
.header-main .hamburger-menu span:nth-child(1) {
  top: 0;
}
.header-main .hamburger-menu span:nth-child(2) {
  top: 5px;
}
.header-main .hamburger-menu span:nth-child(3) {
  top: 10px;
}

.footer-main {
  background-color: #3e4345;
  padding: 32px 0 50px;
  color: white;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .footer-main {
    padding: 80px 0 95px;
  }
}
.footer-main a {
  color: white;
  font-size: 10px;
}
.footer-main .container {
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-main .container {
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer {
    display: flex;
  }
}
.footer-main .main-menu-footer .logo {
  display: block;
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .logo {
    margin-right: 290px;
  }
}
@media (max-width: 1024px) {
  .footer-main .main-menu-footer .logo {
    margin-bottom: 30px;
  }
}
.footer-main .main-menu-footer .menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .menu {
    width: 400px;
  }
}
.footer-main .main-menu-footer .menu > li {
  width: 47% !important;
}
@media (max-width: 1024px) {
  .footer-main .main-menu-footer .menu > li {
    width: 100% !important;
  }
}
.footer-main .main-menu-footer .menu ul {
  width: 100%;
}
.footer-main .main-menu-footer .menu li {
  width: 100%;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-main .main-menu-footer .menu li {
    text-align: left;
  }
}
.footer-main .main-menu-footer .menu li.menu-item-has-children {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .menu li.menu-item-has-children {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .menu li {
    width: auto;
    text-align: left;
  }
}
.footer-main .main-menu-footer .menu li a {
  font-size: 10px;
  text-transform: uppercase;
}
.footer-main .main-menu-footer .menu li .sub-menu {
  display: block;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .menu li .sub-menu {
    margin-top: 24px;
  }
}
.footer-main .main-menu-footer .menu li .sub-menu li {
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .footer-main .main-menu-footer .menu li .sub-menu li {
    margin-bottom: 8px;
  }
}
.footer-main .main-menu-footer .menu li .sub-menu li a {
  text-transform: unset;
  font-size: 14px;
}
.footer-main .nav-footer-bottom a {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .footer-main .nav-footer-bottom a {
    font-size: 16px;
  }
}
.footer-main .info {
  width: 100%;
  margin-bottom: 4px;
}
@media (min-width: 1024px) {
  .footer-main .info {
    max-width: 157px;
    margin-left: auto;
  }
}
.footer-main .info .sac {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-main .info .sac {
    text-align: left;
  }
}
.footer-main .info .sac .phone {
  width: 100%;
  margin-top: 16px;
  padding-top: 32px;
  border-top: 1px solid #919699;
}
@media (min-width: 1024px) {
  .footer-main .info .sac .phone {
    max-width: 225px;
    text-align: right;
    margin-top: 0px;
    padding-top: 0px;
    border-top: none;
  }
}
.footer-main .info .sac .phone small {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer-main .info .sac .phone span {
  display: block;
  font-size: 34px;
  font-weight: 100;
  line-height: 39px;
}
.footer-main .info .sac .description {
  position: relative;
  width: 100%;
  margin-top: 16px;
  padding-bottom: 32px;
  border-bottom: 1px solid #919699;
}
@media (min-width: 1024px) {
  .footer-main .info .sac .description {
    max-width: 296px;
    margin-top: 0;
    padding-bottom: 0px;
    border-bottom: none;
  }
}
.footer-main .info .sac .description::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 66px;
  background-color: #919699;
}
.footer-main .info .social {
  display: flex;
  justify-content: center;
  margin-top: 26px;
  text-align: center;
  padding-bottom: 32px;
  border-bottom: 1px solid #919699;
}
@media (max-width: 1024px) {
  .footer-main .info .social {
    padding-top: 32px;
    border-top: 1px solid #919699;
  }
}
@media (min-width: 1024px) {
  .footer-main .info .social {
    text-align: left;
    justify-content: space-between;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.footer-main .info .social .space {
  display: none;
}
@media (min-width: 1024px) {
  .footer-main .info .social .space {
    width: 219px;
    display: block;
  }
}
.footer-main .info .social .medias {
  position: relative;
  max-width: 157px;
  width: 100%;
}
.footer-main .info .social .medias::before {
  content: "";
  position: absolute;
  top: 0;
  left: -24px;
  width: 1px;
  height: 66px;
  background-color: #919699;
  display: none;
}
@media (min-width: 1024px) {
  .footer-main .info .social .medias::before {
    display: none;
  }
}
.footer-main .info .social .medias .social-list {
  margin-top: 16px;
}
.footer-main .info .social .medias .social-list li {
  margin-right: 16px;
  display: inline-block;
}
.footer-main .info .social .medias .social-list li:last-child {
  margin-right: 0;
}
.footer-main .info .social .medias .social-list li a svg {
  border: 1px solid transparent;
  width: 24px;
  border-radius: 50%;
  transition: all ease-in-out 200ms;
}
.footer-main .info .social .medias .social-list li a svg.fill-current {
  fill: #919699;
}
.footer-main .info .social .medias .social-list li a svg.fill-current:hover {
  fill: white;
}
.footer-main .info .social .medias .social-list li a svg.stroke-current {
  stroke: #919699;
}
.footer-main .info .social .medias .social-list li a svg.stroke-current:hover {
  stroke: white;
}
.footer-main .brands {
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 56px;
}
.footer-main .brands .dexco {
  display: block;
  text-align: center;
  width: 100%;
  margin-bottom: 35px;
}
.footer-main .brands .list-brands {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.footer-main .brands .list-brands li {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .footer-main .brands .list-brands li {
    display: inline-block;
    text-align: unset;
    margin-bottom: 0;
    margin-right: 24px;
  }
}
.footer-main .brands .list-brands li:last-child {
  margin-right: 0;
}
.footer-main .brands .list-brands li a {
  position: relative;
  display: block;
  align-items: center;
}
.footer-main .brands .list-brands li a.hydra {
  top: 4px;
}
.footer-main .footer-bottom {
  padding-top: 32px;
  position: relative;
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom {
    padding-top: 16px;
    margin-top: 86px;
    border-top: 1px solid #919699;
  }
}
.footer-main .footer-bottom .links-bottom-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom .links-bottom-footer {
    justify-content: initial;
  }
}
.footer-main .footer-bottom .links-bottom-footer .modal-link {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom .links-bottom-footer .modal-link {
    width: auto;
    cursor: pointer;
    margin-left: 24px;
    position: relative;
    top: 0px;
  }
}
.footer-main .footer-bottom .logo-base {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom .logo-base {
    position: static;
    transform: translateX(0);
  }
}
.footer-main .footer-bottom .menu {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom .menu {
    width: auto;
  }
}
.footer-main .footer-bottom .menu li {
  display: block;
  margin-left: 0;
  text-align: center;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .footer-main .footer-bottom .menu li {
    display: inline-block;
    margin-left: 24px;
    margin-bottom: 0;
  }
}
.footer-main .footer-bottom .menu li:first-child {
  margin-left: 0;
}
.footer-main .btn-whats {
  position: fixed;
  width: 46px;
  height: 46px;
  background-color: #25d366;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all ease-in-out 200ms;
  z-index: 9999;
}
.footer-main .btn-whats:hover {
  background-color: #179851;
}
.footer-main .btn-whats svg {
  height: 32px;
  width: 32px;
}
.footer-main .btn-whats svg path {
  fill: white;
}

.modal-download {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  transition: top ease-in-out 200ms;
}
.modal-download .content {
  position: fixed;
  max-width: 80%;
}
.modal-download .close-modal {
  position: absolute;
  font-size: 20px;
  color: white;
  font-weight: 300;
  top: -30px;
  right: 0;
}
.modal-download.open {
  top: 0;
}

.menu-header-mobile {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 56px);
  top: 68px;
  left: 0;
  opacity: 0;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
  background: #fff;
  z-index: 1000;
}
@media (min-width: 1025px) {
  .menu-header-mobile {
    top: 0;
    min-height: 100vh;
    overflow-y: hidden;
  }
}
.menu-header-mobile .buttons {
  display: flex;
  justify-content: space-between;
  padding: 24px 46px;
  border-bottom: 1px solid #e3e5e5;
}
.menu-header-mobile .buttons .button:first-child {
  color: #2e4789;
}
.menu-header-mobile.opened {
  opacity: 1;
  transform: translateX(0%);
}
.menu-header-mobile .container {
  border-left: 1px solid #e3e5e6;
  min-height: 100vh;
  padding: 0;
}
.menu-header-mobile .top-menu {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e3e5e6;
  padding: 27px;
}
@media (min-width: 1025px) {
  .menu-header-mobile .top-menu {
    padding: 0;
    height: 160px;
  }
}
.menu-header-mobile .top-menu .logo {
  width: 63.3%;
}
.menu-header-mobile .top-menu .logo a {
  padding-left: 24px;
}
@media (min-width: 1025px) {
  .menu-header-mobile .top-menu .nav-languages {
    position: relative;
    padding-right: 24px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu-header-mobile .top-menu .nav-languages:after {
    content: "";
    background: url(../img/arrow-down.svg);
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
  }
}
.menu-header-mobile .top-menu .nav-languages li {
  border-bottom: 1px solid #e3e5e5;
}
@media (min-width: 1025px) {
  .menu-header-mobile .top-menu .nav-languages:hover:after {
    transform: rotate(180deg);
  }
  .menu-header-mobile .top-menu .nav-languages:hover li {
    height: 18px;
    opacity: 1;
  }
}
.menu-header-mobile .nav-top-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 1025px) {
  .menu-header-mobile .nav-top-menu {
    padding-right: 40px;
    width: 36.7%;
  }
}
.menu-header-mobile .nav-header-menu {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 1;
  min-height: 100vh;
}
@media (min-width: 1025px) {
  .menu-header-mobile .nav-header-menu {
    width: 63.3%;
  }
  .menu-header-mobile .nav-header-menu:after {
    content: "";
    background: #e3e5e6;
    height: calc(100% + 160px);
    width: 1px;
    display: block;
    position: absolute;
    top: -160px;
    right: 90px;
    z-index: 3;
  }
}
.menu-header-mobile .nav-header-menu .menu > li:first-child > a {
  border-bottom: 1px solid #e3e5e6;
}
.menu-header-mobile .nav-header-menu ul {
  font-weight: 300;
  font-size: 17px;
  line-height: 115%;
  letter-spacing: 0.15px;
  color: #5e6366;
}
@media (min-width: 1025px) {
  .menu-header-mobile .nav-header-menu ul.sub-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
  }
  .menu-header-mobile .nav-header-menu ul.sub-menu:before {
    content: "";
    background: #e3e5e6;
    min-height: 100vh;
    width: 1px;
    display: block;
    position: absolute;
    top: 0px;
    left: calc(50% - 45px);
    transform: translateX(-50%);
    z-index: 1;
  }
  .menu-header-mobile .nav-header-menu ul.sub-menu li {
    width: calc(50% - 45px);
  }
}
.menu-header-mobile .nav-header-menu ul li {
  border-bottom: 1px solid #E3E5E5;
  padding: 24px 16px;
}
.menu-header-mobile .image-menu {
  width: 36.7%;
  height: calc(100vh - 160px);
  position: relative;
}
.menu-header-mobile .image-menu img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-width: unset;
}

.search-mobile #searchform {
  width: 86%;
  height: 85px;
  background: #f8f8f8;
  transform: translateY(-150%);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.2s ease-in-out;
  z-index: 2100;
}
@media (min-width: 1025px) {
  .search-mobile #searchform {
    height: 100px;
    width: 100%;
    background: #304886;
  }
}
.search-mobile #searchform.active {
  transform: translateY(0%);
}
.search-mobile #searchform .close svg {
  height: 14px;
  width: auto;
}
.search-mobile #searchform .search,
.search-mobile #searchform .close {
  display: block;
}
@media (min-width: 1025px) {
  .search-mobile #searchform .search,
.search-mobile #searchform .close {
    display: none;
  }
}
.search-mobile #searchform .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.search-mobile #searchform input[type=text] {
  background: transparent;
  border: 0;
  width: 210px;
  padding: 0;
  padding-bottom: 7px;
  font-size: 16px;
  color: #919699;
}
@media (min-width: 1025px) {
  .search-mobile #searchform input[type=text] {
    width: calc(100% - 130px);
    border-bottom: 1px solid white;
    color: white;
  }
}
.search-mobile #searchform input[type=text]::placeholder {
  color: #919699;
}
@media (min-width: 1025px) {
  .search-mobile #searchform input[type=text]::placeholder {
    color: white;
  }
}
.search-mobile #searchform .container {
  display: flex;
  justify-content: space-between;
}

.box-list-categories {
  padding: 34px 24px;
  background: linear-gradient(180.36deg, #F1F3F4 -38.02%, #E8F0F4 117.99%);
  margin-bottom: 40px;
}
.box-list-categories .title {
  font-size: 24px;
  color: #2E4789;
  margin-bottom: 9px;
}
@media (max-width: 1024px) {
  .box-list-categories .title {
    width: 236px;
    margin: auto;
  }
}
.box-list-categories .list-categories {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .box-list-categories .list-categories {
    width: 236px;
    margin: auto;
  }
}
.box-list-categories .list-categories li {
  width: 98px;
  margin-top: 31px;
}
.box-list-categories .list-categories li a {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.box-list-categories .list-categories li a svg {
  display: inline-block;
  margin-bottom: 16px;
}
.box-list-categories .list-categories li a svg path {
  fill: #2E4789;
}
.box-list-categories .list-categories li a .category-name {
  display: block;
  width: 100%;
  text-align: center;
}

.card {
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .card {
    width: 305px;
    margin-bottom: 40px;
  }
}
.card img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .card img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 1024px) {
  .card .info {
    padding: 30px 15px;
  }
}
@media (max-width: 1024px) {
  .card .info {
    padding: 30px 46px 0 15px;
  }
}
.card .info .title {
  margin-top: 16px;
}
.card .info .title a {
  font-size: 20px;
  font-weight: 300;
  line-height: 23px;
  color: #3E4345;
}
.card .info .description {
  font-size: 14px;
  color: #5F6E77;
  margin-top: 16px;
}

.bottom-how-works {
  position: relative;
  width: 100%;
  background: url("../img/bg-how-work-bottom.png") no-repeat center center;
  padding: 32px;
  margin-bottom: 42px;
}
@media (min-width: 1024px) {
  .bottom-how-works {
    height: 308px;
  }
}
@media (max-width: 1024px) {
  .bottom-how-works {
    background-size: cover;
  }
}
.bottom-how-works .title-section {
  font-weight: 400;
  color: white;
  font-size: 32px;
  margin-bottom: 24px;
}
.bottom-how-works .description {
  max-width: 585px;
  font-size: 16px;
  color: white;
  line-height: 24px;
  margin-top: 8px;
}
.bottom-how-works .list-items {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .bottom-how-works .list-items {
    display: flex;
    justify-content: flex-start;
  }
}
.bottom-how-works .list-items li {
  margin-right: 85px;
  max-width: 215px;
}
.bottom-how-works .list-items li .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 30px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  margin-bottom: 7px;
}
.bottom-how-works .list-items li .number .text {
  position: relative;
  z-index: 20;
}
.bottom-how-works .list-items li .number .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3E4345;
  transform: skew(-15deg);
  z-index: 10;
}
.bottom-how-works .list-items li .title {
  font-size: 18px;
  color: white;
  font-weight: 500;
  margin-bottom: 7px;
}
.bottom-how-works .list-items li .description {
  font-size: 14px;
  color: white;
  font-weight: 300;
  margin-bottom: 8px;
}
.bottom-how-works .button {
  position: absolute;
  width: 36px;
  min-width: 36px;
  height: 36px;
  bottom: 33px;
  right: 20px;
  background-color: white;
  padding: 0;
}
.bottom-how-works .button svg path {
  fill: #2E4789;
}

aside {
  position: static;
}
@media (min-width: 1024px) {
  aside {
    width: 292px;
    margin-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  aside {
    margin-bottom: 80px;
  }
}
aside .sidebar-how-works {
  position: relative;
  width: 100%;
  height: 431px;
  padding: 64px 70px 0 22px;
  margin-bottom: 42px;
  background-size: cover;
}
aside .sidebar-how-works .title-section {
  font-weight: 500;
  color: white;
  margin-bottom: 24px;
}
aside .sidebar-how-works .list-items .number {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 30px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  margin-bottom: 7px;
}
aside .sidebar-how-works .list-items .number .text {
  position: relative;
  z-index: 20;
}
aside .sidebar-how-works .list-items .number .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3E4345;
  transform: skew(-15deg);
  z-index: 10;
}
aside .sidebar-how-works .list-items .title {
  font-size: 14px;
  color: white;
  margin-bottom: 7px;
}
aside .sidebar-how-works .list-items .description {
  font-size: 12px;
  color: white;
  margin-bottom: 8px;
}
aside .sidebar-how-works .button {
  position: absolute;
  width: 36px;
  min-width: 36px;
  height: 36px;
  bottom: 33px;
  right: 20px;
  background-color: white;
  padding: 0;
}
aside .sidebar-how-works .button svg path {
  fill: #2E4789;
}
aside .most-read .title {
  color: #2E4789;
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}
aside .most-read .list-most-read li {
  margin-bottom: 16px;
}
aside .most-read .list-most-read li:last-child {
  margin-bottom: 0;
}
aside .most-read .list-most-read li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
aside .most-read .list-most-read li a:hover span {
  color: #2E4789;
}
aside .most-read .list-most-read li a span {
  color: #3E4345;
  transition: all ease-in-out 200ms;
}
@media (min-width: 1024px) {
  aside .most-read .list-most-read li a span {
    width: 175px;
  }
}
@media (max-width: 1024px) {
  aside .most-read .list-most-read li a span {
    margin-left: 16px;
  }
}

.home .slider-featured {
  position: relative;
  background-color: #2E4789;
  z-index: 30;
}
@media (max-width: 1024px) {
  .home .slider-featured {
    padding: 40px 0 90px;
  }
}
@media (max-width: 1024px) {
  .home .slider-featured .container {
    padding: 0;
  }
}
.home .slider-featured .paginate {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 1024px) {
  .home .slider-featured .paginate {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.home .slider-featured .items {
  width: 100%;
}
.home .slider-featured .items .item {
  width: 100vw;
  overflow: hidden;
}
.home .slider-featured .content-item {
  display: block;
}
@media (min-width: 1024px) {
  .home .slider-featured .content-item {
    display: flex;
    justify-content: space-between;
  }
}
.home .slider-featured .content-item .info {
  width: 100%;
  color: white;
}
@media (min-width: 1024px) {
  .home .slider-featured .content-item .info {
    width: 380px;
    padding: 80px 0 113px;
  }
}
@media (max-width: 1024px) {
  .home .slider-featured .content-item .info {
    padding: 0 16px;
    margin-bottom: 34px;
  }
}
.home .slider-featured .content-item .info .title {
  font-size: 31px;
  font-weight: 200;
  margin-bottom: 28px;
}
.home .slider-featured .content-item .info .description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .home .slider-featured .content-item .info .button {
    width: 100%;
  }
}
.home .slider-featured .content-item picture img {
  max-width: unset;
}
@media (max-width: 1024px) {
  .home .slider-featured .content-item picture img {
    width: 100vw;
  }
}
.home .how-works {
  padding: 100px 0;
  position: relative;
  z-index: 20;
}
.home .how-works .grafismo-um {
  position: absolute;
  top: -400px;
  right: 0;
}
.home .how-works .grafismo-dois {
  position: absolute;
  bottom: -251px;
  left: 0;
}
.home .how-works header {
  width: 100%;
  text-align: center;
  margin-bottom: 74px;
}
.home .how-works header .title {
  font-size: 40px;
  font-weight: 300;
  color: #2E4789;
  margin-bottom: 17px;
}
@media (max-width: 1024px) {
  .home .how-works header .title {
    font-size: 30px;
  }
}
.home .how-works header .description {
  display: inline-block;
  max-width: 584px;
  color: #5F6E77;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .home .how-works header .description {
    line-height: 150%;
  }
}
.home .how-works .items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
}
.home .how-works .items .item {
  width: 100%;
}
@media (min-width: 1024px) {
  .home .how-works .items .item {
    width: 256px;
  }
}
@media (max-width: 1024px) {
  .home .how-works .items .item {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
  }
}
.home .how-works .items .item .step {
  position: relative;
  background: url("../img/bg-passo-passo-home.png") no-repeat center center;
  background-size: cover;
  width: 153px;
  height: 98px;
}
@media (min-width: 1024px) {
  .home .how-works .items .item .step {
    width: 246px;
    height: 157px;
    margin-bottom: 34px;
  }
}
.home .how-works .items .item .step .number {
  position: relative;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
  color: white;
  top: 2px;
  left: 13px;
  font-size: 41px;
}
@media (min-width: 1024px) {
  .home .how-works .items .item .step .number {
    top: 11px;
    left: 23px;
    font-size: 51px;
  }
}
.home .how-works .items .item .step .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 131px;
  height: 96px;
  top: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .home .how-works .items .item .step .icon {
    width: 214px;
    height: 156px;
  }
}
@media (max-width: 1024px) {
  .home .how-works .items .item .step .icon img {
    width: 47px;
  }
}
.home .how-works .items .item .info {
  margin-left: 28px;
}
@media (max-width: 1024px) {
  .home .how-works .items .item .info {
    margin-bottom: 16px;
  }
}
.home .how-works .items .item .info .title {
  color: #2E4789;
  font-size: 20px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 160%;
}
.home .how-works .items .item .info .title .big {
  font-size: 40px;
  display: block;
}
@media (max-width: 1024px) {
  .home .how-works .items .item .info .title .big {
    margin-top: 24px;
    font-size: 28px;
  }
}
.home .how-works .items .item .info .description {
  font-size: 16px;
  font-weight: 300;
  color: #5F6E77;
}
@media (max-width: 1024px) {
  .home .how-works .items .item .info .description {
    font-size: 13px;
    margin-top: 16px;
  }
}
.home .how-works .button-container {
  display: flex;
  width: 100%;
  justify-content: center;
}
@media (max-width: 1024px) {
  .home .how-works .button-container .button {
    width: 100%;
  }
}
.home .menu-categories {
  position: relative;
  background-color: #2E4789;
}
.home .menu-categories .grafismo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (min-width: 1024px) {
  .home .menu-categories {
    height: 248px;
  }
}
@media (max-width: 1024px) {
  .home .menu-categories {
    padding: 32px 0 49px;
  }
}
.home .menu-categories .container {
  position: relative;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  z-index: 20;
}
.home .menu-categories .container .description {
  font-size: 40px;
  color: white;
  font-weight: 300;
  max-width: 284px;
}
@media (max-width: 1024px) {
  .home .menu-categories .container .description {
    margin-bottom: 51px;
  }
}
.home .menu-categories .container .list-categories {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .home .menu-categories .container .list-categories {
    width: 213px;
    justify-content: space-between;
    margin: auto;
  }
}
.home .menu-categories .container .list-categories li {
  width: 98px;
  text-align: center;
}
@media (min-width: 1024px) {
  .home .menu-categories .container .list-categories li {
    margin-left: 24px;
  }
}
@media (max-width: 1024px) {
  .home .menu-categories .container .list-categories li {
    margin-bottom: 17px;
  }
}
.home .menu-categories .container .list-categories li:first-child {
  margin-left: 0;
}
.home .menu-categories .container .list-categories li a {
  display: block;
  color: white;
}
.home .menu-categories .container .list-categories li a img {
  display: inline-block;
}
.home .menu-categories .container .list-categories li a .category-name {
  display: block;
  margin-top: 16px;
}
.home .menu-categories .container .list-categories li a svg path {
  fill: white;
}
.home .blog-home .container {
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}
.home .blog-home .featured {
  padding: 80px 0;
}
.home .blog-home .featured .container {
  align-items: flex-end;
}
@media (max-width: 1024px) {
  .home .blog-home .featured .container img {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .home .blog-home .featured .container .info {
    width: 359px;
  }
}
@media (max-width: 1024px) {
  .home .blog-home .featured .container .info {
    padding: 30px 46px 0 15px;
  }
}
.home .blog-home .featured .container .info .date {
  display: block;
  margin: 24px 0;
  color: #5F6E77;
  font-size: 12px;
}
.home .blog-home .featured .container .info .title {
  margin-bottom: 24px;
}
.home .blog-home .featured .container .info .title a {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #3E4345;
}
.home .blog-home .featured .container .info .description {
  font-size: 14px;
  color: #5F6E77;
  margin-bottom: 24px;
}
.home .box-buttons {
  margin-bottom: 62px;
}

.blog-list .list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .blog-list .list {
    width: 642px;
  }
}

@media (min-width: 1024px) {
  .blog .container,
.internal-blog .container {
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
  }
}
.blog .header-blog,
.internal-blog .header-blog {
  background: #2E4789 url("../img/bg-header.png") no-repeat center;
}
@media (min-width: 1024px) {
  .blog .header-blog,
.internal-blog .header-blog {
    height: 290px;
  }
}
@media (max-width: 1024px) {
  .blog .header-blog,
.internal-blog .header-blog {
    background-size: cover;
  }
}
.blog .header-blog .breadcrumb,
.internal-blog .header-blog .breadcrumb {
  color: white;
}
.blog .header-blog .breadcrumb a,
.internal-blog .header-blog .breadcrumb a {
  color: white;
}
.blog .header-blog .container,
.internal-blog .header-blog .container {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100%;
}
.blog .header-blog .container .title-page,
.internal-blog .header-blog .container .title-page {
  display: flex;
  font-size: 40px;
  color: white;
  font-weight: 300;
  align-items: center;
}
.blog .header-blog .container .title-page img,
.internal-blog .header-blog .container .title-page img {
  margin-right: 30px;
}
.blog .header-blog .container .title-categories,
.internal-blog .header-blog .container .title-categories {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin: 23px 0 31px;
  text-align: center;
}
.blog .header-blog .container .list-categories,
.internal-blog .header-blog .container .list-categories {
  display: flex;
}
@media (max-width: 1024px) {
  .blog .header-blog .container .list-categories,
.internal-blog .header-blog .container .list-categories {
    flex-wrap: wrap;
    width: 213px;
    margin: auto;
    justify-content: space-between;
  }
}
.blog .header-blog .container .list-categories li,
.internal-blog .header-blog .container .list-categories li {
  width: 98px;
  text-align: center;
  margin-left: 24px;
}
@media (max-width: 1024px) {
  .blog .header-blog .container .list-categories li,
.internal-blog .header-blog .container .list-categories li {
    margin: 0 0 30px 0;
  }
}
.blog .header-blog .container .list-categories li:first-child,
.internal-blog .header-blog .container .list-categories li:first-child {
  margin-left: 0;
}
.blog .header-blog .container .list-categories li a,
.internal-blog .header-blog .container .list-categories li a {
  display: block;
  color: white;
}
.blog .header-blog .container .list-categories li a img,
.internal-blog .header-blog .container .list-categories li a img {
  display: inline-block;
}
.blog .header-blog .container .list-categories li a .category-name,
.internal-blog .header-blog .container .list-categories li a .category-name {
  display: block;
  margin-top: 16px;
}
@media (max-width: 1024px) {
  .blog .featured .container,
.internal-blog .featured .container {
    padding: 0;
  }
}
.blog .featured .box-image,
.internal-blog .featured .box-image {
  position: relative;
}
@media (min-width: 1024px) {
  .blog .featured .box-image,
.internal-blog .featured .box-image {
    height: 552px;
    margin-bottom: 96px;
  }
}
.blog .featured .box-image a,
.internal-blog .featured .box-image a {
  display: block;
  position: relative;
  z-index: 40;
  padding-top: 55px;
}
.blog .featured .box-image img,
.internal-blog .featured .box-image img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .blog .featured .box-image img,
.internal-blog .featured .box-image img {
    width: 100vw;
  }
}
.blog .featured .box-image .bg,
.internal-blog .featured .box-image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2E4789;
  z-index: 20;
}
@media (min-width: 1024px) {
  .blog .featured .box-image .bg,
.internal-blog .featured .box-image .bg {
    width: 1280px;
    transform: skew(-11.3deg);
    right: 44px;
  }
}
.blog .featured .container,
.internal-blog .featured .container {
  align-items: center;
}
.blog .featured .container .info,
.internal-blog .featured .container .info {
  width: 100%;
}
@media (min-width: 1024px) {
  .blog .featured .container .info,
.internal-blog .featured .container .info {
    width: 359px;
  }
}
@media (max-width: 1024px) {
  .blog .featured .container .info,
.internal-blog .featured .container .info {
    padding: 16px 16px 40px;
  }
}
.blog .featured .container .info .date,
.internal-blog .featured .container .info .date {
  display: block;
  margin: 24px 0;
  color: #5F6E77;
  font-size: 12px;
}
.blog .featured .container .info .title,
.internal-blog .featured .container .info .title {
  margin-bottom: 24px;
}
.blog .featured .container .info .title a,
.internal-blog .featured .container .info .title a {
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #3E4345;
}
.blog .featured .container .info .description,
.internal-blog .featured .container .info .description {
  font-size: 14px;
  color: #5F6E77;
  margin-bottom: 24px;
}
.blog .title-section-blog,
.internal-blog .title-section-blog {
  width: 100%;
  font-size: 32px;
  font-weight: 300;
  color: #2E4789;
  margin-bottom: 52px;
}
.blog .blog-list,
.internal-blog .blog-list {
  margin-bottom: 97px;
}

.single header .title {
  font-size: 40px;
  color: #3E4345;
}
.single header .subtitle {
  font-size: 16px;
  line-height: 24px;
  color: #3E4345;
  margin-top: 24px;
  font-weight: 300;
}
.single header .more-info {
  width: 100%;
  margin-top: 24px;
  font-size: 16px;
  color: #3E4345;
  font-weight: 300;
}
@media (max-width: 1024px) {
  .single header .thumbnail {
    padding: 0;
    height: auto;
    align-items: flex-start;
    align-content: flex-start;
  }
  .single header .thumbnail img {
    height: auto;
  }
}
.single header .thumbnail img {
  max-width: 100%;
}
.single header .categories {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}
.single header .categories li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.single header .categories li a {
  display: block;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #2E4789;
  color: white;
}
.single header .wp-post-image {
  margin-bottom: 70px;
}
.single .container {
  display: flex;
  justify-content: space-between;
}
.single .container .content {
  position: relative;
  margin-bottom: 56px;
}
@media (min-width: 1024px) {
  .single .container .content {
    width: 660px;
    margin-bottom: 160px;
  }
}
.single .container .content p {
  font-size: 16px;
  color: #5F6E77;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 16px;
}
.single .container .content .wp-caption {
  max-width: 100%;
}
.single .container .content .wp-caption img {
  height: auto;
}
.single .container .content img {
  max-width: 100%;
  height: auto;
}
.single .container .content h2 {
  font-size: 24px;
  color: #5F6E77;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 16px;
}
.single .container .content a {
  color: #2E4789;
  text-decoration: underline;
}
.single .container .content ul {
  list-style: disc;
  padding-left: 30px;
  color: #5F6E77;
  margin-bottom: 16px;
}
.single .container .content ul li {
  font-size: 16px;
  color: #5F6E77;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 8px;
}
.single .container .content .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.single .container .content .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single .related-news {
  width: 100%;
}
@media (min-width: 1024px) {
  .single .related-news {
    margin-bottom: 256px;
  }
}
@media (max-width: 1024px) {
  .single .related-news {
    margin-bottom: 133px;
  }
}
.single .related-news .title-section {
  font-size: 32px;
  font-weight: 300;
  color: #3E4345;
  margin-bottom: 30px;
}
.single .related-news .card {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .single .related-news .related-news-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.single .shared-bar {
  position: absolute;
  left: -115px;
}
.single .shared-bar p {
  font-size: 12px;
  color: #919699;
}
.single .shared-bar ul li {
  display: block;
  margin-bottom: 20px;
}

.search .title {
  font-size: 40px;
  font-weight: 300;
  color: #3E4345;
  margin-bottom: 100px;
}
.search .title .search {
  font-weight: bold;
  color: #2E4789;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .search .items-search {
    width: 100%;
  }
}
.search .item {
  margin-bottom: 24px;
  display: flex;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
}
.search .item img {
  max-width: 100%;
  height: auto;
}
.search .item .info {
  width: 515px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .search .item .info {
    padding-left: 32px;
  }
}
@media (max-width: 1024px) {
  .search .item .info {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.search .item .info .categories {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 32px;
}
.search .item .info .categories li {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
}
.search .item .info .categories li a {
  display: block;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #2E4789;
  color: white;
}
.search .item .info .title {
  font-size: 20px;
  color: #3E4345;
  margin-bottom: 16px;
}
.search .item .info .resume {
  font-size: 14px;
  color: #3E4345;
}
.search .box-buttons {
  margin-top: 40px;
  margin-bottom: 115px;
}
.search .no-results .title {
  font-size: 25px;
  line-height: 115%;
  font-weight: 300;
  margin-bottom: 16px;
  color: #5F6E77;
}
.search .no-results .description {
  font-size: 16px;
  color: #5F6E77;
  margin-bottom: 20px;
}
.search .no-results .suggestion {
  font-size: 16px;
  color: #5F6E77;
  margin-bottom: 4px;
}
.search .no-results .suggestion-list {
  font-size: 16px;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .search .no-results .suggestion-list {
    margin-bottom: 159px;
  }
}
.search .no-results .suggestion-list a {
  color: #304886;
  text-decoration: underline;
}
.search .bottom-how-works {
  margin-bottom: 160px;
}
@media (min-width: 1024px) {
  .search .bottom-how-works {
    margin-bottom: 251px;
  }
}

.como-funciona .header-blog {
  background: #2E4789 url("../img/bg-header.png") no-repeat center;
}
@media (min-width: 1024px) {
  .como-funciona .header-blog {
    height: 290px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .como-funciona .header-blog {
    height: 390px;
    background-size: cover;
    margin-bottom: -84px;
  }
}
.como-funciona .header-blog .breadcrumb {
  color: white;
  margin-top: 30px;
  margin-bottom: 74px;
}
.como-funciona .header-blog .breadcrumb a {
  color: white;
}
.como-funciona .header-blog .container {
  height: 100%;
  align-content: flex-start;
}
.como-funciona .header-blog .container .title-page {
  width: 100%;
  font-size: 40px;
  color: white;
  font-weight: 300;
  text-align: center;
}
.como-funciona .wp-block-embed-youtube {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  .como-funciona .wp-block-embed-youtube {
    margin-bottom: 40px;
  }
}
.como-funciona .wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.como-funciona .wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.como-funciona .the-content {
  margin-bottom: 72px;
}
@media (min-width: 1024px) {
  .como-funciona .the-content {
    margin-bottom: 155px;
  }
}
.como-funciona .the-content h2 {
  font-size: 40px;
  color: #2E4789;
  font-weight: 300;
  margin-bottom: 43px;
}
@media (max-width: 1024px) {
  .como-funciona .the-content h2 {
    font-size: 32px;
    font-weight: 200;
  }
}
.como-funciona .the-content p {
  font-size: 16px;
  color: #5F6E77;
  line-height: 150%;
}
.como-funciona .step {
  padding: 47px 0;
}
.como-funciona .step:nth-child(odd) {
  background-color: #F7F9FA;
}
@media (min-width: 1024px) {
  .como-funciona .step:nth-child(even) img {
    order: 2;
  }
}
.como-funciona .step img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .como-funciona .step img {
    margin-bottom: 16px;
  }
}
.como-funciona .step .container {
  justify-content: space-between;
  align-items: center;
}
.como-funciona .step .container .info {
  max-width: 404px;
}
.como-funciona .step .container .info .number {
  display: block;
  color: #5F6E77;
  font-size: 10px;
  margin-bottom: 16px;
}
.como-funciona .step .container .info .title {
  font-size: 34px;
  color: #3E4345;
  margin-bottom: 16px;
  font-weight: 300;
}
.como-funciona .step .container .info .description {
  font-size: 16px;
  color: #5F6E77;
}
.como-funciona .slider-featured {
  position: relative;
  background-color: #5F6E77;
  z-index: 30;
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured {
    padding: 40px 0 90px;
  }
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured .container {
    padding: 0;
  }
}
.como-funciona .slider-featured .paginate {
  position: absolute;
  bottom: 40px;
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured .paginate {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
.como-funciona .slider-featured .items {
  width: 100%;
}
.como-funciona .slider-featured .items .item {
  width: 100vw;
  overflow: hidden;
}
.como-funciona .slider-featured .content-item {
  display: block;
}
@media (min-width: 1024px) {
  .como-funciona .slider-featured .content-item {
    display: flex;
    justify-content: space-between;
  }
}
.como-funciona .slider-featured .content-item .info {
  width: 100vw;
  color: white;
}
@media (min-width: 1024px) {
  .como-funciona .slider-featured .content-item .info {
    width: 380px;
    padding: 61px 0 113px;
  }
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured .content-item .info {
    padding: 0 16px;
    margin-bottom: 34px;
  }
}
.como-funciona .slider-featured .content-item .info .title {
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 28px;
}
.como-funciona .slider-featured .content-item .info .description {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 36px;
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured .content-item .info .button {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .como-funciona .slider-featured .content-item picture img {
    width: 100vw;
  }
}
.como-funciona .regulamento {
  height: 221px;
  background: #2E4789;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .como-funciona .regulamento {
    background: #2E4789 url("../img/bg-header.png") no-repeat center;
    height: 131px;
  }
}
.como-funciona .regulamento .container {
  display: flex;
  align-items: center;
  gap: 26px;
}
.como-funciona .regulamento h3 {
  font-weight: 300;
  font-size: 40px;
  line-height: 115%;
  color: #ffffff;
}
.como-funciona .regulamento p {
  font-weight: 400;
  font-size: 13px;
  line-height: 15px;
  color: #ffffff;
  width: 242px;
}
.como-funciona .regulamento p a {
  color: #ffffff;
  text-decoration: underline;
}
.como-funciona .modal-regulamento {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  transition: all ease-in-out 200ms;
}
.como-funciona .modal-regulamento.open {
  top: 0;
}
.como-funciona .modal-regulamento .mask {
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}
.como-funciona .modal-regulamento .modal {
  position: absolute;
  width: 90vw;
  height: 70vh;
  background-color: white;
}
@media (min-width: 1024px) {
  .como-funciona .modal-regulamento .modal {
    width: 640px;
    height: 536px;
  }
}
.como-funciona .modal-regulamento .modal header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #5f6e77;
  padding: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 115%;
  letter-spacing: 0.25px;
  color: #3e4345;
}
@media (min-width: 1024px) {
  .como-funciona .modal-regulamento .modal header {
    padding: 16px 15px 16px 56px;
    font-size: 24px;
  }
}
.como-funciona .modal-regulamento .modal header h3 {
  max-width: 400px;
}
.como-funciona .modal-regulamento .modal .content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: #919699;
  padding: 16px;
  overflow: auto;
  height: 61vh;
}
@media (min-width: 1024px) {
  .como-funciona .modal-regulamento .modal .content {
    height: 448px;
    padding: 16px 56px;
  }
}
.como-funciona .modal-regulamento .modal .content strong,
.como-funciona .modal-regulamento .modal .content b {
  font-weight: 500;
}

.politica .header-blog {
  background: #2E4789 url("../img/bg-header.png") no-repeat center;
}
@media (min-width: 1024px) {
  .politica .header-blog {
    height: 290px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  .politica .header-blog {
    height: 260px;
    background-size: cover;
  }
}
.politica .header-blog .breadcrumb {
  color: white;
  margin-top: 30px;
  margin-bottom: 74px;
}
.politica .header-blog .breadcrumb a {
  color: white;
}
.politica .header-blog .container {
  height: 100%;
  align-content: flex-start;
}
.politica .header-blog .container .title-page {
  width: 100%;
  font-size: 24px;
  color: white;
  font-weight: 300;
}
.politica .the-content {
  margin-bottom: 80px;
}
.politica .the-content h2 {
  font-size: 24px;
  font-weight: 300;
  color: #3E4345;
  margin-top: 40px;
  margin-bottom: 24px;
}
.politica .the-content p {
  font-size: 16px;
  line-height: 24px;
  color: #919699;
}

.sitemap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 99px;
  justify-content: space-between;
}
.sitemap > p {
  display: none;
}
.sitemap .wsp-container {
  width: 48%;
}
@media (min-width: 1024px) {
  .sitemap .wsp-container:nth-child(odd) {
    float: right;
  }
}
@media (max-width: 1024px) {
  .sitemap .wsp-container {
    width: 100%;
  }
}
.sitemap .wsp-container .wsp-posts-list {
  width: 100%;
}
.sitemap .wsp-category-title {
  font-size: 14px;
  display: block;
  font-weight: 500;
  color: #5F6E77;
  margin-bottom: 8px;
}
.sitemap h2 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 115%;
  color: #3E4345;
  word-break: break-word;
  margin-bottom: 22px;
  display: block;
}
.sitemap ul {
  padding: 0;
  margin: 0;
  margin-bottom: 36px;
}
.sitemap ul li {
  margin-bottom: 8px;
}
.sitemap ul li a {
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #919699;
}

.page-inspiracoes .header-blog {
  background: #2E4789 url("../img/bg-header.png") no-repeat center;
}
@media (min-width: 1024px) {
  .page-inspiracoes .header-blog {
    height: 290px;
  }
}
@media (max-width: 1024px) {
  .page-inspiracoes .header-blog {
    background-size: cover;
  }
}
.page-inspiracoes .header-blog .breadcrumb {
  color: white;
}
.page-inspiracoes .header-blog .breadcrumb a {
  color: white;
}
.page-inspiracoes .header-blog .container {
  justify-content: space-between;
  align-content: center;
  align-items: center;
  height: 100%;
}
.page-inspiracoes .header-blog .container .title-page {
  display: flex;
  font-size: 40px;
  color: white;
  font-weight: 300;
  align-items: center;
}
.page-inspiracoes .header-blog .container .title-page img {
  margin-right: 30px;
}
.page-inspiracoes .header-blog .container .title-categories {
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: 300;
  color: white;
  margin: 23px 0 31px;
  text-align: center;
}
@media (max-width: 1024px) {
  .page-inspiracoes .featured .container {
    padding: 0;
  }
}
.page-inspiracoes .featured .box-image {
  position: relative;
}
@media (min-width: 1024px) {
  .page-inspiracoes .featured .box-image {
    height: 552px;
  }
}
.page-inspiracoes .featured .box-image img {
  position: relative;
  z-index: 30;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .page-inspiracoes .featured .box-image img {
    width: 100vw;
  }
}
.page-inspiracoes .featured .box-image .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #2E4789;
  z-index: 20;
}
@media (min-width: 1024px) {
  .page-inspiracoes .featured .box-image .bg {
    width: 1280px;
    transform: skew(-11.3deg);
    right: 55px;
  }
}
.page-inspiracoes .featured .container {
  align-items: center;
}
.page-inspiracoes .featured .container .info {
  width: 100%;
}
@media (min-width: 1024px) {
  .page-inspiracoes .featured .container .info {
    width: 359px;
  }
}
@media (max-width: 1024px) {
  .page-inspiracoes .featured .container .info {
    padding: 16px 16px 40px;
  }
}
.page-inspiracoes .featured .container .info .title {
  font-weight: 300;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.15px;
  color: #3e4345;
  margin-bottom: 22px;
}
.page-inspiracoes .featured .container .info .description {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.25px;
  color: #5f6e77;
  margin-bottom: 41px;
}
.page-inspiracoes .featured .container .info .steps {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 27px;
  margin-bottom: 40px;
  counter-reset: step;
}
@media (min-width: 1024px) {
  .page-inspiracoes .featured .container .info .steps {
    flex-direction: row;
  }
}
.page-inspiracoes .featured .container .info .steps .step {
  position: relative;
}
@media (min-width: 1024px) {
  .page-inspiracoes .featured .container .info .steps .step {
    max-width: 200px;
  }
}
.page-inspiracoes .featured .container .info .steps .step:before {
  position: relative;
  counter-increment: step;
  content: counter(step);
  z-index: 20;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding-top: 1px;
  font-size: 18px;
  line-height: 110%;
  color: #ffffff;
  margin-left: 4px;
  margin-bottom: 8px;
}
.page-inspiracoes .featured .container .info .steps .step:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #3e4345;
  transform: skew(-15deg);
  z-index: 10;
  margin-left: 4px;
  margin-bottom: 8px;
}
.page-inspiracoes .featured .container .info .steps .step-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #5f6e77;
  margin-bottom: 8px;
}
.page-inspiracoes .featured .container .info .steps .step-description {
  font-weight: 400;
  font-size: 12.5785px;
  line-height: 13px;
  color: #5f6e77;
  opacity: 0.7;
}
.page-inspiracoes .filter {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 27px;
  padding-bottom: 27px;
  background-color: white;
  border: 1px solid #dae2f2;
  border-radius: 4px;
  gap: 32px;
  margin-right: 16px;
  margin-left: 16px;
  margin-bottom: 64px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .filter {
    margin-right: auto;
    margin-left: auto;
    padding: 30px 47px;
  }
}
.page-inspiracoes .filter .text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.15px;
  color: #304886;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .filter .text {
    width: 100%;
    margin-bottom: 0;
  }
}
.page-inspiracoes .filter label {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-inspiracoes .filter label {
    width: auto;
  }
}
.page-inspiracoes .filter label span {
  font-weight: 400;
  font-size: 11px;
  line-height: 125%;
  letter-spacing: 0.4px;
  color: #7a8599;
  margin: 0 0 4px 8px;
}
.page-inspiracoes .filter label select {
  height: 36px;
  background: #ffffff;
  border: 0.5px solid #dae2f2;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  font-feature-settings: "tnum" on, "lnum" on;
  color: #7a8599;
  padding: 4px;
  width: 100%;
}
@media (min-width: 1024px) {
  .page-inspiracoes .filter label select {
    width: 256px;
  }
  .page-inspiracoes .filter label select#state {
    width: 110px;
  }
  .page-inspiracoes .filter label select#city {
    width: 240px;
  }
  .page-inspiracoes .filter label select#category {
    width: 198px;
  }
}
.page-inspiracoes .cards {
  margin-bottom: 50px;
}
.page-inspiracoes .cards .cards-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.page-inspiracoes .cards .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 486px;
  background: #ffffff;
  border: 1px solid #dae2f2;
  padding: 22px 20px;
  margin-bottom: 0;
}
.page-inspiracoes .cards .card header {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
}
.page-inspiracoes .cards .card header .envoironment {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.page-inspiracoes .cards .card header .title {
  margin-bottom: 5px;
}
.page-inspiracoes .cards .card header .title h2 {
  font-weight: 500;
  color: #3658b3;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.15px;
}
.page-inspiracoes .cards .card header .patterns {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #7a8599;
}
.page-inspiracoes .cards .card header .patterns span {
  display: block;
  margin-top: 4px;
}
.page-inspiracoes .cards .card header .instagram {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #7a8599;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-inspiracoes .cards .card header .instagram svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .cards .card header .instagram svg path {
  fill: #2e4789;
}
.page-inspiracoes .cards .card header .facebook {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #7a8599;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-inspiracoes .cards .card header .facebook svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .cards .card header .facebook svg rect {
  fill: #2e4789;
}
.page-inspiracoes .cards .card header .website {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #7a8599;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-inspiracoes .cards .card header .website svg {
  width: 16px;
  height: 16px;
  fill: #2e4789;
}
.page-inspiracoes .cards .card header .tiktok {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #7a8599;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-inspiracoes .cards .card header .tiktok svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .cards .card header .tiktok svg path {
  fill: #2e4789;
}
.page-inspiracoes .cards .card header .pinterest {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.25px;
  color: #7a8599;
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-inspiracoes .cards .card header .pinterest svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .cards .card header .pinterest svg path {
  fill: #2e4789;
}
.page-inspiracoes .cards .card img {
  width: 446px;
  height: 273px;
  object-fit: cover;
}
.page-inspiracoes .center-button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 50px 0 75px 0;
}
.page-inspiracoes .project {
  margin-bottom: 55px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project {
    border: 1px solid #dae2f2;
  }
}
@media (min-width: 1024px) {
  .page-inspiracoes .project {
    padding: 40px 84px;
  }
}
.page-inspiracoes .project header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 35px;
  width: 100%;
  gap: 10px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header {
    flex-direction: row;
  }
}
.page-inspiracoes .project header .project-category {
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.15px;
  color: #3658b3;
  margin-bottom: 4px;
}
.page-inspiracoes .project header .project-patterns {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #7a8599;
  margin-bottom: 15px;
}
.page-inspiracoes .project header .project-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #7a8599;
  max-width: 555px;
}
.page-inspiracoes .project header .user-info {
  display: flex;
  justify-content: space-between;
  color: #7A8599;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .user-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
.page-inspiracoes .project header .user-local {
  display: block;
  margin-top: 4px;
  color: #7A8599;
}
.page-inspiracoes .project header .woodwork-user {
  font-weight: 500;
  margin-bottom: 4px;
  color: #3e4345;
  text-align: right;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodwork-user {
    color: #3658b3;
    font-size: 20px;
    line-height: 150%;
  }
}
.page-inspiracoes .project header .woodwork-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: right;
  color: #7A8599;
  margin-bottom: 4px;
}
.page-inspiracoes .project header .woodword-instagram {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e4789;
  justify-content: flex-end;
}
.page-inspiracoes .project header .woodword-instagram svg {
  height: 16px;
  width: 16px;
}
.page-inspiracoes .project header .woodword-instagram svg path {
  fill: #2e4789;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodword-instagram {
    color: #7a8599;
  }
  .page-inspiracoes .project header .woodword-instagram svg path {
    fill: #7a8599;
  }
}
.page-inspiracoes .project header .woodword-instagram:hover {
  opacity: 0.8;
}
.page-inspiracoes .project header .woodword-facebook {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e4789;
}
.page-inspiracoes .project header .woodword-facebook svg {
  height: 16px;
  width: 16px;
}
.page-inspiracoes .project header .woodword-facebook svg rect {
  fill: #2e4789;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodword-facebook {
    color: #7a8599;
  }
  .page-inspiracoes .project header .woodword-facebook svg rect {
    fill: #7a8599;
  }
}
.page-inspiracoes .project header .woodword-facebook:hover {
  opacity: 0.8;
}
.page-inspiracoes .project header .woodword-tiktok {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e4789;
}
.page-inspiracoes .project header .woodword-tiktok svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .project header .woodword-tiktok svg path {
  fill: #2e4789;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodword-tiktok {
    color: #7a8599;
  }
  .page-inspiracoes .project header .woodword-tiktok svg rect {
    fill: #7a8599;
  }
}
.page-inspiracoes .project header .woodword-tiktok:hover {
  opacity: 0.8;
}
.page-inspiracoes .project header .woodword-website {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e4789;
}
.page-inspiracoes .project header .woodword-website svg {
  width: 16px;
  height: 16px;
  fill: #2e4789;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodword-website {
    color: #7a8599;
  }
  .page-inspiracoes .project header .woodword-website svg {
    fill: #7a8599;
  }
}
.page-inspiracoes .project header .woodword-website:hover {
  opacity: 0.8;
}
.page-inspiracoes .project header .woodword-pinterest {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #2e4789;
}
.page-inspiracoes .project header .woodword-pinterest svg {
  width: 16px;
  height: 16px;
}
.page-inspiracoes .project header .woodword-pinterest svg path {
  fill: #2e4789;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project header .woodword-pinterest {
    color: #7a8599;
  }
  .page-inspiracoes .project header .woodword-pinterest svg rect {
    fill: #7a8599;
  }
}
.page-inspiracoes .project header .woodword-pinterest:hover {
  opacity: 0.8;
}
.page-inspiracoes .project .gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-bottom: 34px;
  gap: 23px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project .gallery {
    flex-direction: row;
  }
}
.page-inspiracoes .project .gallery a {
  position: relative;
  display: block;
}
.page-inspiracoes .project .gallery a img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page-inspiracoes .project .gallery a img {
    width: 260px;
    height: 405px;
  }
}
.page-inspiracoes .project .gallery a svg {
  height: 16px;
  width: 16px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  pointer-events: none;
}
.page-inspiracoes .project .gallery a svg path {
  fill: #2e4789;
}
.page-inspiracoes .project .share p {
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: 0.4px;
  color: #919699;
  margin-bottom: 9px;
}
.page-inspiracoes .project .share ul {
  display: flex;
  gap: 20px;
}
.page-inspiracoes .modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: -100%;
  left: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 200ms;
}
.page-inspiracoes .modal.active {
  top: 0;
}
.page-inspiracoes .modal .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.page-inspiracoes .modal .image {
  position: relative;
  z-index: 90;
  text-align: right;
}
.page-inspiracoes .modal .image img {
  max-width: 90vw;
  max-height: 80vh;
}
.page-inspiracoes .modal .image .close-modal {
  font-size: 20px;
  color: white;
}
.page-inspiracoes .tips {
  margin: 50px auto;
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips {
    padding: 30px auto;
  }
}
.page-inspiracoes .tips .box-tips {
  width: 100%;
  border-radius: 4px;
  padding: 12px 70px 12px 80px;
  display: flex;
  position: relative;
  justify-content: space-between;
  background: #3658B2;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips .box-tips {
    padding: 40px 35px 50px 35px;
  }
}
.page-inspiracoes .tips .box-tips:before {
  content: "";
  background: url(../img/bg-tips.png);
  background-size: 100%;
  position: absolute;
  right: 167px;
  top: 0;
  display: block;
  width: 198px;
  opacity: 0.2;
  height: 164px;
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips .box-tips:before {
    background: url(../img/bg-tips-mobile.png);
    background-size: 100%;
    right: 0;
    top: initial;
    bottom: -30px;
    opacity: 1;
  }
}
.page-inspiracoes .tips .box-tips .text {
  max-width: 275px;
}
.page-inspiracoes .tips .box-tips .text h3 {
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.15px;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #F7F9FA;
}
.page-inspiracoes .tips .box-tips .text p {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.1px;
  color: #F7F9FA;
}
.page-inspiracoes .tips .box-tips .tips-list {
  counter-reset: item;
  max-width: 310px;
  margin: 10px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .tips .box-tips .tips-list {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips .box-tips .tips-list {
    margin: 30px 0;
  }
}
.page-inspiracoes .tips .box-tips .tips-list .item {
  display: flex;
  align-items: center;
  position: relative;
}
.page-inspiracoes .tips .box-tips .tips-list .item:first-child {
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips .box-tips .tips-list .item:first-child {
    margin-bottom: 20px;
  }
}
.page-inspiracoes .tips .box-tips .tips-list .item:before {
  position: relative;
  counter-increment: item;
  content: counter(item);
  z-index: 20;
  width: 40px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  padding-top: 1px;
  font-size: 24px;
  line-height: 110%;
  color: #3658B3;
  margin-left: 4px;
}
.page-inspiracoes .tips .box-tips .tips-list .item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 32px;
  background-color: #ffffff;
  transform: skew(-15deg);
  z-index: 10;
  margin-left: 4px;
}
.page-inspiracoes .tips .box-tips .tips-list .item span {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 125%;
  color: #FFFFFF;
  margin-left: 10px;
  max-width: 250px;
}
@media (max-width: 1024px) {
  .page-inspiracoes .tips .box-tips .tips-list .item span {
    max-width: 220px;
    height: 32px;
  }
}
.page-inspiracoes .tips .box-tips .link {
  margin: 10px;
}
@media (min-width: 1024px) {
  .page-inspiracoes .tips .box-tips .link {
    margin: 0;
  }
}
.page-inspiracoes .tips .box-tips .link a {
  text-decoration: none;
}
.page-inspiracoes .tips .box-tips .link a button {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #3658B3;
}

.hidden {
  display: none;
}

.no-results {
  display: none;
  justify-content: center;
  width: 100%;
}
.no-results.active {
  display: flex;
}
.no-results .title {
  font-size: 24px;
  color: #2e4789;
  font-weight: 300;
}

/*# sourceMappingURL=main.min.css.map*/