@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
#page #masthead .container {
  max-width: none;
  position: relative;
}

#masthead {
  background: white;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  padding: 0;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media print {
  #masthead {
    display: none;
  }
}
@media (min-width: 910px) {
  #masthead.toggled-on {
    background: white;
  }
}
#masthead.fixed {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 909px) {
  #masthead.fixed::before {
    content: "";
    display: block;
    height: 62px;
    width: 100%;
    background: white;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 910px) {
  #masthead.fixed .site-branding {
    padding: 0;
  }
  #masthead.fixed .site-branding .site-title {
    margin: 0;
  }
}
@media (min-width: 910px) and (min-width: 910px) {
  #masthead.fixed .site-branding .site-title .custom-logo {
    height: 60px;
  }
}
#masthead .social-menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
  margin: 0;
}
#masthead .social-menu li {
  margin-right: 0.5rem;
}
#masthead .social-menu li a {
  height: 40px;
  width: 40px;
  border: 1px solid #381414;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .social-menu li a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 85%;
  transition: all 0.3s ease-in-out;
}
#masthead .social-menu li a:hover, #masthead .social-menu li a:focus {
  background: #381414;
}
#masthead .social-menu li a:hover img, #masthead .social-menu li a:focus img {
  filter: invert(100%) sepia(11%) saturate(0%) hue-rotate(184deg) brightness(106%) contrast(103%);
}
#masthead .site-header-right-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#masthead .site-header-right-content .phone-menu li {
  display: none;
  margin: 0 !important;
}
#masthead .site-header-right-content .phone-menu li.btn-whatsapp-wrapper {
  display: block;
  margin-right: 0.5rem !important;
}
#masthead .site-header-right-content .phone-menu li.btn-whatsapp-wrapper a span {
  display: none;
}
@media (min-width: 910px) {
  #masthead .site-header-right-content .phone-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
  }
  #masthead .site-header-right-content .phone-menu li {
    display: block;
    margin-right: 0.75rem !important;
  }
  #masthead .site-header-right-content .phone-menu li.btn-whatsapp-wrapper {
    margin-right: 0;
  }
  #masthead .site-header-right-content .phone-menu li.btn-whatsapp-wrapper a span {
    display: inline;
  }
}
#masthead .site-header-right-content .search-form-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  #masthead .site-header-right-content .search-form-wrapper {
    display: block;
    margin-right: 1rem;
  }
  #masthead .site-header-right-content .search-form-wrapper form {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid #381414;
    border-radius: 25px;
    transition: all 0.3s ease-in-out;
  }
  #masthead .site-header-right-content .search-form-wrapper form:hover, #masthead .site-header-right-content .search-form-wrapper form:focus-within {
    width: 200px;
  }
  #masthead .site-header-right-content .search-form-wrapper form:hover input, #masthead .site-header-right-content .search-form-wrapper form:focus-within input {
    display: block;
  }
  #masthead .site-header-right-content .search-form-wrapper form:hover button, #masthead .site-header-right-content .search-form-wrapper form:focus-within button {
    transition: all 1s ease-in-out;
  }
  #masthead .site-header-right-content .search-form-wrapper form input {
    border: none;
    display: none;
  }
  #masthead .site-header-right-content .search-form-wrapper form button {
    transition: all 1s ease-in-out;
    width: 40px;
  }
}
@media (min-width: 910px) {
  #masthead .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 910px) {
  #masthead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 5px;
  }
}
#masthead .site-branding {
  position: relative;
  z-index: 1000;
  margin: 0;
  padding: 15px 0;
  transition: all 0.3s ease-in-out;
}
#masthead .site-branding a:hover, #masthead .site-branding a:focus {
  opacity: 0.6;
}
#masthead .site-branding .site-title {
  margin: 0;
}
#masthead .site-branding .site-title .custom-logo {
  width: auto;
  height: 30px;
  aspect-ratio: auto;
  object-fit: contain;
  max-width: none;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 390px) {
  #masthead .site-branding .site-title .custom-logo {
    height: 40px;
  }
}
@media (min-width: 910px) {
  #masthead .site-branding .site-title .custom-logo {
    height: 80px;
  }
}
#masthead .site-header-main {
  position: relative;
  margin: auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (min-width: 910px) {
  #masthead .site-header-main {
    margin: 0;
  }
}
#masthead .menu-toggle {
  border: none;
  border-radius: 8px;
  margin: 0;
  background: #381414;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 0.5rem 0.75rem;
}
@media (min-width: 910px) {
  #masthead .menu-toggle {
    right: 0;
    display: flex;
  }
}
#masthead .menu-toggle span {
  display: none;
  text-transform: uppercase;
  margin-left: 0.5rem;
  font-size: 1rem;
}
@media (min-width: 390px) {
  #masthead .menu-toggle span {
    display: block;
  }
}
@media (min-width: 910px) {
  #masthead .menu-toggle span {
    font-size: 1.25rem;
  }
}
#masthead .menu-toggle i {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.3s ease-in-out;
  color: white;
}
@media (min-width: 910px) {
  #masthead .menu-toggle i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1.75rem;
  }
}
#masthead .menu-toggle i.fa-xmark {
  display: none;
}
#masthead .menu-toggle.toggled-on {
  background: #AB613F !important;
  color: white !important;
}
#masthead .menu-toggle.toggled-on i.fa-xmark {
  display: block;
}
#masthead .menu-toggle.toggled-on i.fa-bars {
  display: none;
}
#masthead .menu-toggle:focus {
  color: white !important;
  outline: none;
}
#masthead .dropdown-toggle {
  color: white;
}
#masthead .site-header-menu {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1170px;
  position: relative;
  margin: auto;
}
@media (min-width: 910px) {
  #masthead .site-header-menu {
    position: absolute;
    right: 15px;
    top: 95px;
    background: white;
    border-radius: 15px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
    display: none;
    padding: 1rem 1.25rem;
  }
  #masthead .site-header-menu.toggled-on {
    display: block;
  }
}
#masthead .site-header-menu .social-menu {
  padding-bottom: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  border-bottom: 1px solid rgba(56, 20, 20, 0.25);
}
@media (min-width: 910px) {
  #masthead .site-header-menu .social-menu {
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-bottom: none;
    justify-content: flex-end;
  }
  #masthead .site-header-menu .social-menu li {
    margin: 0 0 0.5rem 0.5rem;
  }
}
#masthead .site-header-menu .phone-menu {
  padding-bottom: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  justify-content: space-between;
}
@media (min-width: 910px) {
  #masthead .site-header-menu .phone-menu {
    display: none !important;
  }
}
#masthead .site-header-menu .phone-menu li {
  margin: 0;
}
#masthead .site-header-menu .search-form-wrapper {
  margin-bottom: 1rem;
}
@media (min-width: 910px) {
  #masthead .site-header-menu .search-form-wrapper {
    margin-bottom: 0;
    margin-top: 0.5rem;
  }
}
@media (min-width: 1200px) {
  #masthead .site-header-menu .search-form-wrapper {
    margin-top: 0;
    display: none !important;
  }
}
@media (min-width: 910px) {
  #masthead .site-header-menu {
    max-width: none;
    margin: 0;
  }
  #masthead .site-header-menu .main-navigation .primary-menu {
    display: block;
    width: 300px;
  }
}
@media (min-width: 910px) {
  #masthead .main-navigation {
    margin: 0;
    display: block;
  }
}
#masthead .main-navigation .primary-menu {
  padding: 0.75em 0 0;
  margin-bottom: 0.75rem;
  border-bottom: none;
}
#masthead .main-navigation a {
  font-family: "Ubuntu", system-ui;
  font-size: 1.25rem;
  color: #381414;
  padding: 0.25em 0;
  font-weight: 900;
}
#masthead .main-navigation a:hover, #masthead .main-navigation a:focus {
  color: #AB613F;
}
@media (min-width: 910px) {
  #masthead .main-navigation a {
    position: relative;
    text-align: right;
  }
}
#masthead .main-navigation li {
  border: none;
  padding: 0;
  width: 100%;
}
#masthead .main-navigation li:hover ul, #masthead .main-navigation li:focus ul {
  display: block;
}
#masthead .main-navigation li ul {
  border: none;
  background: white;
  display: block;
  padding: 0;
}
@media (min-width: 910px) {
  #masthead .main-navigation li ul {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    display: none;
  }
}
#masthead .main-navigation li ul li {
  border: none;
}
#masthead .main-navigation li ul li a {
  font-weight: normal;
  text-transform: none;
}

.phone-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 390px) {
  .phone-menu {
    display: flex;
  }
}
.phone-menu li {
  margin-bottom: 0.5rem !important;
}
.phone-menu li:last-of-type {
  margin-bottom: 0 !important;
}
@media (min-width: 390px) {
  .phone-menu li {
    margin-bottom: 0 !important;
    margin-right: 0.75rem;
  }
}
.phone-menu li a {
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: flex-start;
}
.phone-menu li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #381414;
  border-radius: 20px;
  margin-right: 0.25rem;
}
.phone-menu li a.btn-whatsapp i {
  background: #00D041;
  border-color: #00D041;
  color: white;
  font-size: 1.5rem;
}

#main-banner {
  aspect-ratio: 3/4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (min-width: 600px) {
  #main-banner {
    aspect-ratio: 7/5;
  }
}
@media (min-width: 910px) {
  #main-banner {
    aspect-ratio: 8/3;
  }
}
#main-banner .main-banner-text {
  max-width: 470px;
  width: 100%;
  color: white;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
#main-banner .main-banner-text h1 {
  font-weight: bold;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}
#main-banner .main-banner-text h2 {
  font-size: 1.125rem;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  margin-bottom: 1rem;
}
#main-banner .main-banner-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  aspect-ratio: 3/4;
  display: block;
}
@media (min-width: 600px) {
  #main-banner .main-banner-video {
    aspect-ratio: 7/5;
  }
}
@media (min-width: 910px) {
  #main-banner .main-banner-video {
    aspect-ratio: 8/3;
  }
}
#main-banner .main-banner-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  object-position: center;
  object-fit: cover;
}
#main-banner .main-banner-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  aspect-ratio: 3/4;
}
@media (min-width: 600px) {
  #main-banner .main-banner-bg {
    aspect-ratio: 7/5;
  }
}
@media (min-width: 910px) {
  #main-banner .main-banner-bg {
    aspect-ratio: 8/3;
  }
}
#main-banner .main-banner-bg img {
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 3/4;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}
#main-banner .main-banner-bg img.active {
  opacity: 1;
}
@media (min-width: 600px) {
  #main-banner .main-banner-bg img {
    aspect-ratio: 7/5;
  }
}
@media (min-width: 910px) {
  #main-banner .main-banner-bg img {
    aspect-ratio: 8/3;
  }
}

.btn-top {
  display: block;
  position: fixed;
  right: 35px;
  bottom: 95px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #AB613F;
  color: white;
  font-size: 1.5rem;
  opacity: 0;
  z-index: 1001;
  border-radius: 5px;
}
.btn-top:hover, .btn-top:focus {
  color: white;
  background: #2B0D0D;
}
.btn-top.fixed {
  opacity: 1;
}
.btn-top span {
  display: none;
}

#cat-whatsapp {
  display: none;
}

.home .footer {
  margin-top: 0;
}

.page-template-equipe .footer {
  margin-top: 0;
}

.footer {
  background: #381414;
  padding: 0;
  color: white;
  margin-top: 2rem;
  border-top: none;
}
@media (min-width: 910px) {
  .footer {
    margin-top: 3rem;
  }
}
@media print {
  .footer {
    display: none;
  }
}
.footer .footer-upper-content {
  background: #AB613F;
  padding: 3rem 0;
  margin-bottom: 3rem;
}
.footer .social-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.footer .social-menu li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.footer .social-menu li a {
  height: 50px;
  width: 50px;
  border: 1px solid white;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-menu li a img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 85%;
  transition: all 0.3s ease-in-out;
  filter: invert(100%) sepia(11%) saturate(0%) hue-rotate(184deg) brightness(106%) contrast(103%);
}
.footer .social-menu li a:hover, .footer .social-menu li a:focus {
  opacity: 0.7;
}
.footer .partners-menu {
  padding: 0;
  margin: 0 0 1rem;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .partners-menu li {
  padding: 0 0.25rem;
  margin-bottom: 0.5rem;
}
.footer .partners-menu li a:focus, .footer .partners-menu li a:hover {
  opacity: 0.7;
}
.footer .partners-menu img {
  border-radius: 10px;
  aspect-ratio: 4/3;
  object-fit: cover;
  width: 100px;
}
.footer .caminhos-row h4 {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
.footer .caminhos-row .caminhos-col-4 {
  margin-bottom: 3rem;
}
@media (min-width: 910px) {
  .footer .caminhos-row {
    align-items: stretch;
    justify-content: space-between;
  }
  .footer .caminhos-row .caminhos-col-4 {
    align-items: center;
    width: 33.3%;
    margin-bottom: 0;
  }
}
.footer .entry-header {
  padding: 0 !important;
  background: transparent !important;
}
.footer .entry-header .entry-title {
  font-size: 1.5rem !important;
}
@media (min-width: 910px) {
  .footer .entry-header .entry-title {
    font-size: 2rem !important;
  }
}
@media (min-width: 910px) {
  .footer .entry-header .entry-title img {
    width: 50px !important;
  }
}
.footer .site-info {
  text-align: center;
  padding: 2rem 15px;
  margin: 2rem 0 0;
  color: white;
  background: #2B0D0D;
}
.footer .site-info form {
  color: white;
  max-width: 300px;
  margin: 0 auto 1.5rem;
}
.footer .site-info form ::placeholder {
  color: rgba(255, 255, 255, 0.5);
  opacity: 1; /* Firefox */
}
.footer .site-info form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.5);
}
.footer .site-info form input {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
  font-size: 1rem;
  color: white;
  font-family: "Ubuntu", system-ui;
}
.footer .site-info form input:focus {
  background: transparent;
  border: 1px solid white;
}
.footer .site-info form button {
  color: white;
}
.footer .site-info p {
  margin: 0;
  font-size: 12px;
}
.footer .site-info p a {
  color: white;
  text-decoration: underline;
}
.footer .site-info p a:focus, .footer .site-info p a:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 909px) {
  .footer .phone-menu {
    display: block;
    margin-bottom: 1.25rem;
  }
  .footer .phone-menu li {
    margin-right: 0;
    margin-bottom: 0.5rem !important;
  }
}
.footer .phone-menu li {
  margin-right: 1rem;
}
.footer .phone-menu li a {
  color: white;
}
.footer .phone-menu li a i {
  border-color: white;
  margin-right: 0.5rem;
}
.footer .phone-menu li a:focus, .footer .phone-menu li a:hover {
  opacity: 0.7;
}
.footer .phone-menu li a.btn-whatsapp i {
  background: transparent;
  border-color: white;
  color: white;
  font-size: 1.25rem;
}
.footer .footer-menu {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0;
  display: flex;
}
.footer .footer-menu li {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
.footer .footer-menu li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid white;
  border-radius: 20px;
  margin-right: 0.5rem;
}
.footer .footer-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: white;
}
.footer .footer-menu li a.btn-whatsapp i {
  background: #00D041;
  border-color: #00D041;
  color: white;
  font-size: 1.5rem;
}

.btn-agenda {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 110;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn-agenda i {
  display: block;
  width: 40px;
  height: 40px;
  background: #BAA288;
  color: white;
  border-radius: 20px;
  margin: 0 auto -0.5rem;
  text-align: center;
  font-size: 1.25rem;
  line-height: 40px;
  position: relative;
  z-index: 1;
}
.btn-agenda span {
  display: inline-block;
  padding: 0.5em 1em;
  background: #F1E2D0;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: bold;
}

.btn, #page .entry-content-boxed .entry-content .wp-block-button__link,
.wp-block-button__link {
  background: #381414;
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 0.5em 1em;
  color: white;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0;
  border: 1px solid #381414;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 2em;
  /*


  &.btn-green {
  	background:$theme-secondary;
  	color:white;
  	border-color: $theme-secondary;

  	&:focus,
  	&:hover {
  		background:darken($theme-secondary, 10%);
  		color:white;
  	}
  }


  &.btn-blue {
  	background:$theme-tertiary;
  	color:white;
  	border-color: $theme-tertiary;

  	&:focus,
  	&:hover {
  		background:$theme-secondary;
  		color:white;
  	}
  }

  &.btn-outline-white {
  	background:transparent;
  	border:1px solid white;
  	color:white;

  	&:focus,
  	&:hover {
  		background: $theme-primary !important;
  		border-color: $theme-primary !important;
  		color:white !important;
  	}
  }
  */
}
.btn:focus, #page .entry-content-boxed .entry-content .wp-block-button__link:focus, .btn:hover, #page .entry-content-boxed .entry-content .wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:hover {
  color: white;
  background: #AB613F;
  border-color: #AB613F;
  box-shadow: none;
}
.btn.btn-outline, .btn.wp-block-button__link, #page .entry-content-boxed .entry-content .wp-block-button__link,
.wp-block-button__link.btn-outline,
.wp-block-button__link.wp-block-button__link {
  background: transparent;
  border: 1px solid #381414;
  color: #381414 !important;
}
.btn.btn-outline:focus, .btn.btn-outline:hover, .btn.wp-block-button__link:focus, #page .entry-content-boxed .entry-content .wp-block-button__link:focus, .btn.wp-block-button__link:hover, #page .entry-content-boxed .entry-content .wp-block-button__link:hover,
.wp-block-button__link.btn-outline:focus,
.wp-block-button__link.btn-outline:hover,
.wp-block-button__link.wp-block-button__link:focus,
.wp-block-button__link.wp-block-button__link:hover {
  background: #381414 !important;
  border-color: #381414 !important;
  color: white !important;
}
.btn.btn-outline-gray, #page .entry-content-boxed .entry-content .btn-outline-gray.wp-block-button__link,
.wp-block-button__link.btn-outline-gray {
  background: transparent;
  border: 1px solid #999;
  color: #999 !important;
}
.btn.btn-outline-gray:focus, #page .entry-content-boxed .entry-content .btn-outline-gray.wp-block-button__link:focus, .btn.btn-outline-gray:hover, #page .entry-content-boxed .entry-content .btn-outline-gray.wp-block-button__link:hover,
.wp-block-button__link.btn-outline-gray:focus,
.wp-block-button__link.btn-outline-gray:hover {
  background: #666 !important;
  border-color: #666 !important;
  color: white !important;
}
.btn.btn-outline-white, #page .entry-content-boxed .entry-content .btn-outline-white.wp-block-button__link,
.wp-block-button__link.btn-outline-white {
  background: transparent;
  border: 1px solid white;
  color: white !important;
}
.btn.btn-outline-white:focus, #page .entry-content-boxed .entry-content .btn-outline-white.wp-block-button__link:focus, .btn.btn-outline-white:hover, #page .entry-content-boxed .entry-content .btn-outline-white.wp-block-button__link:hover,
.wp-block-button__link.btn-outline-white:focus,
.wp-block-button__link.btn-outline-white:hover {
  background: white !important;
  border-color: white !important;
  color: #381414 !important;
}
.btn.btn-gray, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link,
.wp-block-button__link.btn-gray {
  background: #999;
  color: white;
  border-color: #999;
}
.btn.btn-gray:focus, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link:focus, .btn.btn-gray:hover, #page .entry-content-boxed .entry-content .btn-gray.wp-block-button__link:hover,
.wp-block-button__link.btn-gray:focus,
.wp-block-button__link.btn-gray:hover {
  background: gray;
  color: white;
}
.btn.btn-light-gray, #page .entry-content-boxed .entry-content .btn-light-gray.wp-block-button__link,
.wp-block-button__link.btn-light-gray {
  background: #F4F4F4;
  color: white;
  border-color: #F4F4F4;
}
.btn.btn-light-gray:focus, #page .entry-content-boxed .entry-content .btn-light-gray.wp-block-button__link:focus, .btn.btn-light-gray:hover, #page .entry-content-boxed .entry-content .btn-light-gray.wp-block-button__link:hover,
.wp-block-button__link.btn-light-gray:focus,
.wp-block-button__link.btn-light-gray:hover {
  background: #dbdbdb;
  color: white;
}
.btn.btn-white, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link,
.wp-block-button__link.btn-white {
  background: white;
  color: #381414 !important;
  border-color: white;
}
.btn.btn-white:focus, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link:focus, .btn.btn-white:hover, #page .entry-content-boxed .entry-content .btn-white.wp-block-button__link:hover,
.wp-block-button__link.btn-white:focus,
.wp-block-button__link.btn-white:hover {
  background: #AB613F;
  border-color: #AB613F;
  color: white !important;
}
.btn.btn-sm, #page .entry-content-boxed .entry-content .btn-sm.wp-block-button__link,
.wp-block-button__link.btn-sm {
  font-size: 0.875rem;
}
.btn.btn-xs, #page .entry-content-boxed .entry-content .btn-xs.wp-block-button__link,
.wp-block-button__link.btn-xs {
  font-size: 0.75rem;
  padding: 5px 10px;
  margin-top: 5px;
}
.btn.btn-lg, #page .entry-content-boxed .entry-content .btn-lg.wp-block-button__link,
.wp-block-button__link.btn-lg {
  font-size: 1.125rem;
  padding: 0.5em 1em;
  font-weight: bold;
}
.btn.btn-fixed-icon, #page .entry-content-boxed .entry-content .btn-fixed-icon.wp-block-button__link,
.wp-block-button__link.btn-fixed-icon {
  position: relative;
  padding-right: 60px;
}
.btn.btn-fixed-icon i, #page .entry-content-boxed .entry-content .btn-fixed-icon.wp-block-button__link i,
.wp-block-button__link.btn-fixed-icon i {
  position: absolute;
  right: -1px;
  top: -1px;
  aspect-ratio: 1/1;
  height: calc(100% + 2px);
  font-size: 1.5em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid;
}

@media (min-width: 910px) {
  .caminhos-col-6 .grid-container .grid-item {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .caminhos-col-6 .grid-container .grid-item:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }
}

.grid-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 910px) {
  .grid-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.grid-container.links {
  justify-content: flex-start;
  align-items: stretch;
}
.grid-container .grid-item {
  margin: 0 0 2.5rem;
  width: 100%;
  position: relative;
}
.grid-container .grid-item .btn-solutions {
  position: absolute;
  right: 25px;
  top: 10px;
  z-index: 10;
  background: transparent;
  font-size: 1rem;
  padding: 0;
  border-radius: 50px;
  line-height: 1;
  aspect-ratio: 1/1;
}
.grid-container .grid-item .btn-solutions + span {
  display: block;
  opacity: 0;
  background: white;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  padding: 1em;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 11;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.grid-container .grid-item .btn-solutions + span h5 {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 0;
}
.grid-container .grid-item .btn-solutions + span ul {
  margin: 0 !important;
}
.grid-container .grid-item .btn-solutions + span ul li {
  font-size: 0.75rem;
}
.grid-container .grid-item .btn-solutions:focus + span, .grid-container .grid-item .btn-solutions:hover + span {
  opacity: 1;
}
.grid-container .grid-item.pratica .grid-item-pratica-solucoes {
  display: none;
}
.grid-container .grid-item.pratica.no-cover .grid-item-inner {
  padding-top: 0.45rem;
}
.grid-container .grid-item.pratica.no-cover .grid-item-inner .grid-item-text h2 {
  font-size: 1.25rem !important;
}
@media (min-width: 600px) {
  .grid-container .grid-item.pratica.no-cover .grid-item-inner .grid-item-text h2 {
    font-size: 1.5rem !important;
  }
}
.grid-container .grid-item.pratica.no-cover .btn-solutions {
  display: none;
}
.grid-container .grid-item.pratica.no-cover > figure,
.grid-container .grid-item.pratica.no-cover .pratica-cover {
  display: none;
}
.grid-container .grid-item .grid-item-inner {
  border: 1px solid #F4F4F4;
  border-radius: 15px;
  overflow: hidden;
  height: 100%;
}
@media (min-width: 600px) {
  .grid-container .grid-item {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .grid-container .grid-item:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 910px) {
  .grid-container .grid-item {
    width: 33.33%;
    padding: 0 15px !important;
  }
  .grid-container .grid-item.link {
    width: 50%;
    padding: 0 0 0 15px !important;
  }
  .grid-container .grid-item.link:nth-child(2n+1) {
    padding: 0 15px 0 0 !important;
  }
}
.grid-container .grid-item.link {
  min-height: 100%;
  position: relative;
}
.grid-container .grid-item.link .btn, .grid-container .grid-item.link #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .grid-container .grid-item.link .wp-block-button__link {
  display: inline-block;
}
.grid-container .grid-item .btn:not(.btn-white), .grid-container .grid-item #page .entry-content-boxed .entry-content .wp-block-button__link:not(.btn-white), #page .entry-content-boxed .entry-content .grid-container .grid-item .wp-block-button__link:not(.btn-white) {
  color: white !important;
}
.grid-container .grid-item.noticia .grid-item-inner {
  border: none;
}
.grid-container .grid-item.noticia .grid-item-inner figure img {
  border: 1px solid #F4F4F4;
}
.grid-container .grid-item.noticia .grid-item-inner .grid-item-text {
  padding: 0;
}
@media (min-width: 910px) {
  .grid-container .grid-item.membro {
    width: 25%;
    padding: 0 15px !important;
  }
}
.grid-container .grid-item.membro a figure {
  border-radius: 50%;
  height: 150px;
  background: none;
}
.grid-container .grid-item.membro a figure img {
  aspect-ratio: 1/1;
  border: none;
  border-radius: 50%;
  width: 150px;
  height: auto;
  object-fit: contain;
  background: white;
}
.grid-container .grid-item.membro a:hover figure, .grid-container .grid-item.membro a:focus figure {
  background: none;
}
.grid-container .grid-item.membro a:hover figure img, .grid-container .grid-item.membro a:focus figure img {
  opacity: 0.8;
}
.grid-container .grid-item.membro h3 {
  font-size: 1.25rem !important;
  text-align: center;
}
.grid-container .grid-item.membro h3 a {
  color: white;
}
.grid-container .grid-item.membro .grid-item-text {
  text-align: center;
}
.grid-container .grid-item a {
  display: block;
  text-decoration: none;
  color: black;
  position: relative;
}
.grid-container .grid-item a:hover figure, .grid-container .grid-item a:focus figure {
  background-color: rgba(244, 244, 244, 0.6);
}
.grid-container .grid-item a:hover figure img, .grid-container .grid-item a:focus figure img {
  opacity: 0.8;
}
.grid-container .grid-item a figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  background: rgba(244, 244, 244, 0.3) url(../img/caminhos-simbolo.png) center center no-repeat;
  background-size: auto 60%;
  margin-bottom: 0.5rem;
  aspect-ratio: 370/200;
  border-radius: 15px;
  transition: all 0.3s ease-in-out;
}
.grid-container .grid-item a figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 370/200;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.grid-container .grid-item .grid-item-text {
  text-align: right;
  padding: 0.5rem 1rem 1rem;
}
.grid-container .grid-item .grid-item-text h2 {
  margin: 0 0 0.5rem !important;
  font-size: 1.125rem !important;
  font-weight: bold !important;
  text-transform: none !important;
  line-height: 1.25 !important;
  color: black !important;
  text-align: left;
}
.grid-container .grid-item .grid-item-text h2 a {
  text-decoration: none !important;
}
.grid-container .grid-item .grid-item-text p {
  color: #999 !important;
  font-size: 0.875rem;
  text-align: left;
  margin: 0 0 0.5rem !important;
  position: relative;
  padding-left: 1.5rem;
}
.grid-container .grid-item .grid-item-text p i {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
}
.grid-container .grid-item .grid-item-text .btn, .grid-container .grid-item .grid-item-text #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .grid-container .grid-item .grid-item-text .wp-block-button__link {
  display: inline-block;
}

.related-news .grid-container .grid-item .grid-item-text h2 {
  font-size: 1rem !important;
}

.grid-search-results {
  margin-top: 0 !important;
}
.grid-search-results .grid-item {
  border-top: 1px solid #999 !important;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.grid-search-results .grid-item:first-of-type {
  border: none !important;
  padding-top: 0;
}
.grid-search-results .grid-item a {
  text-decoration: none;
}
.grid-search-results .grid-item a:focus, .grid-search-results .grid-item a:hover, .grid-search-results .grid-item a:active {
  color: #381414 !important;
  background: none !important;
}
.grid-search-results .grid-item a h2 {
  font-weight: bold;
  font-family: "Ubuntu", system-ui !important;
  font-size: 1.5rem;
}
.grid-search-results .grid-item a p.type {
  font-size: 0.875rem;
  background: #381414;
  color: white;
  border-radius: 5px;
  padding: 0.25em 0.5em;
  display: inline-block;
  line-height: 1;
}
.grid-search-results .grid-item a p.type.pratica {
  background: #381414;
}
.grid-search-results .grid-item a p.type.projeto {
  background: #00CCBF;
}
.grid-search-results .grid-item a p.type.publicacao {
  background: #8858C5;
}

.single-column-grid-container .grid-item {
  background: white;
  border-radius: 10px;
  margin-bottom: 2rem;
}
@media (min-width: 910px) {
  .single-column-grid-container .grid-item {
    margin-bottom: 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.single-column-grid-container .grid-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 910px) {
  .single-column-grid-container .grid-item .grid-item-image {
    width: 50%;
  }
}
.single-column-grid-container .grid-item .grid-item-image figure {
  margin: 0;
  width: 100%;
}
.single-column-grid-container .grid-item .grid-item-image figure img {
  border-radius: 10px 10px 0 0;
  margin: 0;
  aspect-ratio: 550/410;
  object-fit: cover;
  border: none;
}
@media (min-width: 910px) {
  .single-column-grid-container .grid-item .grid-item-image figure img {
    border-radius: 10px 0 0 10px;
  }
}
.single-column-grid-container .grid-item.home .grid-item-text p {
  font-weight: normal;
  color: #381414;
  margin: 0 0 0.5rem;
}
.single-column-grid-container .grid-item .grid-item-text {
  padding: 1.5rem;
}
@media (min-width: 910px) {
  .single-column-grid-container .grid-item .grid-item-text {
    width: 50%;
  }
}
.single-column-grid-container .grid-item .grid-item-text h2 {
  margin: 0.25rem 0 0.25rem;
  font-size: 1.5rem;
  font-weight: bold;
}
.single-column-grid-container .grid-item .grid-item-text h2 a:hover, .single-column-grid-container .grid-item .grid-item-text h2 a:focus {
  color: #AB613F;
}
.single-column-grid-container .grid-item .grid-item-text h3 {
  margin: -0.25rem 0 0.75rem;
  font-size: 1.125rem;
  font-weight: bold;
}
.single-column-grid-container .grid-item .grid-item-text p {
  margin: 0 0 0.125rem;
  font-weight: bold;
  color: #AB613F;
}
.single-column-grid-container .grid-item .grid-item-text p.brown {
  color: #381414;
}
.single-column-grid-container .grid-item .grid-item-text p strong {
  color: #381414;
}
.single-column-grid-container .grid-item .grid-item-text p i {
  color: #381414;
  width: 20px;
  text-align: center;
  margin-right: 0;
}
.single-column-grid-container .grid-item .grid-item-text p:last-of-type {
  margin: 0 0 1rem;
}
.single-column-grid-container .grid-item .grid-item-text p.location {
  margin: -0.25rem 0 0.25rem;
  font-size: 0.875rem;
}
.single-column-grid-container .grid-item .grid-item-text .grid-item-rich-content {
  color: #381414;
  margin-top: 0.5rem;
}
.single-column-grid-container .grid-item .grid-item-text .grid-item-rich-content p {
  font-weight: normal;
  color: #381414;
  margin-bottom: 0.5rem;
}
.single-column-grid-container .grid-item .grid-item-text .grid-item-rich-content p:last-of-type {
  margin-bottom: 0;
}

#praticas-header,
#publicacoes-header {
  margin-top: 0 !important;
}
#praticas-header > div,
#publicacoes-header > div {
  margin-bottom: 2rem;
}
@media (min-width: 910px) {
  #praticas-header > div > div,
  #publicacoes-header > div > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
#praticas-header > div > div h2,
#publicacoes-header > div > div h2 {
  margin: 0 0 1rem !important;
  font-family: "Ubuntu", system-ui !important;
}
@media (min-width: 910px) {
  #praticas-header > div > div h2,
  #publicacoes-header > div > div h2 {
    margin: 0 !important;
  }
}
#praticas-header > div .btn-container,
#publicacoes-header > div .btn-container {
  margin: 0 !important;
}
#praticas-header > div .btn-container .btn, #praticas-header > div .btn-container #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content #praticas-header > div .btn-container .wp-block-button__link,
#publicacoes-header > div .btn-container .btn,
#publicacoes-header > div .btn-container #page .entry-content-boxed .entry-content .wp-block-button__link,
#page .entry-content-boxed .entry-content #publicacoes-header > div .btn-container .wp-block-button__link {
  font-weight: bold;
  display: block;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 910px) {
  #praticas-header > div .btn-container .btn, #praticas-header > div .btn-container #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content #praticas-header > div .btn-container .wp-block-button__link,
  #publicacoes-header > div .btn-container .btn,
  #publicacoes-header > div .btn-container #page .entry-content-boxed .entry-content .wp-block-button__link,
  #page .entry-content-boxed .entry-content #publicacoes-header > div .btn-container .wp-block-button__link {
    display: inline-block;
    margin-right: 0;
    margin-left: 0.5rem;
    margin-bottom: 0;
  }
}

.filter-solutions {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}
.filter-solutions::before, .filter-solutions::after {
  content: "";
  display: block;
  background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
  height: 100%;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}
.filter-solutions::after {
  left: auto;
  right: 0;
  background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
}
.filter-solutions li a {
  padding: 1em;
  border: 1px solid #F4F4F4;
  text-align: center;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 0.675rem;
  color: #999 !important;
  text-decoration: none !important;
  border-radius: 10px;
  line-height: 1.2;
}
.filter-solutions li a img {
  aspect-ratio: 1/1 !important;
  opacity: 0.8 !important;
  height: 30px;
  width: auto !important;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.filter-solutions li a span {
  display: block;
  height: 50px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}
.filter-solutions li a:hover, .filter-solutions li a:focus {
  border-color: #666 !important;
  color: #AB613F !important;
}
.filter-solutions li a:hover img, .filter-solutions li a:focus img {
  opacity: 1 !important;
}

#page .entry-content-boxed .entry-content .caminhos-active-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 1px solid #F4F4F4;
  border-width: 1px 0;
  padding: 1rem 0 0.75rem;
  margin: 2rem 0 0;
}
#page .entry-content-boxed .entry-content .caminhos-active-filter h3 {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 0 0.5rem 0 0;
}
#page .entry-content-boxed .entry-content .caminhos-active-filter ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page .entry-content-boxed .entry-content .caminhos-active-filter ul li a {
  display: inline-block;
  font-size: 0.75rem;
  border: 1px solid #666;
  color: #666;
  padding: 0.25em 0.5em;
  margin: 0 0.25rem 0.25rem 0;
  text-decoration: none;
  border-radius: 20px;
}
#page .entry-content-boxed .entry-content .caminhos-active-filter ul li a i {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
#page .entry-content-boxed .entry-content .caminhos-active-filter ul li a:hover, #page .entry-content-boxed .entry-content .caminhos-active-filter ul li a:focus {
  color: white;
  background: #381414;
  border-color: #381414;
}

.modal {
  background: rgba(56, 20, 20, 0.8);
}
.modal .modal-dialog.modal-xl {
  max-width: 1170px;
}
.modal .modal-dialog .modal-content {
  background: white;
  border-radius: 10px;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.modal .modal-dialog .modal-content .btn-close {
  color: white;
  background: #381414;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  padding: 0;
  font-size: 1.5rem;
  outline: none;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  outline: none;
  z-index: 1000;
  border-radius: 20px;
}
@media (max-width: 909px) {
  .modal .modal-dialog .modal-content .btn-close {
    top: 0;
    right: 0;
    border-radius: 0 20px 0 100px;
    padding: 0 0 0.25em 0.25em;
  }
}
.modal .modal-dialog .modal-content .btn-close i {
  position: relative;
  top: 1px;
  left: 1px;
}
.modal .modal-dialog .modal-content .btn-close:hover, .modal .modal-dialog .modal-content .btn-close:focus {
  color: white;
  box-shadow: none;
  background: #AB613F;
}
.modal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: bold;
  margin: 0;
  font-size: 1.25rem;
}
.modal .modal-dialog .modal-content .modal-header .btn-close {
  top: -10px;
  right: -10px;
}
@media (max-width: 909px) {
  .modal .modal-dialog .modal-content .modal-header .btn-close {
    top: 8px;
    right: 8px;
  }
}
.modal .modal-dialog .modal-content .modal-body {
  padding: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .modal .modal-dialog .modal-content .modal-body {
    padding: 1.5rem;
  }
}
.modal .modal-dialog .modal-content .modal-body .wpcf7 {
  box-shadow: none;
  background: white;
  padding: 0;
  margin: 0;
}
.modal .modal-dialog .modal-content .modal-body h4 {
  font-family: "Ubuntu", system-ui;
  font-size: 1.25rem !important;
  position: relative;
  text-transform: capitalize;
  color: #381414;
  letter-spacing: 0;
  margin: 0 0 0.75rem 0.5rem;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed {
  margin-bottom: 0 !important;
  max-width: 100% !important;
  padding: 0 !important;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content {
  margin: 0 !important;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content h2 {
  font-family: "Ubuntu", system-ui;
  font-size: 1.5rem !important;
  position: relative;
  text-transform: none;
  color: #381414;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content label {
  display: block;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content hr {
  border-color: #AB613F;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content .agenda-content ul {
  list-style: none;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content .agenda-content ul li {
  position: relative;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 0.75rem;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content .agenda-content ul li:last-of-type {
  margin-bottom: 0;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content .agenda-content ul li strong {
  color: #AB613F;
}
.modal .modal-dialog .modal-content .modal-body .entry-content-boxed .entry-content .agenda-content ul li::before {
  content: "\f073";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -20px;
  top: 0;
  font-size: 1rem;
}
.modal .modal-dialog .modal-content .modal-footer {
  display: flex;
  justify-content: space-between;
}

.next-trips {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}
.next-trips.one > li {
  border-radius: 10px !important;
}
.next-trips.links > li .next-trip h2 {
  margin: 0 !important;
}
.next-trips.links > li .next-trip p {
  font-weight: normal !important;
  color: #381414;
}
.next-trips.links > li .next-trip .next-trip-info {
  margin-bottom: 0.5rem;
}
@media (min-width: 910px) {
  .next-trips.links > li .next-trip .next-trip-info {
    margin-bottom: 0;
  }
}
.next-trips.links:last-of-type > li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 910px) {
  .next-trips.links:last-of-type > li:last-of-type {
    margin-bottom: 0;
  }
}
.next-trips > li {
  border-radius: 0;
  margin-bottom: 0.25rem;
  background: white;
  padding: 1rem;
}
@media (min-width: 910px) {
  .next-trips > li {
    padding: 2rem;
  }
}
.next-trips > li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.next-trips > li:last-of-type {
  border-radius: 0 0 10px 10px;
  margin-bottom: 1rem;
}
@media (min-width: 910px) {
  .next-trips > li:last-of-type {
    margin-bottom: 2rem;
  }
}
@media (min-width: 910px) {
  .next-trips > li .next-trip {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: stretch;
  }
}
.next-trips .next-trip-info {
  width: 100%;
}
.next-trips .next-trip-info p {
  margin: 0 0 0.125rem !important;
  font-weight: bold !important;
  color: #AB613F;
}
.next-trips .next-trip-info p.brown {
  color: #381414;
}
.next-trips .next-trip-info p strong {
  color: #381414;
}
.next-trips .next-trip-info p i {
  color: #381414;
  width: 20px;
  text-align: center;
  margin-right: 0;
}
.next-trips .next-trip-info p:last-of-type {
  margin: 0 0 1rem;
}
.next-trips .next-trip-directors {
  width: 100%;
}
.next-trips .next-trip-directors ul {
  list-style: none;
  padding: 1rem 0 !important;
  margin: 0 !important;
}
@media (min-width: 910px) {
  .next-trips .next-trip-directors ul {
    padding: 0 !important;
  }
}
.next-trips .next-trip-directors ul li {
  margin-bottom: 1rem !important;
}
.next-trips .next-trip-directors ul li:last-of-type {
  margin-bottom: 0 !important;
}
.next-trips .next-trip-directors ul li .trip-director {
  display: flex;
  align-items: center;
}
.next-trips .next-trip-directors ul li .trip-director figure {
  margin: 0 1rem 0 0 !important;
  width: 100px !important;
}
@media (min-width: 910px) {
  .next-trips .next-trip-directors ul li .trip-director figure {
    width: 150px !important;
  }
}
.next-trips .next-trip-directors ul li .trip-director figure img {
  margin: 0 !important;
}
.next-trips .next-trip-directors ul li .trip-director .trip-director-text h4 {
  font-weight: bold !important;
  font-size: 1rem;
  margin: 0 !important;
  color: #381414 !important;
}
.next-trips .next-trip-directors ul li .trip-director .trip-director-text p {
  margin: 0 !important;
  font-size: 0.875rem;
}
@media (min-width: 910px) {
  .next-trips .next-trip-menu {
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
}
.next-trips .next-trip-menu ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
@media (min-width: 910px) {
  .next-trips .next-trip-menu ul {
    width: 200px;
  }
}
.next-trips .next-trip-menu ul li {
  margin-bottom: 0.5rem;
  width: 100%;
}
.next-trips .next-trip-menu ul li .btn, .next-trips .next-trip-menu ul li #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .next-trips .next-trip-menu ul li .wp-block-button__link {
  display: block;
}
.next-trips .next-trip-menu ul li:last-of-type {
  margin-bottom: 0;
}
.next-trips .next-trip-menu ul li a {
  display: block;
}

body {
  font-family: "Ubuntu", system-ui;
  font-size: 16px;
  background: #F4F4F4;
  margin: 0;
  padding: 0;
  color: #381414;
  font-weight: normal;
  font-optical-sizing: auto;
}
@media print {
  body {
    font-size: 10pt;
  }
}
body:before {
  display: none !important;
}
body:after {
  display: none !important;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  text-decoration: none;
}

a {
  color: #381414;
  transition: 0.3s ease-in-out all;
  box-shadow: none;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #381414;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.margin-top {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.text-color {
  color: #381414 !important;
}

.nbp {
  margin-bottom: -2rem !important;
}
@media (min-width: 910px) {
  .nbp {
    margin-bottom: -3rem !important;
  }
}

@media (max-width: 909px) {
  .mb-mobile-0 {
    margin-bottom: 0 !important;
  }
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.mb-2 {
  margin-bottom: 1rem !important;
}

.mb-2-xs {
  margin-bottom: 1rem !important;
}
@media (min-width: 910px) {
  .mb-2-xs {
    margin-bottom: 0 !important;
  }
}

.mb-5,
.pagination.mb-5 {
  margin-bottom: 2rem !important;
}
@media (min-width: 910px) {
  .mb-5,
  .pagination.mb-5 {
    margin-bottom: 3rem !important;
  }
}

.float-right {
  float: right;
}

.pt-5 {
  padding-top: 4rem;
}

.spacer {
  height: 50px;
}

iframe {
  width: 100%;
}

.home-section {
  padding: 2rem 0;
}
@media (min-width: 910px) {
  .home-section {
    padding: 3rem 0;
  }
}
.home-section:nth-child(2n+1), .home-section.brown {
  background: #381414;
}
.home-section:nth-child(2n+1) .home-section-title, .home-section.brown .home-section-title {
  color: white;
}
.home-section:nth-child(2n+1) .home-section-title img, .home-section.brown .home-section-title img {
  filter: none;
}
.home-section:nth-child(2n+1) .text-center .btn-outline, .home-section.brown .text-center .btn-outline {
  background: transparent;
  border: 1px solid white;
  color: white !important;
}
.home-section:nth-child(2n+1) .text-center .btn-outline:focus, .home-section:nth-child(2n+1) .text-center .btn-outline:hover, .home-section.brown .text-center .btn-outline:focus, .home-section.brown .text-center .btn-outline:hover {
  background: white !important;
  border-color: white !important;
  color: #381414 !important;
}
.home-section:nth-child(2n+1) .owl-prev,
.home-section:nth-child(2n+1) .owl-next, .home-section.brown .owl-prev,
.home-section.brown .owl-next {
  color: white !important;
  border: 1px solid white !important;
}
.home-section:nth-child(2n+1) .owl-prev:hover, .home-section:nth-child(2n+1) .owl-prev:focus,
.home-section:nth-child(2n+1) .owl-next:hover,
.home-section:nth-child(2n+1) .owl-next:focus, .home-section.brown .owl-prev:hover, .home-section.brown .owl-prev:focus,
.home-section.brown .owl-next:hover,
.home-section.brown .owl-next:focus {
  background: white !important;
  color: #381414 !important;
}
.home-section .owl-stage-outer {
  border-radius: 10px;
  overflow: hidden;
}
.home-section .home-section-title {
  font-family: "Ubuntu", system-ui;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 1rem;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 910px) {
  .home-section .home-section-title {
    font-size: 2rem;
  }
}
.home-section .home-section-title i {
  margin-right: 0.5rem;
  font-size: 2rem;
}
@media (min-width: 910px) {
  .home-section .home-section-title i {
    font-size: 2.5rem;
  }
}
.home-section .home-section-title img {
  width: 40px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 0.5rem;
  filter: invert(10%) sepia(12%) saturate(5132%) hue-rotate(314deg) brightness(21%) contrast(95%);
}
@media (min-width: 910px) {
  .home-section .home-section-title img {
    width: 60px;
  }
}

.team-section {
  padding: 4rem 0;
  background: #381414;
  color: white;
  text-align: center;
}
.team-section:nth-child(2n+1) {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #381414;
}
.team-section > h2 {
  margin-bottom: 2rem;
}
.team-section p.team-description {
  margin: -1.5rem auto 2rem;
  text-align: center;
  max-width: 740px;
  padding: 0 15px;
}

.page-title {
  color: #381414;
  font-weight: 400;
  font-family: "Ubuntu", system-ui;
  text-transform: uppercase;
}

.super-subtitle {
  background: #F4F4F4;
  text-align: center;
  color: #381414;
  font-size: 1.25rem;
  padding: 1rem;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 3rem;
}

#page {
  padding-top: 60px;
  margin: 0;
  background: transparent;
  overflow: hidden;
}
@media (min-width: 390px) {
  #page {
    padding-top: 70px;
  }
}
@media (min-width: 910px) {
  #page {
    padding-top: 92px;
  }
}
#page.no-header-no-footer {
  padding-top: 0;
}
@media (min-width: 910px) {
  #page.no-header-no-footer {
    padding-top: 0;
  }
}
#page.no-header-no-footer #masthead,
#page.no-header-no-footer footer.footer {
  display: none !important;
}
@media print {
  #page {
    padding-top: 0;
  }
}
#page .site-main {
  margin-bottom: 0;
  position: relative;
}
#page .content-area-full-width {
  width: 100%;
}
#page .container {
  max-width: 1170px;
  margin: auto;
}
#page .post-thumbnail {
  margin: 0 0 15px;
}
#page .post-thumbnail img {
  display: block;
  width: 100%;
}
#page .col-8 .entry-content-boxed {
  margin-left: 0;
  margin-right: 0;
}
#page .justify-content-center {
  display: flex;
  justify-content: center;
}
#page .entry-content-boxed {
  max-width: 770px;
  margin: 0 15px 0;
  color: #381414;
  background: white;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 910px) {
  #page .entry-content-boxed {
    padding: 2rem;
  }
}
#page .entry-content-boxed > *:last-child {
  margin-bottom: 0 !important;
}
#page .entry-content-boxed.full-width {
  max-width: calc(100% - 30px);
}
@media (min-width: 1200px) {
  #page .entry-content-boxed.full-width {
    max-width: 1140px;
  }
}
#page .entry-content-boxed.half-width {
  max-width: 540px;
}
#page .entry-content-boxed.no-background {
  background: transparent;
  padding: 0 0 1rem;
}
#page .entry-content-boxed.has-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0.25rem;
}
#page .entry-content-boxed.page-additional-content {
  border-radius: 0;
  margin-bottom: 0.25rem;
}
#page .entry-content-boxed.page-additional-content .caminhos-row {
  align-items: center;
}
#page .entry-content-boxed.page-additional-content .caminhos-row img {
  border-radius: 10px;
}
#page .entry-content-boxed.page-additional-content:last-of-type, #page .entry-content-boxed.page-additional-content.last-content {
  border-radius: 0 0 10px 10px;
  margin-bottom: 0;
}
#page .entry-content-boxed.page-additional-content.first-content {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 910px) {
  #page .entry-content-boxed.only-mobile {
    display: none;
  }
}
#page .entry-content-boxed.only-desktop {
  display: none;
}
@media (min-width: 910px) {
  #page .entry-content-boxed.only-desktop {
    display: block;
  }
}
@media (min-width: 630px) {
  #page .entry-content-boxed {
    margin: 0 auto 0;
  }
}
#page .entry-content-boxed .entry-content {
  float: none;
  width: 100%;
  margin: 0;
}
#page .entry-content-boxed .entry-content .noticia-header,
#page .entry-content-boxed .entry-content .roteiro-header {
  margin-bottom: 1.5rem;
}
#page .entry-content-boxed .entry-content .noticia-header p,
#page .entry-content-boxed .entry-content .roteiro-header p {
  font-weight: bold;
  margin: 0;
  color: #AB613F;
}
#page .entry-content-boxed .entry-content .noticia-header p:first-of-type,
#page .entry-content-boxed .entry-content .roteiro-header p:first-of-type {
  color: #381414;
}
#page .entry-content-boxed .entry-content .noticia-header p.secondary-color,
#page .entry-content-boxed .entry-content .roteiro-header p.secondary-color {
  color: #AB613F;
}
#page .entry-content-boxed .entry-content .noticia-header p i,
#page .entry-content-boxed .entry-content .roteiro-header p i {
  width: 20px;
  text-align: center;
  color: #381414;
}
#page .entry-content-boxed .entry-content .noticia-header p strong,
#page .entry-content-boxed .entry-content .roteiro-header p strong {
  color: #381414;
}
#page .entry-content-boxed .entry-content .noticia-header h1,
#page .entry-content-boxed .entry-content .roteiro-header h1 {
  font-weight: bold;
  margin: 0.5rem 0;
  text-transform: none;
  text-align: left;
}
#page .entry-content-boxed .entry-content .noticia-header h1::after, #page .entry-content-boxed .entry-content .noticia-header h1::before,
#page .entry-content-boxed .entry-content .roteiro-header h1::after,
#page .entry-content-boxed .entry-content .roteiro-header h1::before {
  display: none;
}
#page .entry-content-boxed .entry-content .roteiro-header {
  position: relative;
  margin: 0;
}
#page .entry-content-boxed .entry-content .roteiro-header h1 {
  font-size: 1.5rem;
}
@media (min-width: 910px) {
  #page .entry-content-boxed .entry-content .roteiro-header h1 {
    font-size: 2rem;
    padding-right: 200px;
  }
}
#page .entry-content-boxed .entry-content .roteiro-header .btn, #page .entry-content-boxed .entry-content .roteiro-header .wp-block-button__link {
  margin-top: 0.5rem;
}
@media (min-width: 910px) {
  #page .entry-content-boxed .entry-content .roteiro-header .btn, #page .entry-content-boxed .entry-content .roteiro-header .wp-block-button__link {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  #page .entry-content-boxed .entry-content .roteiro-header .btn + .btn, #page .entry-content-boxed .entry-content .roteiro-header .wp-block-button__link + .btn, #page .entry-content-boxed .entry-content .roteiro-header .btn + .wp-block-button__link, #page .entry-content-boxed .entry-content .roteiro-header .wp-block-button__link + .wp-block-button__link {
    top: 40px;
    width: 179px;
  }
}
#page .entry-content-boxed .entry-content hr {
  border-color: #F4F4F4;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  height: 4px;
}
#page .entry-content-boxed .entry-content a {
  box-shadow: none;
  text-decoration: underline;
  color: #381414;
}
#page .entry-content-boxed .entry-content a:hover, #page .entry-content-boxed .entry-content a:focus {
  color: #381414;
}
#page .entry-content-boxed .entry-content a.btn, #page .entry-content-boxed .entry-content a.wp-block-button__link {
  color: white;
  text-decoration: none;
}
#page .entry-content-boxed .entry-content .wp-block-button__link {
  text-decoration: none;
  margin: 0.75rem 0;
  font-weight: bold;
  font-size: 14px;
  background: #381414 !important;
  border: none !important;
}
#page .entry-content-boxed .entry-content .wp-block-button__link:focus, #page .entry-content-boxed .entry-content .wp-block-button__link:hover {
  color: white !important;
  background: #999 !important;
}
#page .entry-content-boxed .entry-content .wp-block-embed.wp-embed-aspect-16-9 {
  aspect-ratio: 16/9;
}
#page .entry-content-boxed .entry-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  width: 100%;
  height: 100%;
}
#page .entry-content-boxed .entry-content .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
}
#page .entry-content-boxed h1, #page .entry-content-boxed h2, #page .entry-content-boxed h3, #page .entry-content-boxed h4 {
  margin: 0 0 15px;
  font-weight: normal;
}
#page .entry-content-boxed h1 {
  font-size: 1.25rem;
  color: #381414;
  font-weight: bold;
  line-height: 1.25;
  position: relative;
  display: block;
  margin: 0 auto 0.5rem;
}
@media (min-width: 910px) {
  #page .entry-content-boxed h1 {
    font-size: 1.5rem;
  }
}
#page .entry-content-boxed h2 {
  font-size: 1.125rem;
  color: #381414;
  font-weight: bold;
  line-height: 1.25;
}
@media (min-width: 910px) {
  #page .entry-content-boxed h2 {
    font-size: 1.5rem;
  }
}
#page .entry-content-boxed h3 {
  font-size: 1.25rem;
  font-weight: bold;
}
#page .entry-content-boxed h3.roteiro-titulo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#page .entry-content-boxed h3.roteiro-titulo strong {
  color: #AB613F;
  margin-right: 0.25rem;
}
#page .entry-content-boxed h3.roteiro-titulo img {
  width: 20px;
  margin: 0 0.25rem;
  opacity: 0.5;
}
#page .entry-content-boxed .cool-vertical-timeline-body .timeline-block-timeline .story-details .story-content h3 {
  line-height: 1.125;
  margin: 0 0 0.5rem;
}
#page .entry-content-boxed h4 {
  text-transform: none;
  letter-spacing: 0;
  font-weight: bold;
  color: #AB613F;
  margin-bottom: 0.5rem;
}
#page .entry-content-boxed p {
  margin-bottom: 15px;
  line-height: 1.5;
  font-weight: normal;
}
#page .entry-content-boxed p.post-date {
  font-size: 0.875rem;
  color: #999;
}
#page .entry-content-boxed p.diario-date {
  font-weight: bold;
  margin: 0;
  color: #AB613F;
  margin-bottom: 0.5rem;
}
#page .entry-content-boxed p.diario-date i {
  color: #381414;
}
#page .entry-content-boxed p > img {
  border-radius: 15px;
  width: 100%;
}
#page .entry-content-boxed .viagem-info {
  margin-bottom: 1.5rem;
}
#page .entry-content-boxed .viagem-info p {
  margin: 0;
  font-weight: bold;
}
#page .entry-content-boxed .viagem-info p.paises {
  color: #AB613F;
}
#page .entry-content-boxed .viagem-info p.paises i {
  color: #381414;
}
#page .entry-content-boxed .viagem-info p i {
  width: 20px;
  text-align: center;
}
#page .entry-content-boxed ol {
  font-weight: normal;
  padding-left: 16px;
}
#page .entry-content-boxed iframe,
#page .entry-content-boxed video {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}
#page .entry-content-boxed .addtoany_share_save_container {
  margin-top: 1.5rem;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid) {
  padding-left: 16px;
  margin-bottom: 15px;
  font-weight: normal;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li {
  font-size: 18px;
  color: #381414;
  display: block;
  cursor: pointer;
  border: 1px solid #595959;
  border-width: 1px 0;
  padding: 0.5rem 2.5rem 0.5rem 0;
  margin-bottom: -1px;
  font-weight: bold;
  position: relative;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li .activator, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li .activator {
  display: block;
  padding: 0.5rem 0;
  margin: -0.5rem 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li:after, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li:after {
  content: "\f078";
  position: absolute;
  right: 0;
  top: 7px;
  font-family: "Font Awesome 5 Free";
  color: white;
  background: #999;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: 0.3s transform ease-in-out;
  pointer-events: none;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li.active:after, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li.active:after {
  transform: scaleY(-1);
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li.active > ul, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li.active > ul {
  max-height: 1000px;
  transition: all 0.3s ease-in-out;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li > ul, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li > ul {
  color: #381414;
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
  animation-delay: 0s;
  font-weight: normal;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).sanfona > li > ul > li, #page .entry-content-boxed ul:not(.blocks-gallery-grid).representatives-accordion > li > ul > li {
  margin: 0 0 10px;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).incluso-no-pacote, #page .entry-content-boxed ul:not(.blocks-gallery-grid).nao-incluso-no-pacote {
  list-style: none;
  padding: 0;
  margin-left: 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).incluso-no-pacote li, #page .entry-content-boxed ul:not(.blocks-gallery-grid).nao-incluso-no-pacote li {
  position: relative;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).incluso-no-pacote li::before, #page .entry-content-boxed ul:not(.blocks-gallery-grid).nao-incluso-no-pacote li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: bold;
  color: #AB613F;
  display: inline-block;
  margin-right: 0.5rem;
  transition: 0.3s ease-in-out all;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).nao-incluso-no-pacote li::before {
  content: "\f00d";
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page {
  list-style: none;
  padding: 0;
  margin-left: 0;
  margin-top: 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li {
  padding: 0;
  margin-bottom: 1rem;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li:last-of-type {
  margin-bottom: 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 1.25rem;
  color: #381414;
  line-height: 1.25;
  text-decoration: none;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: bold;
  color: #AB613F;
  display: inline-block;
  padding-left: 0.5rem;
  transition: 0.3s ease-in-out all;
}
@media (min-width: 910px) {
  #page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a {
    font-size: 1.5rem;
  }
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a:hover, #page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a:focus {
  color: #AB613F;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a:hover::after, #page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-page li a:focus::after {
  color: #381414;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu {
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0 -15px;
  padding: 3rem 0;
}
@media (min-width: 910px) {
  #page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu {
    margin: 0;
    padding: 1rem 0;
    border: none;
    justify-content: flex-start;
  }
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li {
  margin: 0 0.5rem 0 0;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-align: center;
  margin: 0;
  color: white;
  border: none;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  padding: 0 0 3px;
  background: #AB613F;
}
@media (min-width: 910px) {
  #page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li a {
    margin: 0;
  }
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li a img {
  width: 90%;
  height: auto;
  position: relative;
  top: 1px;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li a:hover, #page .entry-content-boxed ul:not(.blocks-gallery-grid).social-menu li a:focus {
  opacity: 1;
  background: #381414;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-contato {
  list-style: none;
  padding: 0;
  margin-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-contato li {
  padding: 0 0.5rem;
  margin-bottom: 0.5rem;
}
#page .entry-content-boxed ul:not(.blocks-gallery-grid).menu-contato li a {
  width: 100%;
  display: block;
  font-weight: normal;
}
#page .site-content-full-width {
  width: 100%;
}
#page .internal-padding {
  padding-top: 8rem;
}
@media (min-width: 910px) {
  #page .internal-padding {
    padding-top: 13rem;
  }
}
#page .entry-header {
  max-width: none;
  margin: 0 0 2rem;
  padding: 2rem 0;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  position: relative;
  color: white;
  background: #381414;
}
@media (min-width: 910px) {
  #page .entry-header {
    padding: 3rem 0 3.5rem;
    margin: 0 0 3rem;
  }
}
#page .entry-header > *:last-child {
  margin-bottom: 0 !important;
}
#page .entry-header.internal {
  transition: all 0.3s ease-in-out;
  position: fixed;
  width: 100%;
  z-index: 200;
}
#page .entry-header.internal.fixed {
  padding: 1rem 0;
}
@media (min-width: 910px) {
  #page .entry-header.internal.fixed {
    padding: 1rem 0 1.5rem;
  }
}
#page .entry-header.viagem p {
  margin: 0 !important;
  font-weight: bold;
  color: #AB613F;
}
#page .entry-header.viagem p strong {
  color: white;
}
#page .entry-header.viagem p i {
  color: white;
  width: 20px;
  text-align: center;
}
#page .entry-header.viagem .btn, #page .entry-header.viagem .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .entry-header.viagem .wp-block-button__link {
  margin-top: 1rem;
}
@media (min-width: 910px) {
  #page .entry-header.viagem .btn, #page .entry-header.viagem .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .entry-header.viagem .wp-block-button__link {
    margin-top: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
  }
}
#page .entry-header .entry-header-intro {
  margin: 0;
  text-align: left;
  font-size: 0.875rem;
  font-weight: bold;
  padding-left: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 350px) {
  #page .entry-header .entry-header-intro {
    padding-right: 140px;
  }
}
@media (min-width: 400px) {
  #page .entry-header .entry-header-intro {
    padding-right: 170px;
  }
}
@media (min-width: 500px) {
  #page .entry-header .entry-header-intro {
    padding-right: 270px;
  }
}
@media (min-width: 910px) {
  #page .entry-header .entry-header-intro {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  #page .entry-header.full-width {
    max-width: none;
  }
}
#page .entry-header p.date {
  color: #999;
  margin-bottom: 0;
}
#page .entry-header .entry-title {
  font-family: "Ubuntu", system-ui;
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  position: relative;
  text-align: left;
  line-height: 1.25;
  margin-bottom: 0;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
@media (min-width: 910px) {
  #page .entry-header .entry-title {
    font-size: 3rem;
  }
}
#page .entry-header .entry-title img {
  width: 50px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin-right: 0.5rem;
}
@media (min-width: 910px) {
  #page .entry-header .entry-title img {
    width: 70px;
  }
}
#page .entry-header .entry-title.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#page .entry-header .entry-title.flex .btn, #page .entry-header .entry-title.flex .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .entry-header .entry-title.flex .wp-block-button__link {
  margin: 0 !important;
}
#page .entry-header h3 {
  font-size: 1.125rem;
  font-weight: bold;
}
#page .entry-header .container {
  position: relative;
}
#page .entry-header .header-filter {
  position: absolute;
  right: 15px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: 100%;
  display: none;
}
@media (min-width: 350px) {
  #page .entry-header .header-filter {
    display: flex;
  }
}
#page .entry-header .header-filter label {
  position: relative;
  display: block;
}
#page .entry-header .header-filter label i {
  position: absolute;
  right: 12px;
  top: 50%;
  pointer-events: none;
  font-size: 0.875rem;
  transform: translateY(-50%);
}
#page .entry-header .header-filter label i:first-of-type {
  right: auto;
  left: 12px;
}
#page .entry-header .header-filter select {
  border: 1px solid white;
  color: white;
  background: transparent;
  border-radius: 20px;
  height: 40px;
  width: 120px;
  padding: 0.125em 2.75em;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.675rem;
  display: block;
  margin: 0.5rem 0;
  font-family: "Ubuntu", system-ui;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
@media (min-width: 400px) {
  #page .entry-header .header-filter select {
    width: 150px;
  }
}
@media (min-width: 500px) {
  #page .entry-header .header-filter select {
    width: 250px;
    font-size: 0.875rem;
    padding: 0.5em 2.25em;
  }
}
#page .entry-header .header-filter select:focus {
  outline: none;
  box-shadow: none;
}
#page .entry-header .header-filter select option {
  color: #381414;
  padding: 0;
}

.global-content-pratica .entry-title {
  font-weight: bold !important;
}

.table-container {
  overflow: auto;
}

.table {
  background: white;
  min-width: 700px;
}
.table.table-full-width {
  min-width: auto;
  width: 100%;
}
.table.table-invisible {
  border: none;
}
.table.table-invisible a {
  text-decoration: none;
  box-shadow: none;
}
.table.table-invisible td,
.table.table-invisible th {
  border: none;
  padding: 20px 10px;
  font-size: inherit;
  border-top: 1px solid #EAEAEA;
  min-width: 120px;
}
.table.table-invisible td img,
.table.table-invisible th img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.table.table-invisible tr:nth-child(odd) {
  background: transparent;
}
.table.table-invisible tr {
  border-top: 1px solid #EAEAEA;
}
.table tr:nth-child(odd) {
  background: #FAFAFA;
}
.table th,
.table td {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .table th,
  .table td {
    font-size: 14px;
  }
}
.table .text-center {
  text-align: center;
}

.news-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem !important;
}
.news-grid .news-item {
  width: 100%;
}
@media (min-width: 768px) {
  .news-grid .news-item {
    width: 33.3%;
  }
}
.news-grid .news-item figure {
  position: relative;
  overflow: hidden;
  border: 1px solid #CCC;
  margin: -1px -1px 0 0;
}
.news-grid .news-item figure figcaption {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  font-weight: bold;
  display: none;
}

.container {
  max-width: 1170px;
  margin: auto;
  padding: 0 15px;
}
@media (min-width: 1170px) {
  .container.forced {
    width: 1170px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}

.owl-carousel.single {
  margin-bottom: 2rem;
}

.empreendimentos-container .owl-carousel.single {
  margin-bottom: 0;
}

.caminhos-row {
  position: relative;
}
@media (min-width: 910px) {
  .caminhos-row {
    display: flex;
    margin: 0 -20px;
    width: calc(100% + 40px);
    justify-content: center;
  }
}
.caminhos-row .caminhos-col-12 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-12 {
    margin: 0 15px;
    width: 100%;
    overflow: hidden;
  }
}
.caminhos-row .caminhos-col-8 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-8 {
    margin: 0 15px;
    width: 66.66%;
    overflow: hidden;
  }
}
.caminhos-row .caminhos-col-6 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-6 {
    margin: 0 15px;
    width: 50%;
  }
}
.caminhos-row .caminhos-col-4 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-4 {
    margin: 0 15px;
    width: 33.33%;
    overflow: hidden;
  }
}
.caminhos-row .caminhos-col-3 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-3 {
    margin: 0 15px;
    width: 25%;
    overflow: hidden;
  }
}
.caminhos-row .caminhos-col-2 {
  width: 100%;
}
@media (min-width: 910px) {
  .caminhos-row .caminhos-col-2 {
    margin: 0 15px;
    width: 16.66%;
    overflow: hidden;
  }
}

.error-404 {
  margin: 0;
}

.owl-item figure {
  text-align: center;
  position: relative;
}
.owl-item figure img {
  border-radius: 15px;
  margin-bottom: 1rem;
  aspect-ratio: 145/100;
  object-fit: cover;
  object-position: center;
}
.owl-item figure figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.25em 0.75em;
  position: absolute;
  left: 0;
  bottom: 1px;
  font-size: 0.75rem;
  border-radius: 15px;
  margin: 0;
}

.owl-carousel .owl-stage {
  min-width: 100%;
  display: flex;
  justify-content: center;
  overflow: visible;
}
.owl-carousel.filter-solutions .owl-nav button.owl-prev,
.owl-carousel.filter-solutions .owl-nav button.owl-next {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 200;
}
.owl-carousel.filter-solutions .owl-nav button.owl-next {
  left: auto;
  right: 0;
}
.owl-carousel.agenda-content {
  margin-bottom: 0;
}
.owl-carousel.agenda-content .owl-nav {
  position: static;
  width: 100%;
  justify-content: center;
  border-top: 1px solid #F4F4F4;
  padding-top: 1rem;
  margin-top: 1rem;
  transform: none;
}
.owl-carousel.agenda-content .owl-nav button.owl-prev,
.owl-carousel.agenda-content .owl-nav button.owl-next {
  margin: 0 0.5rem;
}
.owl-carousel .owl-nav {
  margin: 1rem auto;
  text-align: center;
}
@media (min-width: 910px) {
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: calc(100% + 120px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transform: translate(-60px, -50%);
    margin: 0;
    pointer-events: none;
  }
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  display: inline-block;
  background: transparent;
  color: #381414;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 0.25rem;
  border: 1px solid #381414;
  pointer-events: auto;
}
@media (min-width: 910px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    margin: 0;
  }
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  line-height: 40px;
  font-size: 1.25rem;
  position: relative;
  top: -1px;
  left: 1px;
}
.owl-carousel .owl-nav button.owl-prev.owl-next span,
.owl-carousel .owl-nav button.owl-next.owl-next span {
  position: relative;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-next:focus {
  background: #381414;
  color: white;
}

.owl-dots {
  margin-top: 0.5rem;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  outline: none;
}
.owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  opacity: 1;
  border: 1px solid #381414;
  background: rgba(255, 255, 255, 0);
  transition: 0.4s ease All;
  display: inline-block;
}
.owl-dots .owl-dot.active span {
  background: #381414;
}

.wp-block-image.size-full {
  position: relative;
}
.wp-block-image.size-full img {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.wp-block-image.size-full figcaption {
  font-size: 13px;
  font-style: italic;
  margin-top: 3px;
}

.wp-block-separator {
  height: 0;
  border-bottom: none;
}

.galeria-escondida {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}

.servicos-grid-container {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 3rem auto;
}
@media (min-width: 910px) {
  .servicos-grid-container {
    margin-bottom: 5rem;
    max-width: calc(100% - 10rem + 30px);
  }
}
.servicos-grid-container .servicos-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
@media (min-width: 910px) {
  .servicos-grid-container .servicos-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.servicos-grid-container .servicos-grid .grid-item {
  margin: 0 0 2.5rem;
  width: 100%;
}
@media (min-width: 600px) {
  .servicos-grid-container .servicos-grid .grid-item {
    width: 50%;
    padding: 0 0 0 15px;
  }
  .servicos-grid-container .servicos-grid .grid-item:nth-child(2n+1) {
    padding: 0 15px 0 0;
  }
}
@media (min-width: 910px) {
  .servicos-grid-container .servicos-grid .grid-item {
    width: 33.33%;
    padding: 0 15px !important;
  }
}
.servicos-grid-container .servicos-grid .grid-item a {
  display: block;
  text-decoration: none;
  color: black;
  position: relative;
  border: 1px solid #381414;
  text-align: center;
  padding: 1rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 910px) {
  .servicos-grid-container .servicos-grid .grid-item a {
    padding: 2rem;
  }
}
.servicos-grid-container .servicos-grid .grid-item a:hover, .servicos-grid-container .servicos-grid .grid-item a:focus {
  border-color: #381414;
  color: #381414;
}
.servicos-grid-container .servicos-grid .grid-item a:hover figure img, .servicos-grid-container .servicos-grid .grid-item a:focus figure img {
  opacity: 0.5;
}
.servicos-grid-container .servicos-grid .grid-item a figure {
  width: 100%;
}
.servicos-grid-container .servicos-grid .grid-item a figure img {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
.servicos-grid-container .servicos-grid .grid-item h2 {
  margin: 0 auto !important;
  font-size: 1.125rem !important;
  font-weight: normal !important;
  line-height: 1.25 !important;
  max-width: 80%;
}

.diferenciais-container {
  margin-bottom: 1rem !important;
}
@media (min-width: 910px) {
  .diferenciais-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 2rem !important;
  }
}
.diferenciais-container section {
  padding: 1rem;
  width: 100%;
  margin-bottom: 2rem;
  background: #F4F4F4;
}
.diferenciais-container section:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 910px) {
  .diferenciais-container section {
    padding: 2rem;
    margin: 0 0 0 15px;
  }
  .diferenciais-container section:nth-child(2n+1) {
    margin: 0 15px 0 0;
  }
}
.diferenciais-container section h3 {
  font-weight: bold !important;
  font-size: 1rem !important;
  text-transform: uppercase;
}
.diferenciais-container section.big-list-of-features ul {
  max-height: 200px;
  overflow: hidden;
  transition: 0.3s all ease-in-out;
  position: relative;
}
.diferenciais-container section.big-list-of-features ul::after {
  content: "";
  width: 100%;
  height: 50px;
  background: linear-gradient(0deg, #f4f4f4 0%, rgba(244, 244, 244, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.diferenciais-container section.big-list-of-features.open ul {
  max-height: 1000px;
}
.diferenciais-container section.big-list-of-features.open ul::after {
  opacity: 0;
}
.diferenciais-container section.big-list-of-features .btn-more {
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none !important;
}

.home .parceiros-grid-container,
.home .servicos-grid-container {
  margin-bottom: 0;
}
@media (min-width: 910px) {
  .home .parceiros-grid-container,
  .home .servicos-grid-container {
    margin-bottom: 0;
  }
}

.parceiros-grid-container {
  width: 100%;
  max-width: none;
  height: auto;
  margin: 3rem auto;
}
.parceiros-grid-container .parceiros-grid {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  position: relative;
  z-index: 1;
  margin-left: -15px;
  margin-right: -15px;
}
.parceiros-grid-container .parceiros-grid .grid-item {
  margin: 0 10px 20px;
  width: calc(50% - 20px);
}
@media (min-width: 600px) {
  .parceiros-grid-container .parceiros-grid .grid-item {
    width: calc(25% - 20px);
  }
}
@media (min-width: 910px) {
  .parceiros-grid-container .parceiros-grid .grid-item {
    width: calc(20% - 20px);
  }
}
@media (min-width: 1200px) {
  .parceiros-grid-container .parceiros-grid .grid-item {
    margin: 0 15px 30px;
    width: calc(16.66% - 30px);
  }
}
.parceiros-grid-container .parceiros-grid .grid-item figure {
  position: relative;
  margin: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.parceiros-grid-container .parceiros-grid .grid-item figure img {
  width: 100%;
  height: auto;
  transition: 0.3s all ease-in-out;
  aspect-ratio: 1280/720;
  object-fit: cover;
}
.parceiros-grid-container .parceiros-grid .grid-item figure figcaption {
  display: none;
}

.blocks-gallery-item figure a img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}
.blocks-gallery-item figure a:hover img, .blocks-gallery-item figure a:focus img {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.empreendimentos-filtro ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0 !important;
  margin: 0 0 3rem;
}
.empreendimentos-filtro ul li a {
  display: inline-block;
  font-size: 0.75rem;
  color: black;
  padding: 0.25rem 0.5rem;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 910px) {
  .empreendimentos-filtro ul li a {
    font-size: 1rem;
    padding: 0.25rem 1rem;
  }
}
.empreendimentos-filtro ul li a i {
  font-size: 1.25rem;
  position: relative;
  top: 2px;
  pointer-events: none;
}
.empreendimentos-filtro ul li a:hover, .empreendimentos-filtro ul li a:focus {
  color: #381414;
}
.empreendimentos-filtro ul li.active a {
  color: #381414;
}

::-webkit-input-placeholder { /* Edge */
  color: rgba(56, 20, 20, 0.4);
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(56, 20, 20, 0.4);
}

::placeholder {
  color: rgba(56, 20, 20, 0.4);
}

.informacoes .btn-phone {
  display: block;
}
.informacoes i {
  display: inline-block;
  text-align: left;
  width: 20px;
}
.informacoes p {
  margin: 0 0 0.5rem;
}
.informacoes a {
  text-decoration: none !important;
}
.informacoes address {
  margin: 0 0 0.5rem;
  font-style: normal;
  padding-left: 22px;
}
.informacoes address i {
  margin-left: -22px;
}

.empreendimento-etapas-container {
  width: 100%;
  max-width: none;
  margin: 3rem auto;
  padding: 0 15px;
}
@media (min-width: 630px) {
  .empreendimento-etapas-container {
    max-width: 600px;
    padding: 0;
  }
}
@media (min-width: 910px) {
  .empreendimento-etapas-container {
    margin-bottom: 5rem;
    max-width: calc(100% - 30px);
    padding: 0;
  }
}

.empreendimento-etapas {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 630px) {
  .empreendimento-etapas {
    max-width: 50%;
    padding: 0;
    margin: 0 auto 3rem;
  }
}
@media (min-width: 1000px) {
  .empreendimento-etapas {
    max-width: 33.3%;
  }
}
.empreendimento-etapas .etapa {
  margin-bottom: 1rem;
}
.empreendimento-etapas .etapa label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: bold;
}
.empreendimento-etapas .etapa .etapa-barra {
  border-radius: 5px;
  background: #F4F4F4;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.empreendimento-etapas .etapa .etapa-progresso {
  background: #381414;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.empreendimento-etapas-imagem {
  position: relative;
}
.empreendimento-etapas-imagem figcaption {
  text-transform: normal;
  font-weight: normal;
  color: white;
  background-color: #999;
  padding: 0.5em 1em;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 0.75rem;
}

.gt3pg_pro_title_wrap .gt3pg_pro_title.gt3pg_pro_clip {
  font-size: 0.875rem !important;
}

.gt3pg-pro--wrapper {
  margin-bottom: 1rem;
}

.text_info_wrapper {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.25em 0.75em;
  position: absolute;
  left: 0;
  bottom: 20px;
  font-size: 0.75rem;
  border-radius: 15px;
  margin: 0;
}

.gt3-photo-gallery-pro--isotope_gallery .corner-rounded .img-wrapper,
.gt3-photo-gallery-pro--isotope_gallery .corner-rounded .isotope_item-wrapper {
  border-radius: 15px;
}

.wpcf7 form fieldset {
  margin-top: 2rem;
}
.wpcf7 form fieldset:first-of-type {
  margin-top: 0;
}
.wpcf7 form fieldset legend {
  font-size: 1.5rem;
  font-weight: bold;
}
.wpcf7 form .wpcf7-response-output {
  padding: 0.6em 1em;
  margin: 2em 0 1em;
  font-size: 0.875rem;
  border-width: 1px;
  border-radius: 6px;
}
.wpcf7 form label {
  display: block;
  font-weight: bold;
  color: #381414;
}
.wpcf7 form label label {
  font-weight: normal !important;
}
.wpcf7 form .wpcf7-form-control-wrap.paises {
  display: block;
  border: 1px solid rgba(56, 20, 20, 0.4) !important;
  padding: 1em 1.25em;
  border-radius: 0 20px 20px;
  margin-top: 0.25rem;
}
.wpcf7 form .wpcf7-acceptance {
  font-size: 0.875rem;
  font-weight: normal;
}
.wpcf7 form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.wpcf7 form .form-control {
  border: 1px solid rgba(56, 20, 20, 0.4) !important;
  color: #381414;
  font-family: "Ubuntu", system-ui;
  background: white;
  width: 100%;
  display: block;
  padding: 0.5em 0.75em;
  border-radius: 0 20px 20px;
  transition: border 0.3s ease-in-out;
}
.wpcf7 form .form-control.wpcf7-not-valid {
  border-color: #A00 !important;
}
.wpcf7 form .form-control:focus {
  border-color: #381414 !important;
  background: transparent !important;
  outline: none;
  box-shadow: none;
}
.wpcf7 form .wpcf7-submit {
  font-family: "Ubuntu", system-ui;
  font-size: 1rem;
  border: 1px solid #381414;
  padding: 0.5em 1.25em;
  font-weight: bold;
  line-height: 1.5;
  transition: 0.3s all ease-in-out;
  background: white;
  border-radius: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #381414;
}
@media (min-width: 768px) {
  .wpcf7 form .wpcf7-submit:hover, .wpcf7 form .wpcf7-submit:focus {
    font-family: "Ubuntu", system-ui;
    font-size: 1rem;
    padding: 0.5em 1.25em;
    line-height: 1.5;
    background: #381414;
    color: white;
  }
}
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 0.875rem;
  padding-top: 0.25rem;
}

.wpcf7-spinner {
  margin: 0;
  float: left;
}

.owl-item .empreendimento-intro {
  margin-bottom: 0;
}
@media (min-width: 910px) {
  .owl-item .empreendimento-intro {
    margin-bottom: 0;
  }
}

.empreendimento-intro-image {
  margin: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .empreendimento-intro-image {
    width: 50%;
  }
}

.empreendimento-intro {
  width: 100%;
  max-width: none;
  margin: 0 auto 3rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.empreendimento-intro.no-shadow {
  box-shadow: none;
}
@media (min-width: 768px) {
  .empreendimento-intro {
    display: flex;
    justify-content: stretch;
  }
}
@media (min-width: 910px) {
  .empreendimento-intro {
    margin: 0 auto 3rem;
  }
  .empreendimento-intro:last-of-type {
    margin-bottom: 0;
  }
}
.empreendimento-intro .empreendimento-intro-title {
  text-transform: uppercase;
  margin-bottom: 0.75rem !important;
  font-size: 1.75rem !important;
  font-weight: lighter !important;
}
.empreendimento-intro .empreendimento-intro-text {
  text-align: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 0;
}
.empreendimento-intro .empreendimento-intro-text .empreendimento-intro-logo {
  max-width: 100%;
  height: 100px;
  margin-bottom: 1rem;
}
.empreendimento-intro .empreendimento-intro-text h2 {
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 910px) {
  .empreendimento-intro .empreendimento-intro-text h2 {
    font-size: 1.5rem;
  }
}
.empreendimento-intro .empreendimento-intro-text.left {
  text-align: left;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .empreendimento-intro .empreendimento-intro-text {
    width: 35%;
  }
}
@media (min-width: 910px) {
  .empreendimento-intro .empreendimento-intro-text {
    padding: 2rem;
    margin-left: -1px;
    position: relative;
    z-index: 0;
  }
}
.empreendimento-intro .empreendimento-intro-text p:last-of-type {
  margin-bottom: 0;
}
.empreendimento-intro .empreendimento-intro-text img {
  max-height: 200px;
  width: auto;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 909px) {
  .empreendimento-intro .empreendimento-intro-text img {
    max-height: 150px;
  }
}
@media (min-width: 910px) {
  .empreendimento-intro .empreendimento-intro-text img {
    max-height: 200px;
  }
}
.empreendimento-intro .empreendimento-intro-text .empreendimento-intro-complemento {
  display: block;
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.empreendimento-intro .empreendimento-intro-text .empreendimento-preco {
  background: #F4F4F4;
  display: inline-block;
  padding: 0.25em 0.75em;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.empreendimento-intro .empreendimento-intro-text .empreendimento-preco-complemento {
  font-size: 0.875rem;
  margin: -0.75rem auto 1rem;
}
.empreendimento-intro .empreendimento-intro-text .empreendimento-intro-status {
  display: block;
  font-size: 0.75rem;
  font-weight: bold;
  margin: 0 0 1rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.empreendimento-intro .empreendimento-intro-text .features {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 0 0.5rem !important;
  text-align: center;
}
.empreendimento-intro .empreendimento-intro-text .features li {
  display: inline-block;
  border: 1px solid #381414;
  color: #381414;
  padding: 0.25em 0.5em;
  font-size: 1rem;
  margin: 0 0.125rem 0.25rem;
}
.empreendimento-intro .empreendimento-intro-image {
  margin: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (min-width: 768px) {
  .empreendimento-intro .empreendimento-intro-image {
    width: 65%;
  }
}
.empreendimento-intro .empreendimento-intro-image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (min-width: 768px) {
  .empreendimento-intro .empreendimento-intro-image img {
    aspect-ratio: 5/4;
  }
}
@media (min-width: 1150px) {
  .empreendimento-intro .empreendimento-intro-image img {
    aspect-ratio: 16/9;
  }
}

section.indicadores .container {
  padding: 0;
}
section.indicadores ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  section.indicadores ul {
    flex-wrap: nowrap;
  }
}
section.indicadores ul li {
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 910px) {
  section.indicadores ul li {
    margin-bottom: 0;
    padding: 0 10px;
  }
  section.indicadores ul li:first-of-type {
    padding-left: 0;
  }
  section.indicadores ul li:last-of-type {
    padding-right: 0;
  }
}
section.indicadores ul li:nth-child(3n-1) h2 {
  background: #007594;
}
section.indicadores ul li:nth-child(3n) h2 {
  background: #00617A;
}
section.indicadores ul li h2 {
  margin: 0;
  font-size: 1rem !important;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  border-radius: 15px;
  color: white;
  background: #381414;
  width: 100%;
  padding: 1.5rem 2rem;
}
section.indicadores ul li h2 span {
  font-size: 3.5rem;
  font-weight: 900;
  display: block;
  margin-right: 0.5rem;
  text-align: right;
  width: 60%;
}
@media (min-width: 1400px) {
  section.indicadores ul li h2 span {
    width: 40%;
  }
}

.ipnrm {
  height: 450px !important;
}

.caminhos-pagination {
  border-top: none;
  padding: 0 0 0;
  margin: 2rem 0 0;
  text-align: center;
}
@media (min-width: 910px) {
  .caminhos-pagination {
    padding-top: 0;
    margin-top: 3rem;
  }
}
.caminhos-pagination hr {
  border: none;
  border-top: 1px solid #999;
  background: transparent;
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  opacity: 1;
}
.caminhos-pagination span,
.caminhos-pagination a {
  text-decoration: none !important;
  margin: 0 0.25rem;
  font-size: 1rem;
  padding: 0 0.75em;
  display: inline-block;
  min-width: 38px;
  min-height: 38px;
  color: #381414 !important;
  line-height: 38px;
  font-family: "Ubuntu", system-ui;
  border: 1px solid #381414;
  border-radius: 20px;
  background: white !important;
}
.caminhos-pagination span.next, .caminhos-pagination span.prev,
.caminhos-pagination a.next,
.caminhos-pagination a.prev {
  display: inline-block;
}
@media (min-width: 910px) {
  .caminhos-pagination span,
  .caminhos-pagination a {
    display: inline-block;
  }
}
.caminhos-pagination span:hover, .caminhos-pagination span:focus, .caminhos-pagination span:active, .caminhos-pagination span.current,
.caminhos-pagination a:hover,
.caminhos-pagination a:focus,
.caminhos-pagination a:active,
.caminhos-pagination a.current {
  border-color: #381414 m !important;
  background: #381414 !important;
  color: white !important;
}

.general-tags {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 2.25rem;
}
.general-tags.mb-1 {
  margin-bottom: 0.5rem !important;
}
.general-tags.align-center {
  justify-content: center;
  margin-bottom: -0.5rem !important;
}
.general-tags.mb-negative {
  margin-bottom: -1rem;
}
.general-tags li {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.general-tags li span {
  padding: 0.25rem;
  display: inline-block;
}
.general-tags li:hover {
  border-color: #666;
}
.general-tags li a {
  background: transparent;
  text-decoration: none !important;
  display: block;
  color: #999 !important;
  padding: 0.25em 0.5em;
}
.general-tags li a:hover, .general-tags li a:focus, .general-tags li a:active {
  background: transparent !important;
  text-decoration: none;
  color: #666 !important;
}

.wp-post-image {
  width: 100%;
  height: auto;
  border: 1px solid #F4F4F4;
  border-radius: 15px;
  margin-bottom: 1rem;
  overflow: hidden;
}

.wp-block-video video {
  border-radius: 15px;
  overflow: hidden;
}

.wp-block-image {
  position: relative;
  margin-bottom: 1rem;
}
.wp-block-image img {
  width: 100%;
  height: auto;
  border: 1px solid #F4F4F4;
  border-radius: 15px;
  overflow: hidden;
  margin: 0;
}
.wp-block-image figcaption {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0.25em 0.75em;
  position: absolute;
  left: 0;
  bottom: 1px;
  font-size: 0.75rem;
  border-radius: 15px;
  margin: 0;
}

.type-parceiro .caminhos-cover {
  aspect-ratio: 370/200;
  object-fit: cover;
}

img.caminhos-membro {
  width: 150px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  border: none;
  margin: 0 auto 0.5rem;
}

.search-form-wrapper form {
  position: relative;
}
.search-form-wrapper form input {
  background: transparent;
  border: 1px solid rgba(56, 20, 20, 0.6);
  border-radius: 25px;
  color: #381414;
  padding: 0.5em 50px 0.5em 1em;
  transition: all 0.3s ease-in-out;
  font-family: "Ubuntu", system-ui;
}
.search-form-wrapper form input:focus {
  border-color: #381414;
}
.search-form-wrapper form button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  color: #381414;
  font-size: 1.25rem;
  padding: 0.55em;
  border-radius: 25px;
  line-height: 1;
}
.search-form-wrapper form ::placeholder {
  color: rgba(56, 20, 20, 0.7);
  opacity: 1; /* Firefox */
}
.search-form-wrapper form ::-ms-input-placeholder { /* Edge 12 -18 */
  color: rgba(56, 20, 20, 0.7);
}

.membro-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0;
}
.membro-menu li {
  padding: 0 0.25rem;
}
.membro-menu li a {
  font-size: 1.5rem;
  color: white !important;
}
.membro-menu li a:hover, .membro-menu li a:focus {
  opacity: 0.8;
}
.membro-menu li a.btn-lattes {
  display: inline-block;
  height: 24px;
  width: 24px;
  background: url(../img/lattes.svg) center center no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}
.membro-menu li a.btn-lattes span {
  display: none;
}

.page-footer-menu {
  list-style: none;
  padding: 2rem 0 0;
  border: 1px solid rgba(244, 244, 244, 0.4);
  border-width: 1px 0 0;
  margin: 2rem 0 0;
}
@media (max-width: 599px) {
  .page-footer-menu li {
    margin-bottom: 1rem !important;
  }
  .page-footer-menu li:last-of-type {
    margin-bottom: 0 !important;
  }
  .page-footer-menu .btn, .page-footer-menu #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .page-footer-menu .wp-block-button__link {
    display: block !important;
  }
}
@media (min-width: 600px) {
  .page-footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media print {
  .page-footer-menu {
    display: none;
  }
}
.page-footer-menu .btn, .page-footer-menu #page .entry-content-boxed .entry-content .wp-block-button__link, #page .entry-content-boxed .entry-content .page-footer-menu .wp-block-button__link {
  margin: 0 0.5rem;
}

.page-template-fale-conosco .entry-content-boxed .phone-menu {
  display: block;
  padding: 0 !important;
  margin: 0 0 2rem !important;
}
.page-template-fale-conosco .entry-content-boxed .phone-menu li {
  border-bottom: 1px solid #381414;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem !important;
}
.page-template-fale-conosco .entry-content-boxed .phone-menu li a {
  text-decoration: none !important;
}
.page-template-fale-conosco .entry-content-boxed .phone-menu li a.btn-whatsapp i {
  background: transparent;
  border-color: #381414;
  color: #381414;
  font-size: 1.25rem;
}
.page-template-fale-conosco .entry-content-boxed p.atendimento {
  font-size: 0.875rem !important;
  margin-bottom: 0 !important;
}
.page-template-fale-conosco .entry-content-boxed .footer-menu {
  list-style: none;
  padding: 0 !important;
  margin: 1.5rem 0 !important;
  display: flex;
}
.page-template-fale-conosco .entry-content-boxed .footer-menu.email {
  border-bottom: 1px solid #381414;
  padding-bottom: 1.5rem !important;
  margin-bottom: 1.5rem;
}
.page-template-fale-conosco .entry-content-boxed .footer-menu li {
  margin-right: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}
.page-template-fale-conosco .entry-content-boxed .footer-menu li i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #381414;
  border-radius: 20px;
  margin-right: 0.5rem;
}
.page-template-fale-conosco .entry-content-boxed .footer-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #381414;
  text-decoration: none !important;
}

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