@import url("https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap");
* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "Quicksand", sans-serif;
  color: #000000; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0; }

.row {
  margin-bottom: 0; }

section {
  padding: 50px 0px; }

header#desktop {
  position: absolute;
  z-index: 1000;
  width: 100%; }
  header#desktop nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 150px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#f3ffff), to(#fff));
    background-image: -webkit-linear-gradient(bottom, #f3ffff, #fff);
    background-image: -o-linear-gradient(bottom, #f3ffff, #fff);
    background-image: linear-gradient(to top, #f3ffff, #fff);
    border-bottom: 3px solid #f67228; }
    header#desktop nav .nav-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      header#desktop nav .nav-wrapper a.brand-logo {
        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;
        padding: 15px 0; }
        header#desktop nav .nav-wrapper a.brand-logo img {
          height: 90px;
          width: auto; }
      header#desktop nav .nav-wrapper ul.opcoes {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        header#desktop nav .nav-wrapper ul.opcoes li + li {
          margin-left: 50px; }
        header#desktop nav .nav-wrapper ul.opcoes li {
          padding: 0;
          margin: 0; }
          header#desktop nav .nav-wrapper ul.opcoes li a.link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0;
            font-size: 15px;
            font-weight: 600;
            background: transparent;
            color: #202670;
            text-transform: uppercase;
            max-height: 40px; }
          header#desktop nav .nav-wrapper ul.opcoes li a.link:hover {
            background: transparent;
            color: #f67228;
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s; }

ul#drop-ensino.dropdown-content,
ul#drop-informacoes.dropdown-content {
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  min-width: 200px;
  top: -50px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }
  ul#drop-ensino.dropdown-content li.drop-menu-item + li.drop-menu-item,
  ul#drop-informacoes.dropdown-content li.drop-menu-item + li.drop-menu-item {
    margin: 0;
    padding: 0; }
  ul#drop-ensino.dropdown-content li.drop-menu-item,
  ul#drop-informacoes.dropdown-content li.drop-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    background: #f3ffff; }
    ul#drop-ensino.dropdown-content li.drop-menu-item a,
    ul#drop-informacoes.dropdown-content li.drop-menu-item a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      padding: 0px 10px;
      font-size: 13px;
      font-weight: 600;
      color: #202670;
      background: transparent;
      text-transform: uppercase;
      max-height: 40px; }
    ul#drop-ensino.dropdown-content li.drop-menu-item a:hover,
    ul#drop-informacoes.dropdown-content li.drop-menu-item a:hover {
      color: #f67228;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }

ul.redes-sociais {
  position: relative;
  z-index: 1001;
  background: transparent;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  ul.redes-sociais div {
    position: fixed;
    top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 14px;
    padding: 3px 15px;
    background: #fff;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1); }
  ul.redes-sociais li {
    padding: 0;
    text-align: center; }
  ul.redes-sociais li + li {
    margin-left: 15px; }
  ul.redes-sociais li.redes {
    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; }
    ul.redes-sociais li.redes i {
      font-size: 16px;
      color: #f67228; }
  ul.redes-sociais li.redes:first-child i {
    font-size: 18px;
    font-weight: bold; }
  ul.redes-sociais li.telefone {
    font-size: 16px;
    font-weight: bold;
    color: #f67228;
    margin-bottom: 3px; }

@media screen and (max-width: 1199px) {
  ul.redes-sociais {
    display: none; } }

header#mobile {
  border-bottom: 3px solid #f67228;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3ffff), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #f3ffff, #fff);
  background-image: -o-linear-gradient(bottom, #f3ffff, #fff);
  background-image: linear-gradient(to top, #f3ffff, #fff); }
  header#mobile div.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%; }
  header#mobile a.brand-logo {
    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;
    padding: 15px 0; }
    header#mobile a.brand-logo img {
      height: 75px;
      width: auto; }
  header#mobile ul.sidenav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: rgba(32, 38, 112, 0.9);
    width: auto;
    -webkit-box-shadow: none;
    box-shadow: none; }
    header#mobile ul.sidenav .fecha {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      header#mobile ul.sidenav .fecha a.fechar {
        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;
        margin: 15px;
        padding: 0;
        cursor: pointer;
        width: 32px;
        height: 32px;
        border-radius: 10px; }
        header#mobile ul.sidenav .fecha a.fechar i {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          color: #fff;
          font-size: 24px; }
      header#mobile ul.sidenav .fecha a.fechar:hover {
        background: #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
        header#mobile ul.sidenav .fecha a.fechar:hover i {
          color: #202670; }
    header#mobile ul.sidenav li {
      padding: 0px 50px;
      background: transparent; }
      header#mobile ul.sidenav li a.link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #fff;
        margin: 0;
        padding: 0;
        height: auto;
        cursor: pointer;
        font-size: 15px;
        font-weight: 600;
        text-transform: uppercase; }
        header#mobile ul.sidenav li a.link i {
          color: #fff; }
      header#mobile ul.sidenav li a.link:hover {
        background: transparent;
        color: #fff;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      header#mobile ul.sidenav li ul.collapsible {
        background: transparent; }
        header#mobile ul.sidenav li ul.collapsible li {
          padding: 0;
          margin: 0;
          background: transparent; }
          header#mobile ul.sidenav li ul.collapsible li ul.collapsible-body {
            background: transparent; }
            header#mobile ul.sidenav li ul.collapsible li ul.collapsible-body li.collapse-menu-item {
              background: transparent; }
              header#mobile ul.sidenav li ul.collapsible li ul.collapsible-body li.collapse-menu-item a {
                background: transparent;
                text-transform: uppercase;
                font-size: 13px;
                padding-left: 10px;
                color: #fff; }
  header#mobile a.sidenav-trigger {
    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;
    padding: 0 5px;
    margin: 15px 0;
    border-radius: 10px;
    cursor: pointer;
    background: #202670; }
    header#mobile a.sidenav-trigger i {
      color: #fff;
      font-size: 36px;
      margin: 0;
      padding: 0; }
  header#mobile a.sidenav-trigger:hover {
    background: rgba(32, 38, 112, 0.9);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.sidenav-overlay {
  background: transparent;
  z-index: 0; }

@media screen and (min-width: 1200px) {
  header#mobile {
    display: none; } }

@media screen and (max-width: 1199px) {
  header#desktop {
    display: none; } }

#desktop.bg-fixed nav {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3ffff), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #f3ffff, #fff);
  background-image: -o-linear-gradient(bottom, #f3ffff, #fff);
  background-image: linear-gradient(to top, #f3ffff, #fff); }

#mobile.bg-fixed {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f3ffff), to(#fff));
  background-image: -webkit-linear-gradient(bottom, #f3ffff, #fff);
  background-image: -o-linear-gradient(bottom, #f3ffff, #fff);
  background-image: linear-gradient(to top, #f3ffff, #fff); }

#slide-principal {
  padding: 0;
  padding-top: 150px;
  margin-bottom: -35px; }
  #slide-principal .owl-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  #slide-principal .owl-nav {
    display: none; }
  #slide-principal .owl-dots {
    position: relative;
    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;
    margin: 0 auto;
    width: 135px;
    height: 70px;
    margin-top: -35px;
    z-index: 100;
    background: -webkit-gradient(linear, left bottom, left top, from(#e44b5d), to(#fc5368));
    background: -webkit-linear-gradient(bottom, #e44b5d, #fc5368);
    background: -o-linear-gradient(bottom, #e44b5d, #fc5368);
    background: linear-gradient(to top, #e44b5d, #fc5368);
    border-radius: 25px; }
    #slide-principal .owl-dots button.owl-dot {
      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; }
      #slide-principal .owl-dots button.owl-dot span {
        padding: 0;
        margin: 3px;
        width: 15px;
        height: 15px;
        background: #d33446; }
    #slide-principal .owl-dots button.owl-dot.active span {
      background: #fff; }

@media screen and (min-width: 1280px) {
  #slide-principal .owl-item img {
    width: 100%;
    min-height: 500px;
    height: calc(100vh - 350px);
    -o-object-fit: cover;
    object-fit: cover;
    } }

@media screen and (max-width: 1199px) {
  #slide-principal {
    padding-top: 120px; } }

@media screen and (max-width: 767px) {
  #slide-principal .owl-item img {
    width: 100%;
    height: 175px;
    -o-object-fit: cover;
    object-fit: cover; }
  #slide-principal .owl-dots {
    width: 110px;
    height: 60px;
    margin-top: -30px;
    z-index: 100;
    zoom: 0.7;
    } }

.titulo-secao {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 25px; }

.sobre {
  background: url("../image/bg.jpg") top center repeat;
  padding-top: 100px;
  background-attachment: fixed;
  }
  @media (max-width:575px) {
    .sobre {
      padding-top: 80px;
      zoom: 0.8;
    }
  }
  .sobre .linha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .sobre .linha .titulo h5 {
      color: #fc5368;
      padding-left: 4px;
      }
    .sobre .linha .titulo h1 {
      color: #ef8633; }
    .sobre .linha .blocos {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px;
      position: relative;
      }
      .sobre .linha .blocos a.dropdown-trigger.bloco {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 35px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
        border-radius: 20px; }
        .sobre .linha .blocos a.dropdown-trigger.bloco img {
          width: 54px;
          height: 54px;
          margin-bottom: 15px; }
        .sobre .linha .blocos a.dropdown-trigger.bloco h5 {
          font-size: 20px;
          font-weight: 600;
          color: #202670; }
      .sobre .linha .blocos a.dropdown-trigger.bloco.objetivo h5 {
        color: #369acc; }
      .sobre .linha .blocos a.dropdown-trigger.bloco.visao h5 {
        color: #9fa7bc; }
      .sobre .linha .blocos a.dropdown-trigger.bloco.valores h5 {
        color: #38da84; }
      .sobre .linha .blocos a.dropdown-trigger.bloco:hover {
        background: #808cc0; }
        .sobre .linha .blocos a.dropdown-trigger.bloco:hover h5 {
          color: #fff; }

#dropdown1.dropdown-content,
#dropdown2.dropdown-content,
#dropdown3.dropdown-content,
#dropdown4.dropdown-content {
  position: absolute;
  left: 0;
  top: calc(-100% - 10px);
  padding: 15px 25px;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  background: #808cc0;
  min-width: 375px;
  margin: 0 auto; }
  #dropdown1.dropdown-content p,
  #dropdown2.dropdown-content p,
  #dropdown3.dropdown-content p,
  #dropdown4.dropdown-content p {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    }

@media screen and (max-width: 1199px) {
  .sobre .linha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .sobre .linha .titulo {
      margin-bottom: 25px; } }

@media screen and (max-width: 767px) {
  .sobre .linha .blocos a.dropdown-trigger.bloco {
    padding: 10px 15px; } }

@media screen and (max-width: 576px) {
  .sobre .linha .blocos {
    grid-gap: 10px;
    display: none;
    }
    .sobre .linha .blocos a.dropdown-trigger.bloco {
      padding: 5px 10px;
      border-radius: 10px; }
      .sobre .linha .blocos a.dropdown-trigger.bloco img {
        width: 30px;
        height: 30px;
        margin-bottom: 5px; }
      .sobre .linha .blocos a.dropdown-trigger.bloco h5 {
        font-size: 12px; }
  #dropdown1.dropdown-content,
  #dropdown2.dropdown-content,
  #dropdown3.dropdown-content,
  #dropdown4.dropdown-content {
    min-width: 250px; }
    #dropdown1.dropdown-content p,
    #dropdown2.dropdown-content p,
    #dropdown3.dropdown-content p,
    #dropdown4.dropdown-content p {
      font-size: 12px; } }

@media screen and (max-width: 400px) {
  #dropdown1.dropdown-content,
  #dropdown2.dropdown-content,
  #dropdown3.dropdown-content,
  #dropdown4.dropdown-content {
    min-width: 200px; } }

#slide-fotos {
  margin: 50px 0;
  overflow: hidden;
  border-radius: 20px;
  }
  #slide-fotos .owl-nav {
    display: none; }
  #slide-fotos .owl-dots {
    position: relative;
    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;
    margin: 0 auto;
    height: 30px;
    margin-top: -35px;
    z-index: 100;
    background: transparent;
    border-radius: 25px; }
    #slide-fotos .owl-dots button.owl-dot {
      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; }
      #slide-fotos .owl-dots button.owl-dot span {
        padding: 0;
        margin: 3px;
        width: 12px;
        height: 12px;
        background: transparent;
        border: 1px solid #fff; }
    #slide-fotos .owl-dots button.owl-dot.active span {
      background: #fff; }

a.seta#next,
a.seta#prev {
  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;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
  margin: 5px 0px; }
  a.seta#next i,
  a.seta#prev i {
    font-size: 24px;
    color: #c8a190; }

a.seta#prev {
  position: absolute;
  right: -10px;
  bottom: 125px;
  z-index: 10; }

a.seta#next {
  position: absolute;
  right: -10px;
  bottom: 70px;
  z-index: 10; }

@media screen and (max-width: 992px) {
  a.seta#next,
  a.seta#prev {
    width: 36px;
    height: 36px;
    margin: 0px 5px; }
    a.seta#next i,
    a.seta#prev i {
      font-size: 16px;
      color: #c8a190; }
  a.seta#prev {
    position: absolute;
    right: 55px;
    bottom: 25px;
    z-index: 10; }
  a.seta#next {
    position: absolute;
    right: 15px;
    bottom: 25px;
    z-index: 10; } }

#aprenda {
  padding: 50px 0;
  background: url("../image/bg-escola.png") center no-repeat, url("../image/bg.jpg") top center repeat;
  background-size: cover, auto;
  margin-top: -80px;
  }
  #aprenda .col.s12.l7 {
    position: relative; }
  #aprenda .titulo-secao {
    text-align: center;
    color: #fff; }
    @media (max-width: 768px) {
      #aprenda .titulo-secao {
            margin-top: -80px;
      }
    }
  #aprenda .cartoes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px; }
    #aprenda .cartoes .cartao {
      background: #fff;
      border-radius: 25px;
      margin: 0 20px;
      padding: 0 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
      margin-top: 100px;
      }
      #aprenda .cartoes .cartao img {
        width: 150px;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
        margin-top: -83px; }
      #aprenda .cartoes .cartao h5 {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 500;
        color: #2c5abc;
        text-align: center;
        line-height: 1.2; }
        #aprenda .cartoes .cartao h5 span {
          font-weight: 600; }
      #aprenda .cartoes .cartao p {
        margin-top: 10px;
        margin-bottom: 30px;
        color: #4b514d;
        font-size: 15px;
        font-weight: 500;
        text-align: justify; }
      #aprenda .cartoes .cartao a {
        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;
        text-align: center;
        width: 42px;
        height: 42px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        position: absolute;
        bottom: -21px;
        background: #fff; }
        #aprenda .cartoes .cartao a i {
          color: #2c5abc;
          font-size: 12px; }

@media screen and (max-width: 992px) {
  #aprenda .cartoes {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
    }
    #aprenda .cartoes .cartao {
      margin-left: auto;
      margin-right: auto; } }

.eventos-videos {
  background: url("../image/bg.jpg") top center repeat;
  background-attachment: fixed;
  padding-bottom: 100px;
  }
  .eventos-videos .col.s12.l5 .titulo-secao {
    color: #9fca45; }
  .eventos-videos .eventos {
    width: 100%;
    background: #fff;
    border-radius: 25px;
    padding: 10px 25px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3); }
    .eventos-videos .eventos ul li + li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .eventos-videos .eventos ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 20px 0; }
      .eventos-videos .eventos ul li p {
        font-size: 18px;
        font-weight: 500; }
        .eventos-videos .eventos ul li p span {
          border-radius: 25px;
          padding: 3px 10px;
          color: #fff;
          background: #9fca45;
          -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.3);
          margin-right: 5px; }
      .eventos-videos .eventos ul li a.icone-eventos {
        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;
        text-align: center;
        width: 30px;
        height: 30px;
        -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
        box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.5);
        border-radius: 50%; }
        .eventos-videos .eventos ul li a i {
          color: rgba(159, 202, 69);
          font-size: 12px;
          }
  .eventos-videos .col.s12.l7 {
    padding-left: 50px; }
    .eventos-videos .col.s12.l7 .titulo-secao {
      color: #fc5368; }
  .eventos-videos .videos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    }
    .eventos-videos .videos .video .capa {
      position: relative;
      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; }
      .img-video-container {
        overflow: hidden;
        border-radius: 20px;
    }
      .eventos-videos .videos .video .capa img {
        transform: scale(1.4);
        border-radius: 10px;
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain; }
      .eventos-videos .videos .video .capa a.play {
        position: absolute;
        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;
        -webkit-animation: pulsar 1.2s infinite;
        animation: pulsar 1.2s infinite;
        z-index: 3;
        }
        .eventos-videos .videos .video .capa a.play i {
          color: rgba(247, 255, 255, 0.8);
          font-size: 50px;
          }
      .eventos-videos .videos .video .capa .play:hover {
        -webkit-animation: none;
        animation: none; }
      .eventos-videos .videos .video .capa p {
        position: absolute;
        left: 15px;
        bottom: 18px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        z-index: 2;
        }

@media screen and (max-width: 992px) {
  .eventos-videos .col.s12.l7 {
    padding: 0;
    margin: 0 auto;
    margin-top: 50px; } }

@media screen and (max-width: 576px) {
  .eventos-videos .videos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px; } }

@media screen and (max-width: 360px) {
  .eventos-videos .eventos {
    padding: 10px 15px; }
    .eventos-videos .eventos ul li p {
      font-size: 16px; } }

.noticias-informativos {
  background: #fff; }
  .noticias-informativos .titulo-secao {
    color: #7a68e0; }
  .noticias-informativos .noticias {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px; }
    .noticias-informativos .noticias .noticia {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .noticias-informativos .noticias .noticia img {
        width: 100%;
        height: 270px;
        -o-object-fit: cover;
        object-fit: cover; }
      .noticias-informativos .noticias .noticia p {
        margin-top: 10px;
        font-size: 13px;
        font-weight: 600; }
        .noticias-informativos .noticias .noticia p a {
          color: #fc5368;
          text-decoration: underline; }
          .mais-recentes .noticias .noticia p a {
            color: #fc5368;
            text-decoration: underline; }
        .noticias-informativos .noticias .noticia h5 {
        margin-top: 10px;
        font-size: 22px;
        font-weight: 500; }

@media screen and (max-width: 992px) {
  .noticias-informativos .noticias {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto; }
    .noticias-informativos .noticias .noticia {
      width: 100%;
      margin-right: 25px; }
    .noticias-informativos .noticias .noticia:last-child {
      margin: 0; } }

.instagram .titulo-secao {
  color: #fc7428; }

.instagram .insta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 25px; }
  .instagram .insta .fundo-imagem {
    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;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background: -webkit-gradient(linear, left bottom, left top, from(#e1306c), to(#833ab4));
    background: -webkit-linear-gradient(bottom, #e1306c, #833ab4);
    background: -o-linear-gradient(bottom, #e1306c, #833ab4);
    background: linear-gradient(to top, #e1306c, #833ab4);
    padding: 2px; }
    .instagram .insta .fundo-imagem img {
      width: 100%;
      height: 100%;
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      border-radius: 50%;
      padding: 1px; }
  .instagram .insta div.info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .instagram .insta div.info p {
      font-size: 15px;
      color: #8d8d8d; }
      .instagram .insta div.info p span {
        color: #7a68e0;
        font-weight: 600; }

.instagram #slide-instagram .owl-item img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain; }

.instagram #slide-instagram .owl-nav {
  display: none; }

.instagram #slide-instagram .owl-dots {
  display: none; }

.matricula-equipe {
  position: relative;
  width: 100%; }
  .matricula-equipe .row {
    position: relative;
    z-index: 5; }
  .matricula-equipe .quadro {
    background: #fff;
    margin: 0 auto;
    padding: 35px 60px;
    border-radius: 25px;
    max-width: 500px;
    position: relative;
    }
    .matricula-equipe .quadro .titulo-secao {
      margin-bottom: 10px; }
    .matricula-equipe .quadro p {
      font-size: 15px;
      font-weight: 600;
      color: #4b514d; }
    .matricula-equipe .quadro img {
      position: absolute;
      top: 50px;
      left: -30px;
      width: 60px; }
    .matricula-equipe .quadro a.seta {
      position: absolute;
      right: -50px;
      bottom: 30px;
      width: 50px;
      height: 50px;
      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;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px; }
      .matricula-equipe .quadro a.seta i {
        color: #fff;
        font-size: 28px; }
    .matricula-equipe .quadro a.seta[data-fundo="azul"] {
      background: #2f378a; }
    .matricula-equipe .quadro a.seta[data-fundo="laranja"] {
      background: #ef8633; }

.matricula-equipe:before {
  content: "";
  position: absolute;
  background: url("../image/bg-matricula.jpg") center no-repeat;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

.matricula-equipe:after {
  content: "";
  position: absolute;
  background: url("../image/bg-equipe.jpg") center no-repeat;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2; }

.azul {
  color: #202670; }

.laranja {
  color: #fc7428; }

@media (min-width: 993px) and (max-width: 1399px) {
  .matricula-equipe .quadro {
    margin: 0 50px; } }

@media screen and (max-width: 992px) {
  .matricula-equipe {
    padding: 0; }
    .matricula-equipe .quadro {
      margin: 10px auto -1px;
      padding: 20px 35px;
      max-width: 400px;
      }
  .matricula-equipe:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    z-index: 2;
    background-size: cover;
    }
  .matricula-equipe:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2; } }

@media screen and (max-width: 600px) {
  .matricula-equipe .quadro {
    max-width: 290px;
    }
    .matricula-equipe .quadro a.seta {
      right: -36px;
      width: 36px;
      height: 36px; }
      .matricula-equipe .quadro a.seta i {
        font-size: 24px; } }

.mapa-desktop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 0; }
  .mapa-desktop img.fundo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .mapa-desktop .container {
    z-index: 2; }
    .mapa-desktop .container .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 auto;
      padding: 0;
      width: 100%;
      height: 300px;
      max-width: 640px;
      max-height: 300px;
      border: 10px solid rgba(0, 0, 0, 0.2);
      border-radius: 20px;
      background: #fff; }
      .mapa-desktop .container .row .col.s6 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0;
        padding: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        height: 100%; }
        .mapa-desktop .container .row .col.s6 h3.titulo-secao {
          font-size: 32px;
          margin-bottom: 10px; }
        .mapa-desktop .container .row .col.s6 iframe {
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
          border-top-right-radius: 10px;
          border-bottom-right-radius: 10px; }
      .mapa-desktop .container .row .col.s6.um {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0;
        padding: 20px; }
        .mapa-desktop .container .row .col.s6.um .endereco {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 10px 0; }
          .mapa-desktop .container .row .col.s6.um .endereco img {
            width: 20px;
            height: auto;
            -o-object-fit: contain;
            object-fit: contain;
            margin-right: 5px; }
          .mapa-desktop .container .row .col.s6.um .endereco p {
            color: #8d8d8d;
            font-weight: 500;
            font-size: 14px; }
        .mapa-desktop .container .row .col.s6.um a {
          font-size: 18px;
          font-weight: 600;
          color: #2f378a;
          text-decoration: underline;
          cursor: pointer; }

.topicos-desktop {
  padding: 50px 0;
  background: #21286c;
  }
  .topicos-desktop ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
    }
    .topicos-desktop ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 10px 15px;
      border-radius: 10px;
      background: #fff;
      -webkit-box-shadow: 1px 1px 5px 0px black;
      box-shadow: 1px 1px 5px 0px black; }
      .topicos-desktop ul li a i {
        font-size: 24px;
        color: #f67228;
        margin-right: 10px; }
      .topicos-desktop ul li a span {
        font-size: 18px;
        font-weight: 600;
        color: #21286c; }

.mapa-topicos-mobile {
  background: #21286c; }
  .mapa-topicos-mobile iframe {
    border-radius: 10px;
    width: 100%;
    height: 280px;
    -webkit-box-shadow: 1px 1px 5px 0px black;
    box-shadow: 1px 1px 5px 0px black; }
  .mapa-topicos-mobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
    }
    .mapa-topicos-mobile ul li + li {
      margin-top: 15px; }
    .mapa-topicos-mobile ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 15px 10px;
      border-radius: 10px;
      background: #fff;
      -webkit-box-shadow: 1px 1px 5px 0px black;
      box-shadow: 1px 1px 5px 0px black;
      }
      .mapa-topicos-mobile ul li a i {
        font-size: 18px;
        color: #f67228;
        margin-right: 5px; }
      .mapa-topicos-mobile ul li a span {
        font-size: 15px;
        font-weight: 600;
        color: #21286c;
        }

@media screen and (min-width: 992px) {
  .mapa-topicos-mobile {
    display: none; } }

@media screen and (max-width: 991px) {
  .mapa-desktop {
    display: none; }
  .topicos-desktop {
    display: none; } }

footer {
  background: url("../image/bg-rodape.jpg") center no-repeat;
  background-size: cover; }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px 0px; }
    footer .container img {
      height: 80px;
      width: auto;
      -o-object-fit: contain;
      object-fit: contain; }
    footer .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      footer .container ul li + li {
        margin-left: 10px; }
      footer .container ul li {
        padding: 0;
        margin: 0; }
        footer .container ul li a.link {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 0;
          font-size: 15px;
          font-weight: 600;
          background: transparent;
          color: #fff;
          text-transform: uppercase;
          max-height: 40px; }
        footer .container ul li a.link:hover {
          background: transparent;
          text-decoration: underline;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }

#assinatura {
  background: transparent;
  color: #393a4c;
  padding: 20px 0px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2); }
  #assinatura .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0; }
    #assinatura .container .tel-mail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #assinatura .container .tel-mail p {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 15px;
        font-weight: 500;
        color: #fff; }
        #assinatura .container .tel-mail p svg {
          margin-right: 10px;
          fill: #fff;
          stroke: #fff; }
      #assinatura .container .tel-mail p.email {
        margin-left: 20px; }
    #assinatura .container a svg#LinceWeb {
      height: 60px;
      width: auto;
      -o-object-fit: contain;
      object-fit: contain;
      margin-bottom: 5px; }

@media screen and (max-width: 1065px) {
  footer .container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    footer .container img {
      height: 80px;
      width: auto;
      -o-object-fit: contain;
      object-fit: contain; }
    footer .container ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      footer .container ul li + li {
        margin-left: 0px;
        margin-top: 10px; } }

@media screen and (max-width: 420px) {
  footer .container img {
    height: 60px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain; }
  footer .container ul li a.link {
    font-size: 13px; } }

@media screen and (max-width: 320px) {
  footer .container img {
    height: 50px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain; } }

#scrolltop {
  background: transparent;
  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;
  padding-top: 50px; }
  #scrolltop a.triangulo {
    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;
    position: relative;
    z-index: 1;
    width: 100px;
    height: auto; }
    #scrolltop a.triangulo .icone {
      width: 100px;
      height: 50px;
      fill: #fff;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    #scrolltop a.triangulo i {
      position: absolute;
      color: #f67228;
      z-index: 2;
      font-size: 24px;
      bottom: 9px; }

@media screen and (max-width: 767px) {
  #assinatura .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  #assinatura .tel-mail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #assinatura .tel-mail p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      margin-bottom: 10px; }
    #assinatura .tel-mail p.email {
      margin: 0 20px; }
  #assinatura a svg#LinceWeb {
    height: auto;
    margin-bottom: 0px; } }

@media screen and (min-width: 993px) {
  .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 85%; } }

@-webkit-keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes pulsar {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }


  #drop-ensino{
    display: none !important;
  }

  #li-ensino{
    position: relative;
  }

  #li-informacoes{
    position: relative;

  }

  #li-ensino:hover #drop-ensino{
    display: none !important;
    width: 200px;
    left: 0 !important;
    top: 50px !important;
    height: auto !important;
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  #drop-informacoes{
    display: none !important;
  }

  #drop-informacoes a{
    cursor: default;
  }

  #li-informacoes:hover #drop-informacoes{
    display: block !important;
    width: 200px;
    left: 0 !important;
    top: 50px !important;
    height: auto !important;
    transform-origin: 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
  }

  @media(min-width: 901px){

    .bloco.missao::before{
      content: 'Proporcionar o desenvolvimento pleno do educando e a conscientização dos seus direitos e deveres no exercício da vida cidadã, embasada na solidariedade humana e nos ideais de liberdade.';
      display: block;
      width: 375px;
      left: 0px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s !important;
      position: absolute;
      background: #808cc0;
      border-radius: 10px;
      color: #fff;
      font-weight: 600;
      padding: 15px;
    }

    .bloco.objetivo::before{
      display: block;
      width: 375px;
      left: 175.156px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important;
      position: absolute;
      background: #808cc0;
      border-radius: 10px;
      color: #fff;
      font-weight: 600;
      padding: 15px;
      content: 'Instrumentalizar o ser humano, para o exercício consciente e crítico da cidadania, preparando-o para a vida, por meio do ensino e das atividades científicas, culturais, esportivas, sociais, éticas e espirituais, desenvolvendo seu poder de transformação pessoal e social.';
    }
  
    .bloco.visao::before{
      display: block;
      width: 375px;
      left: 354.984px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important;
      position: absolute;
      background: #808cc0;
      border-radius: 10px;
      color: #fff;
      font-weight: 600;
      padding: 15px;
      content: 'Caracteriza-se pela busca contínua da excelência no ensino e na pesquisa; prima pela formação integral do ser humano, num ambiente voltado para o desenvolvimento intelectual.';
    }
/* 
    .bloco.missao:hover::before{
      display: block;
    } */



    .bloco.missao, .bloco.objetivo, .bloco.visao{
      background: #808cc0;
    }    

    .bloco.missao.inativo,  .bloco.objetivo.inativo, .bloco.visao.inativo{
      background: #fff;
    }

    .sobre .linha .blocos a.dropdown-trigger.bloco.missao h5, .sobre .linha .blocos a.dropdown-trigger.bloco.visao h5, .sobre .linha .blocos a.dropdown-trigger.bloco.objetivo h5 {
      color: #fff;
    } 

    .sobre .linha .blocos a.dropdown-trigger.bloco.missao.inativo h5 {
      color: #fed047;
    }

    .sobre .linha .blocos a.dropdown-trigger.bloco.objetivo.inativo h5 {
      color: #369acc;
    } 

    .sobre .linha .blocos a.dropdown-trigger.bloco.visao.inativo h5 {
      color: #9fa7bc;
    } 

    .bloco.missao.inativo::before{
      display: none !important;
    }

    .bloco.objetivo.inativo::before{
      display: none !important;
    }

    .bloco.visao.inativo::before{
      display: none !important;
    }

  
  
    /*.blocos .bloco.missao:hover + #dropdown1{
      display: block;
      width: 375px;
      left: 0px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s !important;
    }
  
    .blocos .bloco.objetivo:hover + #dropdown2{
      display: block !important;
      width: 375px;
      left: 175.156px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important;
    }
  
    .blocos .bloco.visao:hover + #dropdown3{
      display: block !important;
      width: 375px;
      left: 354.984px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 0px 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important;
    }*/

  
    /* .blocos .bloco.valores:hover + #dropdown4{
      display: block !important;
      width: 375px;
      left: 300.297px !important;
      top: 135px !important;
      height: auto !important;
      transform-origin: 100% 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important;
    } */

    #dropdown4{
      /* display: block !important;
      width: 375px;
      left: 300.297px !important;*/
      top: 135px !important; 
      height: auto !important;
      /* transform-origin: 100% 0px;
      opacity: 1;
      transform: scaleX(1) scaleY(1);
      transition: 0.5s  !important; */
    }

  }

  @media(max-width: 1800px){
    .bloco.visao::before{
      left: 127.984px !important;    }
  }

.texto-link-evento {
  font-style: normal;
  color: #000;
  margin-left: 5px;
}

.topicos-desktop ul li a:hover {
  background-color: #f67228;
  transition: 0.3s;
}

.topicos-desktop ul li a:hover i {
  color: #fff;
   transition: 0.3s;

}

.topicos-desktop ul li a:hover span {
  color: #fff;
  transition: 0.3s;

}

.topicos-desktop{
  position: relative;
}

.bg-mochila{
  position: absolute;
  right: -8%;
  bottom: -80%;
}

@media(min-width: 900px){
  #aprenda .owl-carousel .owl-item img {
    min-height: 540px;
  }
}


@media(max-width: 1400px){
  .sobre .linha .blocos{
    zoom: 0.9;
  }
}