:root {
  --laco: #3034EF;
  --nyanza: #D8F2DB;
  --primary: #BEBFA8;
  --secondary: #fff;
  --dark: #ADADAD;
  --light: #ffffff;
}

*,
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  line-height: 1.3;
}

body {
  background-color: white;
}

main {
  background-color: var(--laco);
  background-position: center;
  background-repeat: no-repeat;
  padding: 50px 0 50px;
}

aside {
  background: url(../img/cta-background.png);
  background-position: center;
  background-repeat: no-repeat;
  padding: 140px 0 130px;
}


:is(h1, h3, h4) {
  font-family: 'Avenue Mono', sans-serif;
  color: var(--nyanza);
  font-weight: 300 !important;
}

h1 {
  font-size: calc(1rem + 1.1vw);
  font-weight: 600;
}

h2 {
  font-weight: 200;
  font-size: calc(1rem + 0.4vw);
}

h3 {
  font-family: 'Avenue Mono', sans-serif !important;
  font-size: calc(1.8rem + 1vw);
  font-weight: 700;
  color: var(--laco);
}

h4 {
  color: var(--primary);
}

p {
  font-size: 20px;
  margin-bottom: 0;
}

pre{
  font-family: 'Avenue Mono', sans-serif !important;
  font-family: 400;
  line-height: 120%;
  font-size: 1.175rem !important;
  color: var(--laco) !important;
  display: inline-block;
  padding: 10px 20px;
  background-color: var(--nyanza);
  color: white;
}

footer .copyright{
  padding-top: 100px !important;
  background-image: url(../img/footer-path.svg);
  background-repeat: no-repeat;
  background-position: right;
}

footer p {
  font-weight: 200;
}

footer p a {
  color: white;
  font-weight: 500;
  text-decoration: none;
}


footer p a:hover {
  color: var(--primary);
}

#fotos-laco{
  padding: 0;
}

#fotos-laco .carousel-cell {
    width: auto;
    padding: 0 5px;
    object-fit: contain;
    height: 100%;
}

#fotos-laco .flickity-viewport {
  border-radius: 10px;
  height: 366px !important;
}

#fotos-laco .is-fullscreen .flickity-viewport {
  height: 100% !important;
  padding: 1%;
}

#cta{
  background-color: var(--nyanza);
  margin-bottom: -80px;
  z-index: 1;
  position: relative;
}

#cta h5{
  color: var(--laco);
font-family: Raleway;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

#cta h4{
  color: var(--laco);
font-family: 'Avenue Mono', sans-serif;
font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

#hero {
  background: black;
}

#navbar_top{
  background-color: white;
}

#seguros {
  background: white;
}

#seguros .exp-titulo p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  
  color: #ADADAD;
}

#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;
}

#cta h3 {
  font-weight: 600;
  text-align: left;
  color: #757575;
}

#cta h3 b {
  color: var(--secondary);
}

.google{
  transition: ease-in-out 200ms;
}

.google:hover {
  transform: scale3d(1.05, 1.05, 1.05);
}


.flickity-enabled.is-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsl(0 0% 0% / 90%);
  padding-bottom: 35px;
  z-index: 1;
}

.flickity-enabled.is-fullscreen .flickity-page-dots {
  bottom: 10px;
}

.flickity-enabled.is-fullscreen .flickity-page-dots .dot {
  background: white;
}

/* prevent page scrolling when flickity is fullscreen */
html.is-flickity-fullscreen {
  overflow: hidden;
}

.flickity-fullscreen-button {
  display: block;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  border-radius: 4px;
}

/* right-to-left */
.flickity-rtl .flickity-fullscreen-button {
  right: auto;
  left: 10px;
}

.flickity-fullscreen-button-exit { display: none; }

.flickity-enabled.is-fullscreen .flickity-fullscreen-button-exit { display: block; }
.flickity-enabled.is-fullscreen .flickity-fullscreen-button-view { display: none; }

.flickity-fullscreen-button .flickity-button-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 4px;
  top: 4px;
}

.modal-body .cta{
    margin-top: 32px;
}

.modal-body .cta a {
    width: 100%;
    padding-left: 0;
    display: flex;
    padding-right: 0;
    align-items: center;
    gap: 8px;
    justify-content: center;
}

.cta{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta a{
    color: #D8F2DB;
    font-family: 'Avenue Mono', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 20px;
    background: var(--laco);
    box-shadow: 0px 4px 0px 0px rgba(48, 52, 239, 0.50);
    transition: ease-in-out 250ms;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.cta a:hover{
  background: #2427c0;
  box-shadow: 0px 0px 0px 0px;
}

.exp-row img { 
    max-width: 40%;
}

.modal-header {
  border-bottom: none;
}

.modal-header h1 {
  text-transform: uppercase;
  color: var(--laco);
}

.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;
  
  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(--nyanza);
}

.text-3rd {
  color: var(--nyanza);
}

.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;
}

.copyright{
  background-color: var(--laco);
}

.copy p{
  color: #D8F2DB;
}

.btn-main span {
  font-weight: 400;
}

.btn-main:hover {
  background-color: var(--primary) !important;
  border: none;
  box-shadow: 0px 2px 16px var(--primary);
}

.pointer {
  padding: 10px 20px;
  font-family: 'Avenue Mono', sans-serif !important;
  font-smooth: auto;
  font-weight: 400;
  color: var(--secondary);
  transition: ease-in-out 100ms;
  color: var(--laco);
}

.pointer.active{
  color: var(--light);
  background: var(--laco);
}

.pointer:hover {
  background-color: var(--laco);
  color: var(--light);
}

.textos{
  display: grid;
  gap: 6px;
}

.textos a{
  color: var(--laco) !important;
  width: fit-content;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 0;
  border-bottom: solid 1px var(--laco);
}

#sobre {
  background-color: var(--nyanza);
}

#sobre p {
  margin-bottom: 16px;
  color: var(--laco);
  font-size: 20px;
  
}

.google span{
  color: var(--laco);
}

#sobre ul li {
  
  margin-bottom: 12px;
  font-size: 21px;
  color: #8E8F7E;
}

#sobre h5 {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
}

:is(#seguros, #historia) h4 {
  color: var(--laco) !important;
  font-family: 'Avenue Mono', sans-serif !important;
  font-size: 56px;
  text-align: left;
  line-height: normal;
}

#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: 'Avenue Mono', sans-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;
  
}

.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;
}

.dep-pessoa{
  position: absolute;
  bottom: 20px;
}

.dep-item p{
  color: var(--nyanza);
}

.dep-pessoa h5{
  color: var(--nyanza);
}

.tag {
  line-height: 100%;
  padding: 10px 20px !important;
  color: var(--nyanza);
  background-color: var(--laco);
  font-weight: 400;
  font-size: 18px;
}

.tag-stars{
  align-items: center;
  line-height: 100%;
  padding: 10px 0;
  color: var(--nyanza);
  background-color: var(--laco);
  font-weight: 400;
  font-size: 18px;
}

.tag.outline{
  border: 1px solid var(--laco);
  color: var(--laco);
  background-color: transparent;
}

.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;
  background: var(--laco);
  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 {
  background-color: var(--laco);
  width: 49%;
  padding: 20px;
  height: 300px;
  object-fit: cover;
}

#parceiros .dep-item div{
  height: 80px;
}

#parceiros .dep-item div{
  border: solid 1px #D8F2DB;
}

#seguros .exp-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 16px;
}

#seguros p {
  font-weight: 200;
}

#seguros .exp-card {
  border: 1px solid #D8F2DB;
  display: flex;
  background-size: cover !important;
  padding: 40px 32px;
  transition: ease-in-out 200ms;
  height: 140px;
}

#seguros .exp-card svg {
  display: none;
}

#seguros .exp-card:hover {
  cursor: pointer;
  background-color: var(--nyanza);
}

/* RESPONSIVE */
@media screen and (max-width: 1400px) {
  #seguros .exp-card{
    padding: 32px 12px;
  }
}



@media screen and (max-width: 1199px) {

  #fotos-laco .is-fullscreen .carousel-cell {
    top: 32%;
  }

  #seguros .exp-row{
    grid-template-columns: repeat(2, 1fr);
  }
  .course-item {
    width: 50%;
  }

  #numeros .is-fullscreen .carousel-cell {
    top: 32%;
  }
}


@media screen and (max-width: 767px) {

    .fall-guy{
        object-position: 0 40px;
    }

  #cta h4{
    font-size: 24px;
    margin-bottom: 24px;
  }

  #cta h5{
    font-size: 16px;
  }
  
  .cta a{
      width: 767px;
  }


  main {
    padding: 0px 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(#seguros .exp-titulo, #seguros, #historia, #historia .exp-titulo, #sobre) p, #cta h2, #sobre ul li {
    font-size: 18px !important;
  }

  #seguros .exp-card {
    height: 140px;
  }

  #seguros .exp-card div {
    border: none;
  }

  #slider .carousel-cell {
    width: 90%;
    height: 320px;
  }

  #sobre .education {
    margin-top: 22px;
  }

  .btn-main span {
    font-size: 16px;
  }

  #seguros .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;
  }

  :is(#seguros, #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;
    
  }

  .flickity-prev-next-button {
    top: 44% !important;
  }

  footer .logo-footer {
    margin: 0;
  }

  .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) {
  #seguros .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) {
  
  #fotos-laco .flickity-viewport {
    border-radius: 0px;
  }
  
  #fotos-laco .flickity-page-dots{
      display: none;
  }

  #fotos-laco .carousel-cell {
    height: 300px;
    object-fit: cover;
    border-radius: 10px;
  }

  #fotos-laco .is-fullscreen .carousel-cell {
    display: block;
    height: 300px;
    min-width: 150px;
    max-width: 100%;
    margin-right: 10px;
    top: 25%;
    transform: translateY(-50%);
  }
  
  #seguros .exp-card svg {
    display: block;
  }
  
  #slider .carousel-cell {
    height: 420px;
  }

  
  :is(#slider, #parceiros) .carousel{
    margin-left: 16px;
}

  #navbarNav img {
    width: 40px;
    height: 40px;
  }

}

@media screen and (max-width: 373px) {

  #navbarNav img,
  .video,
  .certifications {
    display: none !important;
  }

  #navbarNav ul span {
    margin: 0 !important;
  }

}