@charset "UTF-8";
/*
* Theme Name: Invasc
* Version: 1.0.0
* Description: Template exclusivo para o Invasc
* Author: Pensa e Cria
* Author URI: https://www.pensaecria.com.br
*
* Ultima Atualizacao: 16/09/26
*/
/* - Base
–––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
  --bs-body-font-family: Nunito Sans, sans-serif;
  --bs-body-color: #49504e;
  --bs-body-color-rgb: 73, 80, 78;
  --bs-primary: #42b9d7;
  --bs-primary-rgb: 66, 185, 215;
  --bs-secondary-color: 120, 130, 127;
  --bs-secondary-rgb: 120, 130, 127;
  --bs-tertiary-color: #b2748d;
  --bs-light: #f2f3f2;
  --bs-light-rgb: 242, 243, 242;
  --bs-dark: #49504e;
  --bs-dark-rgb: 73, 80, 78;
  --bs-heading-color: #78827f;
  --bs-link-color: #42b9d7;
  --bs-link-color-rgb: 66, 185, 215;
  --bs-link-hover-color: #b2748d;
  --bs-link-hover-color-rgb: 178, 116, 141;
  --bs-box-shadow-sm: 1px 1px 6px rgba(0, 0, 0, 0.1);
  --bs-border-color: rgba(0, 0, 0, 0.1);
  --sticky-top: 3.6rem;
}
@media (min-width: 1200px) {
  :root {
    --sticky-top: 8.4rem;
  }
}

::selection {
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

:where(a):not(.btn):focus-visible {
  outline-color: rgba(0, 0, 0, 0.1);
}

html :where(main) {
  position: relative;
  min-height: 50vh;
}
html :where(img, video) {
  height: auto;
  max-width: 100%;
}
html :where(iframe) {
  max-width: 100%;
}

section {
  padding-block: 6rem;
}
@media (min-width: 576px) {
  section {
    padding-block: 10vw;
  }
}
@media (min-width: 1200px) {
  section {
    padding-block: 12rem;
  }
}

.hidden {
  display: none !important;
}

:is(.form-control, .form-select, .form-check-input):focus {
  border-color: #42b9d7;
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.1);
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
  background-color: #42b9d7;
  border-color: #42b9d7;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    top: var(--sticky-top);
    height: fit-content;
    z-index: auto;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    top: var(--sticky-top);
    height: fit-content;
    z-index: auto;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    top: var(--sticky-top);
    height: fit-content;
    z-index: auto;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    top: var(--sticky-top);
    height: fit-content;
    z-index: auto;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    top: var(--sticky-top);
    height: fit-content;
    z-index: auto;
  }
}
.scroll-anchor {
  scroll-margin-top: var(--sticky-top);
}
@media (min-width: 1200px) {
  .scroll-anchor {
    scroll-margin-top: var(--sticky-top);
  }
}

.divider-before, .divider-after {
  position: relative;
}
.divider-before::before, .divider-before::after, .divider-after::before, .divider-after::after {
  position: absolute;
  width: 25%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.divider-before.centered::before, .divider-before.centered::after, .divider-after.centered::before, .divider-after.centered::after {
  left: 50%;
  transform: translateX(-50%);
}
.divider-before::before {
  content: "";
  top: 0;
}
.divider-after::after {
  content: "";
  bottom: 0;
}

/* - Typography ––––– */
:where(h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6) {
  display: block;
  word-wrap: break-word;
}

h2, .h2 {
  margin-bottom: 0.25em;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-bottom: 0.5em;
}

:where(h1, .h1,
h2, .h2,
h5, .h5,
h6, .h6) {
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

h6,
.h6 {
  font-weight: bold;
}

@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 3.2rem;
  }
}
:is(.bg-primary, .bg-secondary, .bg-dark) {
  --bs-heading-color: #fff;
  color: #fff;
}

p:last-child {
  margin-bottom: 0;
}

hr {
  opacity: 1;
  border-top-color: rgba(0, 0, 0, 0.1);
}

.lead {
  font-size: 1.8rem;
}

.text-transform-none {
  text-transform: none !important;
  letter-spacing: normal;
}

.line-after {
  position: relative;
  margin-bottom: 0.5em;
}
.line-after::after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  margin-top: 0.5em;
}
.line-after.centered::after {
  margin-inline: auto;
}

@media (max-width: 575.98px) {
  .text-center.text-sm-start .line-after::after {
    margin-inline: auto;
  }
}

@media (max-width: 767.98px) {
  .text-center.text-md-start .line-after::after {
    margin-inline: auto;
  }
}

@media (max-width: 991.98px) {
  .text-center.text-lg-start .line-after::after {
    margin-inline: auto;
  }
}

@media (max-width: 1199.98px) {
  .text-center.text-xl-start .line-after::after {
    margin-inline: auto;
  }
}

@media (max-width: 1399.98px) {
  .text-center.text-xxl-start .line-after::after {
    margin-inline: auto;
  }
}

.icon-link {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.material-symbols-outlined {
  position: relative;
  max-width: 1.5em;
  font-size: inherit;
  line-height: inherit;
  vertical-align: top;
  user-select: none;
  font-weight: 400;
  font-variation-settings: "FILL" 0, "GRAD" 0;
}
.material-symbols-outlined.is-fill {
  font-variation-settings: "FILL" 1, "GRAD" 0;
}

/* Effects ––––– */
:where(a) {
  transition: all 0.3s ease;
}

.animate-fade {
  opacity: 0;
  transition: opacity 0.75s ease;
}
.animate-fade.visible {
  opacity: 1;
}
.animate-fade.fade-scale {
  transform: scale(0.9);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.animate-fade.fade-scale.visible {
  transform: scale(1);
}

.parallax-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.parallax-wrapper .parallax-effect {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  will-change: transform;
  transform: translateY(0);
}
.parallax-wrapper .parallax-effect.parallax-top {
  top: -25%;
}
.parallax-wrapper .parallax-effect.parallax-meio {
  top: -25%;
}
.parallax-wrapper .parallax-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.66666);
  pointer-events: none;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

/* - Buttons ––––– */
.btn {
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.25;
  --bs-btn-color: #42b9d7;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #42b9d7;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #42b9d7;
  --bs-btn-hover-border-color: #42b9d7;
  --bs-btn-focus-shadow-rgb: 155, 155, 155;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #42b9d7;
  --bs-btn-active-border-color: #42b9d7;
  --bs-btn-disabled-color: #78827f;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.btn:has(svg, span.material-symbols-outlined) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;
}
.btn:has(svg, span.material-symbols-outlined) .material-symbols-outlined {
  font-size: 1.125em;
}

.btn-whatsapp {
  --bs-btn-color: #fff;
  --bs-btn-bg: #25d366;
  --bs-btn-border-color: #25d366;
  --bs-btn-hover-color: #25d366;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #25d366;
  --bs-btn-active-color: #25d366;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #25d366;
}

:is(.bg-primary, .bg-secondary, .bg-dark) .btn {
  --bs-btn-border-color: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-active-border-color: #fff;
}

:where(a, .btn):not(.icon-link) > svg {
  flex-shrink: 0;
  width: auto;
  height: 1em;
  fill: currentcolor;
  transition: fill 0.3s ease;
}

/* - Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Header ––––– */
header .navbar {
  --bs-navbar-color: #42b9d7;
  --bs-navbar-hover-color: #b2748d;
  --bs-navbar-active-color: #78827f;
  --bs-navbar-padding-y: 1.8rem;
  --bs-navbar-padding-x: 0;
  --bs-navbar-brand-font-size: 0;
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 2.4rem;
  background-color: #fff;
  width: 100%;
  min-height: 7.3rem;
}
header .navbar .navbar-brand:hover {
  transform: scale(1.05);
}
header .navbar.fixed-top {
  display: none;
  min-height: 5rem;
}
@media (min-width: 1200px) {
  header .navbar.fixed-top {
    display: flex;
    position: fixed;
    opacity: 0;
    transform: translateY(-100%);
    will-change: transform;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    --bs-navbar-padding-y: .6rem;
  }
  header .navbar.fixed-top.scrolled {
    opacity: 1;
    transform: translateY(0);
  }
}
header .navbar-nav {
  --bs-nav-link-font-size: 15px;
  --bs-nav-link-font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
header .dropdown-menu {
  --bs-dropdown-padding-y: 0 0 1.2rem;
  --bs-dropdown-border-width: 0;
  --bs-dropdown-item-padding-y: .5rem;
  --bs-dropdown-item-padding-x: 1.5rem;
  --bs-dropdown-link-color: #42b9d7;
  --bs-dropdown-link-hover-bg: transparent;
  --bs-dropdown-link-hover-color: #b2748d;
  --bs-dropdown-link-active-color: #78827f;
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-font-size: 13px;
  transition: 0.3s ease;
}
@media (min-width: 1200px) {
  header .dropdown:hover > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  header .dropdown-menu {
    --bs-dropdown-padding-y: .9rem;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1), 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199.98px) {
  header .navbar-nav > .nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header .offcanvas-body {
    padding-top: 0;
  }
}
header .offcanvas {
  --bs-offcanvas-padding-x: 3.6rem;
  --bs-offcanvas-padding-y: 3.6rem;
}
header .header-title {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  text-align: center;
  min-height: 20rem;
  padding: 2.4rem 0;
}
header .header-title .container > * {
  margin-bottom: 0;
  color: #49504e;
}

/* - Footer ––––– */
footer .footer-instagram {
  position: relative;
  min-height: 15vw;
}
footer .footer-instagram .ratio-3x4 {
  --bs-aspect-ratio: 133.33333%;
}
footer .footer-instagram-container {
  display: flex;
  flex-wrap: wrap;
  padding: 2px;
}
footer .footer-instagram-link {
  width: 100%;
  padding-inline: 2px;
}
footer .footer-instagram-link a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding-block: 3.6rem;
  width: 100%;
  height: 100%;
  text-decoration: none;
  letter-spacing: 0.025em;
  line-height: 1;
}
footer .footer-instagram-link a svg {
  height: 3em;
  transition: transform 0.3s ease;
}
footer .footer-instagram-link a:hover {
  background-color: rgba(66, 185, 215, 0.1);
}
footer .footer-instagram-link a:hover svg {
  transform: scale(1.1);
}
footer .footer-instagram-plugin {
  width: 100%;
  height: 100%;
}
footer .footer-instagram-plugin #sb_instagram {
  padding: 0 !important;
}
footer .footer-instagram-plugin #sb_instagram #sbi_images {
  padding: 0 !important;
}
footer .footer-instagram-plugin #sb_instagram .sbi_photo:hover, footer .footer-instagram-plugin #sb_instagram .sbi_photo:focus {
  opacity: 0.75 !important;
}
@media (min-width: 1200px) {
  footer .footer-instagram-link {
    width: 14.2857142857%;
  }
  footer .footer-instagram-link a {
    flex-direction: column;
  }
  footer .footer-instagram-plugin {
    width: 85.7142857143%;
  }
}
footer .footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
footer .footer-contacts .btn {
  min-width: 26rem;
  max-width: 100%;
}
footer .footer-social-media .social-media-icons {
  font-size: 2em;
}
footer .footer-infos {
  font-size: 12px;
}
footer .footer-mapa {
  padding-block: 1px;
  background-color: rgb(229, 227, 223);
}
footer .footer-mapa iframe {
  display: block;
  width: 100%;
  height: 36rem;
}
@media (max-width: 575.98px) {
  footer .footer-mapa iframe {
    height: 100vw;
    max-height: 42rem;
  }
}
@media (min-width: 1200px) {
  footer #contato {
    scroll-margin-top: 5rem;
  }
}

.pensaecria a {
  display: inline-block;
  vertical-align: baseline;
  color: #444 !important;
}
.pensaecria a svg {
  display: block;
  width: 88px;
  height: auto !important;
  transition: fill 0.3s ease;
  top: 0.05em;
}
.pensaecria a.logo-branco {
  color: #fff !important;
}
.pensaecria a:hover, .pensaecria a:focus {
  color: #EF4056 !important;
}

/* - Components
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.cookies-consent {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  padding: 0 2.4rem 3.6rem;
  pointer-events: none;
}
.cookies-consent .cookies-content {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  margin: 0 auto;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: auto;
}
.cookies-consent .cookies-desc {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 0;
}
.cookies-consent .cookies-desc p {
  margin: 0;
}
.cookies-consent .cookies-btn {
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 575.98px) {
  .cookies-consent .cookies-desc {
    display: block;
  }
  .cookies-consent .cookies-btn {
    display: block;
    margin: 10px 0 0;
  }
}

.whatsapp-btn {
  position: fixed;
  bottom: 1.8rem;
  left: 1.8rem;
  z-index: 1000;
}
.whatsapp-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #25d366;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  color: #fff !important;
  font-size: 2.4rem;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: background-color 0.3s ease;
}
.whatsapp-btn a:hover, .whatsapp-btn a:focus {
  background-color: #1ea951;
  outline: none;
}
.whatsapp-btn a svg {
  position: relative;
  height: 1em;
  width: auto;
}

.scroll-to-top {
  position: fixed;
  bottom: 1.8rem;
  right: 1.8rem;
  width: 4.4rem;
  height: 4.4rem;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  z-index: 1000;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
}
.scroll-to-top svg {
  width: 3.6rem;
  height: auto;
  top: -1px;
}
.scroll-to-top:hover {
  transform: translateY(-4px);
}
.scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
}

.social-media-icons {
  display: flex;
  justify-content: center;
  gap: 0.5em;
  font-size: 1.5em;
}
.social-media-icons .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.social-media-icons .icon:hover {
  transform: scale(1.1);
}
.social-media-icons.icons-white .icon {
  color: #fff;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5em;
  background-color: #78827f;
}
.img-fallback > * {
  color: #fff;
}

.img-format {
  position: relative;
  width: 100%;
  aspect-ratio: var(--img-ratio);
}
.img-format > * {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img-format-21x9 {
  --img-ratio: 21 / 9;
}

.img-format-16x9 {
  --img-ratio: 16 / 9;
}

.img-format-3x2 {
  --img-ratio: 3 / 2;
}

.img-format-4x3 {
  --img-ratio: 4 / 3;
}

.img-format-5x4 {
  --img-ratio: 5 / 4;
}

.img-format-1x1 {
  --img-ratio: 1 / 1;
}

.img-format-4x5 {
  --img-ratio: 4 / 5;
}

.img-format-3x4 {
  --img-ratio: 3 / 4;
}

.img-format-2x3 {
  --img-ratio: 2 / 3;
}

.img-format-9x16 {
  --img-ratio: 9 / 16;
}

@media (min-width: 576px) {
  .img-format-sm-21x9 {
    --img-ratio: 21 / 9;
  }
  .img-format-sm-16x9 {
    --img-ratio: 16 / 9;
  }
  .img-format-sm-3x2 {
    --img-ratio: 3 / 2;
  }
  .img-format-sm-4x3 {
    --img-ratio: 4 / 3;
  }
  .img-format-sm-5x4 {
    --img-ratio: 5 / 4;
  }
  .img-format-sm-1x1 {
    --img-ratio: 1 / 1;
  }
  .img-format-sm-4x5 {
    --img-ratio: 4 / 5;
  }
  .img-format-sm-3x4 {
    --img-ratio: 3 / 4;
  }
  .img-format-sm-2x3 {
    --img-ratio: 2 / 3;
  }
  .img-format-sm-9x16 {
    --img-ratio: 9 / 16;
  }
}
@media (min-width: 768px) {
  .img-format-md-21x9 {
    --img-ratio: 21 / 9;
  }
  .img-format-md-16x9 {
    --img-ratio: 16 / 9;
  }
  .img-format-md-3x2 {
    --img-ratio: 3 / 2;
  }
  .img-format-md-4x3 {
    --img-ratio: 4 / 3;
  }
  .img-format-md-5x4 {
    --img-ratio: 5 / 4;
  }
  .img-format-md-1x1 {
    --img-ratio: 1 / 1;
  }
  .img-format-md-4x5 {
    --img-ratio: 4 / 5;
  }
  .img-format-md-3x4 {
    --img-ratio: 3 / 4;
  }
  .img-format-md-2x3 {
    --img-ratio: 2 / 3;
  }
  .img-format-md-9x16 {
    --img-ratio: 9 / 16;
  }
}
@media (min-width: 992px) {
  .img-format-lg-21x9 {
    --img-ratio: 21 / 9;
  }
  .img-format-lg-16x9 {
    --img-ratio: 16 / 9;
  }
  .img-format-lg-3x2 {
    --img-ratio: 3 / 2;
  }
  .img-format-lg-4x3 {
    --img-ratio: 4 / 3;
  }
  .img-format-lg-5x4 {
    --img-ratio: 5 / 4;
  }
  .img-format-lg-1x1 {
    --img-ratio: 1 / 1;
  }
  .img-format-lg-4x5 {
    --img-ratio: 4 / 5;
  }
  .img-format-lg-3x4 {
    --img-ratio: 3 / 4;
  }
  .img-format-lg-2x3 {
    --img-ratio: 2 / 3;
  }
  .img-format-lg-9x16 {
    --img-ratio: 9 / 16;
  }
}
@media (min-width: 1200px) {
  .img-format-xl-21x9 {
    --img-ratio: 21 / 9;
  }
  .img-format-xl-16x9 {
    --img-ratio: 16 / 9;
  }
  .img-format-xl-3x2 {
    --img-ratio: 3 / 2;
  }
  .img-format-xl-4x3 {
    --img-ratio: 4 / 3;
  }
  .img-format-xl-5x4 {
    --img-ratio: 5 / 4;
  }
  .img-format-xl-1x1 {
    --img-ratio: 1 / 1;
  }
  .img-format-xl-4x5 {
    --img-ratio: 4 / 5;
  }
  .img-format-xl-3x4 {
    --img-ratio: 3 / 4;
  }
  .img-format-xl-2x3 {
    --img-ratio: 2 / 3;
  }
  .img-format-xl-9x16 {
    --img-ratio: 9 / 16;
  }
}
@media (min-width: 1400px) {
  .img-format-xxl-21x9 {
    --img-ratio: 21 / 9;
  }
  .img-format-xxl-16x9 {
    --img-ratio: 16 / 9;
  }
  .img-format-xxl-3x2 {
    --img-ratio: 3 / 2;
  }
  .img-format-xxl-4x3 {
    --img-ratio: 4 / 3;
  }
  .img-format-xxl-5x4 {
    --img-ratio: 5 / 4;
  }
  .img-format-xxl-1x1 {
    --img-ratio: 1 / 1;
  }
  .img-format-xxl-4x5 {
    --img-ratio: 4 / 5;
  }
  .img-format-xxl-3x4 {
    --img-ratio: 3 / 4;
  }
  .img-format-xxl-2x3 {
    --img-ratio: 2 / 3;
  }
  .img-format-xxl-9x16 {
    --img-ratio: 9 / 16;
  }
}
.carousel-caption {
  line-height: 1.2;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.75);
  bottom: 2rem;
  width: auto;
  height: auto;
  top: auto;
}

.carousel-control-prev,
.carousel-control-next {
  transition: all 0.3s ease;
  width: 8%;
}
.carousel-control-prev.disabled,
.carousel-control-next.disabled {
  opacity: 0 !important;
  pointer-events: none;
  cursor: default;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.barra-cta {
  padding: 3.6rem 2.4rem;
  text-align: center;
}
.barra-cta .title {
  max-width: 38rem;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0;
}
.barra-cta.title-sm {
  padding-block: 2.4rem;
}
.barra-cta.title-sm .title {
  max-width: 32rem;
  font-size: 2rem;
}

.list-group {
  --bs-list-group-color: inherit;
  --bs-list-group-item-padding-y: 1.2rem;
  --bs-list-group-active-bg: #78827f;
  --bs-list-group-active-border-color: #78827f;
  --bs-list-group-action-color: #42b9d7;
  --bs-list-group-action-hover-bg: rgba(66, 185, 215, .1);
  --bs-list-group-action-hover-color: #b2748d;
}
.list-group.list-group-flush {
  --bs-list-group-bg: transparent;
}
@media (max-width: 575.98px) {
  .list-group.list-group-flush {
    --bs-list-group-item-padding-x: 0;
  }
}

.convenios {
  border-top: 2px solid #f2f3f2;
}
.convenios .swiper-wrapper {
  align-items: center;
}
.convenios .swiper-wrapper img {
  display: block;
  width: 120px;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

/* - Paginas
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* - Home ––––– */
.home-banner {
  position: relative;
  z-index: 1;
}
.home-banner .carousel-item {
  max-height: calc(100vh - 73px);
}
.home-banner .carousel-item img {
  object-position: top center;
}
.home-destaques {
  position: relative;
  z-index: 2;
  padding-block: 3.6rem;
  background-color: #f2f3f2;
}
.home-destaques .destaque-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 40.8rem;
  height: 100%;
  min-height: 20rem;
  margin-inline: auto;
  padding: 2.4rem;
  border-radius: 0.6rem;
  text-decoration: none;
  line-height: 1.25;
  background-color: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1), 1px 1px 5px rgba(0, 0, 0, 0.05);
}
.home-destaques .destaque-box:hover {
  transform: scale(0.97);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.125), 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.home-destaques .col:nth-child(3) a:hover {
  color: #25d366;
}
@media (min-width: 576px) {
  .home-destaques {
    margin-top: -10rem;
    padding-block: 0;
    background-color: transparent;
  }
  .home-destaques .destaque-box {
    background-color: rgba(255, 255, 255, 0.95);
  }
}
.home-apresentacao .apre-logo {
  width: 24rem;
}
@media (min-width: 768px) {
  .home-apresentacao .apre-logo {
    width: 30rem;
  }
}
.home-especialidades .especialidade-item {
  max-width: 35rem;
}
.home-especialidades .especialidade-item .especialidade-link {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 28.4rem;
  height: 100%;
  margin-inline: auto;
  text-decoration: none;
  user-select: none;
  background: #fff;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.05);
}
.home-especialidades .especialidade-item .especialidade-link .especialidade-title {
  flex: 1 1 auto;
  align-content: center;
  width: 100%;
  min-height: 6rem;
  padding: 1.2rem 0.6rem;
  text-align: center;
}
.home-especialidades .especialidade-item .especialidade-link:hover {
  transform: scale(0.97);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.125), 1px 1px 5px rgba(0, 0, 0, 0.1);
}
.home-equipe .membro-item .membro-link {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 28.2rem;
  max-width: 100%;
  margin-inline: auto;
  text-decoration: none;
  user-select: none;
  color: #78827f;
  background: #fff;
  box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.05), 1px 1px 5px rgba(0, 0, 0, 0.05);
}
.home-equipe .membro-item .membro-link .membro-title {
  flex: 1 1 auto;
  align-content: center;
  width: 100%;
  padding-block: 1.5rem;
  text-align: center;
}
.home-equipe .membro-item .membro-link:hover {
  transform: scale(0.97);
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.125), 1px 1px 5px rgba(0, 0, 0, 0.1);
}

/* - Sobre ––––– */
.sobre-diferenciais .diferencial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  gap: 1.8rem;
}
.sobre-diferenciais .diferencial-title {
  align-content: end;
  width: 100%;
  margin: 0;
}
.sobre-estrutura .carousel {
  max-width: 100%;
  width: 80rem;
  margin-inline: auto;
}
.sobre-ensino .list-group .list-group-item {
  display: flex;
  gap: 0.25em;
  font-size: 1.8rem;
}
.sobre-ensino .list-group .list-group-item .material-symbols-outlined {
  font-size: 1.33333em;
  color: #b2748d;
}

/* - Especialidade Page ––––– */
.especialidade .especialidade-imagem {
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}
.especialidade .especialidade-sidebar {
  width: 100%;
  max-width: 40rem;
  margin-inline: auto;
}
.especialidade .especialidade-sidebar .list-group-item-action {
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  letter-spacing: 0.025em;
}
.especialidade .especialidade-introducao h2 {
  text-transform: none;
  letter-spacing: normal;
}
.especialidade .especialidade-introducao :is(h2, h3, h4, h5, h6):not(:first-child) {
  margin-top: 0.75em;
}
.especialidade .especialidade-atuacoes .accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-btn-padding-y: 1.8rem;
  --bs-accordion-btn-padding-x: var(--bs-accordion-btn-padding-y);
  --bs-accordion-btn-color: #42b9d7;
  --bs-accordion-active-bg: rgba(66, 185, 215, 0.2);
  --bs-accordion-active-color: #b2748d;
  --bs-accordion-body-padding-x: var(--bs-accordion-btn-padding-y);
  --bs-accordion-body-padding-y: var(--bs-accordion-btn-padding-y);
}
.especialidade .especialidade-atuacoes .accordion .accordion-button {
  font-size: 2.2rem;
  box-shadow: none;
}
.especialidade .especialidade-atuacoes .accordion .accordion-button:focus {
  box-shadow: none;
}
.especialidade .especialidade-atuacoes .accordion .accordion-button:is(.collapsed):hover {
  color: #b2748d;
  background-color: rgba(66, 185, 215, 0.1);
}
.especialidade .especialidade-atuacoes .accordion .accordion-button::after {
  display: none;
}
.especialidade .especialidade-atuacoes .accordion .accordion-button .accordion-icon {
  margin-left: auto;
  font-size: 1.25em;
  transition: transform 0.3s ease;
}
.especialidade .especialidade-atuacoes .accordion .accordion-button:not(.collapsed) {
  border-bottom-width: var(--bs-accordion-border-width);
}
.especialidade .especialidade-atuacoes .accordion .accordion-button:not(.collapsed) .accordion-icon {
  transform: rotate(180deg);
}
.especialidade .especialidade-atuacoes .accordion-body :is(h4, h5, h6) {
  font-style: italic;
  color: inherit;
}
.especialidade .especialidade-atuacoes .accordion-body h4 {
  font-size: 2rem;
}
.especialidade .especialidade-atuacoes .accordion-body h5 {
  font-size: 1.8rem;
}
.especialidade :is(.especialidade-introducao, .accordion-body) figure {
  max-width: 100%;
  margin: 2.4rem 0;
}
.especialidade :is(.especialidade-introducao, .accordion-body) .wp-caption {
  max-width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.especialidade :is(.especialidade-introducao, .accordion-body) .wp-caption img {
  display: block;
  margin: 0 auto;
}
.especialidade :is(.especialidade-introducao, .accordion-body) .wp-caption-text {
  margin-top: 0.6rem;
  font-size: 1.3rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.5);
}
.especialidade :is(.especialidade-introducao, .accordion-body) .wp-video,
.especialidade :is(.especialidade-introducao, .accordion-body) .mejs-container,
.especialidade :is(.especialidade-introducao, .accordion-body) .mejs-mediaelement,
.especialidade :is(.especialidade-introducao, .accordion-body) video {
  max-height: 80vh;
}
.especialidade :is(.especialidade-introducao, .accordion-body) video {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.especialidade :is(.especialidade-introducao, .accordion-body) .ratio {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .especialidade :is(.especialidade-introducao, .accordion-body) .alignleft {
    float: left;
    margin: 0 2.4rem 1.6rem 0;
  }
  .especialidade :is(.especialidade-introducao, .accordion-body) .alignright {
    float: right;
    margin: 0 0 1.6rem 2.4rem;
  }
  .especialidade :is(.especialidade-introducao, .accordion-body) .aligncenter {
    display: block;
    margin-inline: auto;
    clear: both;
  }
}

/* - Membro Page ––––– */
.membro-img {
  width: 100%;
  max-width: 40.2rem;
}
.membro .list-group-item.title {
  border-bottom: 2px solid #42b9d7;
}
.membro-titularidades .list-group-item {
  display: flex;
  gap: 0.25em;
}
.membro-titularidades .list-group-item .material-symbols-outlined {
  font-size: 1.25em;
  line-height: normal;
  color: #b2748d;
}

/* - Politica de Privacidade ––––– */
#politica-de-privacidade {
  font-family: sans-serif !important;
  font-size: 1.6rem !important;
  line-height: 1.5 !important;
  color: #000 !important;
}
#politica-de-privacidade h1,
#politica-de-privacidade h2,
#politica-de-privacidade h3 {
  font-family: sans-serif !important;
  line-height: 1 !important;
  font-style: normal !important;
  font-weight: bold !important;
  margin: 2.4rem 0 1.2rem 0 !important;
  color: #000 !important;
  letter-spacing: initial !important;
  text-transform: initial !important;
}
#politica-de-privacidade p,
#politica-de-privacidade strong,
#politica-de-privacidade ul,
#politica-de-privacidade li {
  color: #000 !important;
}
#politica-de-privacidade h1 {
  font-size: 2.5em !important;
  margin-top: 0 !important;
}
#politica-de-privacidade h2 {
  font-size: 2em !important;
}
#politica-de-privacidade h3 {
  font-size: 1.5em !important;
}
#politica-de-privacidade p {
  margin: 0 0 1.2rem 0 !important;
}
#politica-de-privacidade ul {
  margin: 0 0 1.2rem 0 !important;
  list-style: disc !important;
}
#politica-de-privacidade li {
  margin: 0 !important;
}
#politica-de-privacidade a {
  text-decoration: underline !important;
  color: #000 !important;
}
#politica-de-privacidade a:hover {
  color: #666 !important;
}

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