@charset "UTF-8";
/* CSS Document */
/* CSS Document */
body {
  scroll-behavior: smooth; }

.sub-title {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.8px;
  padding: 12px 0;
  margin-bottom: 0 !important; }

.spinner-border {
  display: none; }

.small-txt {
  font-size: 14px !important;
  line-height: 17px !important; }

.clear-link {
  text-decoration: inherit;
  color: inherit; }
  .clear-link:hover {
    text-decoration: inherit;
    color: inherit; }

.brand {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 0 !important;
  color: transparent !important;
  white-space: inherit !important; }

.border-radius-200 {
  border-radius: 5px; }

.overflow-hiddem {
  overflow: hidden; }

#pre-header {
  height: 30px;
  display: flex;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  background: rgba(255, 255, 255, 0.95);
  border-top: 4px solid #F58634; }
  #pre-header .brands-color {
    color: #1084BD; }

#header {
  border-top: 4px solid #F58634; }
  #header .prefeitura {
    width: 110px;
    height: auto; }
  #header .nit-esportes {
    width: 44px;
    height: auto; }

#menu {
  padding: 20px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  background-color: rgba(255, 255, 255, 0.9); }
  #menu .nav-link {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    color: #080808;
    font-size: 15px; }
    #menu .nav-link.active {
      color: #F58634; }
    #menu .nav-link:hover {
      color: #F58634; }
    #menu .nav-link.areadoatleta {
      background-color: #1084BD;
      color: #fff;
      border-radius: 24px;
      font-size: 14px;
      padding: 9px 16px; }
      #menu .nav-link.areadoatleta:hover {
        color: #fff;
        background-color: #F58634; }

#tv .carousel-control-next, #tv .carousel-control-prev {
  z-index: 8; }
#tv .carousel-indicators {
  z-index: 9;
  bottom: 6%; }
#tv .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20%;
  left: 15%;
  top: 27%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #tv .carousel-caption a {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    max-width: 260px;
    /* Auto layout */
    display: inline-flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    background: rgba(0, 111, 255, 0.9);
    border: 2px solid #006EFF;
    border-radius: 12px; }
    #tv .carousel-caption a:hover {
      background: #006fff; }

#content .negative {
  margin-top: -36px;
  padding-top: 36px;
  position: relative;
  z-index: 4;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px 8px 0 0; }
#content .txt-color {
  color: #3A4350; }
#content hr {
  border: none;
  /* Remove a borda padrão */
  height: 2px;
  /* Define a altura da linha */
  background-color: #D6DFEB;
  margin: 12px 0;
  /* Define a cor da linha */ }
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 0 !important;
  font-family: "Roboto", sans-serif; }
#content p {
  font-size: 16px;
  line-height: 24px; }
#content .page-title {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.8px;
  padding: 12px 0;
  margin-bottom: 12px !important; }
  #content .page-title span {
    font-size: 20px;
    line-height: 20px; }
#content.home h1 {
  font-size: 32px;
  line-height: 32px;
  letter-spacing: -0.8px; }
#content.home h2 {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.8px; }
#content.home h3 {
  font-size: 20px;
  line-height: 20px; }
#content.home .first-part {
  padding-top: 12px;
  padding-bottom: 12px;
  margin-bottom: 0; }
  #content.home .first-part p {
    margin: 0 0 20px 0 !important; }
  #content.home .first-part .link {
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    background: rgba(0, 111, 255, 0.9);
    border: 1px solid #006EFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    transition: background-color 0.3s ease; }
    #content.home .first-part .link:hover {
      background: #006fff; }
  #content.home .first-part .img-first-part {
    width: 100%;
    height: auto;
    max-width: 323px; }
#content.home .img {
  text-align: center; }
#content.home .second-part {
  padding-top: 12px; }
  #content.home .second-part .title {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 12px !important; }
  #content.home .second-part img {
    border-radius: 16px;
    margin-bottom: 12px;
    width: 100%;
    height: auto; }
  #content.home .second-part p {
    margin-bottom: 24px !important; }
  #content.home .second-part .link {
    color: #080808;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    background: #e9eced;
    border: 1px solid #D6DFEB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 10px;
    transition: background-color 0.3s ease; }
    #content.home .second-part .link:hover {
      background: #F58634;
      color: #fff;
      border: 1px solid #F58634; }
#content.home .third-part-title {
  padding-top: 12px;
  text-align: center; }
  #content.home .third-part-title .title {
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px !important;
    background-color: #FFF0E4;
    border-bottom: 3px solid #F58634; }
#content.home .third-part {
  padding-bottom: 52px;
  text-align: center; }
  #content.home .third-part img {
    border-radius: 16px;
    margin-bottom: 12px;
    width: 100%;
    height: auto;
    max-width: 280px; }
  #content.home .third-part h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px !important; }
  #content.home .third-part p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300; }
  #content.home .third-part span {
    font-size: 14px;
    line-height: 24px; }
#content.internals .sobre {
  padding-top: 12px;
  padding-bottom: 72px;
  margin-bottom: 0; }
  #content.internals .sobre p {
    margin: 0 0 20px 0 !important; }
  #content.internals .sobre .link {
    color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    text-decoration: none;
    background: rgba(0, 111, 255, 0.9);
    border: 1px solid #006EFF;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    transition: background-color 0.3s ease; }
    #content.internals .sobre .link:hover {
      background: #006fff; }
  #content.internals .sobre .img-first-part {
    width: 100%;
    height: auto;
    max-width: 323px; }

footer {
  background-color: #F58634;
  color: #fff; }
  footer .fatorcriativo {
    background: url(../img/ico-logofator.png) center left no-repeat;
    padding-left: 30px; }
  footer .copy-footer {
    border-top: solid 1px 5px; }

@media (min-width: 992px) {
  header {
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 0.7s;
    z-index: 5; }
    header.start-not-fix {
      position: relative !important; }

  #content {
    min-height: calc(100vh - 740px); }
    #content.internals {
      min-height: calc(100vh - 404px); }

  #banner {
    height: 320px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }

  .fa-whatsapp {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: 0.125em; }

  .aniheader {
    transform: translateY(-100px); }

  .sticky {
    position: fixed;
    transform: translateY(0) !important;
    background-color: rgba(255, 255, 255, 0.9); }
    .sticky #pre-header {
      display: none; }
    .sticky .brand .logotype {
      display: none !important; }
    .sticky .brand .logotype-short {
      display: block !important; } }
@media (max-width: 991px) {
  #banner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center; }

  .menu-icon {
    height: 30px;
    width: 30px;
    padding: 0 6px;
    border: solid 1px #bf9f52;
    border-radius: 3px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background-color .25s ease-in-out; }
    .menu-icon:hover {
      background-color: #000; }
    .menu-icon .icon-bar {
      display: block;
      width: 100%;
      height: 2px;
      background: #bf9f52;
      transition: .3s; }
    .menu-icon .icon-bar + .icon-bar {
      margin-top: 3px; }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(1) {
      transform: translate3d(0, 5px, 0) rotate(45deg); }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(2) {
      opacity: 0; }
    .menu-icon:not(.collapsed) .icon-bar:nth-of-type(3) {
      transform: translate3d(0, -5px, 0) rotate(-45deg); }

  .fa-instagram, .fa-square-facebook {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -0.125em; }

  .font-whatsapp {
    font-size: 13px; }

  .navbar-collapse {
    padding: 10px; }

  #menu .nav-link {
    padding: 10px 0 !important; }
    #menu .nav-link.areadoatleta {
      background-color: #1084BD;
      text-align: center;
      color: #fff;
      border-radius: 24px;
      font-size: 14px;
      padding: 9px 16px !important; }
      #menu .nav-link.areadoatleta:hover {
        color: #fff;
        background-color: #F58634; }

  #tv .carousel-caption {
    position: absolute;
    right: 2%;
    bottom: 35%;
    left: 2%;
    color: #fff;
    text-align: center; }
    #tv .carousel-caption h2 {
      font-size: 16px;
      font-weight: 400;
      letter-spacing: -1px;
      padding: 5px 5px 0 5px; }
      #tv .carousel-caption h2:after {
        top: -60px;
        height: 60px;
        width: 84px;
        margin-left: -42px;
        background-size: contain; }
    #tv .carousel-caption h3 {
      font-size: 30px;
      margin-bottom: 5px;
      letter-spacing: 0; }
    #tv .carousel-caption p {
      font-size: 12px;
      letter-spacing: 0; }
  #tv .design-tv .container-tv-elements .gradient-background {
    background: rgba(0, 0, 0, 0.3);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.95) 100%); }
  #tv .design-tv .container-tv-elements .bonde {
    height: 35px;
    background-size: contain; }
  #tv .design-tv .container-tv-elements .cortina-1 {
    width: 19%;
    left: -20px; }
  #tv .design-tv .container-tv-elements .cortina-2 {
    width: 19%;
    right: -20px; }
  #tv .design-tv .container-tv-elements .tv-dancer-1 {
    left: 20%;
    top: 0;
    width: 13%; }
  #tv .design-tv .container-tv-elements .tv-dancer-2 {
    right: 20%;
    top: 0;
    width: 13%; }

  #content {
    min-height: calc(100vh - 370px); }
    #content.internals {
      min-height: calc(100vh - 320px); }
    #content h2 {
      font-size: 20px; }
    #content .negative {
      margin-top: 0;
      padding-top: 0;
      border-radius: 0; }
    #content .page-title {
      font-size: 24px;
      line-height: 28px;
      letter-spacing: -0.4px;
      padding: 9px 0;
      margin-bottom: 12px !important; }

  #header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent;
    z-index: 99; }
    #header .logos {
      position: absolute;
      right: 60px;
      top: 4px; }
    #header .prefeitura {
      width: 80px;
      height: auto; }
    #header .nit-esportes {
      width: 34px;
      height: auto; }

  .third-part {
    max-width: 100%;
    overflow: auto; }

  .bolsas {
    overflow: hidden;
    width: 1012px; } }
@media (max-width: 470px) {
  #banner {
    height: 167px;
    background-repeat: no-repeat;
    background-size: cover; }

  body {
    padding-top: 83px; } }
