::-moz-selection { /* Code for Firefox */
  color: #45435B;
  background: #B4B1FF;
}

::selection {
  color: #45435B;
  background: #B4B1FF;
}

.page,
.post {
  margin: 0 !important;
}

html {
  scroll-padding-top: 80px;
}
@media (max-width: 800px) {
  html {
    max-width: 100%;
    overflow-x: hidden;
  }
}

body {
  max-width: 100%;
  font-family: "Montserrat", sans-serif !important;
  color: #2D2D2C !important;
  background-color: #fff !important;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #7774B5;
  font-family: "Montserrat", sans-serif !important;
  font-weight: bold;
  font-style: normal;
}
body dl, body ol, body ul {
  padding-left: 20px;
  margin-left: 0;
}
body a {
  color: #7774B5;
  text-decoration: none;
}
body a:visited {
  color: #7774B5;
}
body a:hover {
  color: #45435B;
}
body .bold {
  font-weight: 700;
}
body .upper {
  text-transform: uppercase;
}
body .topo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
}
body .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #7774B5;
  font-size: 16px;
  line-height: 20px;
  border: none;
  border-radius: 80px;
  color: #fff !important;
  padding: 10px 30px;
  transition: all 0.3s ease-in-out;
}
body .btn:hover {
  background: #45435B;
  color: white !important;
}
body .btn:visited {
  color: #45435B;
}
body .btn.btn-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
body .btn.black {
  background: #2D2D2C;
  color: #fff !important;
}
body .btn.black:hover {
  background-color: #45435B;
  color: #fff !important;
}
body .btn.line {
  font-weight: bold;
  background: transparent;
  color: #45435B !important;
  border: 1px solid #45435B;
}
body .btn.line:hover {
  background-color: #45435B;
}
body .grecaptcha-badge {
  display: none !important;
}
body .wpp-float {
  position: fixed;
  display: flex;
  bottom: 25px;
  right: 25px;
  background-color: #1ED56C;
  color: white;
  text-decoration: none;
  font-size: 40px;
  z-index: 2;
  padding: 20px;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1960784314);
}
body .wpp-float:hover {
  background-color: #1bbf62;
  color: white;
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1960784314);
}
body .social {
  display: flex;
  align-items: center;
  gap: 15px;
}
body .social.dark a {
  color: white;
}
body .social.dark a:hover {
  color: #7774B5;
  background-color: transparent;
}
body .social a {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease-in-out;
}
body .social a:hover {
  opacity: 0.7;
}
body .social a svg {
  width: 30px;
  height: 30px;
}
body .form {
  margin: 20px 0;
  position: relative;
}
body .form .botao-enviar {
  position: relative;
}
body .form .botao-enviar::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='1s' from='0 50 50' to='360 50 50' repeatCount='indefinite' /%3E%3C/path%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  z-index: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
body .form form.loading {
  pointer-events: none;
}
body .form form.loading .botao-enviar {
  cursor: none;
  pointer-events: none;
}
body .form form.loading .botao-enviar::before {
  opacity: 1;
}
body .form form.loading .botao-enviar input {
  color: transparent !important;
  background-color: none !important;
}
body .form form.loading .botao-enviar input:hover {
  color: transparent !important;
  background-color: none !important;
}
body .form .form-row {
  position: relative;
  height: 100%;
  margin-bottom: 10px;
}
body .form .form-row:focus-within label {
  font-size: 15px;
  top: 25%;
}
body .form .form-row.mensagem textarea {
  padding: 25px 20px 0;
  font-size: 15px;
}
body .form .form-row.mensagem textarea:focus ~ label, body .form .form-row.mensagem textarea:not(:placeholder-shown) ~ label {
  font-size: 15px;
  top: 5%;
}
body .form .form-row.mensagem label {
  top: 15%;
  transform: none;
}
body .form .form-row input {
  width: 100%;
  border: 1px solid #C1C1C1;
  background: transparent;
  border-radius: 50px;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  color: #2D2D2C;
}
body .form .form-row input::placeholder {
  color: transparent;
}
body .form .form-row input:focus-visible {
  outline-color: #c3cfdc;
}
body .form .form-row input:focus ~ label, body .form .form-row input:not(:placeholder-shown) ~ label {
  font-size: 10px;
  top: 28%;
  color: #2D2D2C;
}
body .form .form-row input:not([type=submit]):focus, body .form .form-row input:not([type=submit]):not(:placeholder-shown) {
  padding: 20px 20px 10px;
  font-size: 16px;
}
body .form .form-row input[type=submit] {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  height: auto;
  border-radius: 50px;
  padding: 10px 35px;
  transition: all 0.3s ease-in-out;
  display: block;
  width: auto;
  margin: 0 0 0 auto;
  font-weight: bold;
  background: #7774B5;
  color: #FFF;
  border: 1px solid #7774B5;
}
body .form .form-row input[type=submit]:hover {
  color: #fff;
  background-color: #B4B1FF;
  border-color: #B4B1FF;
}
body .form .form-row textarea {
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: #d1d1d1;
  background: transparent;
  border-radius: 0px;
  padding: 0 20px;
  outline: none !important;
  color: #363636;
}
body .form .form-row textarea::placeholder {
  color: transparent;
}
body .form .form-row textarea:focus-visible {
  outline-color: #c3cfdc;
}
body .form .form-row.select:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' fill='%231b4855'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
body .form .form-row.select.focus:before {
  transform: translateY(-50%) rotate(180deg);
}
body .form .form-row.select select {
  position: relative;
  appearance: none;
  width: 100%;
  border: 1px solid transparent;
  border-bottom-color: rgba(162, 110, 76, 0.5019607843);
  background: transparent;
  border-radius: 0px;
  height: 50px;
  padding: 0 20px;
  outline: none !important;
  color: #4F4F4F;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
body .form .form-row label {
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #2D2D2C;
  margin-bottom: 0;
  pointer-events: none;
  position: absolute;
  transition: all 0.2s ease-in-out;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 15px;
}
body .form .form-row .icon-right {
  position: absolute;
  display: flex;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
body .form .form-row .icon-right svg {
  width: 25px;
  height: 25px;
}
body .form .form-row.hide {
  display: none;
}
body .form .wpcf7-spinner {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #F4F4F4;
}
body .form .wpcf7-response-output {
  position: absolute;
  display: none;
}
@media only screen and (max-width: 767px) {
  body .form .form-row input[type=submit] {
    font-size: 16px;
  }
}
body .opacity {
  opacity: 0;
}
body .thumb_link {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
body .thumb_link:hover {
  opacity: 0.7;
}
body .color {
  color: #7774B5;
}
body.menu_open:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  background: transparent;
  opacity: 0.6;
  width: 100%;
  height: 100%;
  z-index: 50;
}
body.menu_open .menu-box {
  z-index: 9993;
  box-shadow: 1px 1px 47px rgba(0, 0, 0, 0.15);
  visibility: visible;
  opacity: 1;
}
body.menu_open .main-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body.menu_open .main-menu-toggle span:nth-child(2) {
  opacity: 0;
}
body.menu_open .main-menu-toggle span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}
body .menu-box {
  display: block;
  max-width: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: -1;
  height: 100%;
  right: 0;
  transition: all 0.5s cubic-bezier(0.3, 0.03, 0.52, 0.96);
  visibility: hidden;
  opacity: 0;
}
body .menu-box > div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  background-color: #7774B5;
  background-size: 50%;
  background-position: right center;
  background-repeat: no-repeat;
}
body .menu-box .main-menu-toggle {
  position: relative;
  right: 0%;
  top: 0%;
  z-index: 99;
  margin-left: 0px;
  cursor: pointer;
}
body .menu-box .main-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 0;
  margin: 5px 7px;
  transition: 0.5s all;
  transform-origin: center;
  cursor: pointer;
  background: #fff;
}
body .menu-box .menu-box-header {
  width: 100%;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .menu-box .menu-box-header .logo {
  text-align: center;
}
body .menu-box .menu-box-header .logo .custom-logo {
  max-width: 230px;
}
body .menu-box .menu-menu-hamburguer-container {
  display: block;
  flex-wrap: wrap;
  padding: 0;
  text-align: center;
  display: flex;
  align-items: center;
  height: 100%;
}
body .menu-box .menu-box-content {
  width: 100%;
  height: 100%;
  padding-left: 200px;
  display: flex;
  align-items: center;
  padding: 0px 20px 20px;
}
body .menu-box .menu-box-content .menu {
  width: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 0;
  margin: 0;
}
body .menu-box .menu-box-content .menu li {
  width: 100%;
}
body .menu-box .menu-box-content .menu li a {
  color: #FFF;
  transition: all 0.3s ease-in-out;
}
body .menu-box .menu-box-content .menu li a:hover {
  color: #B4B1FF;
}
body .menu-box .menu-box-content #accordionMobileMenu {
  width: 100%;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item {
  border: none;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a,
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header .accordion-button {
  position: relative;
  font-size: 18px;
  font-weight: normal;
  color: #7774B5;
  border: none;
  background: none;
  padding: 1rem 0;
  outline: none !important;
  box-shadow: none !important;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a:hover, body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a.focus,
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header .accordion-button:hover,
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header .accordion-button.focus {
  font-weight: bold;
  color: #7774B5;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a:not(.collapsed)::after,
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23354d2b'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a {
  display: block;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-header a.button {
  width: max-content;
  padding: 8px 30px;
  font-weight: bold;
  color: #A26E4C;
  border: 1px solid #A26E4C;
  border-radius: 50px;
  margin: 1rem 0 0;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-body .sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-body .sub-menu a {
  display: block;
  padding: 5px 0;
  color: #000;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-body .sub-menu a.subtitle {
  text-transform: uppercase;
  font-size: 13px;
  color: #45435B;
  pointer-events: none;
}
body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-body .sub-menu a:hover, body .menu-box .menu-box-content #accordionMobileMenu .accordion-item .accordion-body .sub-menu a:focus {
  color: #000;
  font-weight: bold;
}
@media only screen and (max-width: 800px) {
  body .menu-box > div {
    background-size: 90%;
    background-position: 250px center;
  }
  body .menu-box .menu-box-content {
    overflow-y: scroll;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px 20px 20px;
    gap: 40px;
  }
  body .menu-box .menu-box-content .busca {
    width: 100%;
  }
  body .menu-box .menu-box-content .busca .is-search-form {
    margin: 0;
    width: 100%;
  }
}
body #cookies {
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 90%;
  max-width: 900px;
  height: auto;
  padding: 15px;
  z-index: 9999;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3803921569);
  transition: all 0.3s ease-in-out;
  transform: translateY(150%) translateX(-50%);
}
body #cookies.active {
  transform: translateY(0%) translateX(-50%);
}
body #cookies .col-12 {
  display: flex;
  align-items: center;
  gap: 20px;
}
body #cookies .col-12 > div:last-child {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
body #cookies p {
  margin: 0;
  font-size: 14px;
}
body #cookies .btn.accept {
  line-height: 19px;
  padding: 5px 10px;
}
body #cookies .btn.line {
  line-height: 19px;
  background: transparent;
  color: #7774B5;
  border: 1px solid #7774B5;
  padding: 5px 10px;
}
body #cookies .btn.line:hover {
  background-color: #7774B5;
}
@media only screen and (max-width: 800px) {
  body #cookies {
    padding: 15px;
  }
  body #cookies .col-12 {
    flex-wrap: wrap;
    gap: 10px;
  }
  body #cookies .col-12 > div {
    width: 100%;
  }
  body #cookies .col-12 > div:last-child {
    width: 100%;
  }
  body #cookies p {
    font-size: 14px;
    line-height: 17px;
  }
  body #cookies .btn {
    width: 100%;
    font-size: 15px;
  }
  body #cookies .btn.accept {
    margin-bottom: 5px;
  }
}
body .modal-text .modal-dialog {
  max-width: 700px;
}
body .modal-text .modal-content {
  border-radius: 0;
  border: none;
}
body .modal-text .modal-content .modal-header {
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
body .modal-text .modal-content .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
body .modal-text .modal-content .modal-body .img {
  width: 40%;
}
body .modal-text .modal-content .modal-body .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .modal-text .modal-content .modal-body .text {
  width: 60%;
  padding: 30px;
}
body .modal-text .modal-content .modal-body .text h3 {
  font-size: 23px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 20px;
}
body .modal-text .modal-content .modal-body .text p {
  font-size: 15px;
}
@media (max-width: 800px) {
  body .modal-text .modal-content .modal-header .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m12 10.93 5.719-5.72c.146-.146.339-.219.531-.219.404 0 .75.324.75.749 0 .193-.073.385-.219.532l-5.72 5.719 5.719 5.719c.147.147.22.339.22.531 0 .427-.349.75-.75.75-.192 0-.385-.073-.531-.219l-5.719-5.719-5.719 5.719c-.146.146-.339.219-.531.219-.401 0-.75-.323-.75-.75 0-.192.073-.384.22-.531l5.719-5.719-5.72-5.719c-.146-.147-.219-.339-.219-.532 0-.425.346-.749.75-.749.192 0 .385.073.531.219z'/%3E%3C/svg%3E");
    background-color: #F4F4F4;
    border-radius: 100%;
    background-size: 20px;
  }
  body .modal-text .modal-content .modal-body .img {
    width: 100%;
    height: 150px;
  }
  body .modal-text .modal-content .modal-body .text {
    width: 100%;
    padding: 20px;
  }
}
body.popup_open {
  overflow: hidden;
}
body #popup {
  opacity: 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 100px;
  margin: 0;
  background: rgba(0, 0, 0, 0.831372549);
  z-index: -1;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
}
body #popup .container {
  position: relative;
  max-width: 600px;
  opacity: 0;
  transform: translateY(50%);
  transition: all 0.5s ease-in-out;
}
body #popup.form .close {
  margin: 0;
  right: -30px;
}
body #popup.visible {
  z-index: 9999;
  opacity: 1;
}
body #popup.visible .container {
  opacity: 1;
  transform: translateY(0);
}
body #popup .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  margin-left: 20px;
  cursor: pointer;
}
body #popup .close span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 0;
  margin: 5px 7px;
  transition: 0.5s all;
  transform-origin: center;
  cursor: pointer;
  background: #B4B1FF;
}
body #popup .close span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
body #popup .close span:nth-child(2) {
  opacity: 0;
}
body #popup .close span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
body #popup::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
body #popup::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
body #popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #929292;
}
@media only screen and (max-width: 800px) {
  body #popup {
    padding: 30px;
    background-image: none;
  }
  body #popup .close {
    position: fixed;
    top: 15px;
    right: 15px;
    background: #000;
    padding: 5px;
  }
}
body #filtros {
  padding: 10px 0;
  background: #F4F4F4;
  color: #fff;
}
body #filtros.paginas .col-form {
  width: 70%;
}
body #filtros.paginas .form .form-row {
  width: 27% !important;
}
body #filtros.paginas .form .form-row.enviar {
  width: 19% !important;
}
body #filtros .title {
  width: 15%;
}
body #filtros .col-form {
  width: 85%;
}
body #filtros h3 {
  max-width: 120px;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #fff;
  margin: 0;
}
body #filtros .form {
  margin: 0;
}
body #filtros .form form.loading .form-row.enviar input.btn {
  color: transparent !important;
  background: none !important;
}
body #filtros .form form.loading .form-row.enviar input.btn:hover {
  color: transparent !important;
  background: none !important;
}
body #filtros .form .form-row {
  margin: 0;
}
body #filtros .form .form-row:not(.enviar) {
  width: 25%;
}
body #filtros .form .form-row.col-tipo {
  width: 20%;
}
body #filtros .form .form-row.col-localizacao {
  width: 20%;
}
body #filtros .form .form-row.col-status {
  width: 20%;
}
body #filtros .form .form-row.enviar {
  height: auto;
  width: 15%;
  padding: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
body #filtros .form .form-row input,
body #filtros .form .form-row select {
  color: #fff;
  border-bottom-color: #fff;
}
body #filtros .form .form-row input option,
body #filtros .form .form-row select option {
  padding: 10px;
  color: #000;
  background-color: #fff;
  border: none;
}
body #filtros .form .form-row input.btn,
body #filtros .form .form-row select.btn {
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 0 0 auto;
  padding: 10px 20px;
  outline: none !important;
  box-shadow: none !important;
}
body #filtros .form .form-row input.btn:hover,
body #filtros .form .form-row select.btn:hover {
  color: #7774B5 !important;
  background-color: #fff;
}
body #filtros .form .form-row.select {
  padding: 0 7px;
}
body #filtros .form .form-row.select:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.9648 1.52692L7.96484 8.52692L0.964844 1.52692' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body #filtros .form .form-row.select select {
  padding: 0px 12px;
}
@media screen and (max-width: 768px) {
  body #filtros.paginas {
    padding: 10px;
  }
  body #filtros.paginas .col-form {
    width: 100%;
  }
  body #filtros.paginas .col-form .form .row {
    flex-direction: column;
    gap: 10px;
  }
  body #filtros.paginas .col-form .form .form-row {
    width: 100% !important;
  }
  body #filtros.paginas .col-form .form .form-row.enviar {
    width: 100% !important;
    justify-content: center;
  }
  body #filtros:not(.paginas) {
    padding: 10px 15px;
  }
  body #filtros:not(.paginas) .col-filtros-mobile-title {
    padding: 0 5px;
  }
  body #filtros:not(.paginas) .col-filtros-mobile-title #open-filtros {
    position: relative;
    width: 100%;
    padding: 5px 0 10px;
    appearance: none;
    font-size: 16px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.431372549);
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  body #filtros:not(.paginas) .col-form {
    width: 100%;
    padding-top: 0px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  body #filtros:not(.paginas) .col-form.open {
    max-height: 300px;
  }
  body #filtros:not(.paginas) .col-form .form .row {
    flex-direction: column;
    gap: 10px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row {
    width: 100% !important;
  }
  body #filtros:not(.paginas) .col-form .form .form-row:first-child {
    margin-top: 10px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row.enviar {
    width: 100% !important;
    justify-content: flex-start;
    margin-top: 5px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row.enviar #btn-pesquisa {
    padding: 5px 30px;
  }
  body #filtros:not(.paginas) .col-form .form .form-row select {
    height: 30px;
    border: none;
    padding: 0;
  }
  body #filtros:not(.paginas) .col-form .form .form-row select option {
    padding: 10px;
  }
}
body .is-search-form.is-form-style-3 {
  margin-left: 20px;
}
body .is-search-form.is-form-style-3 label {
  width: 120px !important;
}
body .is-search-form.is-form-style-3 input.is-search-input {
  font-family: "Galano Grotesque", sans-serif !important;
  border-top: 0 !important;
  border-left: 0 !important;
}
body .is-search-form.is-form-style-3 button.is-search-submit .is-search-icon {
  border: none;
  border-bottom: 1px solid #A26E4C;
}
body .is-search-form.is-form-style-3 button.is-search-submit .is-search-icon svg path {
  fill: #A26E4C;
}
@media screen and (min-width: 800px) and (max-width: 1199px) {
  body .is-search-form.is-form-style-3 {
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  body .is-search-form.is-form-style-3 label {
    width: 87% !important;
  }
}
body #is-ajax-search-result-1015 {
  max-width: 200px;
  padding: 0;
}
body #is-ajax-search-result-1015 .is-ajax-search-post {
  padding: 10px;
}
body #is-ajax-search-result-1015 .is-ajax-search-post .is-title a {
  font-size: 13px;
  line-height: 15px;
  color: #7774B5;
}
body #is-ajax-search-result-1015 .is-ajax-search-post .meta {
  display: none;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: none;
  border-radius: 10px;
  background-color: transparent;
}
body::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: none;
  background-color: #929292;
}
@media (min-width: 950px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm,
  body .container-xl,
  body .container-xxl {
    max-width: 950px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  body .container,
  body .container-lg,
  body .container-md,
  body .container-sm {
    max-width: 95%;
  }
}

header#masthead {
  transition: all 0.3s ease-in-out;
}
header#masthead.site-header {
  padding: 20px 0;
  background-color: #45435B;
  top: 0;
  width: 100%;
  z-index: 991;
  position: sticky;
}
header#masthead.site-header.sticky {
  padding: 15px 0;
  top: 0;
}
header#masthead.site-header.sticky .site-branding img.custom-logo {
  max-width: 150px;
}
header#masthead.site-header .col-menu {
  gap: 25px;
}
header#masthead.site-header #menu-principal {
  width: auto;
}
header#masthead.site-header #menu-principal .menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header#masthead.site-header #menu-principal .menu > li:hover > .sub-menu {
  opacity: 1;
}
header#masthead.site-header #menu-principal .menu > li.current-menu-item a {
  color: #7774B5;
}
header#masthead.site-header #menu-principal .menu > li > a {
  display: block;
  width: 102%;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  color: #fff;
  padding: 10px 0;
}
header#masthead.site-header #menu-principal .menu > li > a:hover {
  color: #B4B1FF;
}
header#masthead.site-header #menu-principal .menu > li > a.is-show {
  opacity: 1 !important;
}
header#masthead.site-header #menu-principal .menu > li.button a {
  padding: 5px 15px;
  font-weight: bold;
  color: #45435B;
  border: 1px solid #45435B;
  border-radius: 50px;
}
header#masthead.site-header #menu-principal .menu > li.button a:hover {
  background-color: #45435B;
  color: #fff;
}
header#masthead.site-header #menu-principal .menu > li.menu-item-has-children > a::after {
  content: "";
  display: inline-flex;
  width: 8px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.394043 0.498413L5.19703 4.83435L9.99987 0.498413' stroke='%23354D2B'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu {
  display: flex;
  flex-direction: column;
  padding: 25px;
  gap: 0px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1490196078);
  border-radius: 15px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li {
  padding: 0px 0;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li:not(:last-child) {
  margin-bottom: 10px;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li a {
  color: #000000;
  transition: all 0.3s ease-in-out;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li a:hover {
  font-weight: bold;
  color: #7774B5;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li.subtitle {
  margin: 0;
}
header#masthead.site-header #menu-principal .menu > li > .sub-menu > li.subtitle a {
  pointer-events: none;
  color: #B4B1FF;
  font-size: 13px;
  line-height: 15px;
  text-transform: uppercase;
}
header#masthead.site-header .btn {
  color: #FFF !important;
  text-transform: uppercase;
  outline: none !important;
  box-shadow: none !important;
}
header#masthead.site-header .btn:hover {
  background-color: #B4B1FF;
}
header#masthead.site-header #language {
  font-family: "Montserrat", sans-serif !important;
  appearance: none;
  background: none;
  border: none;
  margin: 0;
  color: #fff;
  font-weight: bold;
  outline: none;
  padding: 5px 15px 5px 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.24' height='6.12' viewBox='0 0 10.24 6.12'%3E%3Cpath id='Icon_feather-chevron-down' data-name='Icon feather-chevron-down' d='M9,13.5l3.706,3.706L16.412,13.5' transform='translate(-7.586 -12.086)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-position: center right;
  background-repeat: no-repeat;
}
header#masthead.site-header #language option {
  background-color: transparent;
  border: none;
  color: #000;
  padding: 5px 10px;
}
header#masthead.site-header .main-menu-toggle {
  position: relative;
  z-index: 99;
  margin-left: 10px;
  cursor: pointer;
}
header#masthead.site-header .main-menu-toggle span {
  display: block;
  width: 24px;
  height: 3px;
  border-radius: 0;
  margin: 5px 7px;
  transition: 0.5s all;
  transform-origin: center;
  cursor: pointer;
  background: #B4B1FF;
}
@media only screen and (max-width: 800px) {
  header#masthead.site-header {
    padding: 20px 20px;
  }
  header#masthead.site-header .site-branding img.custom-logo {
    transition: all 0.3s ease-in-out;
    max-width: 100%;
  }
  header#masthead.site-header.sticky {
    padding: 20px;
  }
  header#masthead.site-header .btn {
    padding: 8px 15px;
    font-size: 12px;
    margin-right: 10px;
  }
}

footer {
  position: relative;
  padding: 80px 0;
}
footer .col-logo {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
footer .col-contatos {
  width: 20%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
footer .col-contatos a {
  transition: all 0.3s ease-in-out;
}
footer .col-contatos a span {
  display: block;
}
footer .col-contatos a span:last-of-type {
  font-weight: bold;
}
footer .col-info {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: center;
}
footer .col-info .link-politica {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #45435B;
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  footer {
    padding: 40px 20px;
  }
  footer .row > div {
    width: 100% !important;
    align-items: center;
  }
  footer .row > div:not(:last-child) {
    margin-bottom: 30px;
  }
  footer .col-info {
    align-items: flex-start;
    gap: 20px;
  }
}

#primary.home #banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(101deg, #7774B5 -0.28%, #3D3B5A 108.85%);
}
#primary.home #banner .container {
  min-height: 80vh;
  display: flex;
}
#primary.home #banner .col-texto {
  display: flex;
  align-items: center;
}
#primary.home #banner .col-texto .logo {
  margin-bottom: 50px;
}
#primary.home #banner .col-texto h2 {
  max-width: 350px;
  font-size: 50px;
  color: #fff;
  margin-bottom: 20px;
}
#primary.home #banner .col-texto h2 > span {
  position: relative;
  display: inline-block;
}
#primary.home #banner .col-texto h2 > span span {
  position: relative;
  z-index: 2;
}
#primary.home #banner .col-texto h2 > span::after {
  content: "";
  position: absolute;
  left: -7px;
  bottom: 0px;
  width: 105%;
  height: 25px;
  background: #45435B;
  z-index: 1;
}
#primary.home #banner .col-texto p {
  max-width: 360px;
  margin-bottom: 30px;
}
#primary.home #banner .col-texto .btn {
  font-weight: bold;
  color: #fff !important;
}
#primary.home #banner .col-imagem {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
#primary.home #banner .col-imagem img {
  width: 1400px;
  max-width: 1400px;
}
@media only screen and (max-width: 800px) {
  #primary.home #banner {
    padding: 50px 20px 0;
  }
  #primary.home #banner .container {
    min-height: 0;
  }
  #primary.home #banner .col-texto .logo {
    width: 300px;
    margin-bottom: 30px;
  }
  #primary.home #banner .col-texto h2 {
    max-width: 300px;
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
  }
  #primary.home #banner .col-texto p {
    max-width: 300px;
  }
  #primary.home #banner .col-texto p:last-of-type {
    margin: 0;
  }
  #primary.home #banner .col-texto .btn-icone {
    display: none;
  }
  #primary.home #banner .col-imagem img {
    width: 130%;
    max-width: 130%;
  }
}
#primary.home #sobre {
  position: relative;
  padding: 60px 0 50px;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(262deg, #45435B 0.64%, #928EC1 99.78%);
}
#primary.home #sobre .col-texto p {
  font-size: 14px;
}
#primary.home #sobre .col-selos {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
}
#primary.home #sobre .col-selos .selo {
  width: 150px;
  text-align: center;
}
#primary.home #sobre .col-selos .selo img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
}
#primary.home #sobre .col-selos .selo h3 {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin: 0;
}
#primary.home #sobre .row-boxes {
  flex-wrap: nowrap;
  margin-top: 50px;
  gap: 40px;
  justify-content: space-between;
}
#primary.home #sobre .col-box {
  max-width: 280px;
}
#primary.home #sobre .col-box .box {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}
#primary.home #sobre .col-box .box img {
  display: block;
  width: 50px;
  height: 50px;
  object-fit: contain;
  margin: 0 auto 15px;
}
#primary.home #sobre .col-box .box h3 {
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: #43D6B1;
}
#primary.home #sobre .col-box .box h4 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
@media only screen and (max-width: 800px) {
  #primary.home #sobre {
    padding: 40px 20px;
  }
  #primary.home #sobre .row-boxes {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
  #primary.home #sobre .row-boxes .col-box {
    max-width: 100%;
  }
  #primary.home #sobre .row-boxes .col-box .box {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    text-align: left;
  }
  #primary.home #sobre .row-boxes .col-box .box img {
    margin: 0;
    width: 80px;
    height: 50px;
  }
  #primary.home #sobre .row-boxes .col-box .box div {
    width: 60%;
  }
  #primary.home #sobre .row-boxes .col-box .box h3 {
    font-size: 40px;
    line-height: 45px;
  }
  #primary.home #sobre .row-boxes .col-box .box h4 {
    font-size: 15px;
    margin: 0;
  }
}
#primary.home #cobertura {
  padding: 50px 0 0;
}
#primary.home #cobertura .col-text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#primary.home #cobertura .col-text h2 {
  font-size: 45px;
  line-height: 49px;
  margin-bottom: 0;
}
#primary.home #cobertura .col-text p {
  font-weight: bold;
  max-width: 270px;
  margin: 0 auto;
}
#primary.home #cobertura .col-form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#primary.home #cobertura .form {
  width: 80%;
  margin: 0;
}
#primary.home #cobertura .form form {
  width: 100%;
  margin: 0;
}
#primary.home #cobertura .form form .form-row {
  margin: 0;
}
#primary.home #cobertura .form input[type=submit] {
  margin: 0 auto;
}
#primary.home #cobertura .form #localizacao-atual {
  cursor: pointer;
}
#primary.home #cobertura .container-mapa {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  padding: 30px;
  color: #fff;
  background-color: #45435B;
  opacity: 0;
  transform: translateX(100%);
  z-index: 5;
  transition: all 0.3s ease-in-out;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento.active {
  opacity: 1;
  transform: translateX(0);
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container {
  position: relative;
  height: 60%;
  overflow-x: hidden;
  overflow-y: auto;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container h3 {
  font-size: 14px;
  color: #fff;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container .pontos {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container .pontos .ponto {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container .pontos .ponto .icone {
  position: relative;
  width: 27px;
  height: 27px;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container .pontos .ponto .titulo {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .pontos_container .pontos .ponto .localizacao {
  display: block;
  font-size: 14px;
  line-height: 18px;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .form {
  position: relative;
  width: 100%;
  height: 40%;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .form form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .form form .form-row input {
  border: none;
  color: #45435B;
  background-color: #F5F5F5;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .form form .form-row input::placeholder {
  color: #45435B;
}
#primary.home #cobertura .container-mapa .wifiwix-orcamento .form form .form-row .botao {
  appearance: none;
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  font-weight: 600;
  color: #45435B;
  background-color: #43D6B1;
  border: none;
}
#primary.home #cobertura .container-mapa .ponto-popup {
  font-family: "Montserrat", sans-serif !important;
}
#primary.home #cobertura .container-mapa .ponto-popup .titulo {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px !important;
  color: #45435B !important;
}
#primary.home #cobertura .container-mapa .ponto-popup .localizacao {
  color: #45435B !important;
}
#primary.home #cobertura .container-mapa .ponto-popup .visualizacoes {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  color: #45435B !important;
}
#primary.home #cobertura .container-mapa .ponto-popup .botao_selecao {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 600;
  color: #45435B !important;
  background-color: #43D6B1;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
#primary.home #cobertura .container-mapa .ponto-popup .botao_selecao svg {
  opacity: 0;
  margin-left: -35px;
  transition: all 0.3s ease-in-out;
}
#primary.home #cobertura .container-mapa .ponto-popup .botao_selecao.selecionado svg {
  opacity: 1;
  margin-left: 0;
}
#primary.home #cobertura .container-mapa .gm-style .gm-style-iw-c {
  max-width: 210px !important;
  padding: 20px !important;
}
#primary.home #cobertura .container-mapa .gm-style .gm-style-iw-c .gm-style-iw-chr {
  position: absolute;
  right: 0;
  top: 0;
}
#primary.home #cobertura .container-mapa .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}
#primary.home #cobertura #wifiwix-mapa {
  width: 100%;
  height: 600px;
}
@media only screen and (max-width: 800px) {
  #primary.home #cobertura {
    padding: 40px 0px 0;
  }
  #primary.home #cobertura .col-text {
    padding: 0 20px;
    text-align: center;
  }
  #primary.home #cobertura .col-text h2 {
    font-size: 30px;
    margin-bottom: 0px;
  }
  #primary.home #cobertura .form {
    margin: 20px auto;
  }
  #primary.home #cobertura .col-image img {
    width: 80%;
    height: 250px;
    object-position: top right;
    object-fit: cover;
  }
  #primary.home #cobertura .container-mapa {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  #primary.home #cobertura .container-mapa .wifiwix-orcamento {
    position: relative;
    width: 100%;
    max-height: 0;
  }
  #primary.home #cobertura .container-mapa .wifiwix-orcamento.active {
    max-height: 100vh;
  }
  #primary.home #cobertura #wifiwix-mapa {
    height: 400px;
  }
}
#primary.home #lista-locais {
  position: relative;
  padding: 80px 0;
}
#primary.home #lista-locais .container {
  max-width: 1000px;
}
#primary.home #lista-locais .col-titulo {
  text-align: center;
  margin-bottom: 40px;
}
#primary.home #lista-locais .col-titulo h2 {
  font-size: 50px;
  line-height: 55px;
  margin: 0;
}
#primary.home #lista-locais .col-filtro {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#primary.home #lista-locais .col-filtro .select select {
  appearance: none;
  min-width: 350px;
  font-weight: bold;
  color: #45435B;
  outline: none;
  padding: 15px 20px;
  border: none;
  border-radius: 30px;
  background: #F5F5F5;
  transition: all 0.3s ease-in-out;
}
#primary.home #lista-locais .col-filtro .select select[disabled] {
  opacity: 0.5;
}
#primary.home #lista-locais .col-filtro .select {
  position: relative;
}
#primary.home #lista-locais .col-filtro .select:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' fill='%231b4855'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
#primary.home #lista-locais .col-filtro .select.focus:before {
  transform: translateY(-50%) rotate(180deg);
}
#primary.home #lista-locais .col-locais {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}
#primary.home #lista-locais .col-locais .local-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#primary.home #lista-locais .col-locais .local-item:not(:last-of-type) {
  padding-bottom: 30px;
  border-bottom: 1px solid #EFEFEF;
}
#primary.home #lista-locais .col-locais .local-item .imagem {
  position: relative;
  width: 20%;
  height: 130px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 20px;
}
#primary.home #lista-locais .col-locais .local-item .imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.home #lista-locais .col-locais .local-item .informacoes {
  position: relative;
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .texto {
  width: 33%;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .texto h3 {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .texto p {
  font-size: 15px;
  line-height: 18px;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .texto p:last-of-type {
  margin-bottom: 0;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .bairro {
  width: 20%;
  text-align: center;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .bairro p {
  font-size: 15px;
  margin: 0;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .acao {
  width: 33%;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .acao .anunciar {
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #45435B !important;
  background-color: #43D6B1;
}
#primary.home #lista-locais .col-locais .local-item .informacoes .acao .anunciar:hover {
  color: #fff !important;
  background-color: #7774B5 !important;
}
@media only screen and (max-width: 800px) {
  #primary.home #lista-locais {
    padding: 40px 20px;
  }
  #primary.home #lista-locais .col-titulo h2 {
    font-size: 35px;
    line-height: 40px;
  }
  #primary.home #lista-locais .col-filtro {
    flex-direction: column;
    gap: 10px;
  }
  #primary.home #lista-locais .col-filtro .select select {
    width: 100%;
    max-width: 100%;
  }
  #primary.home #lista-locais .col-locais .local-item {
    gap: 15px;
  }
  #primary.home #lista-locais .col-locais .local-item .imagem {
    width: 100%;
    height: 200px;
  }
  #primary.home #lista-locais .col-locais .local-item .informacoes {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }
  #primary.home #lista-locais .col-locais .local-item .informacoes > div {
    width: 100% !important;
    text-align: left !important;
  }
}
#primary.home #cta {
  position: relative;
  padding: 40px 0;
  background: linear-gradient(90deg, #45435B 0%, #928EC1 100%);
}
#primary.home #cta .col-botao {
  display: flex;
  align-items: center;
  justify-content: center;
}
#primary.home #cta .col-botao .btn {
  border-radius: 10px;
  font-weight: bold;
  color: #45435B !important;
  background-color: #43D6B1;
}
#primary.home #cta .col-botao .btn:hover {
  color: #F4F4F4 !important;
  background-color: #45435B !important;
}
@media only screen and (max-width: 800px) {
  #primary.home #cta {
    padding: 30px 20px;
  }
}
#primary.home #depoimentos {
  background: #7774B5;
  color: #fff;
  position: relative;
  padding: 80px 0;
}
#primary.home #depoimentos .container {
  max-width: 1200px;
}
#primary.home #depoimentos .col-titulo {
  text-align: center;
  margin-bottom: 40px;
}
#primary.home #depoimentos .col-titulo h2 {
  font-size: 45px;
  color: #fff;
}
#primary.home #depoimentos .col-slider {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
#primary.home #depoimentos .col-slider .slide-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
#primary.home #depoimentos .col-slider .slide-navigation > div {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  width: 9px;
  height: 18px;
  color: #fff;
  margin: 0;
}
#primary.home #depoimentos .col-slider .slide-navigation > div::after {
  font-size: 18px;
}
#primary.home #depoimentos .col-slider .slide-depoimentos {
  width: 100%;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide:not(.swiper-slide-active) {
  opacity: 0.3;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem {
  position: relative;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 40px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='35' viewBox='0 0 44 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.4 16.7001C16.0667 17.4334 17.3667 18.5334 18.3 20.0001C19.2334 21.4667 19.7 23.2001 19.7 25.2001C19.7 28.0667 18.8 30.4001 17 32.2001C15.2 33.9334 12.9 34.8001 10.1 34.8001C7.30002 34.8001 4.96669 33.9001 3.10002 32.1001C1.30002 30.3001 0.400024 28.0001 0.400024 25.2001C0.400024 23.8667 0.566691 22.5334 0.900024 21.2001C1.23336 19.8667 1.96669 17.8667 3.10002 15.2001L8.90002 0.800049H18.8L14.4 16.7001ZM38 16.7001C39.6667 17.4334 40.9667 18.5334 41.9 20.0001C42.8334 21.4667 43.3 23.2001 43.3 25.2001C43.3 28.0667 42.4 30.4001 40.6 32.2001C38.8 33.9334 36.5 34.8001 33.7 34.8001C30.9 34.8001 28.5667 33.9001 26.7 32.1001C24.9 30.3001 24 28.0001 24 25.2001C24 23.8667 24.1667 22.5334 24.5 21.2001C24.8334 19.8667 25.5667 17.8667 26.7 15.2001L32.5 0.800049H42.4L38 16.7001Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem .foto {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 100px;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem .foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem .empresa {
  position: absolute;
  right: -20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 40px;
  z-index: 2;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .imagem .empresa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .texto p {
  font-size: 14px;
  margin-bottom: 15px;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .texto h3 {
  font-size: 14px;
  color: #45435B;
  margin-bottom: 5px;
}
#primary.home #depoimentos .col-slider .slide-depoimentos .swiper-slide .texto h4 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 0px;
}
@media only screen and (max-width: 800px) {
  #primary.home #depoimentos {
    padding: 50px 20px;
  }
  #primary.home #depoimentos .col-titulo h2 {
    font-size: 35px;
  }
  #primary.home #depoimentos .col-slider .slide-anunciantes .swiper-slide {
    height: 150px;
  }
}

/*# sourceMappingURL=style.css.map */
