:root {
  --primary: #BEBFA8;
  --secondary: #fff;
  --dark: #ADADAD;
  --light: #ffffff;
}

*,
html {
  font-family: 'Cambria', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  line-height: 1.3;
}

body {
  background-color: black;
}

main {
  background: url(../img/hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  padding: 160px 0 220px;
}

aside {
  background: url(../img/cta-background.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 130px;
}


:is(h1, h3, h4) {
  font-family: 'Unna', serif;
  color: white;
  font-weight: 300 !important;
}

h1 {
  font-size: calc(1.4rem + 1.1vw);
  font-weight: 600;
}

h2 {
  font-weight: 200;
  font-size: calc(1rem + 0.5vw);
}

h3 {
  font-family: 'Unna', serif !important;
  font-size: calc(1.8rem + 1vw);
  font-weight: 700;
  color: var(--secondary);
}

h4 {
  color: var(--primary);
}

p {
  font-size: 20px;
  margin-bottom: 0;
}

footer p {
  font-weight: 200;
}

footer p a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}


footer p a:hover {
  color: var(--primary);
}

#hero {
  background: black;
}

#areas {
  background: #0B0B0B;
}

#cta .cta-numeros {
  margin-top: 32px;
  gap: 16px;
  grid-template-columns: 1fr 1.5fr;
}

#cta .cta-numeros div {
  padding: 10px;
  background: rgba(190, 191, 168, 0.05);
  border: 1px solid #BEBFA8;
}

#cta .cta-numeros span{
  font-family: 'Cambria', serif !important;
  font-size: 18px;
  color: #e9e9e1;
}

#cta .cta-numeros svg {
  margin-right: 8px;
}

#cta .cta-numeros :is(.telefone:hover, .email:hover) {
  transition: ease-in 150ms;
  color: white;
  background-color: #1d1d1d;
}

#areas .exp-titulo p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  text-align: justify;
  color: #ADADAD;
}

#cta h3 {
  font-weight: 600;
  text-align: left;
  color: #757575;
}

#cta h3 b {
  color: var(--secondary);
}

#navbarNav li .pointer {
  font-family: 'Unna', serif !important;
  font-weight: 400;
}

.modal-header {
  border-bottom: none;
}

.modal-header h1 {
  line-height: normal;
  text-transform: uppercase;
  color: #000000;
}

.modal-header {
  padding-left: 24px;
  padding-right: 24px;
}

.modal-body {
  margin-bottom: 8px;
}

.modal-body p {
  padding: 0 12px;
  margin-bottom: 16px;
  font-size: 18px;
  text-align: justify;
  color: #8c8c8c;
}

.sobre-foto{
  height: 72px;
  border-radius: 100px;
  padding: 6px;
  border: solid 1px #BEBFA8;
}

.linkedin{
  height: 40px;
  display: flex;
  border: 1px solid #BEBFA8;
  background: rgba(190, 191, 168, 0.16);
  width: 38px;
  border-radius: 1px;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 125ms;
}

.linkedin:hover{
  background: rgba(190, 191, 168, 0.33);
}

.img-shadow img {
  max-height: 430px;
  object-fit: cover;
  position: relative;
}

.prod-cards h4 {
  color: var(--secondary);
  font-weight: 600;
}

.slide p {
  font-weight: 400;
  font-size: 20px !important;
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: var(--primary);
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: .1rem;
}

.text-1st {
  color: var(--primary);
}

.text-2nd {
  color: var(--secondary);
}

.text-3rd {
  color: var(--dark);
}

.bg-1st {
  background-color: var(--primary);
}

.bg-2nd {
  background-color: var(--secondary);
}

.nav-link {
  font-weight: 600;
}

.btn-main {
  font-weight: 600;
  border: none;
  background-color: var(--primary);
  padding: 16px 32px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px rgba(12, 172, 173, 0.25);
  transition: .35s;
}

.btn-main span {
  font-weight: 400;
}

.btn-main:hover {
  background-color: var(--primary) !important;
  border: none;
  box-shadow: 0px 2px 16px var(--primary);
}

.pointer {
  color: var(--secondary);
  border-color: transparent;
  transition: ease-in-out 100ms;
  border-radius: 2px;
  background-color: #b3b3b310;
}

.pointer:hover {
  background-color: #b3b3b320;
  border: solid 1px #8E8F7E20;
}

#sobre {
  background-color: black;
}

#sobre p {
  margin-bottom: 16px;
  color: #ADADAD;
  font-size: 20px;
  text-align: justify;
}

#sobre ul li {
  text-align: justify;
  margin-bottom: 12px;
  font-size: 21px;
  color: #8E8F7E;
}

#sobre p b {
  color: var(--secondary);
  text-decoration: underline;
  text-decoration-color: var(--primary);
}

#sobre h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}

:is(#areas, #historia) h4 {
  font-family: 'Unna', serif !important;
  font-size: 56px;
  text-align: left;
  line-height: normal;
  color: var(--dark);
}

#hero-path {
  bottom: 24px;
  left: 5%;
}

#depoimentos #commas::before {
  content: '';
  background: url(../img/commas.svg) no-repeat;
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 8px;
  padding: 24px;
  border-radius: 4px;
  border: none !important;
  font-size: 0 !important;
}

figure {
  margin: 0;
  padding: 10px;
}

figure a {
  display: block;
}

mark {
  padding: 0 5px;
  background-color: #dddddd;
}

::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.action .video span {
  color: var(--secondary);
}

.prod-cards {
  text-align: left;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  padding-right: 5%;
  padding-left: 5%;
}

.nav-pills .nav-link {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Unna', serif !important;
  color: white !important;
  font-weight: normal;
}

.tab-pane {
  margin-top: 12px;
}

#pills-tabContent {
  padding: 0;
}

.tab-pane p {
  margin-bottom: 16px;
  color: #ADADAD;
  text-align: justify;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: transparent;
  border-bottom: solid 1px #BEBFA8 !important;
  border-radius: 0;
}

#sobre .tag {
  height: 40px;
}

.tag {
  border: 1px solid #BEBFA8;
  color: #BEBFA8;
  font-weight: 400;
  font-size: 18px;
}

.border-bottom,
.border-top {
  border-color: 2px solid rgba(216, 216, 216, 0.33) !important;

}

.card {
  width: 100%;
  background-color: #fff;
  text-align: left;
  position: relative;
  height: 440px;
  box-shadow: 0px 12px 18px 0px rgb(206 206 206 / 30%);
  border: none !important;
  border-radius: 20px;
}

.btn-produto {
  font-weight: 600;
  font-size: 20px;
  color: var(--primary);
}

.main-carousel {
  padding-left: 5%;
  padding-right: 5%;
}

.copyright .six {
  height: 18px;
}

.navbar-light .navbar-toggler {
  border-radius: 32px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#sobre .sub {
  font-weight: 200;
  color: var(--secondary);
}

#slider .carousel-cell {
  width: 34%;
  padding: 0 5px;
  height: 320px;
  object-fit: cover;
}

#areas .exp-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

#areas p {
  font-weight: 200;
}

#areas .exp-card.tributario {
  background: url(../img/areas/tributario000.webp);
}

#areas .exp-card.agronegocio {
  background: url(../img/areas/agronegocio000.webp);
}

#areas .exp-card.imobiliario {
  background: url(../img/areas/imobilitario000.webp);
}

#areas .exp-card.sucessorio {
  background: url(../img/areas/sucessorio000.webp);
}

#areas .exp-card.contratos {
  background: url(../img/areas/contratos000.webp);
}

#areas .exp-card.societario {
  background: url(../img/areas/societario000.webp);
}

#areas .exp-card.bancario {
  background: url(../img/areas/bancario000.webp);
}

#areas .exp-card.protecao {
  background: url(../img/areas/protecao000.webp);
}

#areas .exp-card {
  display: flex;
  justify-content: center;
  background-size: cover !important;
  padding: 40px 24px;
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  transition: ease-in-out 200ms;
  height: 140px;
}

#areas .exp-card svg {
  display: none;
}

#areas .exp-card:hover {
  cursor: pointer;
  border: solid 1px #BEBFA8;
  box-shadow: 0px 12px 16px rgba(0, 0, 0, 0.50);
}

#areas .exp-card div {
  border-bottom: solid 1px #BEBFA850;
}


/* RESPONSIVE */
@media screen and (max-width: 1199px) {
  .course-item {
    width: 50%;
  }

  #numeros .is-fullscreen .carousel-cell {
    top: 32%;
  }
}


@media screen and (max-width: 767px) {

  main {
    padding: 136px 0;
    padding-top: 64px;
    background-position: 66%;
  }

  aside {
    padding: 72px 0 72px;
  }

  #cta .cta-numeros svg{
    margin-bottom: 4px;
  }

  #pills-tab .nav-item,
  #pills-tab >.nav-link {
    flex: 1 1 auto;
    text-align: center
  }

  #pills-tab .nav-item .nav-link {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  :is(#areas .exp-titulo, #areas, #historia, #historia .exp-titulo, #sobre) p, #cta h2, #sobre ul li {
    font-size: 18px !important;
  }

  #navbar_top {
    background: black;
  }

  #areas .exp-card {
    height: 88px;
  }

  #areas .exp-card div {
    border: none;
  }

  #slider .carousel-cell {
    width: 90%;
    height: 360px;
  }

  #sobre .education {
    margin-top: 22px;
  }

  .btn-main span {
    font-size: 16px;
  }

  #areas .exp-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .circle img {
    height: 32px;
  }

  #cta button {
    width: 100%;
  }

  #hero-path {
    width: 100%;
    left: 0;
  }

  #produtos .flickity-prev-next-button.next {
    right: -24px !important;
  }

  #produtos .flickity-prev-next-button.previous {
    left: -24px !important;
  }

  #navbar_top #logo {
    width: 75%;
  }

  :is(#areas, #historia) .row {
    gap: 16px;
  }

  main #conceito {
    width: 100%;
  }

  .course-item {
    width: 100%;
  }

  .btn-main {
    padding: 12px 20px;
  }

  .carousel-loja {
    margin-bottom: -100px;
  }

  .desc>div {
    justify-content: center;
    margin-top: -88px;
    padding-bottom: 64px;
  }

  .desc>div h3 {
    color: var(--light);
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.75);
  }

  .desc p {
    padding: 0 6px;
    text-align: justify;
  }

  .flickity-prev-next-button {
    top: 44% !important;
  }

  footer .logo-footer {
    height: 70px;
  }

  .card {
    height: 390px;
  }

  .navbar-brand {
    margin-right: 0;
  }

  .dots-sobre {
    margin-top: -70px;
  }

  .flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit {
    margin: 3% 4% 0 0;
  }
}

@media screen and (max-width: 999px) {
  #areas .exp-row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 991px) {
  #navbarNav ul span {
    font-size: 15px;
    color: var(--secondary);
  }
}

@media screen and (max-width: 1450px) {
  .img-shadow::after {
    height: 101.5%;
    margin-top: -61%;
  }
}

@media screen and (max-width: 767px) {
  #areas .exp-card svg {
    display: block;
  }

  #navbarNav img {
    width: 40px;
    height: 40px;
  }

  #logo {
    width: 40%;
  }
}

@media screen and (max-width: 373px) {

  #navbarNav img,
  .video,
  .certifications {
    display: none !important;
  }

  #navbarNav ul span {
    margin: 0 !important;
  }

}