body {
  padding: 0 !important;
}

h1 {
  font-weight: 600 !important;
}

#vantagens1 i.fal {
  color: #6B778C;
}

#vantagens2 i.fal {
  color: #0067FF;
}

@media (max-width: 1199.98px) {
  #vantagens2 {
    background-image: none !important;
  }
}

/* -------------- */
/* COMEÇO CHAMADA */
/* -------------- */
.lh-6.vade-mecum {
  line-height: 26px !important;
}

h1.vade-mecum {
  font-size: 48px !important;
  line-height: 48px !important;
}

.chamada .btn.vade-mecum {
  margin-bottom: 200px !important;
}

.bg-vade-mecum {
  background-image: url(../img/vade-mecum.png);
  background-position: bottom -100px right 0px;
  background-position: bottom -100px right calc(50% - 300px);
  background-size: auto 145%;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .bg-vade-mecum {
    background-image: url(../img/vade-mecum.png);
    background-position: bottom -100px right 0px;
    background-position: bottom -100px right calc(50% - 200px);
    background-size: auto 145%;
    background-repeat: no-repeat;
  }
}


@media (max-width: 991px) {
  .bg-vade-mecum {
    background-image: url(../img/vade-mecum.png);
    background-position: bottom -100px right 43%;
    background-size: auto 80%;
  }

  .chamada .btn.vade-mecum {
    margin-bottom: 600px !important;
  }
}

@media (max-width: 530px) {
  .bg-vade-mecum {
    background-image: url(../img/vade-mecum.png);
    background-position: bottom -40px right 43%;
    background-size: 200% auto;
  }

  .chamada .btn.vade-mecum {
    margin-bottom: 600px !important;
  }
}

@media (max-width: 480px) {
  .bg-vade-mecum {
    background-image: url(../img/vade-mecum.png);
    background-position: bottom -40px right 43%;
    background-size: 200% auto;
  }

  .chamada .btn.vade-mecum {
    margin-bottom: 530px !important;
  }
}

@media (max-width: 390px) {
  .bg-vade-mecum {
    background-image: url(../img/vade-mecum.png);
    background-position: bottom -40px right 43%;
    background-size: 200% auto;
  }

  .chamada .btn.vade-mecum {
    margin-bottom: 430px !important;
  }
}

/* -------------- */
/*  FIM CHAMADA   */
/* -------------- */
#depoimentos h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 48px;
  letter-spacing: 0px;
  text-align: center;
}

.fs-9 {
  font-size: 48px;
}

#vantagens1 {
  background: linear-gradient(0deg, #F4F5F7 50%, #fff 50%);
}

#vantagens1 .container {
  padding-left: 80px;
  padding-right: 80px;
}

#vantagens1 .icon {
  font-size: 40px;
  line-height: 50px;
}

#vantagens1 hr {
  max-width: 20px;
  min-height: 1px;
  border-top: red solid 2px;
  padding-bottom: 40px;
}

#vantagens1 h1 {
  padding-top: 100px;
}

#vantagens1 .row {
  padding-bottom: 100px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1266px !important;
  }
}

#vantagens2 {
  background-color: #F4F5F7;
  background-image: url(../img/vantagens.png);
  background-position: bottom 0 left 20%;
  background-position: bottom 0 left calc(50% - 330px);
  background-size: 630px auto;
  background-repeat: no-repeat;
}

#vantagens2 hr {
  max-width: 20px;
  min-height: 1px;
  border-top: red solid 2px;
  padding-bottom: 40px;
  margin-left: 0;
}

.vade-mecum-depoimento {
  margin-top: 40px;
  padding: 34px;
  border: 1px solid #EBECF0;
  border-radius: 6px;
  max-width: 618px;
}

.vade-mecum-depoimento-thumbnail {
  position: relative;
  min-height: 40px;
  /* border: 5px solid rgb(255, 0, 0); */
}

.vade-mecum-depoimento-thumbnail img {

  border: 6px solid #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 0 0px #ffffff,
    0 0 0 2px #8b0000;

  position: absolute;
  height: 104px;
  width: 104px;
  transform: translate3d(-50%, 0, 0);
  left: 50%;
  top: -80px;
}

.vade-mecum-depoimento-title {
  max-width: 612px;
}

.vade-mecum-depoimento-title hr {
  max-width: 20px;
  min-height: 1px;
  border-top: red solid 2px;
  padding-bottom: 10px;
}


#modalwhatsapp .modal-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff !important;
  color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}

#modalwhatsapp .modal-body p {
  margin: 0;
  text-align: center;
}

#modalwhatsapp .modal-body .links-whatsapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin: 0;
  margin-bottom: 20px;
}

#modalwhatsapp .modal-body a.btn {
  margin: 0;
}

.footer-selos-oab {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 10px;
}

.footer-selos-oab img.footer-selos-oab-item {
  height: 54px;
}

@media (max-width: 520px) {
  .footer-selos-oab img.footer-selos-oab-item {
    height: 46px;
  }
}

@media (max-width: 380px) {
  .footer-selos-oab img.footer-selos-oab-item {
    height: 42px;
  }
}

@media (max-width: 320px) {
  .thumbnail {
    margin-bottom: 20px !important;
  }

  .thumbnail-depoimento {
    margin-bottom: 20px !important;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .indicator-docente-sm {
    bottom: 0px;
  }
}

@media (max-width: 370px) {
  .cabecalho-secao {
    padding: 0 10px;
  }

  .footer-selos-item {
    margin: 0 5px;
  }

  .selo1 {
    width: 141px;
    height: 43px;
  }

  .selo2 {
    width: 86px;
    height: 47px;
  }

  .selo3 {
    width: 27px;
    height: 38px;
  }

  .selo4 {
    width: 29px;
    height: 38px;
  }
}

@media (max-width: 375px) {
  .secao-vocacional {
    padding: 50px 10px !important;
  }
}

@media (max-width: 767px) {
  .logo-desktop {
    display: none !important;
  }

  .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .header-logo-mobile {
    display: block;
  }

  .logo-mobile {
    width: 163px !important;
    height: auto !important;
  }

  .menu-label-entrar {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
  }

  .header-cta-titulo {
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    letter-spacing: 0px;
    text-align: left;
  }

  .primary-button {
    max-width: 100% !important;
  }

  .titulo-secao {
    font-size: 32px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
  }

  .subtitulo-secao {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;

    padding-left: 20px;
    padding-right: 20px;
  }

  .secao-depoimentos {
    background-size: cover !important;
    background-position: top !important;
  }

  .planos-menu {
    margin-top: 56px;
    padding: 0px;
  }

  .container-vocacional {
    padding: 0px;
    margin: 0px;
  }

  .secao-vocacional {
    border-radius: 0px;
    padding: 72px 20px;
  }

  .carousel-indicators {
    bottom: 0;
  }

  .thumbnail {
    width: 100% !important;
  }

  .depoimento-card-mobile .thumbnail-depoimento {
    margin-bottom: 40px !important;
  }

  .depoimento-card-mobile {
    padding: 0px !important;
  }

  .titulo-secao-vocacional {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 16px;
  }

  .subtitulo-secao-vocacional {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: center;
    color: #b3bac5 !important;
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .footer-institucional-titulo {
    display: none;
  }

  .footer-infos {
    padding: 0px !important;
  }

  .footer-button {
    width: 140px;
    margin-right: 10px;
  }

  .footer-secao-button {
    flex-direction: row;
  }

  .footer-button-img {
    margin-right: 0px !important;
  }

  .footer-institucional-links {
    margin-bottom: 56px;
  }

  .logo-footer-mobile {
    margin-bottom: 40px;
  }

  .logo-loja-app {
    display: none;
  }

  .social-icones {
    gap: 20px;
  }

  .social-icones a {
    text-align: center !important;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-selos-sm {
    display: flex !important;
    width: 100%;
    gap: 10px !important;
  }

  #selo-reclame-indicado {
    height: 43px;
    width: 141px;
  }

  #selo-reclame-100 {
    height: 47px;
    width: 86px;
  }

  #selo-top-mind {
    height: 38px;
    width: 27px;
  }

  #selo-ebit {
    height: 38px;
    width: 29px;
  }

  .footer-copyright {
    gap: 0px;
    margin-bottom: 46px;
  }

  .footer-copyright .text-copy {
    margin-bottom: 16px !important;
  }
}

@media (max-width: 990px) {
  .secao-hero-img {
    display: none;
  }

  .hero-badge {
    text-align: left;
    margin-left: 0px;
  }

  .hero-lista {
    text-align: left;
    line-height: 1.5;
  }

  .cabecalho-secao {
    margin: 0px;
  }

  .thumbnail {
    margin-bottom: 120px;
  }

  .thumbnail-depoimento {
    margin-bottom: 30px;
  }

  .social-icones {
    justify-content: center;
    font-size: 25px;
  }

  .footer-selos {
    justify-content: center;
    margin: 20px 0;
  }

  .secao-footer {
    padding: 30px;
  }

  .carousel-sm {
    margin: 30px 0;
  }


  .only-sm {
    display: block;
  }

  .hidden-sm {
    display: none;
  }

  .subtitulo-secao-vocacional {
    color: #fff;
    text-align: center;
  }

  .titulo-secao-vocacional {
    text-align: center;
  }

  .indicator-docente-sm {
    bottom: 70px !important;
  }

  .footer-selos-oab {
    justify-content: center;
  }
}

@media (max-width: 992px) {

  #vantagens1 h1 {
    font-size: 32px;
    padding-top: 20px;
  }

  #vantagens1 hr {
    padding-bottom: 20px;
  }

  #vantagens1 .row {
    padding-top: 20px;
  }

  #vantagens1 .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-icones a {
    font-size: 32px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

  .fs-9 {
    font-size: 40px;
  }
}


@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
}

@media (min-width: 1200px) and (max-width: 1333.98px) {
  .plano-curso.plano-curso-fase-2 {
    height: 471px !important;
  }

  .plano-rodape {
    margin-top: auto !important;
  }
}

.footer-institucional-links li a {
  line-height: 1;
  text-decoration: none;
}

.footer-institucional-links li {
  margin-bottom: 12px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
}

.footer-institucional-links {
  text-align: left;
  padding: 0px;
}

ul {
  list-style-type: none;
  list-style: none;
}

.footer-chat-button {
  color: #0067ff;
  border: 1px solid #0067ff;
}

.footer-whatsapp-button {
  background: #4fce5d;
  color: #fff;
}

.footer-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;

  left: 951px;
  top: 4738px;
  border-radius: 2px;
  margin-bottom: 8px;
}

@media (min-width: 420px) {
  .footer-button {
    width: 186px;
  }
}


.social-icones a {
  text-decoration: none;
  margin-right: 20px;
}

.footer-funcionamento {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  color: #091e42;
}

.footer-institucional-titulo {
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: 0px;
  text-align: left;
}

.social-icones a {
  font-size: 16px;
}

.footer-brands-item {
  margin-bottom: 20px;
}

img {
  border-style: none;
}

#vade-mecum-footer hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

#vade-mecum-footer hr {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0 0;
  clear: both;
  margin: 2.4rem 0 1.5rem;
  height: 0;
}

.footer-copyright {
  display: flex;
  justify-content: center;
  line-height: 1;
  margin-bottom: 10px;
  margin-top: 20px;
  gap: 30px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0px;
  text-align: left;
}



#vade-mecum-footer {
  background: #FAFBFC;
}

.text-color-red-800 {
  color: #CC0008;
}

.text-color-neutraul-dark-900 {
  color: #091E42;
}

.text-color-neutraul-dark-500 {
  color: #42526E;
}

#vantagens1 .container {
  background-color: #001533;
  border-radius: 80px 0px 24px 24px;
}

@media (max-width: 550px) {
  .footer-copyright {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  h1.vade-mecum {
    font-size: 40px !important;
  }

  .fs-8 {
    font-size: 32px !important;
  }

  #vantagens1 .container {
    background-color: #001533;
    border-radius: 0;
  }

  .social-icones a {
    font-size: 28px !important;
    margin-right: 15px !important;
    margin-left: 15px !important;
  }

}

.bg-color-hover-red-500:hover, .bg-color-hover-red-500:active {
    background-color: #FF000A !important;
}