@keyframes movimento1 {
  from {
    opacity: 0;
    left: 100%;
    transform: translate(-100%, -55%); }
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -55%); } }
@-webkit-keyframes movimento1 {
  from {
    opacity: 0;
    left: 100%;
    transform: translate(-100%, -55%); }
  to {
    opacity: 1;
    left: 50%;
    transform: translate(-50%, -55%); } }
@media (min-width: 576px) {
  @keyframes movimento1 {
    from {
      opacity: 0;
      left: 100%;
      transform: translate(-100%, -65%); }
    to {
      opacity: 1;
      left: 50%;
      transform: translate(-50%, -65%); } }
  @-webkit-keyframes movimento1 {
    from {
      opacity: 0;
      left: 100%;
      transform: translate(-100%, -65%); }
    to {
      opacity: 1;
      left: 50%;
      transform: translate(-50%, -65%); } } }
@media (min-width: 768px) {
  @keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -50%); }
    to {
      opacity: 1;
      right: 0;
      transform: translate(0, -50%); } }
  @-webkit-keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -50%); }
    to {
      opacity: 1;
      right: 0;
      transform: translate(0, -50%); } } }
@media (min-width: 1600px) {
  @keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -40%); }
    to {
      opacity: 1;
      right: 0;
      transform: translate(0, -40%); } }
  @-webkit-keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -40%); }
    to {
      opacity: 1;
      right: 0;
      transform: translate(0, -40%); } } }
@media (min-width: 1800px) {
  @keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -30%); }
    to {
      opacity: 1;
      right: 120px;
      transform: translate(0, -30%); } }
  @-webkit-keyframes movimento1 {
    from {
      opacity: 0;
      right: -100px;
      transform: translate(0, -30%); }
    to {
      opacity: 1;
      right: 120px;
      transform: translate(0, -30%); } } }
body {
  font-family: "Roboto Condensed", Roboto;
  overflow-x: hidden !important;
  position: relative; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: #2C2D31;
  visibility: hidden; }
  #overlay.active {
    opacity: .7;
    visibility: visible;
    z-index: 998; }

#topo {
  position: relative; }
  #topo header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in; }
    #topo header .navbar {
      padding: 10px 0; }
      #topo header .navbar .navbar-brand {
        padding-left: 10px; }
        #topo header .navbar .navbar-brand img {
          height: 50px;
          -webkit-transition: height 0.2s ease-in;
          -moz-transition: height 0.2s ease-in;
          -o-transition: height 0.2s ease-in;
          transition: height 0.2s ease-in; }
      #topo header .navbar .navbar-toggler {
        padding: 10px 10px 10px 0; }
      #topo header .navbar .navbar-nav {
        padding-top: 15px;
        padding-bottom: 10px; }
        #topo header .navbar .navbar-nav .nav-item {
          padding: 5px 15px;
          -webkit-transition: background-color 0.2s ease-in;
          -moz-transition: background-color 0.2s ease-in;
          -o-transition: background-color 0.2s ease-in;
          transition: background-color 0.2s ease-in; }
          #topo header .navbar .navbar-nav .nav-item.active, #topo header .navbar .navbar-nav .nav-item:hover {
            background-color: rgba(255, 255, 255, 0.03); }
          #topo header .navbar .navbar-nav .nav-item .nav-link {
            color: #FFE700;
            font-size: 20px;
            font-style: italic;
            font-weight: 600;
            text-transform: uppercase; }
      #topo header .navbar .hamburger:hover {
        opacity: 1; }
      #topo header .navbar .hamburger .hamburger-inner {
        background-color: #FFE700; }
        #topo header .navbar .hamburger .hamburger-inner::before {
          background-color: #FFE700; }
        #topo header .navbar .hamburger .hamburger-inner::after {
          background-color: #FFE700; }
      #topo header .navbar .hamburger .hamburger.is-active .hamburger-inner {
        background-color: #FFE700; }
        #topo header .navbar .hamburger .hamburger.is-active .hamburger-inner::before {
          background-color: #FFE700; }
        #topo header .navbar .hamburger .hamburger.is-active .hamburger-inner::after {
          background-color: #FFE700; }
    #topo header.open, #topo header.fixed {
      background-color: #1D2A5B; }
    #topo header.open {
      height: 100%; }
    #topo header.fixed .navbar .navbar-brand img {
      height: 30px; }
#topo #banners {
  padding-top: 80px;
  background-color: #1e2a5c; }
  @media (min-width: 992px) {
	#topo #banners {
	  padding-top: 100px; } }
  @media (min-width: 1200px) {
  	#topo #banners {
  	  padding-top: 128px; } }
  #topo #banners.fixed {
    padding-top: 65px; }
    @media (min-width: 992px) {
	  #topo #banners.fixed {
	    padding-top: 65px; } }
  #topo #banners .carousel .carousel-item {
    position: relative;
    text-align: center; }
    #topo #banners .carousel .carousel-item .camada1 {
      position: absolute;
      top: 55%;
      transform: translate(-50%, -55%);
      right: 0;
      width: 270px;
      left: 50%; }
    #topo #banners .carousel .carousel-item .movimento1 {
      -webkit-animation-name: movimento1;
      animation-name: movimento1;
      -webkit-animation-duration: 2s;
      animation-duration: 2s;
      -webkit-animation-timing-function: ease;
      animation-timing-function: ease;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }
    #topo #banners .carousel .carousel-item .btn-banner {
      color: #2C2D31;
      font-size: 15px;
      font-style: italic;
      font-weight: 600;
      text-transform: uppercase;
      background-image: linear-gradient(to bottom, #FFE700, #F27C00);
      box-shadow: 0 0 15px #1D2A5B;
      border: 0;
      border-radius: 42px;
      padding: 25px 40px;
      min-width: 280px;
      bottom: 0; }

#sobre {
  background-color: #1D2A5B;
  background-image: url(../img/sobre_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1; }
  #sobre .destaques .destaque {
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in; }
    #sobre .destaques .destaque .conteudo {
      position: relative; }
      #sobre .destaques .destaque .conteudo img {
        height: 300px;
        width: 100%;
        object-fit: cover; }
      #sobre .destaques .destaque .conteudo .texto {
        color: transparent;
        font-family: Roboto;
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        text-align: center;
        height: 0;
        opacity: 0;
        -webkit-transition: opacity 0.2s ease-in, height 0.2s ease-in;
        -moz-transition: opacity 0.2s ease-in, height 0.2s ease-in;
        -o-transition: opacity 0.2s ease-in, height 0.2s ease-in;
        transition: opacity 0.2s ease-in, height 0.2s ease-in; }
      #sobre .destaques .destaque .conteudo .titulo {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #FFFFFF;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        text-transform: uppercase; }
    #sobre .destaques .destaque.active {
      background-image: linear-gradient(to bottom, #FFE700, #F27C00);
      box-shadow: 0 0 15px #1D2A5B; }
      #sobre .destaques .destaque.active img {
        height: 200px; }
      #sobre .destaques .destaque.active .texto {
        color: #1D2A5B;
        padding: 25px 0;
        height: auto;
        opacity: 1; }
      #sobre .destaques .destaque.active .titulo {
        color: #1D2A5B;
        padding-bottom: 15px;
        position: relative;
        bottom: auto;
        left: auto; }
  #sobre .arena {
    text-align: center;
    padding-bottom: 15px; }
    #sobre .arena li {
      display: block; }
      #sobre .arena li a {
        color: #FFFFFF;
        font-size: 21px;
        font-style: italic;
        font-weight: 600;
        text-transform: uppercase;
        text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        padding: 0 5px;
        cursor: default;
        -webkit-transition: color 0.2s ease-in;
        -moz-transition: color 0.2s ease-in;
        -o-transition: color 0.2s ease-in;
        transition: color 0.2s ease-in; }
        #sobre .arena li a:hover {
          color: #FFE700; }
      #sobre .arena li:first-child a {
        padding-left: 0; }
      #sobre .arena li:last-child a {
        padding-right: 0; }

#gramado {
  background-image: url(../img/gramado.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0; }
  #gramado .informativo {
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 30px;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 50px;
    padding: 15px 40px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px); }

#home-reserva {
  background-image: url(../img/reserva.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0; }
  #home-reserva .informativo {
    background-color: #2C2D31;
    padding: 25px 15px; }
    #home-reserva .informativo h2 {
      color: #FFFFFF;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 29px;
      text-transform: uppercase;
      margin-bottom: 25px; }
      #home-reserva .informativo h2 strong {
        color: #FFE700; }
    #home-reserva .informativo p {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 0; }
  #home-reserva .mapa {
    position: relative; }
    #home-reserva .mapa .endereco {
      position: absolute;
      z-index: 2;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      display: none; }
      #home-reserva .mapa .endereco .texto {
        width: 250px;
        padding: 15px 30px;
        background-color: #FFFFFF;
        border-radius: 20px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
        color: #2C2D31;
        font-size: 18px;
        font-style: italic;
        font-weight: 600;
        line-height: 22px;
        text-transform: uppercase; }
        #home-reserva .mapa .endereco .texto img {
          display: block;
          margin: 0 auto 15px; }
    #home-reserva .mapa #map {
      height: 400px; }

footer {
  background-image: url(../img/footer.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 15px;
  position: relative; }
  footer::before {
    content: '';
    width: 90%;
    height: 3px;
    background-color: #FFE700;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 0; }
  footer .social {
    padding: 15px 0; }
    footer .social a {
      color: #FFE700;
      font-size: 20px;
      background-color: rgba(255, 255, 255, 0.03);
      border-radius: 50%;
      width: 55px;
      height: 55px;
      display: inline-block;
      padding: 12px 0;
      -webkit-transition: all 0.2s ease-in;
      -moz-transition: all 0.2s ease-in;
      -o-transition: all 0.2s ease-in;
      transition: all 0.2s ease-in; }
      footer .social a:hover {
        color: #1D2A5B;
        background-color: #FFE700; }
  footer .copyright {
    color: #FFFFFF;
    font-family: Roboto;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    padding-bottom: 15px; }
    footer .copyright p {
      margin-bottom: 0; }

#arena {
  background-color: #1D2A5B; }
  #arena #conteudo {
    padding-top: 130px; }
    #arena #conteudo .slider-galeria {
      margin-bottom: 0; }
      #arena #conteudo .slider-galeria img {
        min-height: 320px;
        max-height: 320px;
        width: 100%;
        object-fit: contain; }
      #arena #conteudo .slider-galeria .slick-dots {
        text-align: left;
        padding-left: 15px;
        padding-bottom: 7px;
        position: absolute;
        bottom: 15px;
        left: 0;
        z-index: 2; }
        #arena #conteudo .slider-galeria .slick-dots li {
          margin: 0; }
          #arena #conteudo .slider-galeria .slick-dots li button {
            background-color: #FFFFFF;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            opacity: .5; }
            #arena #conteudo .slider-galeria .slick-dots li button::before {
              display: none; }
          #arena #conteudo .slider-galeria .slick-dots li.slick-active button {
            background-color: #FFE700;
            opacity: 1; }
    #arena #conteudo .area-texto {
      padding: 25px;
      position: relative; }
      #arena #conteudo .area-texto .texto {
        color: #FFFFFF;
        font-family: Roboto;
        font-size: 20px;
        font-style: italic;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 35px; }
        #arena #conteudo .area-texto .texto p strong {
          font-weight: 600; }
      #arena #conteudo .area-texto h2 {
        color: #FFFFFF;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        line-height: 29px;
        text-transform: uppercase;
        margin-bottom: 35px; }
        #arena #conteudo .area-texto h2 strong {
          color: #FFE700; }
      #arena #conteudo .area-texto .vertical {
        position: relative;
        left: 50%; }
    #arena #conteudo .matricula {
      padding: 50px 0; }
      #arena #conteudo .matricula .btn-yellow {
        width: 100%;
        height: 64px;
        padding: 20px 0;
        border: 0;
        border-radius: 50px;
        background-image: linear-gradient(to bottom, #FFE700, #F27C00);
        box-shadow: 0 0 15px #001D4E;
        color: #2C2D31;
        font-size: 16px;
        font-style: italic;
        font-weight: 600;
        text-transform: uppercase; }
  #arena .slider-clientes .item {
    background-color: #FFFFFF;
    padding: 20px;
    min-height: 240px;
    max-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px; }
  #arena .slider-clientes .slick-arrow {
      background-color: #001D4E;
      width: 50px;
      height: 50px;
      z-index: 2; }
    #arena .slider-clientes .slick-prev {
      background-image: url(../img/banner_prev.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 15px;
      left: -60px; }
      #arena .slider-clientes .slick-prev::before {
        display: none; }
    #arena .slider-clientes .slick-next {
      background-image: url(../img/banner_next.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 15px;
      right: -60px; }
      #arena .slider-clientes .slick-next::before {
        display: none; }
    #arena .slider-clientes a {
      -webkit-transition: background-color 0.2s ease-in;
      -moz-transition: background-color 0.2s ease-in;
      -o-transition: background-color 0.2s ease-in;
      transition: background-color 0.2s ease-in; }
    #arena .slider-clientes .slick-dots {
        text-align: center;
        padding-left: 15px;
        padding-bottom: 7px;
        bottom: -45px;
        z-index: 2; }
        #arena .slider-clientes .slick-dots li {
          margin: 0; }
          #arena .slider-clientes .slick-dots li button {
            background-color: #FFFFFF;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            opacity: .5; }
            #arena .slider-clientes .slick-dots li button::before {
              display: none; }
          #arena .slider-clientes .slick-dots li.slick-active button {
            background-color: #FFE700;
            opacity: 1; }

#escolinha {
  background-color: #1D2A5B; }
  #escolinha #topo #banner {
    padding: 150px 0 50px;
    background-position: center center;
    background-repeat: no-repeat; }
    #escolinha #topo #banner .conteudo h1 {
      color: #FFFFFF;
      font-size: 40px;
      font-style: italic;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 25px; }
      #escolinha #topo #banner .conteudo h1 strong {
        color: #FFE700; }
    #escolinha #topo #banner .conteudo p {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 600;
      margin-bottom: 15px; }
  #escolinha #futebol .masculino {
    background-color: #243268; }
  #escolinha #futebol .feminino {
    background-color: #5B1D4F; }
    #escolinha #futebol .feminino .topo {
      padding-top: 50px; }
  #escolinha #futebol .topo .imagem .circulo {
    width: 215px;
    height: 215px;
    padding: 25px;
    margin: 25px auto;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%; }
    #escolinha #futebol .topo .imagem .circulo img {
      width: 165px;
      height: 165px;
      object-fit: cover;
      border-radius: 50%; }
  #escolinha #futebol .topo h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase; }
    #escolinha #futebol .topo h1 strong {
      color: #FFE700;
      display: block; }
  #escolinha #futebol .corpo {
    padding: 15px; }
    #escolinha #futebol .corpo .texto {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px; }
  #escolinha #futebol .metodos {
    padding: 15px; }
    #escolinha #futebol .metodos h2 {
      color: #FFE700;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 29px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    #escolinha #futebol .metodos ul li {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 40px;
      padding-left: 44px;
      position: relative; }
      #escolinha #futebol .metodos ul li::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 50%;
        transform: translate(0, -50%);
        width: 22px;
        height: 22px;
        background-color: rgba(255, 255, 255, 0.03);
        border-radius: 50%; }
  #escolinha #futebol .categorias {
    padding: 15px; }
    #escolinha #futebol .categorias h2 {
      color: #FFE700;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 29px;
      text-transform: uppercase;
      margin-bottom: 30px; }
    #escolinha #futebol .categorias p {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300; }
  #escolinha #goleiro {
    background-color: #1D2A5B; }
    #escolinha #goleiro .imagem .circulo {
      width: 215px;
      height: 215px;
      padding: 25px;
      margin: 50px auto 25px;
      background-color: rgba(255, 255, 255, 0.03);
      border-radius: 50%; }
      #escolinha #goleiro .imagem .circulo img {
        width: 165px;
        height: 165px;
        object-fit: cover;
        border-radius: 50%; }
    #escolinha #goleiro h3 {
      color: #FFFFFF;
      font-size: 40px;
      font-style: italic;
      font-weight: 600;
      line-height: 48px;
      text-transform: uppercase; }
      #escolinha #goleiro h3 strong {
        color: #FFE700; }
    #escolinha #goleiro .texto {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 100px; }
      #escolinha #goleiro .texto p {
        margin-bottom: 0; }
    #escolinha #goleiro .video {
      max-width: 1100px;
      margin: 0 auto; }
    #escolinha #goleiro .slider-campeoes {
      margin-bottom: 25px; }
      #escolinha #goleiro .slider-campeoes .slick-arrow {
        background-color: #1D2A5B;
        width: 70px;
        height: 50px;
        z-index: 2; }
      #escolinha #goleiro .slider-campeoes .slick-prev {
        background-image: url(../img/banner_prev.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px;
        left: 0; }
        #escolinha #goleiro .slider-campeoes .slick-prev::before {
          display: none; }
      #escolinha #goleiro .slider-campeoes .slick-next {
        background-image: url(../img/banner_next.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 15px;
        right: 0; }
        #escolinha #goleiro .slider-campeoes .slick-next::before {
          display: none; }
      #escolinha #goleiro .slider-campeoes img {
        /* height: 280px; */
        object-fit: cover; }
    #escolinha #goleiro h1 {
      color: #FFFFFF;
      font-size: 40px;
      font-style: italic;
      font-weight: 600;
      line-height: 48px;
      text-transform: uppercase;
      padding: 25px 0; }
      #escolinha #goleiro h1 strong {
        color: #FFE700; }

#times #conheca {
  background-color: #1D2A5B;
  padding: 150px 0 145px; }
  #times #conheca h1 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 50px; }
    #times #conheca h1 strong {
      color: #FFE700; }
  #times #conheca .slider-times {
    padding: 0 25px; }
    #times #conheca .slider-times .slick-arrow {
      background-color: #001D4E;
      width: 50px;
      height: 50px;
      z-index: 2; }
    #times #conheca .slider-times .slick-prev {
      background-image: url(../img/banner_prev.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 15px;
      left: 0; }
      #times #conheca .slider-times .slick-prev::before {
        display: none; }
    #times #conheca .slider-times .slick-next {
      background-image: url(../img/banner_next.svg);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 15px;
      right: 0; }
      #times #conheca .slider-times .slick-next::before {
        display: none; }
    #times #conheca .slider-times a {
      -webkit-transition: background-color 0.2s ease-in;
      -moz-transition: background-color 0.2s ease-in;
      -o-transition: background-color 0.2s ease-in;
      transition: background-color 0.2s ease-in; }
      #times #conheca .slider-times a.active, #times #conheca .slider-times a:hover {
        background-color: #FFE700; }
      #times #conheca .slider-times a img {
        width: 90px;
        height: 105px;
        object-fit: contain;
        margin: 0 auto; }
#times #tecnica {
  background-color: #001D4E;
  position: relative;
  padding: 150px 0 180px; }
  #times #tecnica .principal {
    position: absolute;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -100%);
    z-index: 2; }
    #times #tecnica .principal img {
      width: 225px;
      height: 240px;
      object-fit: contain; }
  #times #tecnica .nome {
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
  #times #tecnica h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 50px; }
    #times #tecnica h2 strong {
      color: #FFE700; }
  #times #tecnica .equipe {
    margin-bottom: 50px; }
    #times #tecnica .equipe .item img {
      margin-bottom: 25px;
      width: 90px;
      height: 90px;
      object-fit: cover;
      border-radius: 50%; }
    #times #tecnica .equipe .item .item-nome {
      color: #FFFFFF;
      font-size: 13px;
      font-style: italic;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase; }
    #times #tecnica .equipe .item .item-titulo {
      color: #FFE700;
      font-size: 13px;
      font-style: italic;
      font-weight: 600;
      line-height: 15px;
      text-transform: uppercase; }
#times #jogadores {
  background-color: #1D2A5B;
  position: relative;
  padding-bottom: 200px; }
  #times #jogadores.reservas {
    padding-bottom: 0; }
    #times #jogadores.reservas .mais {
      padding: 150px 0 50px; }
  #times #jogadores .camisa1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2; }
  #times #jogadores .imagem .circulo {
    width: 215px;
    height: 215px;
    padding: 25px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    position: relative; }
    #times #jogadores .imagem .circulo img {
      width: 165px;
      height: 165px;
      object-fit: cover;
      border-radius: 50%; }
    #times #jogadores .imagem .circulo .icone {
      position: absolute;
      bottom: 45px;
      right: 0;
      width: 60px;
      height: 52px;
      background-image: url(../img/camisa.svg);
      background-position: center center;
      background-repeat: no-repeat;
      padding: 15px 0;
      color: #1D2A5B;
      font-size: 24px;
      font-style: italic;
      font-weight: 600;
      line-height: 29px; }
  #times #jogadores .imagem .nome {
    color: #FFFFFF;
    font-size: 20px;
    font-style: italic;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase; }
  #times #jogadores .imagem .titulo {
    color: #FFE700;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
    line-height: 15px;
    text-transform: uppercase; }
  #times #jogadores .mais {
    padding: 150px 0; }
  #times #jogadores h2 {
    color: #FFFFFF;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase; }
    #times #jogadores h2 strong {
      color: #FFE700; }

#contato #conteudo {
  padding: 150px 0 0;
  background-image: url(../img/sobre_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  #contato #conteudo h1 {
    color: #FFE700;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 0; }
  #contato #conteudo h2 {
    color: #FFFFFF;
    font-size: 24px;
    font-style: italic;
    font-weight: 600;
    line-height: 48px;
    text-transform: uppercase;
    margin-bottom: 55px; }
  #contato #conteudo form {
    padding-bottom: 100px; }
    #contato #conteudo form label {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      margin-bottom: 0; }
      #contato #conteudo form label.error {
        color: #FFE700;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .5px;
        text-shadow: 0 0 15px #1D2A5B; }
    #contato #conteudo form .form-control {
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 20px;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      height: 60px;
      border: 0;
      border-radius: 0;
      background-color: rgba(255, 255, 255, 0.2);
      -webkit-backdrop-filter: blur(30px);
      backdrop-filter: blur(30px);
      -webkit-transition: box-shadow 0.2s ease-in;
      -moz-transition: box-shadow 0.2s ease-in;
      -o-transition: box-shadow 0.2s ease-in;
      transition: box-shadow 0.2s ease-in; }
      #contato #conteudo form .form-control:focus {
        box-shadow: 0 0 15px #1D2A5B;
        border: 0; }
    #contato #conteudo form textarea.form-control {
      height: 190px; }
    #contato #conteudo form .btn-yellow {
      color: #2C2D31;
      font-size: 20px;
      font-style: italic;
      font-weight: 600;
      line-height: 24px;
      text-transform: uppercase;
      background-image: linear-gradient(to bottom, #FFE700, #F27C00);
      border: 0;
      border-radius: 50px;
      box-shadow: 0 0 15px #1D2A5B;
      width: 154px;
      height: 84px; }
#contato #mapa {
  position: relative; }
  #contato #mapa .endereco {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none; }
    #contato #mapa .endereco .texto {
      width: 250px;
      padding: 15px 30px;
      background-color: #FFFFFF;
      border-radius: 20px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
      color: #2C2D31;
      font-size: 18px;
      font-style: italic;
      font-weight: 600;
      line-height: 22px;
      text-transform: uppercase; }
      #contato #mapa .endereco .texto img {
        display: block;
        margin: 0 auto 15px; }
  #contato #mapa #map {
    height: 400px; }

@media (min-width: 576px) {
  #topo #banners .carousel .carousel-item .camada1 {
    top: 65%;
    transform: translate(-50%, -65%);
    width: 500px; }

  #sobre .destaques {
    padding: 20px 0; }

  #home-reserva .informativo {
    padding: 50px 25px; } }
@media (min-width: 768px) {
  #topo #banners .carousel .carousel-item .camada1 {
    top: 50%;
    left: auto;
    right: 0;
    transform: translate(0, -50%);
    width: 410px; }
  #topo #banners .carousel .carousel-item .btn-banner {
    position: absolute;
    left: 60px;
    bottom: 60px; }
  #topo #banners .carousel .carousel-control-prev {
    width: 80px;
    opacity: 1; }
    #topo #banners .carousel .carousel-control-prev .carousel-control-prev-icon {
      background-color: rgba(255, 255, 255, 0.03);
      background-image: url(../img/banner_prev.svg);
      background-size: 18px 35px;
      width: 80px;
      height: 60px; }
  #topo #banners .carousel .carousel-control-next {
    width: 80px;
    opacity: 1; }
    #topo #banners .carousel .carousel-control-next .carousel-control-next-icon {
      background-color: rgba(255, 255, 255, 0.03);
      background-image: url(../img/banner_next.svg);
      background-size: 18px 35px;
      width: 80px;
      height: 60px; }

  #home-reserva .mapa .endereco .texto {
    display: flex;
    align-items: center;
    text-align: left;
    width: auto;
    padding: 30px; }
    #home-reserva .mapa .endereco .texto img {
      margin: 0 10px 0 0; }
  #home-reserva .mapa #map {
    height: 340px; }

  #arena #conteudo .slider-galeria img {
    min-height: 400px;
    max-height: 400px; }

  #escolinha #futebol .feminino .topo h1 {
    margin-left: 0;
    margin-right: 50px; }
  #escolinha #futebol .topo {
    padding: 50px; }
    #escolinha #futebol .topo h1 {
      margin-bottom: 0;
      margin-left: 50px; }

  #contato #mapa .endereco .texto {
    display: flex;
    align-items: center;
    text-align: left;
    width: auto;
    padding: 30px; }
    #contato #mapa .endereco .texto img {
      margin: 0 10px 0 0; }
  #contato #mapa #map {
    height: 340px; } }
@media (min-width: 992px) {
  #topo header {
    z-index: 3; }
    #topo header .navbar {
      padding: 0; }
      #topo header .navbar .navbar-brand img {
        height: auto; }
      #topo header .navbar .navbar-nav {
        padding-top: 0;
        padding-bottom: 0; }
        #topo header .navbar .navbar-nav .nav-item {
          padding: 5px 0; }
          #topo header .navbar .navbar-nav .nav-item .nav-link {
            padding: 30px 10px;
            -webkit-transition: font-size 0.2s ease-in;
            -moz-transition: font-size 0.2s ease-in;
            -o-transition: font-size 0.2s ease-in;
            transition: font-size 0.2s ease-in; }
      #topo header .navbar .whatsapp {
        padding: 28px 20px;
        background-color: rgba(255, 255, 255, 0.03); }
        #topo header .navbar .whatsapp img {
          height: auto;
          -webkit-transition: height 0.2s ease-in;
          -moz-transition: height 0.2s ease-in;
          -o-transition: height 0.2s ease-in;
          transition: height 0.2s ease-in; }
        #topo header .navbar .whatsapp span {
          color: #FFE700;
          font-size: 20px;
          margin-left: 15px;
          -webkit-transition: opacity 0.2s ease-in;
          -moz-transition: opacity 0.2s ease-in;
          -o-transition: opacity 0.2s ease-in;
          transition: opacity 0.2s ease-in; }
    #topo header.fixed .navbar .navbar-nav .nav-item {
      padding: 0; }
      #topo header.fixed .navbar .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        padding: 21px 10px; }
    #topo header.fixed .navbar .narbar-brand img {
      height: 40px; }
    #topo header.fixed .navbar .whatsapp {
      padding: 10px 20px;
      height: 65px; }
      #topo header.fixed .navbar .whatsapp img {
        height: 25px; }
      #topo header.fixed .navbar .whatsapp span {
        width: 0;
        opacity: 0;
        color: transparent;
        margin-left: 0; }
  #topo #banners .carousel .carousel-item .camada1 {
    top: 50%;
    transform: translate(0, -50%);
    width: 500px; }
  #topo #banners .carousel .carousel-item .btn-banner {
    bottom: 100px;
    left: 180px; }
  #topo #banners .carousel .carousel-control-prev {
    width: 100px;
    opacity: 1; }
    #topo #banners .carousel .carousel-control-prev .carousel-control-prev-icon {
      background-size: 28px 55px;
      width: 100px;
      height: 80px; }
  #topo #banners .carousel .carousel-control-next {
    width: 100px;
    opacity: 1; }
    #topo #banners .carousel .carousel-control-next .carousel-control-next-icon {
      background-size: 28px 55px;
      width: 100px;
      height: 80px; }

  #sobre .destaques {
    position: relative;
    top: -50px;
    z-index: 2; }
    #sobre .destaques .destaque {
      padding: 0; }
      #sobre .destaques .destaque.active .conteudo {
        padding: 0 30px; }
  #sobre .arena {
    padding-bottom: 100px; }
    #sobre .arena li {
      display: inline-block; }

  #home-reserva {
    padding: 100px 0; }
    #home-reserva .informativo {
      padding: 70px 140px; }
      #home-reserva .informativo h2 {
        margin-bottom: 50px; }
    #home-reserva .mapa .endereco .texto {
      padding: 50px; }
      #home-reserva .mapa .endereco .texto img {
        margin: 0 30px 0 0; }

  footer::before {
    width: 930px; }
  footer .social {
    padding: 0; }
  footer .copyright {
    padding: 0; }

  #arena #conteudo .area-texto {
    padding: 50px 100px; }
    #arena #conteudo .area-texto .texto {
      font-size: 16px; }
    #arena #conteudo .area-texto .vertical {
      left: 32%; }
  #arena #conteudo .slider-galeria img {
    min-height: 300px;
    max-height: 300px; }
  #arena #conteudo .campo .slider-galeria::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .campo .icone {
    min-width: 200px; }
  #arena #conteudo .campo .area-texto {
    padding: 50px; }
  #arena #conteudo .choperia .slider-galeria::after {
    content: '';
    position: absolute;
    right: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .choperia .icone {
    min-width: 200px; }
  #arena #conteudo .choperia .area-texto {
    padding: 50px; }
  #arena #conteudo .sauna .slider-galeria::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .sauna .icone {
    min-width: 200px; }
  #arena #conteudo .sauna .area-texto {
    padding: 50px; }
  #arena #conteudo .games .slider-galeria::after {
    content: '';
    position: absolute;
    right: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .games .icone {
    min-width: 200px; }
  #arena #conteudo .games .area-texto {
    padding: 50px; }
  #arena #conteudo .vestiarios .slider-galeria::before {
    content: '';
    position: absolute;
    left: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .vestiarios .icone {
    min-width: 200px; }
  #arena #conteudo .vestiarios .area-texto {
    padding: 50px; }
  #arena #conteudo .academia .slider-galeria::after {
    content: '';
    position: absolute;
    right: -80px;
    top: 60px;
    width: 160px;
    height: 4px;
    z-index: 2;
    background-image: url(../img/horizontal.svg); }
  #arena #conteudo .academia .icone {
    min-width: 200px; }
  #arena #conteudo .academia .area-texto {
    padding: 50px; }
  #arena #conteudo .matricula {
    padding: 100px 0; }
    #arena #conteudo .matricula .btn-yellow {
      height: 84px;
      font-size: 24px;
      padding: 25px 0; }

  #escolinha #topo #banner {
    padding: 250px 0 100px; }
    #escolinha #topo #banner .conteudo h1 {
      margin-bottom: 50px; }
    #escolinha #topo #banner .conteudo p {
      padding: 0 180px; }
  #escolinha #futebol .topo {
    padding: 25px; }
    #escolinha #futebol .topo h1 {
      margin-left: 25px; }
 /* #escolinha #futebol .feminino .topo {
    padding-top: 0; }*/
  #escolinha #futebol .corpo {
    min-height: 330px; }
  #escolinha #goleiro .texto {
    padding: 0 130px; }
  #escolinha #goleiro h1 {
    padding: 50px 0; }

  #times #conheca {
    padding: 300px 0 145px; }
    #times #conheca .slider-times {
      padding: 0 140px; }
      #times #conheca .slider-times a img {
        padding: 10px; }
  #times #jogadores::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    width: 300px;
    height: 2.50px;
    background-image: url(../img/horizontal_jogadores.svg);
    background-position: center center;
    background-repeat: no-repeat; }
  #times #jogadores::after {
    content: '';
    position: absolute;
    top: 0;
    right: 12%;
    width: 300px;
    height: 2.50px;
    background-image: url(../img/horizontal_jogadores.svg);
    background-position: center center;
    background-repeat: no-repeat; }

  #contato #conteudo {
    padding: 300px 0 0; }
  #contato #mapa .endereco .texto {
    padding: 50px; }
    #contato #mapa .endereco .texto img {
      margin: 0 30px 0 0; } }
@media (min-width: 1200px) {
  #topo header .navbar .navbar-nav .nav-item .nav-link {
    padding: 44px 20px; }
  #topo header .navbar .whatsapp {
    padding: 42px 30px; }
  #topo #banners .carousel .carousel-item .camada1 {
    width: 550px; }

  #sobre .arena {
    display: flex;
    align-items: center;
    justify-content: space-between; }

  #gramado .informativo {
    font-size: 38px;
    line-height: 46px; }

  footer::before {
    width: 1110px; }

  #arena #conteudo .area-texto {
    padding: 100px; }
    #arena #conteudo .area-texto .texto {
      font-size: 20px; }
    #arena #conteudo .area-texto .vertical {
      position: absolute; }
  #arena #conteudo .campo .icone {
    min-width: 150px; }
  #arena #conteudo .choperia .icone {
    min-width: 150px;
    margin-left: 50px; }
  #arena #conteudo .sauna .icone {
    min-width: 150px;
    margin-left: 50px; }
  #arena #conteudo .games .icone {
    min-width: 150px;
    margin-left: 50px; }
  #arena #conteudo .vestiarios .icone {
    min-width: 150px;
    margin-left: 50px; }
  #arena #conteudo .academia .icone {
    min-width: 150px;
    margin-left: 50px; }

  #escolinha #goleiro .texto {
    padding: 0 220px; }

  #times #conheca {
    padding: 300px 0 250px; }
    #times #conheca .slider-times .slick-arrow {
      width: 140px;
      height: 130px; }
    #times #conheca .slider-times .slick-prev {
      background-size: auto; }
    #times #conheca .slider-times .slick-next {
      background-size: auto; }
  #times #jogadores::before {
    left: 5%;
    width: 405px; }
  #times #jogadores::after {
    right: 5%;
    width: 405px; } }
@media (min-width: 1600px) {
  #topo #banners .carousel .carousel-item .camada1 {
    width: auto;
    top: 40%;
    transform: translate(0, -40%); }
  #topo #banners .carousel .carousel-item .btn-banner {
    font-size: 24px;
    padding: 25px 100px;
    width: auto;
    left: 280px; }
  #topo #banners .carousel .carousel-control-prev {
    width: 140px; }
    #topo #banners .carousel .carousel-control-prev .carousel-control-prev-icon {
      background-size: 38px 75px;
      width: 140px;
      height: 130px; }
  #topo #banners .carousel .carousel-control-next {
    width: 140px; }
    #topo #banners .carousel .carousel-control-next .carousel-control-next-icon {
      background-size: 38px 75px;
      width: 140px;
      height: 130px; }

  #arena #conteudo .slider-galeria img {
    min-height: 450px;
    max-height: 450px; }
  #arena #conteudo .area-texto {
    padding: 150px; }
  #arena #conteudo .campo .slider-galeria::before {
    top: 100px; }
  #arena #conteudo .choperia .slider-galeria::after {
    top: 100px; }
  #arena #conteudo .sauna .slider-galeria::before {
    top: 100px; }
  #arena #conteudo .games .slider-galeria::after {
    top: 100px; }
  #arena #conteudo .vestiarios .slider-galeria::before {
    top: 100px; }
  #arena #conteudo .academia .slider-galeria::after {
    top: 100px; }

  #escolinha #futebol .topo {
    padding: 50px 80px; }
  #escolinha #futebol .corpo {
    padding: 15px 80px;
    min-height: 270px; }
  #escolinha #futebol .metodos {
    padding: 15px 80px; }
    #escolinha #futebol .metodos ul {
      padding-left: 50px; }
  #escolinha #futebol .categorias {
    padding: 15px 80px; }
  #escolinha #goleiro .slider-campeoes .slick-arrow {
    width: 140px;
    height: 130px; }
  #escolinha #goleiro .slider-campeoes .slick-prev {
    background-size: auto; }
  #escolinha #goleiro .slider-campeoes .slick-next {
    background-size: auto; }

  #times #conheca .slider-times {
    padding: 0 160px; }
  #times #jogadores::before {
    left: 15%; }
  #times #jogadores::after {
    right: 15%; } }
@media (min-width: 1800px) {
  #topo #banners .carousel .carousel-item .camada1 {
    right: 120px;
    top: 30%;
    transform: translate(0, -30%); } }

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

@-moz-document url-prefix() {
  #gramado .informativo {
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 2px 3px #333;
  }
}

a.gallery {
  display: inline-block;
  background-color: #FFE700;
  padding: 18px 30px 10px 30px;
  border-radius: 50px;
  margin-top: 30px;
  transition: all .2s;
}

a.gallery:hover {
  background-color: #f5e023;
}

a.gallery strong {
  text-transform: uppercase;
  font-style: italic;
  color: #243268;
  font-size: 24px;
  line-height: 25px;
  display: block;
}

a.gallery span {
  display: block;
  text-transform: uppercase;
  color: #707070;
  font-size: 17px;
}

.galerias {
  padding-top: 0;
  padding-bottom: 3rem;
  min-height: 600px;
  margin-top: -20px;
}

.galerias nav {
    font-family: "Roboto";
    color: #FFF;
    font-size: 16px;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 2rem;
  /* border: #ff0 1px solid; */
}

.galerias nav a.go-tabelas {
    display: inline-block;
    font-family: "Roboto Condensed", Roboto;
    background-color: #FFE700;
    border-radius: 50px;
    transition: all .2s;
    text-transform: uppercase;
    font-style: italic;
    color: #243268;
    font-weight: 800;
    margin-top: 1rem;
    padding: 12px 20px;
}

.galerias nav a.go-tabelas:hover {
    background-color: #f5e023;
}

.galerias nav strong {
  color: #FFE800;
  font-weight: 700;
}

.galerias h1 {
  text-transform: uppercase;
  padding-left: 2rem;
  font-style: italic;
  color: #fff;
}

.galerias h1 span {
  color: #FFE800;
}

.galerias .item {
  margin-bottom: 2rem;
}

.galerias .item a {
  cursor: pointer;
}

.galerias .item .img  {
  /* padding-left: 2rem; */
  /* padding-right: 2rem; */
}

.galerias .item .img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.galerias .item .titulo {
  font-family: "Roboto";
  color: #FFE800;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  /* letter-spacing: 1px; */
  margin-top: 1rem;
}

.galerias .item .year {
  font-family: "Roboto";
  color: #FFF;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
}

.fancybox-thumbs {
  background-color: #292424;
}

.fancybox-thumbs__list a::before {
  border-color: #FFE800;
}


@media (min-width: 576px) {

  .galerias .item .img img {
    height: 280px;
  }
  a.gallery {
    padding: 18px 50px 10px 50px;
  }
  a.gallery strong {
    font-size: 30px;
  }
  a.gallery span {
    font-size: 20px;
  }

}
@media (min-width: 768px) {

  .galerias nav {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  .galerias nav a.go-tabelas {
    padding: 15px 25px;
    font-size: 18px;
    line-height: 20px;
  }

}


@media (min-width: 992px) {
  .galerias {
    padding-top: 3rem;
    margin-top: 0px;
    padding-bottom: 5rem;
  }

  .galerias nav {
    font-size: 20px;
    margin-bottom: 4rem;
    padding-left: 2rem;
  }

  .galerias nav a.go-tabelas {
      /* padding: 18px 30px; */
      /* font-size: 24px; */
      /* line-height: 25px; */
  }

  .galerias .item {
    margin-bottom: 4rem;
  }

  .galerias .item .img  {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .galerias .item .img img {
    height: 300px;
  }

}
@media (min-width: 1200px) {

  .galerias .item .img  {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .galerias .item .img img {
    height: 400px;
  }

}
@media (min-width: 1400px) {

}
@media (min-width: 1600px) {

}