/* ? ==================== TOPO ==================== */
header .logo-desktop,
header .logo-mobile-menu {
  width: 80px;
  margin: 1rem 0;
}
header .nav-link {
  --bs-navbar-color: #6c6c6c;
  font-weight: 600;
}
header .nav-link.active {
  --bs-navbar-active-color: var(--primary-color);
}
header .nav-link:hover {
  --bs-navbar-hover-color: var(--primary-color);
  color: var(--primary-color);
}
header {
  box-shadow: 0 2px 6px 0 rgba(105, 88, 88, 0.08);
}
#topo-bootstrap {
  transform: translateY(20px);
}
#topo-bootstrap a {
  color: #64480b;
  transition: var(--transition);
  background: var(--primary-color);
}
#topo-bootstrap a:hover {
  color: var(--secondary-color);
}
#topo-bootstrap .topo-path {
  position: relative;
  z-index: 2;
}
#topo-bootstrap .topo-path::after,
#topo-bootstrap .topo-path::before {
  content: "";
  position: absolute;
  height: 20px;
  background: var(--primary-color);
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  border: 1px solid var(--primary-color);
}
#topo-bootstrap .topo-path::after {
  width: 110%;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
}
#topo-bootstrap .topo-path::before {
  width: 105%;
  height: 22px;
  clip-path: polygon(2% 0%, 98% 0%, 100% 100%, 0% 100%);
  top: 0;
}

@media screen and (min-width: 992px) {
  #header-nav {
    margin-bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
  }
}
/* ? ================== FIM TOPO ================== */

/* ? ==================== FOOTER ==================== */
footer {
  background-color: #f7f7f7;
  border-color: #bdbdbd;
}
footer .logo-desktop {
  max-width: 340px;
}
footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: #c2c3c3;
  font-family: var(--primary-font);
}
footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: 0.875rem;
  color: var(--dark);
  transition: 0.3s;
}
footer .footer__nav li a i {
  font-size: 0.625rem;
}
footer .footer__nav li a:hover {
  color: #64480b;
}
footer .footer-icon {
  background: var(--primary-color);
  border-radius: 8px;
  min-width: 35px;
  min-height: 35px;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #64480b;
}
footer .footer-icon-container a {
  transition: var(--transition);
  color: #000;
}
footer .footer-icon-container a:hover {
  color: #64480b;
}
footer .footer-phone a:not(:last-of-type)::after {
  content: " / ";
}
.copyright-footer .btn.selos {
  min-height: unset;
}
footer .btn-social {
  transition: var(--transition);
}
footer .btn-social:hover {
  background: #fff;
  color: #000;
}
@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
  footer .logo-desktop {
    width: 250px;
  }
}

footer .footer-map {
  height: 200px;
  width: 100%;
}
/* ? ================== FIM FOOTER ================== */

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image:
    linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%;
}
.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color);
}
.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 0.25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3);
}
.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px;
}
.card.card--23 .card__link > span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition);
}
.card.card--23 .card__link:focus > span,
.card.card--23 .card__link:hover > span {
  width: 100px;
  opacity: 1;
  margin-right: 0.5rem;
}
.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible;
}
.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.shadow-19 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0 1px 3px -1px;
}

.title-subtitle {
  margin-bottom: 0;
}
.title-subtitle span:not(.nosubtitle) {
  display: block;
  font-size: 0.9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
}
.title-subtitle .subtitle {
  border-radius: 12px;
  margin-bottom: 1rem;
  background: #fdf7e8;
  padding: 0.5rem 1rem;
  color: #aa7a13 !important;
  width: fit-content;
  letter-spacing: 1px !important;
  text-transform: none !important;
  font-weight: 600;
}
.text-center.title-subtitle .subtitle {
  margin: auto;
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  overflow: hidden;
}
.clientes .clientes__item img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  opacity: 0.75;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition);
}
.clientes .clientes__item:hover img {
  opacity: 1;
}

/* * ==================== BLOG ==================== */
.blog-inc__content iframe {
  width: 100%;
}

/* ? CARD */
.card-blog,
.card-blog * {
  transition: var(--transition);
}
.card-blog {
  border-radius: 16px;
  color: #6c6c6c;
}
.card-blog .card-img {
  height: 340px;
  overflow: hidden;
}
.card-blog .card-icons {
  width: fit-content;
  background: var(--bs-body-bg);
  border: 1px solid transparent;
}
.card-blog .card-icons a {
  color: #6c6c6c;
}
.card-blog .card-title {
  font-size: 1.375rem;
}
.card-blog .btn {
  color: #6c6c6c;
  border: 2px solid transparent;
  border-radius: 0;
}
.card-blog:hover,
.card-blog:focus-within {
  color: #000;
}
.card-blog:hover .card-img img,
.card-blog:focus-within .card-img img {
  transform: scale(1.2);
}
.card-blog:hover .card-icons,
.card-blog:focus-within .card-icons {
  color: #835f0f;
  border-color: var(--primary-color);
  background: #fdf7e8;
}
.card-blog:hover .card-icons a,
.card-blog:focus-within .card-icons a {
  color: #835f0f;
}
.card-blog:hover .card-icons a:hover,
.card-blog:focus-within .card-icons a:hover {
  color: var(--dark);
}
.card-blog:hover .btn,
.card-blog:focus-within .btn {
  color: var(--primary-color);
  border-bottom-color: var(--primary-color);
}
.card-blog .btn:focus-visible {
  border-color: var(--primary-color);
}
/* * ================== FIM BLOG ================== */

/* ? ==================== CARD NA MIDIA ==================== */
.card-midia a {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  border-radius: 0.5rem;
  overflow: hidden;
}
.card-midia a::before {
  content: "\f002";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  opacity: 0;
  transition:
    opacity 0.3s,
    padding 0.3s;
  color: #fff;
  font-family: FontAwesome;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000bf;
}
.card-midia a:focus-visible::before,
.card-midia a:hover::before {
  padding-top: 0;
  opacity: 1;
}
.card-midia img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
/* ? ================== FIM CARD NA MIDIA ================== */

/* * ==================== ORIENTADORES ==================== */
.card-orientadores .card-img {
  height: 310px;
  width: 310px;
  object-fit: cover;
}

.orientador-img {
  height: 500px;
  width: 100%;
}
.orientador-img img {
  object-position: top;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .orientador-img {
    height: 100%;
    width: 100%;
  }
  .orientador-img img {
    object-fit: contain;
  }
}
/* * ================== FIM ORIENTADORES ================== */

/* ? ==================== CARD CURSOS ==================== */
.product-tabs-content a {
  word-break: break-all;
}

.card-cursos,
.card-cursos *,
.card-cursos::before,
.card-cursos::after,
.card-cursos .card-title::after {
  transition: var(--transition);
}
.card-cursos {
  height: 420px;
}
.card-cursos::before,
.card-cursos::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-cursos::before {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0) 64.54%, rgba(0, 0, 0, 0.8) 100%),
    rgba(5, 5, 5, 0.4);
  opacity: 1;
}
.card-cursos::after {
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.4) 64.54%, rgba(0, 0, 0, 0.8) 100%),
    rgba(5, 5, 5, 0.4);
  opacity: 0;
}
.card-cursos .card-title,
.card-cursos .card-text,
.card-cursos .btn-card {
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  width: 95%;
  z-index: 2;
}
.card-cursos .card-title {
  bottom: 5%;
  font-size: 22px;
}
.card-cursos .card-title::after {
  content: "";
  display: block;
  width: 54px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}
.card-cursos .card-text::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: 15px auto;
  background: currentColor;
}
.card-cursos .btn-card {
  width: fit-content;
}
.card-cursos:hover::after,
.card-cursos:focus-within::after {
  opacity: 1;
}
.card-cursos:hover::before,
.card-cursos:focus-within::before {
  opacity: 0;
}
.card-cursos:hover .card-title,
.card-cursos:focus-within .card-title {
  bottom: 70%;
}
.card-cursos:hover .card-title::after,
.card-cursos:focus-within .card-title::after {
  width: 0;
}
.card-cursos:hover .card-text,
.card-cursos:focus-within .card-text {
  bottom: 30%;
}
.card-cursos:hover .card-text::after,
.card-cursos:focus-within .card-text::after {
  width: 172px;
}
.card-cursos:hover .btn-card,
.card-cursos:focus-within .btn-card {
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .card-cursos::after,
  .card-cursos:hover::after,
  .card-cursos:focus-within::after {
    opacity: 1;
  }
  .card-cursos::before,
  .card-cursos:hover::before,
  .card-cursos:focus-within::before {
    opacity: 0;
  }
  .card-cursos .card-title,
  .card-cursos:hover .card-title,
  .card-cursos:focus-within .card-title {
    bottom: 65%;
  }
  .card-cursos .card-title::after,
  .card-cursos:hover .card-title::after,
  .card-cursos:focus-within .card-title::after {
    width: 0;
  }
  .card-cursos .card-text,
  .card-cursos:hover .card-text,
  .card-cursos:focus-within .card-text {
    bottom: 20%;
  }
  .card-cursos .card-text::after,
  .card-cursos:hover .card-text::after,
  .card-cursos:focus-within .card-text::after {
    width: 172px;
  }
  .card-cursos .btn-card,
  .card-cursos:hover .btn-card,
  .card-cursos:focus-within .btn-card {
    bottom: 5%;
  }
}
/* ? ================== FIM CARD CURSOS ================== */

/* * ==================== ESCOLA ==================== */
.card-diretores .card-img {
  height: 300px;
  width: 300px;
}
@media screen and (max-width: 576px) {
  .card-diretores .card-img {
    width: 100%;
    object-fit: cover;
  }
}
.img-escola {
  height: 650px;
  border-radius: 16px;
  object-fit: cover;
}
.img-escola-2 {
  height: 500px;
  object-position: top;
}
/* * ================== FIM ESCOLA ================== */

/* * ==================== HOME ==================== */
@media screen and (min-width: 992px) {
  /* ? SLIDER ORIENTADORES */
  .slider-orientadores-home {
    position: relative;
    overflow: hidden;
  }
  .slider-orientadores-home::after,
  .slider-orientadores-home::before {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(
      270deg,
      #f7f7f7 19.97%,
      rgba(252, 252, 252, 0) 99.77%
    );
    z-index: -1;
  }
  .slider-orientadores-home::after {
    right: 0;
  }
  .slider-orientadores-home::before {
    left: 0;
    transform: scaleX(-1);
  }
}

/* ? PRODUTOS */
@media screen and (min-width: 992px) {
  .container-produtos {
    height: 500px;
  }
  .splide-produtos-container {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
  }
}
/* * ================== FIM HOME ================== */

/* ? ==================== BANNER ==================== */
.img-banner {
  width: 100%;
  -webkit-mask-image: url(../imagens/mask.webp);
  mask-image: url(../imagens/mask.webp);
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-position: center;
}
/* ? ================== FIM BANNER ================== */


.depoimento-img{
  height: 260px;
  object-fit: cover;
}