@charset "UTF-8";

.bannerslide figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.bannerslide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.titlebg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.titlebg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.blogimagemlista {
  width: 100%;
}
figure.figultimasnovidades {
  position: relative;
    float: left;
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 20px;
}
figure.figultimasnovidades img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title-section h1 {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.title-section ul.breadcrumbs li a {
  text-shadow: 0px 1px 2px rgba(0,0,0,0.75);
}
.videobox {
  position: relative;
  float: left;
  width: 100%;
  height: 480px;
  margin-bottom: 20px;
  z-index: 100;
}
.videobox iframe {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}

#envies {
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.75);
  float: left;
  position: fixed;
  z-index: 100000;
  text-align: center;
  width: 100%;
  height: 100%;
  display: none;
}
#envies .conteudo {
  top: 50%;
  left: 50%;
  width: 200px;
  position: absolute;
  transform: translate(-50%, -50%);
}
#envies .conteudo img {
  width: 100%;
  margin-bottom: 20px;
  z-index: 10000;
}
#envies .conteudo p {
  width: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 24px;
}
.grecaptcha-badge {
  opacity: 0;
}
.pagination .active {
  padding: .1875rem .625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.page-filter .pagination li.active a {
  color: #FFF;
}
.ajustaquemsomos {
  margin-top: -160px;
  margin-bottom: -160px
}

.livrosefilmes {
  position: relative;
  float: left;
  margin-bottom: 30px;
}
.livrosefilmes .capa {
  position: relative;
  float: left;
  width: 300px;
  margin-right: 30px;
}
.figure-interna{
  width: 370px;
  height: 210px;
}
.figure-interna img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-text h2 {
  font-size: 3.5rem;
  text-shadow: 3px 1px 20px rgba(0,0,0,0.5);
}

.dest-list .service-box {
  background-color: rgb(1, 45, 139);
}

.dest-list .service-text h4 a {
  color: white;
}

.dest-list .service-text p {
  color: white;
  opacity: 0.8;
}

.dest-list .service-text .service-box-bottom-links a {
  color: rgb(1, 45, 139);
  background-color: white;
  border-radius: 5px;
  padding: 4px 16px;
}

.dest-list .service-text .service-box-bottom-links a:hover {
  opacity: 0.9;
}

.service-box-bottom-links {
  display: flex;
  row-gap: 12px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.novasessao {
  position: relative;
  float: left;
  width: 100%;
  background-color: #ffffff;
  & .ofundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    & figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      & img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        filter: grayscale(1);
        opacity: 0.3;
      }
    }
    & .opainel {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: linear-gradient(to bottom,  rgba(0,51,255,0.1) 0%,rgba(0,51,255,0.05) 100%); */
      background-color: rgb(122 175 69);
      /* background-color: rgb(218 212 190); */
    }
  }
  & .ofundo.curso {
    & figure {
      & img {
        opacity: 0.2;
      }
    }
    & .opainel {
      /* background: linear-gradient(to bottom,  rgba(0,0,0,0.1) 0%,rgba(0,0,0,0.025) 100%); */
      background-color: rgb(170 227 255);
      /* background-color: rgb(227 228 228); */
    }
  }
  & .titulonovasessao {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    & h3 {
      display: inline-block;
      position: relative;
      font-size: 24px;
      font-weight: bold;
      color: #333;
    }
    & h3::before,
    h3::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 60px;
      height: 2px;
      background-color: #aaa;
    }
    & h3::before {
      left: -70px;
      transform: translateY(-50%);
    }
    & h3::after {
      right: -70px;
      transform: translateY(-50%);
    }
  }
}

.osnossosfilmes {
  position: relative;
  float: left;
  width: 100%;
  & .caixaconteudo {
    position: relative;
    float: left;
    width: 100%;
    margin-top: 200px;
    margin-bottom: 30px;
  }
}

.wrapper {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.caixacontainer {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  max-width: 1200px;
  padding: 0 .9375rem;
}

.descefix {
  clear: both;
}

ul.listaobras {
  position: relative;
  float: left;
  width: calc(100% + 30px);
  margin: 0 0 0 -15px;
  list-style: none;
  & li {
    position: relative;
    float: left;
    width: calc(100% / 4);
    & .aobra {
      position: relative;
      float: left;
      width: calc(100% - 30px);
      margin: 0 15px;
      & .acapa {
        position: relative;
        float: left;
        width: 100%;
        height: 360px;
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
        & figure {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          transition: 0.2s;
          & img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
          }
        }
      }
      & .acapa:hover {
        & figure {
          top: -10px;
          left: -10px;
          width: calc(100% + 20px);
          height: calc(100% + 20px);
        }
      }
      & .osbotoes {
        position: relative;
        float: left;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        row-gap: 10px;
        margin-top: 20px;
        & .obotao {
          background-color: #ffffff;
          border-radius: 50px;
          padding: 2px 15px;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
          transition: 0.1s;
        }
        & .obotao:hover {
          background-color: #1779ba;
          color: #ffffff;
          box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
        }
      }
      & .descricao {
        position: relative;
        float: left;
        width: 100%;
        margin-top: 20px;
        & h4 {
          font-size: 18px;
          line-height: 22px;
          & a {
            font-size: 18px;
            line-height: 22px;
          }
        }
      }
    }
    & .aobra.curso {
      & .acapa {
        height: 250px;
      }
      & .osbotoes {
        align-items: flex-start;
      }
    }
  }
}

.linhafinal {
  position: relative;
  float: left;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.5);
  & a {
    position: relative;
    float: left;
    background-color: #1779ba;
    color: #ffffff;
    transition: 0.2s;
    border-radius: 50px;
    padding: 5px 15px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.0);
  }
  & a:hover {
    background-color: #ffffff;
    color: #1779ba;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  }
}

.osnossoscursos {
  & .caixaconteudo {
    padding: 30px 0;
  }
}

#palcofilme {
  position: fixed;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100vh !important;
  background-color: rgba(0,0,0,0.75);
  z-index: 999;
  display: none;
  & .opalco {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    & iframe {
      width: 560px;
      height: 315px;
    }
  }
  & .botaodefechar {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    line-height: 48px;
    text-align: center;
    color: #ffffff;
    background-color: #ff0000;
    font-weight: bold;
    font-size: 28px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
    transition: 0.2s;
  }
  & .botaodefechar:hover {
    background-color: #ff3838;
  }
}

.caixaclearfix {
  clear: both;
}

.semmargembottomfix {
  margin-bottom: 0;
}

.book-preview img:first-child {
  height: calc(100% - 40px);
  top: 20px;
}

.dark-bg.comofundonaotaoescurofix {
  margin-bottom: 60px;
  & h2 {
    color: #878787;
    & span {
      color: #064f8e;
    }
  }  
  & p {
    color: #878787;
  }
}
.dark-bg.comofundonaotaoescurofix:before {
  background-color: rgb(244,244,244, 0.9);
  & p {
    color: #878787;
  }
}

.conhecamenorfix {
  padding: 0;
  & .about-section-img img {
    height: calc(100% - 30px);
  }
}

.novidadesrecentesfix {
  margin-bottom: 60px;
}

.header.tirandoagradientefix {
  & .header-Wrap {
    background: linear-gradient(90deg, rgb(23 121 186) 0%, rgb(23 121 186) 50%, rgb(23 121 186) 100%);
  }
  & .topBar {
    background: linear-gradient(90deg, rgb(246 246 246) 0%, rgb(246 246 246) 49%, rgb(23 121 186) 50%, rgb(23 121 186) 100%);
  }
}

.visivelapenasnomobilefix {
  display: none;
}

.mapadocontatofix {
  margin-top: 30px;
  margin-bottom: -100px;
}

.menumodernoquesopodeservistonomobilefix {
  display: none;
  & ul {
    position: relative;
    float: right;
    list-style: none;
    margin-top: 10px;
    display: none;
    & li {
      position: relative;
      float: left;
      width: 100%;
      clear: both;
      margin-top: 5px;
      & a {
        position: relative;
        float: left;
        width: 100%;
        color: #ffffff;
        font-weight: bold;
        white-space: nowrap;
        text-align: right;
      }
      & a:hover {
        color: #8ed2ff;
      }
    }
  }
}

#lgpd {
  position: fixed;
  bottom: 0 !important;
  left: 0;
  width: 100% !important;
  background-color: rgba(0,0,0,0.9);
  z-index: 999;
  display: none;
  & .acaixa {
    position: relative;
    float: left;
    width: calc(100% - 80px);
    margin: 20px 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    & .oconteudo {
      position: relative;
      float: left;
      width: 100%;
      max-width: 800px;
      & .adescricao {
        position: relative;
        float: left;
        width: calc(100% - 120px);
        & p {
          text-align: left;
          color: #ffffff;
          margin: 0;
        }
      }
      & .obotao {
        position: relative;
        float: right;
        height: 100%;
        width: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        & button {
          position: relative;
          float: left;
          width: 100%;
          border-radius: 6px;
          padding: 10px;
          color: #ffffff;
          background-color: #064f8e;
          transition: 0.2s;
          font-weight: bold;
        }
        & button:hover {
          background-color: #1779ba;
        }
      }
    }
  }
}

.padding-top-none .grid-padding-y .cell:first-child {
  padding-top: 0.9375rem;
}

.blog-section.inner-pags.blog-page.module {
  margin-top: -80px;
  margin-bottom: 20px;
}

.margintop20pxfix {
  margin-top: 20px;
}

.grid-container .cell {
    margin: 0 auto auto auto;
}

.title-section h1 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 1.0);
}
.title-section ul.breadcrumbs li a {
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 1);
}

.sevicoscomamesmaalturafix {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 460px;
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a, .dropdown.menu li a {
      padding: 22px 10px;
  }
}

@media only screen and (max-width: 1200px) {

  .dark-bg.comofundonaotaoescurofix {
    padding-top: 0;
    & .grid-container {
        margin-top: 40px;
        margin-bottom: -40px;
    }
  }

}


@media only screen and (max-width: 1024px) {

  .videobox {
    height: 360;
  }

  ul.listaobras {
    margin-top: -15px;
    margin-bottom: -15px;
    & li {
      position: relative;
      float: left;
      width: calc(100% / 2);
      margin-top: 15px;
      margin-bottom: 15px;
    }
    & li:nth-child(2n+3){
      clear: both;
    }
  }

  .menuverticalazulfix {
    background-color: #1779ba !important;
    padding-bottom: 20px;
    & li {
      & a {
        text-align: right;
        padding: 10px 16px !important;
        z-index: 99999;
      }
    }
  }

}

@media only screen and (max-width: 1023px) {
  .menuverticalazulfix {
    display: none;
  }
  .naofuncionanomobilefix {
    display: none !important;
  }
  .menumodernoquesopodeservistonomobilefix {
    display: initial;
  }

  .semwidthquandomobilefix {
    & .top-bar {
      flex-flow: column;
      & .top-bar-title {
        width: 100%;
        & span {
          float: right;
        }
      }
    }
  }

  .grid-container:not(.full)>.grid-padding-x {
    margin-right: 0;
    margin-left: 0;
  }

  .blog-section.inner-pags.blog-page.module {
    margin-top: -60px;
    margin-bottom: 20px;
  }

  .sevicoscomamesmaalturafix {
    min-height: 360px;
  }

}


@media only screen and (max-width: 960px) {



}


@media only screen and (max-width: 768px) {



}


@media only screen and (max-width: 640px) {

  .livrosefilmes .capa {
    width: 100%;
    z-index: 100;
  }

  .osnossosfilmes {
    & .caixaconteudo {
      margin-top: 30px;
    }
  }

  ul.listaobras {
    & li {
      position: relative;
      float: left;
      width: 100%;
    }
    & li:nth-child(2n+3){
      clear: unset;
    }
  }

  .conhecamenorfix {
    & .about-section-img img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: bottom;
    }
  }

  .blog-section .post-text h5 {
    height: unset;
  }
  .blog-section .left-post .post-text p {
    height: unset;
  }

  .header.tirandoagradientefix {
    & .header-Wrap {
      background: linear-gradient(90deg, rgb(23 121 186) 0%, rgb(23 121 186) 50%, rgb(23 121 186) 100%);
    }
    & .topBar {
      background: linear-gradient(90deg, rgb(246 246 246) 0%, rgb(246 246 246) 49%, rgb(246 246 246) 50%, rgb(246 246 246) 100%);
    }
  }

  .ajustacabecalhobilefix {
    flex-flow: unset;
    justify-content: space-between;
    margin: -15px 0;
    & .logo {
      margin: 0;
      & img {
        max-height: 38px;
      }
    }
    & .semwidthquandomobilefix {
      width: unset;
    }
    & .sempaddingmobilefix {
      padding: 0;
    }
    & .single-sub a {
      padding: 10px 0 !important;
      text-align: right;
    }
    & .top-bar-title {
      margin: 0 0 0 auto;
    }
  }

  .topdesaparecequandomobilefix {
    display: none;
  }

  .visivelapenasnomobilefix {
    display: initial;
  }

  .quandoformobileficamenorfix {
    padding: 30px 0;
  }

  .desaparecenobomilefix {
    display: none;
  }

  .mapadocontatofix {
    margin-top: 30px;
    margin-bottom: -58px;
  }

  .arrumaasmargensdofooternomobilefix {
    padding: 0;
  }

  #lgpd {
    & .acaixa {
      & .oconteudo {
        & .adescricao {
          width: 100%;
        }
        & .obotao {
          width: 100%;
          margin-top: 20px;
          & button {
            width: 100%;
            max-width: 250px;
          }
        }
      }
    }
  }

  .sevicoscomamesmaalturafix {
    min-height: unset;
  }

}

@media only screen and (max-width: 360px)  {
  .blog-section .left-post .post-text p {
    height: unset;
  }
}

@media only screen and (max-width: 320px) {

  

}