#section-cards-professores {
  padding-top: 1em; }
  #section-cards-professores .linha-bio {
    margin-bottom: 1em;
    -webkit-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.25);
    position: relative; }
    #section-cards-professores .linha-bio .card-foto {
      min-height: 200px;
      background: #56d5e2;
      position: relative; }
      @media screen and (min-width: 500px) and (max-width: 767px) {
        #section-cards-professores .linha-bio .card-foto {
          position: absolute;
          left: 0;
          top: 0;
          width: 150px;
          height: 150px;
          min-height: unset;
          z-index: 50; } }
      @media screen and (max-width: 499px) {
        #section-cards-professores .linha-bio .card-foto {
          min-height: 280px; } }
      #section-cards-professores .linha-bio .card-foto:after {
        position: absolute;
        content: " ";
        top: 0;
        right: -2px;
        bottom: -1px;
        left: 0;
        background: #2ec7ce;
        -webkit-clip-path: polygon(95% 0, 100% 0, 100% 100%, 75% 100%);
        clip-path: polygon(95% 0, 100% 0, 100% 100%, 75% 100%); }
        @media screen and (min-width: 500px) and (max-width: 767px) {
          #section-cards-professores .linha-bio .card-foto:after {
            bottom: -2px; } }
      #section-cards-professores .linha-bio .card-foto.card-foto-1::after {
        background: #fbb03b; }
      #section-cards-professores .linha-bio .card-foto.card-foto-2::after {
        background: #f95c91; }
    #section-cards-professores .linha-bio .card-texto {
      padding: 1em;
      background: #2ec7ce;
      padding: 3em 2em; }
      @media screen and (min-width: 500px) and (max-width: 767px) {
        #section-cards-professores .linha-bio .card-texto {
          padding-left: 170px; } }
      #section-cards-professores .linha-bio .card-texto.card-texto-1 {
        background: #fbb03b; }
      #section-cards-professores .linha-bio .card-texto.card-texto-2 {
        background: #f95c91; }
      #section-cards-professores .linha-bio .card-texto h1 {
        color: white; }
        @media screen and (max-width: 992px) {
          #section-cards-professores .linha-bio .card-texto h1 {
            font-size: 2rem; } }
      #section-cards-professores .linha-bio .card-texto p {
        color: white; }

#section-programacao .linha {
  background: #2ec7ce;
  position: relative;
  margin-bottom: 45px;
  overflow: visible; }
  @media screen and (min-width: 768px) {
    #section-programacao .linha {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (min-width: 768px) {
    #section-programacao .linha.entalhe-direita {
      margin-right: 50px; }
      #section-programacao .linha.entalhe-direita::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 100%;
        right: -50px;
        background: #2ec7ce;
        -webkit-clip-path: polygon(0% 0%, 10% 0, 100% 50%, 10% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 10% 0, 100% 50%, 10% 100%, 0% 100%); } }
  @media screen and (min-width: 768px) {
    #section-programacao .linha.entalhe-esquerda {
      margin-left: 50px; }
      #section-programacao .linha.entalhe-esquerda::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50px;
        right: 99.9%;
        background: #2ec7ce;
        -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%);
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%); } }
  @media screen and (min-width: 768px) {
    #section-programacao .linha.entalhe-duplo {
      margin-right: 50px;
      margin-left: 50px; }
      #section-programacao .linha.entalhe-duplo::after {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 99.9%;
        right: -50px;
        background: #2ec7ce;
        -webkit-clip-path: polygon(0% 0%, 10% 0, 100% 50%, 10% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 10% 0, 100% 50%, 10% 100%, 0% 100%); }
      #section-programacao .linha.entalhe-duplo::before {
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -50px;
        right: 99.9%;
        background: #2ec7ce;
        -webkit-clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%);
        clip-path: polygon(90% 0, 100% 0, 100% 100%, 90% 100%, 0 50%); } }
  #section-programacao .linha .coluna-texto-card-entalhe {
    padding-top: 2em;
    padding-bottom: 2em;
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column; }
#section-programacao .bloco {
  position: relative;
  padding: 3em 2em;
  background: #56d5e2; }
  @media screen and (max-width: 767px) {
    #section-programacao .bloco {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  #section-programacao .bloco::after {
    content: " ";
    position: absolute;
    height: 140px;
    left: 0;
    right: 0;
    bottom: -139px;
    background: #56d5e2;
    -webkit-clip-path: polygon(100% 0, 0 0, 50% 50%);
    clip-path: polygon(100% 0, 0 0, 50% 50%); }
    @media screen and (max-width: 767px) {
      #section-programacao .bloco::after {
        display: none; } }
  #section-programacao .bloco.bloco-1 {
    z-index: 50; }
  #section-programacao .bloco.bloco-2 {
    z-index: 48; }
  #section-programacao .bloco.bloco-3 {
    z-index: 46; }
  #section-programacao .bloco.bloco-4 {
    z-index: 44; }
  #section-programacao .bloco h1 {
    text-align: center; }
    @media screen and (max-width: 1024px) {
      #section-programacao .bloco h1 {
        font-size: 2.2rem; } }
    @media screen and (max-width: 767px) {
      #section-programacao .bloco h1 {
        font-size: 1.8rem; } }
  #section-programacao .bloco h2 {
    text-align: center; }
    @media screen and (max-width: 1366px) {
      #section-programacao .bloco h2 {
        font-size: 1.5rem; } }
    @media screen and (max-width: 767px) {
      #section-programacao .bloco h2 {
        font-size: 1.3rem; } }
#section-programacao .linha-2 {
  background: #f24487; }
  #section-programacao .linha-2.entalhe-duplo::after {
    background: #f24487; }
  #section-programacao .linha-2.entalhe-duplo::before {
    background: #f24487; }
  #section-programacao .linha-2 .bloco {
    background: #f95c91; }
    #section-programacao .linha-2 .bloco::after {
      background: #f95c91; }
#section-programacao .linha-3 {
  background: #f7931e; }
  #section-programacao .linha-3.entalhe-duplo::after {
    background: #f7931e; }
  #section-programacao .linha-3.entalhe-duplo::before {
    background: #f7931e; }
  #section-programacao .linha-3 .bloco {
    background: #fbb03b; }
    #section-programacao .linha-3 .bloco::after {
      background: #fbb03b; }
#section-programacao .linha-4 {
  background: #09cea8; }
  #section-programacao .linha-4.entalhe-esquerda::after {
    background: #09cea8; }
  #section-programacao .linha-4.entalhe-esquerda::before {
    background: #09cea8; }
  #section-programacao .linha-4 .bloco {
    background: #28e2bd; }
    #section-programacao .linha-4 .bloco::after {
      background: #28e2bd; }

#section-foto-banner {
  position: relative;
  margin-top: 84.95px;
  padding-top: 3em;
  padding-bottom: 1.5em; }
  #section-foto-banner .mascara {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #061b33;
    opacity: 0.8; }
  #section-foto-banner .color-white {
    color: white; }
  #section-foto-banner .card-video {
    position: relative; }
    #section-foto-banner .card-video .mascara {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: #1c1a1a;
      opacity: 0.9; }
    #section-foto-banner .card-video .link-play {
      position: relative;
      z-index: 99; }
      #section-foto-banner .card-video .link-play img {
        max-height: 140px;
        margin-top: 4.8rem;
        margin-bottom: 4.8rem; }
  @media screen and (max-width: 767px) {
    #section-foto-banner .form-contato {
      margin-top: 1em; } }
  #section-foto-banner .form-contato .form-group {
    margin-bottom: 0.5rem; }
    #section-foto-banner .form-contato .form-group .padding-maior {
      padding: 1.0rem 0.75rem; }
    #section-foto-banner .form-contato .form-group select {
      height: 38px; }
      @media screen and (max-width: 767px) {
        #section-foto-banner .form-contato .form-group select {
          margin-bottom: 0.5rem;
          height: 50px; } }
  #section-foto-banner .form-contato .btn-enviar {
    padding: 0.5em 3.5em;
    font-size: 1em; 
    width:calc(100% - 2em)}

#section-info {
  position: relative; }
  #section-info .bg-vermelho {
    background: #b12142;
    color: white;
    padding-top: 1em;
    padding-bottom: 1em; }
    #section-info .bg-vermelho .coluna-texto {
      padding: 0.5rem 2rem; }
      #section-info .bg-vermelho .coluna-texto .link-ver-mais {
        padding: 0.5rem 3rem;
        font-size: 1.1em;
        -webkit-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
        box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75); }
      @media screen and (max-width: 1440px) {
        #section-info .bg-vermelho .coluna-texto img {
          max-width: 115px; } }

        @media screen and (max-width: 990px) {
        #section-info .bg-vermelho .coluna-texto img {
          max-width: 140px; } }


  @media screen and (max-width: 767px) {
    #section-info .bg-foto {
      height: 150px; } }

#section-simulacao {
  position: relative;
  background: #1c3e65; }
  #section-simulacao .coluna-texto {
    color: white; }
  #section-simulacao .card-branco {
    background: white;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1rem;
    margin-bottom: -25%;
    position: relative;
    z-index: 50;
    -webkit-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 5px 17px -6px rgba(0, 0, 0, 0.75); }

#section-vitrine {
  position: relative;
  padding-top: 150px !important; }
  #section-vitrine .linha-azul {
    background: #1c3e65;
    border-radius: 25px 25px 0 0; }
    #section-vitrine .linha-azul .conteudo {
      padding: 0 2em; }
      @media screen and (max-width: 767px) {
        #section-vitrine .linha-azul .conteudo ul {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: distribute;
          justify-content: space-around; } }
    #section-vitrine .linha-azul .color-white {
      color: white;
      border: 1px solid white;
      background: transparent;
      transition: all 0.4s ease; }
      @media screen and (max-width: 767px) {
        #section-vitrine .linha-azul .color-white {
          font-size: 0.8em; } }
      #section-vitrine .linha-azul .color-white.active {
        border: 1px solid #176183;
        background: #176183; }
    #section-vitrine .linha-azul .bloco-divisor {
      width: 2px;
      height: 40px;
      background: white;
      margin: 0 0.5rem; }
      @media screen and (max-width: 767px) {
        #section-vitrine .linha-azul .bloco-divisor {
          display: none; } }
  #section-vitrine .borda-cinza {
    border: 1px solid #e1e1e1;
    padding: 1em 2em; }
    #section-vitrine .borda-cinza .nav-buttons {
      position: relative; }
      #section-vitrine .borda-cinza .nav-buttons .btn-nav {
        position: absolute;
        top: 45%;
        background: transparent;
        height: 50px;
        width: 50px;
        border: none; }
        @media screen and (min-width: 1367px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav {
            top: 45%; } }
        @media screen and (max-width: 922px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav {
            top: 45%; } }
      #section-vitrine .borda-cinza .nav-buttons .btn-nav-next-b {
        right: -28px;
        outline: 0; }
        @media screen and (max-width: 767px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav-next-b {
            right: -25px; } }
      #section-vitrine .borda-cinza .nav-buttons .btn-nav-prev-b {
        left: -28px;
        outline: 0; }
        @media screen and (max-width: 767px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav-prev-b {
            left: -25px; } }
      #section-vitrine .borda-cinza .nav-buttons .btn-nav-next-a {
        right: -28px;
        outline: 0; }
        @media screen and (max-width: 767px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav-next-a {
            right: -25px; } }
      #section-vitrine .borda-cinza .nav-buttons .btn-nav-prev-a {
        left: -28px;
        outline: 0; }
        @media screen and (max-width: 767px) {
          #section-vitrine .borda-cinza .nav-buttons .btn-nav-prev-a {
            left: -25px; } }
    #section-vitrine .borda-cinza .card-vitrine {
      border: 1px solid #e1e1e1;
      border-radius: 25px 25px 0 25px;
      padding: 1em;
      margin-right: 0.5rem;
      margin-left: 0.5rem;
      outline: 0;
      min-height: 560px; }
      #section-vitrine .borda-cinza .card-vitrine.card-dinamico {
        min-height: 630px; }
      #section-vitrine .borda-cinza .card-vitrine .envelope-img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        min-height: 205px; }
      #section-vitrine .borda-cinza .card-vitrine .titulo {
        font-size: 15px; }
      #section-vitrine .borda-cinza .card-vitrine .texto {
        font-size: 15px; }

#section-beneficios {
  position: relative;
  background: #F7F7F7;
  padding-top: 3em;
  padding-bottom: 3em;
  color: #617889; }
  #section-beneficios ul {
    list-style-type: none; }
    #section-beneficios ul li {
      position: relative;
      font-size: 1.1em;
      line-height: 1.8em; }
      #section-beneficios ul li:before {
        content: ' ';
        position: absolute;
        width: 1px;
        height: 1px;
        border-top: 8px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 15px solid transparent;
        border-left-color: #448FB1;
        left: -20px;
        top: 8px; }

#site-header {
  z-index: 999;
  position: fixed;
  width: 100%;
  background: #FFFFFF; }
  #site-header a {
    color: white; }
  #site-header .bloco-vermelho {
    background: #b70026;
    border: 1px solid #8b0524;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 1.5em;
    margin-bottom: -15px;
    border-radius: 0 0 10px 10px;
    line-height: 1em;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15); }
    @media screen and (max-width: 767px) {
      #site-header .bloco-vermelho {
        padding: 1.3em 0.9em; } }

#section-footer {
  position: relative;
  background: #1C3E65;
  color: white;
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  #section-footer a {
    color: white; }
    @media screen and (max-width: 767px) {
      #section-footer a {
        text-align: center; } }
  #section-footer .col-md-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #section-footer .social a {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
    font-size: 1.3em; }




 a[name] {
  padding-top: 150px;
  margin-top: -150px;
  position:absolute;
  display: inline-block; /* required for webkit browsers */
}

/*# sourceMappingURL=estilo.css.map */
