@import url("../webfonts/icones/css/icones.css");
@import url("../webfonts/BBRC2Titulos/stylesheet.css");
@import url("../webfonts/BBRC2Textos/stylesheet.css");
/*Gradiente*/
@-webkit-keyframes rotacao {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotacao {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@-webkit-keyframes bounceInfinite {
  0% {
    top: -5px; }
  50% {
    top: 10px; }
  100% {
    top: -5px; } }
@keyframes bounceInfinite {
  0% {
    top: -5px; }
  50% {
    top: 10px; }
  100% {
    top: -5px; } }
@-webkit-keyframes pulsate {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes pulsate {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
body,
html {
  height: 100%;
  min-height: 100%;
  padding: 0 !important; }

body {
  overflow-x: hidden;
  overflow-y: auto; }

.limite-externo {
  font-family: "BancoDoBrasil RC2 Textos", Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  color: #444;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto; }
  .limite-externo[data-tamanho-fonte="1"] {
    font-size: 1.3125rem; }
  .limite-externo[data-tamanho-fonte="2"] {
    font-size: 1.5rem; }

@media screen and (max-width: 39.9375em) {
  #home {
    margin-top: -260px; } }

.cabecalho {
  height: 140px;
  border-radius: 10px;
  color: #fff;
  margin: 30px 0; }
  .cabecalho .cabecalho-interno {
    display: flex;
    width: 100%;
    height: 150px;
    align-items: center; }
    .cabecalho .cabecalho-interno .logo {
      width: 20%; }
    .cabecalho .cabecalho-interno #menu {
      width: 70%;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 39.9375em) {
        .cabecalho .cabecalho-interno #menu {
          display: none; } }
      .cabecalho .cabecalho-interno #menu #menu-cabecalho {
        display: flex;
        list-style: none; }
        .cabecalho .cabecalho-interno #menu #menu-cabecalho li {
          min-width: 120px;
          text-align: center;
          font-weight: 700;
          font-size: 20px;
          text-shadow: 3px 3px 3px #000; }
          .cabecalho .cabecalho-interno #menu #menu-cabecalho li a {
            text-decoration: none;
            color: #fbff00; }
            .cabecalho .cabecalho-interno #menu #menu-cabecalho li a:hover {
              color: #fff; }
      .cabecalho .cabecalho-interno #menu #btMenuSuspenso {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
        .cabecalho .cabecalho-interno #menu #btMenuSuspenso span {
          width: 42px;
          height: 41px;
          position: absolute;
          background: transparent url("../img/menu.png") no-repeat center center; }
      .cabecalho .cabecalho-interno #menu .menu-suspenso {
        display: none;
        position: absolute;
        top: 62px;
        left: -160px;
        width: 230px;
        height: auto;
        background-color: #5a6fff;
        color: #f8f508;
        border-radius: 0 0 10px 10px; }
        .cabecalho .cabecalho-interno #menu .menu-suspenso ul {
          list-style-type: none;
          margin: 0; }
        .cabecalho .cabecalho-interno #menu .menu-suspenso li {
          border-bottom: solid 1px #ccc; }
          .cabecalho .cabecalho-interno #menu .menu-suspenso li:last-child {
            border-bottom: none; }
          .cabecalho .cabecalho-interno #menu .menu-suspenso li a {
            display: block;
            padding: 10px 15px 10px 40px;
            text-decoration: none;
            font-size: 0.89em; }
            .cabecalho .cabecalho-interno #menu .menu-suspenso li a.bloqueado {
              opacity: .2;
              cursor: not-allowed; }
            .cabecalho .cabecalho-interno #menu .menu-suspenso li a:not(.bloqueado):hover {
              background-color: #002d4b;
              color: #fff; }
              .cabecalho .cabecalho-interno #menu .menu-suspenso li a:not(.bloqueado):hover .numero {
                color: currentColor; }
      .cabecalho .cabecalho-interno #menu.aberto .menu-suspenso {
        display: block; }
    .cabecalho .cabecalho-interno .alto-contraste .tela-menu [class*="titulo"] {
      color: #ff0; }
    .cabecalho .cabecalho-interno .alto-contraste .tela-menu .tela-menu-conteudo::before {
      background-color: #fff; }
    .cabecalho .cabecalho-interno .alto-contraste .tela-menu .menu-item:enabled {
      background-color: #ff0;
      color: #000; }
    .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso {
      background-color: #000;
      color: #ff0; }
      .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso::before {
        border-color: #fff;
        color: #fff;
        background-color: #000; }
      .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso li {
        border-color: #fff; }
        .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso li a .numero {
          color: #ff0; }
        .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso li a:hover {
          background-color: #ff0;
          color: #000; }
          .cabecalho .cabecalho-interno .alto-contraste .menu-suspenso li a:hover .numero {
            color: #000; }
    .cabecalho .cabecalho-interno .curso-dados .info {
      padding-left: 30px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle;
      height: 100%;
      align-items: center;
      display: flex; }
      .cabecalho .cabecalho-interno .curso-dados .info .nome-curso {
        margin: 0;
        font-family: "BancoDoBrasil RC2 Titulos", Arial, Helvetica, sans-serif;
        font-size: 16px; }

.finalizacao {
  background: url("../img/bg-1.png") no-repeat top left;
  margin-top: 70px;
  position: relative; }
  .finalizacao:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #465eff; }

.conteudo-principal {
  position: relative;
  width: 100%;
  min-height: 100%; }
  @media screen and (min-width: 40em) {
    .conteudo-principal {
      width: 100%; } }
  .conteudo-principal .conteudo-principal-interno {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    position: relative; }

.grupo-controles {
  display: none; }

.contador-telas {
  display: none; }

.rodape {
  display: none;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101; }
  @media screen and (max-width: 39.9375em) {
    .rodape {
      background-color: #fff;
      top: auto;
      bottom: 0;
      box-shadow: 0 0 50px rgba(0, 0, 0, 0.3); } }
  .rodape .rodape-interno {
    max-width: 1200px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .rodape .rodape-interno {
        height: 1px;
        width: calc(100% - 30px); } }

.loader {
  display: table;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500; }
  .loader .loader-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 21px;
    color: #000; }
  .loader .icone-loader {
    display: block;
    width: 120px;
    height: 120px;
    background: transparent;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    border: solid 10px;
    border-radius: 100%;
    border-color: transparent transparent transparent #fff;
    -webkit-animation: rotacao .5s ease-in infinite;
    animation: rotacao .5s ease-in infinite; }

.limite-progresso {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.progresso-telas {
  display: none; }
  .progresso-telas .tela-atual {
    font-weight: bold; }
  .progresso-telas .total-telas::before {
    content: "/";
    display: inline-block;
    margin-right: 5px; }

.barra-progresso {
  position: relative;
  display: block;
  width: 100%;
  height: 6px;
  background: #f0f0f0; }
  .barra-progresso .barra {
    background: #002d4b;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    transition: width .2s; }

.scroll-indicator {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 5;
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: #6aedd3;
  pointer-events: none;
  transition: opacity .5s; }
  @media screen and (min-width: 40em) {
    .scroll-indicator {
      width: 90px;
      height: 90px; } }
  .scroll-indicator.hidden {
    opacity: 0; }
  .scroll-indicator::before {
    content: "\0e809";
    color: #4c7d73;
    font-family: "icones";
    font-size: 30px;
    text-align: center;
    line-height: 1;
    display: block;
    position: relative;
    width: 100%;
    margin: 0 auto;
    -webkit-animation: bounceInfinite 2s infinite;
    animation: bounceInfinite 2s infinite; }
    @media screen and (min-width: 40em) {
      .scroll-indicator::before {
        font-size: 40px; } }

[data-tipo-tela="menu"] .curso-nav .grupo-topo > nav {
  display: none; }

[data-tipo-licao="podcast"] .curso-nav .grupo-topo > nav li:first-child,
[data-tipo-licao="avaliacao"] .curso-nav .grupo-topo > nav li:first-child {
  display: none; }

[data-tipo-licao="preTeste"] .curso-nav .grupo-topo > nav {
  display: none; }

.alto-contraste .cabecalho {
  background-color: #000; }
.alto-contraste .curso-nav .grupo-topo {
  color: #ff0; }
.alto-contraste .curso-nav .grupo-base {
  color: #fff; }
.alto-contraste.limite-externo {
  background-color: #000;
  color: #fff; }

.no-margin {
  margin: 0 !important; }
  .no-margin-top {
    margin-top: 0 !important; }
  .no-margin-bottom {
    margin-bottom: 0 !important; }

.no-padding {
  padding: 0 !important; }
  .no-padding-top {
    padding-top: 0 !important; }
  .no-padding-bottom {
    padding-bottom: 0 !important; }

[data-text-color="cor1"] {
  color: #f2f2f2 !important; }

[data-text-color="cor2"] {
  color: #06243B !important; }

[data-text-color="cor3"] {
  color: #59A9A0 !important; }

[data-text-color="cor4"] {
  color: #B77B7B !important; }

[data-text-color="branco"] {
  color: #fff !important; }

p {
  line-height: 1.4;
  margin-bottom: 1.625rem; }

a {
  color: currentColor;
  text-decoration: underline; }
  a:hover, a:focus {
    color: currentColor; }

.dp-flex {
  display: flex; }

.justify-center {
  justify-content: center; }

.align-center {
  align-items: center; }

.pt-50 {
  padding-top: 50px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-100 {
  margin-bottom: 100px; }

.swd {
  border-radius: 30px;
  box-shadow: 5px 5px 16px #000; }

button:enabled {
  cursor: pointer; }

.mt-neg-5 {
  margin-top: -50px; }

.mt-neg-10 {
  margin-top: -100px; }

.pagina {
  width: 100%;
  min-height: 100vh; }
  .pagina .row {
    max-width: 67.875rem; }

b,
strong {
  font-weight: 900; }

.bloco {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (min-width: 40em) {
    .bloco {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .bloco.sem-espacamento-topo {
    padding-top: 0; }
  .bloco.sem-espacamento-base {
    padding-bottom: 0; }
  .bloco > .row + .row {
    margin-top: 40px; }
    @media screen and (min-width: 40em) {
      .bloco > .row + .row {
        margin-top: 60px; } }
  .bloco .column > [class*="titulo"] {
    margin-top: 30px; }
    @media screen and (min-width: 64em) {
      .bloco .column > [class*="titulo"] {
        margin-top: 0; } }
  .bloco.bg-colorido {
    background-color: #87c3be; }
    .bloco.bg-colorido [class*="titulo"] .numero {
      color: #fff; }
  .bloco.bg-azul {
    background-color: #06243B; }
    .bloco.bg-azul .slider-imagem .nav-slider .slick-arrow:after {
      background-color: #06243B; }
    .bloco.bg-azul .slider-imagem .slick-dots {
      background-color: #06243B; }
    .bloco.bg-azul .numero-bloco {
      color: #0F3756; }
      .bloco.bg-azul .numero-bloco:after {
        background-color: #0F3756; }
  .bloco.texto-branco,
  .bloco .texto-branco {
    color: #fff; }

.espacamento-topo {
  margin-top: 40px; }
  @media screen and (min-width: 40em) {
    .espacamento-topo {
      margin-top: 60px; } }
.espacamento-base {
  margin-bottom: 40px; }
  @media screen and (min-width: 40em) {
    .espacamento-base {
      margin-bottom: 60px; } }

[imagem-bg] {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }

.instrucao-navegacao {
  position: relative;
  text-align: center;
  padding: 0 15px;
  margin-top: 40px; }
  .instrucao-navegacao *:last-child {
    margin-bottom: 0; }
  .instrucao-navegacao-conteudo {
    position: relative;
    display: inline-block;
    border-radius: 4px;
    padding: 10px 20px;
    background: #002d4b;
    color: #fff;
    font-size: 0.8889em;
    max-width: 600px; }
    @media screen and (min-width: 40em) {
      .instrucao-navegacao-conteudo {
        width: 50%; } }
    .instrucao-navegacao-conteudo::after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-bottom: 8px solid #002d4b;
      border-left: 8px solid transparent;
      border-right: 8px solid transparent;
      position: absolute;
      top: -8px;
      left: calc(50% - 8px); }
  .instrucao-navegacao [class*="icon"] {
    display: block;
    font-size: 32px; }
    @media screen and (min-width: 40em) {
      .instrucao-navegacao [class*="icon"] {
        display: inline-block;
        vertical-align: middle; } }
  @media screen and (min-width: 40em) {
    .instrucao-navegacao .instrucao {
      display: inline-block;
      vertical-align: middle; } }
  .alto-contraste .instrucao-navegacao .instrucao-navegacao-conteudo {
    background-color: transparent;
    border: 2px solid #fff;
    color: #ff0; }
    .alto-contraste .instrucao-navegacao .instrucao-navegacao-conteudo::after {
      border-bottom-color: #fff; }

.bloco-introducao {
  position: relative;
  padding-top: 0;
  background-color: #f5f5f5;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 64em) {
    .bloco-introducao {
      padding-top: 85px; } }
  .bloco-introducao .color-green {
    color: #59a9a0 !important; }
  .bloco-introducao .color-purple {
    color: #9186ae !important; }
  .bloco-introducao [class*="titulo"] {
    color: #002d4b; }
  .bloco-introducao .titulo-1 {
    position: relative; }
    .bloco-introducao .titulo-1:after {
      content: "";
      position: absolute;
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      top: 50%;
      right: 0;
      background-color: #59A9A0; }
  .bloco-introducao [class*="row"] {
    position: relative; }
  .bloco-introducao .row ~ .row {
    margin-top: 20px; }
  .bloco-introducao .shadow-titulo {
    font-family: "BancoDoBrasil RC2 Titulos", Arial, Helvetica, sans-serif;
    position: absolute;
    opacity: 0.1;
    font-size: 250px;
    top: -50%;
    right: 45%;
    width: 9999px;
    text-align: end; }
  .bloco-introducao .main-title {
    text-transform: uppercase;
    color: #9186ae;
    font-size: 130px;
    line-height: 120px;
    margin-bottom: 50px;
    font-weight: 700; }
    .bloco-introducao .main-title span {
      background: #9186ae;
      color: white;
      font-weight: 100;
      font-size: 80px;
      margin-left: -110px;
      display: block;
      width: fit-content; }
  .bloco-introducao .intro-paragraph {
    font-size: 17px;
    margin-top: 150px;
    color: #444444; }
  .bloco-introducao .second-title {
    font-size: 50px;
    font-weight: 100;
    color: #444444; }
  .bloco-introducao .middle-title {
    font-size: 35px;
    font-weight: 100;
    color: #444444; }
    .bloco-introducao .middle-title span {
      background: #59a9a0;
      color: white;
      font-size: 40px;
      font-weight: 400; }
  .bloco-introducao .justify-content-center {
    justify-content: center; }
  .bloco-introducao .ml-neg-80 {
    margin-left: -80px; }
  .bloco-introducao .ml-auto {
    margin-left: auto;
    display: block;
    width: fit-content;
    margin-right: -40px; }
  .bloco-introducao .img-deslocada {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 30px; }
    @media screen and (min-width: 64em) {
      .bloco-introducao .img-deslocada {
        margin-left: -14px;
        margin-right: 0;
        margin-bottom: 0; } }
    @media screen and (min-width: 64em) {
      .bloco-introducao .img-deslocada img {
        width: auto;
        height: auto;
        max-width: none; } }
    .bloco-introducao .img-deslocada::after {
      content: "";
      clear: both;
      display: table; }
  .alto-contraste .bloco-introducao [class*="row"]::before {
    background-color: transparent;
    border: 2px solid #fff; }
  .bloco-introducao .detalhes-circulos::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 86px;
    width: 87px;
    left: -43px;
    bottom: 10%;
    border: solid 5px #B77B7B;
    background-color: transparent;
    z-index: 100; }
  .bloco-introducao .detalhes-circulos::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 27px;
    width: 27px;
    right: 50px;
    top: 60%;
    background-color: #B77B7B;
    z-index: 100; }

.bloco-destaque {
  background-color: #87c3be;
  color: #fff; }
  .bloco-destaque .conteudo {
    position: relative;
    z-index: 2; }
  .bloco-destaque [class*="titulo"]::after {
    content: "";
    display: block;
    width: 46%;
    max-width: 215px;
    height: 4px;
    background-color: #fff;
    margin-top: 45px; }
  .alto-contraste .bloco-destaque [class*="titulo"]::after {
    background-color: #fff; }
  .alto-contraste .bloco-destaque [class*="column"]::before, .alto-contraste .bloco-destaque [class*="column"]::after {
    background-color: transparent; }

.bloco-podcast,
.bloco-video {
  position: relative;
  display: table;
  table-layout: fixed;
  height: 100vh;
  width: 100%; }
  .bloco-podcast-imagem,
  .bloco-video-imagem {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .bloco-podcast-conteudo,
  .bloco-video-conteudo {
    position: relative;
    z-index: 2;
    display: table-cell;
    vertical-align: bottom;
    width: 100%; }
  .bloco-podcast .icone,
  .bloco-video .icone {
    font-size: 30px;
    margin-bottom: 10px; }
  .bloco-podcast [class*="titulo"],
  .bloco-video [class*="titulo"] {
    margin-bottom: 28px; }

.bloco-video-conteudo {
  vertical-align: middle; }
.bloco-video .midia-wrapper {
  position: relative;
  padding-top: 56.25%; }
.bloco-video .jwplayer:not(.jw-flag-media-audio) {
  position: absolute;
  top: 0;
  left: 0; }

.destaque-texto {
  background: linear-gradient(0deg, rgba(254, 229, 229, 0) 0%, rgba(254, 229, 229, 0) 10%, #fee5e5 10%, #fee5e5 70%, rgba(254, 229, 229, 0) 70%);
  background-size: 90% auto;
  background-repeat: no-repeat; }
  .alto-contraste .destaque-texto {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 10%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 70%); }

.caixa-alta {
  text-transform: uppercase; }

.numero-bloco {
  display: inline;
  position: relative;
  font-size: 150px;
  color: #BEBEBE;
  z-index: 0;
  margin-left: -70px; }
  .numero-bloco span {
    color: #59A9A0; }
  .numero-bloco:after {
    content: "";
    display: block;
    position: absolute;
    height: 5px;
    width: 80px;
    background-color: #BEBEBE;
    top: 60%;
    left: calc(100% + 10px); }

.float-center {
  position: relative;
  z-index: 10; }

.shadow-titulo {
  position: relative; }
  .shadow-titulo .opacity {
    font-family: "BancoDoBrasil RC2 Titulos", Arial, Helvetica, sans-serif;
    position: absolute;
    opacity: 0.1;
    font-size: 150px;
    top: -75%;
    width: 9999px; }

.imagem-detalhe {
  position: relative;
  box-shadow: 0 4px 8px rgba(5, 16, 38, 0.27); }
  .imagem-detalhe::after {
    content: "";
    display: block;
    position: absolute;
    height: 95%;
    width: 9999px;
    top: 20%;
    background-color: #B77B7B; }
  .imagem-detalhe:not(.esquerda)::after {
    left: 20%; }
  .imagem-detalhe .detalhes-circulos::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    left: 40%;
    bottom: -30px;
    border: solid 5px #74BCB4;
    background-color: transparent;
    z-index: 100; }
  .imagem-detalhe .detalhes-circulos::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    height: 80px;
    width: 80px;
    right: -100px;
    top: 10%;
    background-color: #06243B;
    z-index: 100; }
  .imagem-detalhe.esquerda::after {
    height: 95%;
    width: 9999px;
    right: 20%;
    top: 20%; }
  .imagem-detalhe.esquerda .detalhes-circulos::after {
    left: -7%;
    bottom: 20%; }
  .imagem-detalhe.esquerda .detalhes-circulos::before {
    right: 12%;
    top: -10%; }

.img-borda {
  position: relative;
  display: flex; }
  .img-borda .img-fundo {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 100%;
    transform: translateY(-50%); }

.curved-purple {
  margin-top: -280px;
  position: relative;
  height: 280px; }
  .curved-purple::before {
    content: "";
    background: url("../data/imagens/curve-purple.png");
    height: 280px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center; }

.curved-purple-2 {
  margin-top: 100px;
  position: relative;
  height: 117px; }
  .curved-purple-2.no-margin {
    margin-top: -5px !important; }
  .curved-purple-2.inverse {
    transform: scale(-1); }
  .curved-purple-2::before {
    content: "";
    background: url("../data/imagens/curved-purple-2.png");
    height: 117px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-size: cover;
    background-position: center; }

.text-section-purple {
  background: #9186ae;
  padding: 20px 0 50px; }
  .text-section-purple .section-title {
    font-size: 60px; }
  .text-section-purple img:not(.not-force) {
    position: relative;
    margin-top: -100px;
    z-index: 99; }

.congratulation-block {
  text-align: center;
  padding: 100px 0; }
  .congratulation-block h3 {
    font-size: 30px;
    color: #06243B;
    font-weight: 700; }
  .congratulation-block p {
    font-size: 24px; }

.text-white {
  color: white; }

.img-fluid {
  width: 100%;
  max-width: fit-content; }

.full-section h3 {
  font-size: 32px;
  color: #433A57; }
.full-section p {
  font-size: 18px;
  color: #433A57; }

.my-5 {
  margin-top: 50px;
  margin-bottom: 50px; }

.my-9 {
  margin-top: 90px;
  margin-bottom: 90px; }

.factor-card {
  width: 90%;
  margin-left: 5%;
  background: #F2F2F2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.233);
  border-radius: 50px 0 20px 0;
  padding: 120px 20px 0;
  position: relative;
  overflow: hidden;
  height: 100%; }
  .factor-card img {
    position: absolute;
    left: 0;
    top: 0; }
  .factor-card h5 {
    font-size: 48px;
    font-weight: 400; }
    .factor-card h5.cor1 {
      color: #59A9A0; }
    .factor-card h5.cor2 {
      color: #9186AE; }
    .factor-card h5.cor3 {
      color: #B77B7B; }
    .factor-card h5.cor4 {
      color: #627B8E; }
    .factor-card h5 span {
      font-size: 38px;
      font-weight: 100; }
  .factor-card h6 {
    font-size: 24px;
    font-weight: 700; }
    .factor-card h6.cor1 {
      color: #2B4A47; }
    .factor-card h6.cor2 {
      color: #433A57; }
    .factor-card h6.cor3 {
      color: #633939; }
    .factor-card h6.cor4 {
      color: #031727; }
  .factor-card p {
    font-size: 15px;
    color: #444444; }

.text-content p {
  font-size: 19px;
  padding-right: 40px; }

.podcast-backgrounded {
  background-size: cover;
  background-position: center;
  height: 794px;
  margin-top: 150px; }

.yellow-warn {
  background: #FFFF30;
  border-radius: 35px 0 20px 0;
  padding: 30px;
  margin-top: -130px; }
  .yellow-warn h2 {
    font-size: 24px;
    font-weight: 700;
    color: #444444; }

.podcast-title {
  color: #2B4A47;
  background: #A9DFD9;
  width: fit-content;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 43px; }
  .podcast-title span {
    font-weight: 700; }

.podcast-paragraph {
  background: #a9dfd9d0;
  font-size: 18px;
  color: #444444;
  padding: 40px;
  margin-top: 20px; }

.blocked-2 h2 {
  font-size: 32px; }
.blocked-2 p {
  font-size: 18px; }

.upper-line {
  background: #616161;
  height: 5px;
  position: relative;
  margin-top: 10px; }
  .upper-line::before {
    content: "";
    height: 5px;
    left: -125px;
    position: absolute;
    background: #616161;
    top: 0;
    width: 160px; }

.no-margin {
  margin: 0 !important;
  padding: 0 !important; }

.limite-externo {
  overflow: visible;
  height: auto !important;
  outline: none !important; }

.page-header {
  background: #b9b9b9 url("../img/banner.png");
  min-height: 600px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 100px; }
  @media screen and (min-width: 40em) {
    .page-header::after {
      content: "";
      background: white;
      height: 110px;
      width: 100%;
      position: absolute;
      bottom: -55px;
      left: 0;
      transform: skewY(-3deg); }
    .page-header::before {
      content: "";
      background: url("../img/selo.png") no-repeat center/contain;
      width: 200px;
      height: 200px;
      position: absolute;
      bottom: 30px;
      left: 30px; } }
  .page-header h2 {
    text-align: center;
    color: white;
    position: relative;
    font-size: 26px;
    width: fit-content;
    width: -moz-fit-content;
    transform-style: preserve-3d; }
    .page-header h2 span {
      font-weight: 700;
      font-size: 32px; }
    .page-header h2::after {
      content: "";
      background: #0082ed;
      height: 11px;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 8px;
      transform: translateZ(-1px); }
  .page-header h1 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    width: fit-content;
    width: -moz-fit-content;
    transform-style: preserve-3d;
    position: relative; }
    .page-header h1.small {
      font-size: 92px; }
    .page-header h1:not(.small) {
      font-size: 32px; }
  .page-header .advert-box {
    background: #FCFC30;
    padding: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.267);
    width: 95%;
    margin: 0 auto;
    max-width: 850px;
    position: relative;
    z-index: 10;
    margin-bottom: -225px;
    margin-top: 175px;
    border-radius: 10px;
    border: solid 1px #DED13E; }
    .page-header .advert-box p {
      color: #333333;
      margin: 0;
      font-size: 22px; }

.advert-box {
  background: #FCFC30;
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.267);
  width: 95%;
  margin: 30px auto;
  max-width: 850px;
  border-radius: 10px;
  border: solid 1px #ded13e; }
  .advert-box p {
    color: #333333;
    margin: 0;
    font-size: 22px; }

.mini-card {
  background: #465EFF;
  padding: 35px;
  padding-left: 60px;
  border-radius: 15px;
  margin-left: -45px;
  margin-bottom: 45px; }
  .mini-card h3 {
    color: white;
    font-size: 24px;
    font-weight: 700; }
  .mini-card p {
    color: white;
    font-size: 18px;
    font-weight: 400; }

.mt-150 {
  margin-top: 150px; }

.py-30 {
  padding: 30px 0; }

.pt-30 {
  padding-top: 30px; }

.pb-30 {
  padding-bottom: 30px; }

.pt-150 {
  padding-top: 150px; }

.align-end {
  align-items: flex-end; }

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.589); }

.nav-slider {
  position: relative !important; }

.slick-dots {
  overflow: unset !important;
  position: unset !important;
  width: 100% !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  position: relative !important;
  top: -70px; }
  .slick-dots li {
    width: 100%;
    border-radius: 0;
    padding: 0;
    margin: 0;
    background: #EEECF2; }
    .slick-dots li.slick-active {
      background: #6AEDD3; }
    .slick-dots li:first-child {
      border-radius: 100px 0 0 100px; }
    .slick-dots li:last-child {
      border-radius: 0 100px 100px 0; }

.slick-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: solid 2px #6AEDD3;
  background: none; }
  .slick-arrow::before {
    color: #4C7D73;
    font-weight: 700; }
  .slick-arrow:first-child {
    margin-right: 15px; }

[class*='title-model-'] {
  font-size: 60px;
  font-weight: 100;
  color: #0082ed; }
  [class*='title-model-'] strong {
    font-weight: 900; }
  [class*='title-model-'] span {
    position: relative; }
    [class*='title-model-'] span.marcador:before {
      content: "";
      position: absolute;
      width: 110%;
      height: 30px;
      background-color: #FCFC30;
      bottom: 10px;
      left: 0px;
      min-width: 200px; }

h3.marcador {
  position: relative;
  padding-bottom: 10px; }
  h3.marcador:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #FCEE4F;
    left: 0;
    bottom: 5px; }
