@charset "utf-8";
body {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300
}

h1 {
    font-size: 3.5rem
}

h2 {
    font-size: 2.8rem
}

h3 {
    text-transform: uppercase;
    font-size: 2.2rem
}

h1,
h2,
h3,
h4 {
    font-weight: 900
}

small {
    font-weight: 400;
    color: #808080
}

a,
a:hover,
a:active,
a:visited {
    color: #333333
}

.owl-item a {
    text-decoration: none
}

p {
    margin: 0 0 15px
}

.alinharCentro {
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.bg-degrade {
    background: #ededed;
    background: -moz-linear-gradient(top, #ededed 1%, #fff 100%);
    background: -webkit-linear-gradient(top, #ededed 1%, #fff 100%);
    background: linear-gradient(to bottom, #f3f3f5 1%, #fff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff', GradientType=0)
}

.padding-xs {
    padding: 15px
}

.padding-xs-v {
    padding-top: 15px;
    padding-bottom: 15px
}

.padding-sm-v {
    padding-top: 30px;
    padding-bottom: 30px
}

.padding-md-v {
    padding-top: 50px;
    padding-bottom: 50px
}

.padding-lg-v {
    padding-top: 100px;
    padding-bottom: 100px
}

.bg-default {
    background-color: #f3f3f5
}

.bg-primary {
    background-color: #00adee;
    color: #fff
}

.bg-secondary {
    background-color: #2d2d2d;
    color: #fff
}

.btn {
    transition: background .2s ease-in-out;
    border-radius: 3px;
    border: none;
    padding: 15px 35px;
    font-size: 15px;
    text-transform: uppercase;
    white-space: normal;
    font-weight: 100
}

.btn-default,
.box-default {
    border: 1px solid #f3f3f5
}

.btn-default:hover {
    border: 1px solid #f3f3f5;
    background-color: #f3f3f5
}

.btn-primary,
.box-primary {
    background: #00adee;
    color: #fff !important
}

.btn-branco {
    transition: all .3s ease-in-out;
    border-radius: 5px;
    border: 3px solid #fff;
    padding: 13px 35px;
    font-size: 1.5rem;
    text-transform: uppercase;
    background: #fff;
    color: #00adee !important;
    text-decoration: none
}

.btn-branco:hover {
    color: #fff !important;
    background: #00adee;
    border-color: #fff
}

.box-primary,
.box-default {
    padding: 30px;
    margin: 15px auto
}

.form-control {
    padding: 12px 15px;
    height: auto;
    border-radius: 0
}

select.form-control {
    height: 46px
}

.btn-down {
    width: 70px;
    height: 70px;
    background: #00adee;
    display: block;
    transform: rotate(-45deg);
    color: #fff;
    position: absolute;
    margin: -35px 0 0 -35px;
    left: 50%
}

.btn-down img {
    margin: 15px 0 0 -15px;
    transform: rotate(45deg)
}

.border-hover {
    border: 2px solid #2d2d2d;
    transition: all .3s ease-in-out
}

.border-hover:hover {
    border: 2px solid #fff;
    cursor: default
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #00adee;
    font-weight: 800
}

.nav-tabs>li>a {
    border-radius: 0;
    padding: 15px 20px
}

.tab-content>.tab-pane {
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.tab-content>.active {
    visibility: visible;
    height: auto;
    overflow: visible
}

.nav-pills {
    margin-bottom: 30px
}

.nav-pills>li>a {
    border-radius: 0;
    transition: background .3s ease-in-out;
    border-right: 1px solid #d8d8d8
}

.nav-pills>li>a:last-of-type {
    border: none
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #00adee;
    font-weight: 800;
    background-color: #00adee !important
}

.panel-body p span {
    font-weight: 300;
    display: block
}

.modal-title {
    color: #00adee;
    font-size: 30px
}

.thead-inverse {
    background-color: #00adee;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #00adee
}

.table>tbody>tr:first-of-type>td {
    border-top: 1px
}

.table th {
    text-transform: uppercase
}

.table td {
    vertical-align: middle !important
}

.title {
    border-bottom: 1px solid #d8d8d8;
    padding-top: 50px
}

.title h1 {
    font-size: 23px;
    border-bottom: 3px solid #00adee;
    margin-bottom: 0;
    padding-bottom: 10px;
    display: inline-block
}

.title div:first-of-type span {
    color: #00adee
}

.page-header {
    padding: 30px 0 10px;
    margin: 0 0 70px 0;
    background: url('https://gremio.net/assets_site/img/bg-internal.png') repeat-x 0 top;
    text-align: center
}

.page-header .list-inline {
    margin-top: 10px;
    margin-bottom: 0
}

.page-header .list-inline>li {
    padding-right: 0;
    padding-left: 15px
}

.page-header .list-inline a {
    color: #333333
}

.page-header h1 {
    display: inline-block;
    margin-top: 0;
    padding-bottom: 13px;
    margin-bottom: 0
}

.page-header h1 small {
    font-size: 14px;
    display: block;
    margin: 10px 0 10px
}

.page-header h1 small a {
    color: #808080
}

.list-inline a.active {
    text-decoration: underline
}

.main-nav-scrolled {
    position: fixed !important;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2
}

.main-nav>li {
    display: inline-block;
    padding: 20px 0 20px 30px
}

.main-nav>li>a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
    text-decoration: none
}

body>header {
    min-height: 320px;
    /*background:none !important;background-color:#000 !important*/
}

body>header h1 {
    margin-bottom: 20px
}

body>header h1 img {
    width: 180px
}

body>header .logo>img {
    height: 90px
}

body>header .list-inline li {
    padding: 0 8px
}

body>header .list-inline li a {
    color: #fff
}

@media (min-width:468px) and (max-width:1000px) {
    body>header .collapse {
        display: none !important
    }
    body>header .navbar {
        background-color: #282828
    }
}

body>header div.megamenu-logo {
    margin: 12px 0;
    transition: .3s all ease-in-out;
    float: left
}

body>header .navbar {
    border-radius: 0;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0)
}

body>header .navbar a {
    color: white;
    transition: background-color .3s ease-in-out
}

body>header .navbar li {
    text-align: left
}

body>header .navbar .navbar-nav>li>a {
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
    background-color: transparent
}

body>header .navbar .navbar-nav>li>a:hover,
body>header .navbar .navbar-nav>li>a:active,
body>header .navbar .navbar-nav>li>a:focus {
    color: #fff;
    text-decoration: underline;
    background-color: transparent
}

body>header .navbar .dropdown {
    position: static
}

body>header .navbar .navbar-nav>li {
    padding: 20px 13px
}

body>header .navbar .dropdown-menu {
    opacity: 0;
    transition: .3s all ease-in-out
}

body>header .navbar .dropdown-menu li {
    margin: 20px 13px
}

body>header .navbar .navbar-nav>.dropdown>.dropdown-menu {
    width: 100%;
    text-align: center;
    background-color: #282828;
    color: white
}

body>header .navbar .navbar-nav>.open>.dropdown-menu>li {
    display: block
}

#home-index header::before {
    content: "";
    display: block;
    height: 0px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*background-color: rgba(0, 0, 0, 0.4)*/
}

body:not(#home-index)>header {
    background: none!important;
    background-color: #000;
    min-height: 70px;
}

body:not(#home-index) #nav-megamenu {
    background-color: #000;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.15)
}

body:not(#home-index) .main-nav {
    margin-top: 30px
}

body:not(#home-index) .logo>img {
    height: 70px
}

.link-capa {
    display: block;
    height: 320px;
}

@media (min-width:992px) {
    .link-capa {
        height: 650px;
    }
}

#proximo-jogo {
    padding-top: 15px;
    padding-bottom: 30px;
    text-align: center;
    background-image: none !important;
    background-color: #2d2d2d;
}

#proximo-jogo h3 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 22px
}

#proximo-jogo span {
    display: block
}

#proximo-jogo ul {
    margin-top: 7px;
    margin-bottom: 0
}

#proximo-jogo ul li {
    color: #fff
}

#proximo-jogo .sigla {
    font-size: 20px;
    font-weight: 600;
    margin-top: 5px
}

#proximo-jogo img {
    height: 70px
}

#proximo-jogo .equipe {
    font-weight: 800;
    color: #00adee;
    font-size: 16px
}

#proximo-jogo .info {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 100;
    font-size: 14px
}

#proximo-jogo .first {
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
    font-size: 14px
}

#proximo-jogo .btn {
    width: 100%;
    margin-top: 10px
}

#proximo-jogo div.game,
#proximo-jogo div.jogo {
    margin-top: 15px
}

#proximo-jogo ul.game-info {
    display: inline-block
}

.caption.video a img.play {
    min-width: auto;
    max-height: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10
}

.caption.destaque a {
    margin-bottom: 15px
}

.caption.destaque a img {
    height: 100%
}

.caption.destaque a .triangle {
    width: 90px;
    height: 90px;
    bottom: 0;
    right: 0;
    display: block;
    background: url('https://gremio.net/assets_site/img/icon/triangle.png') no-repeat;
    position: absolute;
    z-index: 15;
    font-weight: 300;
    color: #fff;
    font-size: 12px;
    padding: 45px 0 0 45px;
    line-height: 18px;
    text-align: center
}

.caption.destaque a .triangle span {
    font-size: 20px;
    font-weight: 900;
    display: block
}

.caption:last-of-type a {
    border-bottom: none
}

.caption a {
    overflow: hidden;
    display: block;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 15px;
    padding-top: 15px
}

.caption a:hover,
.caption a:active {
    text-decoration: none
}

.caption a span {
    display: none
}

.caption a img {
    display: none
}

.caption a .caption-text {
    width: 100%
}

.caption a .caption-text h1 {
    background: #00adee;
    border-radius: 2px;
    font-size: 14px;
    padding: 3px 10px;
    display: inline;
    color: #fff;
    font-weight: 300
}

.caption a .caption-text h2 {
    font-size: 16px;
    margin-top: 10px;
    color: #2d2d2d;
    font-weight: 500
}

.noticia-grande {
    padding-bottom: 60px
}

.noticia-grande span {
    color: #00adee;
    text-transform: uppercase
}

.noticia-grande h1 {
    margin-top: 10px
}

.noticia-grande h2 {
    margin-top: 0;
    font-weight: 500;
    color: #404040;
    font-size: 20px
}

.noticia-grande small {
    color: #d8d8d8
}

.noticia-grande div {
    min-height: 350px;
    background-size: cover !important
}

.noticia-grande a {
    margin-top: 10px
}

#noticias .page-header {
    margin-bottom: 50px
}

#noticias .noticia-pequena-capa .caption a {
    margin-bottom: 15px
}

#noticias-detalhe article {
    margin-top: 40px
}

#noticias-detalhe .flickr-embed-frame {
    display: none
}

#noticias-detalhe .page-header {
    margin-bottom: 50px
}

#noticias-detalhe .content span {
    color: #00adee;
    text-transform: uppercase
}

#noticias-detalhe .content h1 {
    margin-top: 10px;
    font-size: 3rem
}

#noticias-detalhe .content h2 {
    margin-top: 0;
    font-weight: 500;
    color: #404040;
    font-size: 20px
}

#noticias-detalhe .content small {
    padding-bottom: 20px;
    display: block;
    color: #d8d8d8;
    text-transform: uppercase
}

#noticias-detalhe .content small img {
    margin-top: -14px;
    margin-right: -4px
}

#noticias-detalhe .content .col-md-8 img {
    margin: 15px 0 25px
}

#noticias-detalhe .content .capa-noticia {
    width: 350px;
    height: 350px;
    background-size: cover !important;
    margin-right: 30px;
    margin-bottom: 20px;
    float: left
}

#noticias-detalhe .content p {
    font-weight: 300
}

#noticias-detalhe .content p a {
    font-weight: 400;
    text-decoration: underline;
}

#noar {
    background: #2d2d2d
}

#noar .info-radio {
    padding-top: 30px;
    padding-bottom: 30px
}

#noar .logo-radio {
    padding: 0 50px 30px
}

#noar .botoes a {
    display: block;
    padding: 20px 20px 20px 90px;
    color: #fff;
    margin-bottom: 3px;
    -webkit-filter: brightness(100%);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#noar .botoes a:hover {
    text-decoration: none;
    filter: brightness(90%);
    -webkit-filter: brightness(90%)
}

#noar .botoes a span {
    font-size: 25px;
    font-weight: 800;
    line-height: 20px
}

#noar .botoes a.ouca-jornada,
#noar .botoes a.escute-gols {
    background: #333333 url('https://gremio.net/assets_site/img/sprite-noar.png') no-repeat
}

#noar .botoes a.coberturas,
#noar .botoes a.gremiotv {
    background: #00adee url('https://gremio.net/assets_site/img/sprite-noar.png') no-repeat
}

#noar .botoes a.ouca-jornada {
    background-position: 20px 15px
}

#noar .botoes a.escute-gols {
    background-position: 20px -85px
}

#noar .botoes a.coberturas {
    background-position: 23px -170px
}

#noar .botoes a.gremiotv {
    background-position: 20px -275px
}

#gremiomania .title .col-xs-12 {
    text-align: center
}

#gremiomania .tarja {
    width: 100%;
    display: block;
    font-size: 1.8em;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 20px;
    background-color: #fedc00;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

#gremiomania .tarja:hover {
    text-decoration: none;
    color: #fedc00;
    background: #282828
}

#gremiomania .thumbnail {
    height: 370px;
    border: none;
    padding: 35px 25px;
    text-align: center;
    border-radius: 0;
    position: relative;
    margin-bottom: 0;
    background-color: transparent !important
}

#gremiomania .thumbnail:hover {
    text-decoration: none
}

#gremiomania .thumbnail .foto {
    text-align: center;
    height: 200px;
    background-color: #fff
}

#gremiomania .thumbnail img {
    width: auto;
    max-height: 200px;
    margin: 0 auto
}

#gremiomania .thumbnail .caption {
    padding: 0
}

#gremiomania .thumbnail h5 {
    min-height: 32px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    display: block
}

#gremiomania .thumbnail .from_price,
#gremiomania .thumbnail .to_price,
#gremiomania .thumbnail .to_price_up {
    display: block
}

#gremiomania .thumbnail .from_price {
    font-weight: 300;
    text-decoration: line-through
}

#gremiomania .thumbnail .to_price {
    font-size: 1.2em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #00adee
}

#gremiomania .thumbnail .to_price_up {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #00adee
}

#gremiomania .thumbnail .handover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: background-color .3s linear;
    opacity: .04;
    z-index: 10
}

#gremiomania .thumbnail .handover:hover {
    background-color: #000
}

#socio {
    background: #00adee url('https://gremio.net/assets_site/img/bg/quadro-social.jpg') center;
    color: #fff;
    text-align: center
}

#socio h2 {
    margin-top: 0
}

#socio .btn {
    background: #2d2d2d;
    margin-top: 30px
}

#elenco .item {
    height: 380px;
    background-size: cover !important;
    background-position: center !important
}

#elenco .item .overlay-gradient {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    z-index: 1
}

#elenco .item .numero {
    background: #00adee;
    font-weight: 800;
    font-size: 30px;
    color: #fff;
    display: block;
    width: 60px;
    line-height: 60px;
    text-align: center;
    margin-left: 20px
}

#elenco .item .nome {
    color: #fff;
    display: block;
    margin-left: 20px;
    position: absolute;
    bottom: 20px;
    z-index: 2
}

#banner {
    display: none
}

#social h3 {
    margin-top: 0
}

#social h4 {
    color: #00adee
}

#social .item>div {
    height: 445px;
    background-size: cover !important
}

#social .item {
    text-align: center
}

#social .owl-carousel .owl-item img {
    width: auto
}

#social .btn.btn-primary {
    margin-top: 3px;
    padding: 19px 40px 19px
}

#campeonato.internal .page-header {
    margin: 0
}

#campeonato.internal .content {
    margin-top: 50px
}

#campeonato.internal .tabela {
    font-weight: 300
}

#campeonato.internal .tabela th:first-of-type {
    text-align: left
}

#campeonato.internal .tabela td:first-of-type {
    font-weight: 900;
    text-align: center
}

#campeonato.internal .tabela td:nth-of-type(2) {
    width: 25%;
    text-align: left;
    text-indent: 25px;
    background-size: 25px !important;
    background-position: 5px center !important
}

#campeonato.internal .tabela td:nth-of-type(3) {
    font-weight: 900
}

#campeonato.internal .tabela th,
#campeonato.internal .tabela td {
    text-align: center
}

.info-campeonato .well {
    text-align: center;
    font-size: 1.4rem
}

.info-campeonato .well i {
    display: block;
    margin-bottom: 8px
}

.info-campeonato .well span {
    font-weight: 600
}

#futebol.internal .page-header {
    margin: 0
}

#futebol.internal .jogos {
    border: 1px solid #d8d8d8;
    margin: 50px 0 50px 0;
    padding: 20px 20px 30px
}

#futebol.internal .jogos .col-md-6:first-of-type {
    border-right: 1px solid #d8d8d8
}

#futebol.internal .jogos h3 {
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 20px
}

#futebol.internal .jogos h4 {
    color: #00adee;
    font-weight: 900
}

#futebol.internal .jogos p {
    font-weight: 300
}

#futebol.internal .jogos ul {
    font-weight: 900;
    margin: 20px 0
}

#futebol.internal .jogos img {
    max-width: 88px;
    max-height: 88px
}

#conteudo .img-responsive {
    display: block;
    width: auto;
    margin: 0 auto
}

.agenda-date {
    width: 170px
}

.agenda-date .dayofmonth {
    width: 40px;
    font-size: 36px;
    line-height: 36px;
    float: left;
    text-align: right;
    margin-right: 10px
}

.agenda-date .shortdate {
    font-size: .75em
}

.agenda-events i {
    color: #999
}

.table-striped .fa-map-marker {
    margin: 0 3px
}

.table-striped p {
    margin-bottom: 0;
    font-weight: 300
}

#jogos.internal .page-header {
    margin: 0
}

#jogos.internal .content {
    margin-top: 50px
}

#jogos.internal td p.visible-xs {
    text-transform: uppercase;
    font-size: 1.4rem
}

#jogos.internal .titulo-campeonato {
    display: block
}

#jogos.internal .proximo-jogo {
    padding: 30px;
    margin: 0 0 30px 0;
    background: url('https://gremio.net/assets_site/img/bg-internal.png') repeat-x 0 top;
    text-align: center
}

#jogos.internal .proximo-jogo p {
    margin: 0
}

#jogos.internal .proximo-jogo .list-inline {
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: 600
}

#jogos.internal .proximo-jogo .titulo-campeonato {
    font-weight: 800;
    margin-top: 10px
}

#jogos.internal .proximo-jogo .btn {
    width: 100%
}

#jogos.internal .proximo-jogo .btn:last-of-type {
    margin-top: 5px
}

#jogos.internal .table td:first-of-type {
    width: 15%
}

#jogos.internal .table td:last-of-type {
    width: 40%
}

#jogos.internal .table h4 {
    margin-bottom: 0
}

#jogos.internal .table .list-inline {
    margin-top: 10px
}

#ficha-jogo .page-header {
    margin: 0
}

#ficha-jogo .placar {
    border-bottom: 1px solid #d8d8d8;
    padding: 30px 0 15px;
    margin-bottom: 50px
}

#ficha-jogo .placar span {
    text-transform: uppercase
}

#ficha-jogo .placar .clube {
    font-size: 20px;
    text-transform: uppercase
}

#ficha-jogo .placar .resultado {
    width: 100px
}

#ficha-jogo .placar .resultado span {
    font-size: 70px;
    font-weight: 900;
    position: absolute;
    margin: -55px 0 0 -15px
}

#futebol-avaliacao ul.nav.nav-tabs {
    margin-bottom: 10px
}

#clube-consulados .agenda {
    max-height: 573px;
    overflow: auto
}

.box-ficha-jogo td {
    font-size: 15px;
    vertical-align: top !important
}

.box-ficha-jogo td hr:last-of-type {
    display: none
}

.box-ficha-jogo td:first-of-type i,
.box-ficha-jogo td:first-of-type .cartao,
.box-ficha-jogo td:first-of-type .escudo {
    float: left
}

.box-ficha-jogo td:last-of-type i,
.box-ficha-jogo td:last-of-type .cartao,
.box-ficha-jogo td:last-of-type .escudo {
    float: right
}

.box-ficha-jogo i {
    float: left;
    font-size: 11px;
    color: #333333;
    margin: 4px
}

.box-ficha-jogo img {
    margin: 5px
}

.box-ficha-jogo ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase
}

.side-box.table-bordered th {
    border: 0
}

.side-box.table-bordered td,
.side-box.table-bordered th {
    padding: 8px 10px
}

.side-box.table-bordered hr {
    margin-top: 10px;
    margin-bottom: 10px
}

#contato .page-header {
    margin-bottom: 50px
}

#contato address a:first-of-type {
    font-size: 18px;
    font-weight: 900
}

#contato address a,
#contato address h4,
#contato address p {
    margin-left: 40px
}

#contato address i {
    color: #00adee;
    position: absolute
}

#contato address .fa-map-marker {
    margin-top: 10px
}

#futebol-perfil main header {
    height: 350px;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    background-size: cover !important;
    color: #fff;
    text-align: left
}

#futebol-perfil main header .numero {
    background: #00adee;
    font-size: 50px;
    font-weight: 800;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 160px
}

#futebol-perfil main header .apelido {
    font-size: 36px;
    font-weight: 800;
    display: block
}

#futebol-perfil main header .posicao {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300
}

#futebol-perfil .info-atleta {
    border-bottom: 1px solid #f3f3f5;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300
}

#futebol-perfil .info-atleta span {
    font-weight: 800;
    display: block;
    margin-bottom: 15px
}

#futebol-perfil .info-atleta .col-md-2:last-of-type {
    text-align: center;
    padding-top: 15px
}

#futebol-perfil .info-atleta .list-inline>li {
    padding-left: 15px;
    padding-right: 15px
}

#futebol-perfil .biografia {
    background: url('https://gremio.net/assets_site/img/bg-internal2.png') repeat-x 0 100px;
    padding-top: 100px
}

#futebol-perfil .biografia p {
    font-size: 25px;
    font-style: italic;
    color: #404040;
    text-align: center
}

#futebol-perfil .biografia .totais .row:first-of-type {
    padding-bottom: 20px
}

#futebol-perfil .biografia .totais .row span {
    display: block;
    text-align: center
}

#futebol-perfil .biografia .totais .row span:first-of-type {
    font-weight: 800;
    font-size: 70px;
    line-height: 80px
}

#futebol-perfil .biografia .totais .row span:last-of-type {
    letter-spacing: 5px;
    font-weight: 400
}

#futebol-perfil .trajetoria h2 {
    margin-top: 50px
}

#futebol-perfil .trajetoria .col-md-6:first-of-type {
    border-top: 3px solid #00adee
}

#futebol-perfil .trajetoria .list-group {
    height: 220px;
    overflow: auto;
    border-radius: 2px;
    border: 1px solid #d8d8d8
}

#futebol-perfil .trajetoria .list-group-item {
    background-size: 35px !important;
    padding-left: 70px;
    border: none;
    border-bottom: 1px solid #d8d8d8
}

#futebol-perfil .trajetoria .list-group-item span:nth-of-type(2) {
    font-weight: 300;
    display: block
}

#futebol-perfil .trajetoria .list-group-item .ano {
    position: absolute;
    font-weight: 900;
    top: 24px;
    right: 15px
}

#futebol-perfil .trajetoria .list-group-item:last-of-type {
    border-bottom: none
}

#futebol-perfil .estatisticas {
    margin-top: 15px
}

#futebol-perfil .estatisticas .form-control {
    margin-top: 13px;
    margin-bottom: 0
}

#futebol-perfil .estatisticas table td:nth-of-type(2),
#futebol-perfil .estatisticas table td:nth-of-type(3),
#futebol-perfil .estatisticas table th:nth-of-type(2),
#futebol-perfil .estatisticas table th:nth-of-type(3) {
    text-align: center
}

#relacionamento {
    background: #2d2d2d url('https://gremio.net/assets_site/img/bg/relacionamento.jpg') no-repeat center bottom;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center
}

#relacionamento h3 {
    color: #00adee
}

#relacionamento .newsletter .form-control {
    max-width: 220px;
    display: inline-block
}

#relacionamento .social ul {
    padding: 0
}

#relacionamento .social ul li {
    display: inline-block
}

#relacionamento .social ul li a {
    width: 43px;
    height: 43px;
    background: url(https://gremio.net/assets_site/img/icon/social2.png) no-repeat 0 top;
    display: block;
    text-indent: -999999px;
    overflow: hidden;
    margin: 3px;
    transition: background .3s ease-in-out
}

#relacionamento .social ul li a.facebook:hover {
    background-position: 0 -43px
}

#relacionamento .social ul li a.twitter {
    background-position: -53px 0
}

#relacionamento .social ul li a.twitter:hover {
    background-position: -53px -43px
}

#relacionamento .social ul li a.gplus {
    background-position: -109px 0
}

#relacionamento .social ul li a.gplus:hover {
    background-position: -109px -43px
}

#relacionamento .social ul li a.instagram {
    background-position: -165px 0
}

#relacionamento .social ul li a.instagram:hover {
    background-position: -165px -43px
}

#relacionamento .social ul li a.youtube {
    background-position: -220px 0
}

#relacionamento .social ul li a.youtube:hover {
    background-position: -220px -43px
}

#relacionamento .social ul li a.flickr {
    background-position: -275px 0
}

#relacionamento .social ul li a.flickr:hover {
    background-position: -275px -43px
}

#relacionamento .social ul li a.onefootball {
    background-position: -330px 0
}

#relacionamento .social ul li a.onefootball:hover {
    background-position: -330px -43px
}

footer {
    background: #000
}

footer span {
    display: block;
    margin-top: 60px;
    margin-bottom: 30px
}

footer .sponsor {
    margin-top: 40px;
    margin-bottom: 40px
}

footer .sponsor ul {
    max-width: 1100px;
    margin: 0 auto;
    display: block
}

footer .sponsor div:first-of-type {
    margin-bottom: 40px
}

footer .sponsor .col-md-2 {
    margin-top: 15px;
    margin-bottom: 15px
}

footer .sponsor img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    transition: all .2s ease-in-out;
    opacity: .4
}

footer .sponsor img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1
}

footer .sponsor .diamante img,
footer .sponsor .ouro img {
    max-height: 40px !important
}

footer .fornecedor .col-md-2 a {
    margin: 0 30px 20px
}

footer .fornecedor .col-md-2 a img {
    height: 30px
}

footer .col-xs-3 {
    padding-top: 30px;
    padding-bottom: 30px
}

footer .col-xs-3 a {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%)
}

footer .copyright {
    text-align: center;
    color: #4d4d4d;
    font-size: 14px;
    border-top: 1px solid #333;
    padding-top: 10px;
    padding-bottom: 10px
}

footer .copyright p {
    margin-bottom: 5px
}

footer .copyright .col-md-2 a {
    color: #4d4d4d;
    margin-top: 15px;
    display: inline-block
}

footer .copyright .col-md-2 a:hover {
    text-decoration: underline !important
}

#subsite .sub-header {
    background-size: cover !important
}

#subsite .sub-header .row {
    position: relative;
    z-index: 2
}

#subsite .sub-header .row:first-of-type {
    color: #fff;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 30px
}

#subsite .sub-header .row:first-of-type .logo {
    width: 200px;
    margin-bottom: 30px
}

#subsite .sub-header .row:first-of-type h1 {
    margin-top: 0;
    margin-bottom: 20px
}

#subsite .sub-header .row:first-of-type h4 {
    font-weight: 300;
    margin-top: 9px;
    margin-bottom: 0
}

#subsite .sub-header .row:first-of-type nav ul {
    list-style: none;
    padding: 0;
    text-align: center;
    margin-bottom: 0
}

#subsite .sub-header .row:first-of-type nav ul li {
    display: inline-block
}

#subsite .sub-header .row:first-of-type nav ul li .active {
    background: #fff;
    color: #00adee;
    border-radius: 50px;
    text-decoration: none
}

#subsite .sub-header .row:first-of-type nav ul li a {
    color: #fff;
    text-transform: uppercase;
    margin: 5px 5px;
    display: block;
    transition: all .3s ease-in-out;
    padding: 3px 10px
}

#subsite .sub-header .row:first-of-type nav ul li a:hover,
#subsite .sub-header .row:first-of-type nav ul li a:focus,
#subsite .sub-header .row:first-of-type nav ul li a:active,
#subsite .sub-header .row:first-of-type nav ul li a:checked {
    background: #fff;
    color: #00adee;
    border-radius: 50px;
    text-decoration: none
}

#subsite .sub-header.internal .logo-xs {
    display: none
}

#subsite .sub-header.internal::before {
    height: 232px
}

#subsite .sub-header-sm::before {
    content: "";
    display: block;
    height: 160px;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-color: rgba(42, 169, 230, 0.9)
}

#subsite .list-italic {
    list-style: none;
    padding: 0
}

#subsite .list-italic li {
    margin-bottom: 15px;
    font-style: italic
}

#subsite .list-italic li i {
    color: #00adee
}

#subsite .sub-content {
    background: url(https://gremio.net/assets_site/img/subsite-bg-degrade.png) repeat-x 0 -2px;
    text-align: center
}

#subsite .sub-content .box-cards-gray {
    background-color: #2d2d2d;
    text-align: center
}

#subsite .sub-content .box-cards-gray .info-taxa {
    margin: 15px 0;
    border-radius: 5px;
    background-color: #333333;
    padding: 2em 5em;
    transition: all .3s ease-in-out
}

#subsite .sub-content .box-cards-gray .info-taxa:hover {
    background-color: #404040;
    cursor: default
}

#subsite .sub-content .box-cards-gray .info-taxa ul {
    padding: 0
}

#subsite .sub-content .box-cards-gray .info-taxa p,
#subsite .sub-content .box-cards-gray .info-taxa li {
    font-size: .9em;
    color: #d8d8d8;
    list-style: none
}

#subsite .sub-content .box-cards-gray .info-taxa h4 {
    font-size: 1.5em;
    color: #00adee;
    font-weight: 600
}

#subsite .sub-content .box-cards-gray .info-taxa h5 {
    text-transform: uppercase;
    color: #6B6C6E
}

#subsite .sub-content .box-cards-gray .info-feminino {
    margin-top: 25px;
    border-radius: 5px;
    background-color: #00adee;
    padding: 2em 10%;
}

#subsite .sub-content .box-cards-gray .info-feminino h4 {
    color: #fff;
    font-size: 1.5em
}

#subsite .sub-content .box-cards-gray .info-feminino h5 {
    color: #d8d8d8
}

#subsite .sub-content .box-cards-gray .info-feminino p {
    color: #fff
}

#subsite .sub-content .cards-info .card {
    display: inline-block;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s ease-in-out;
    text-align: center;
    margin: 10px 0
}

#subsite .sub-content .cards-info .card:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2)
}

#subsite .sub-content .cards-info .card-gray {
    display: inline-block;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all .2s ease-in-out;
    text-align: center;
    margin: 10px 0;
    background-color: #2d2d2d;
    color: #FFF
}

#subsite .sub-content .cards-info .card-gray:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2)
}

#subsite .sub-content .cards-info .image {
    height: 250px;
    opacity: .8;
    overflow: hidden;
    transition: all .2s ease-in-out;
    display: block
}

#subsite .sub-content .cards-info .image:hover,
#subsite .sub-content .cards-info .card:hover .image,
#subsite .sub-content .cards-info .card-gray:hover .image {
    opacity: 1
}

#subsite .sub-content .cards-info .text {
    padding: 7% 11%
}

#subsite #noticias-destaque {
    background: #f3f3f5
}

#subsite #noticias-destaque .owl-theme .owl-dots,
#subsite #noticias-destaque .owl-theme .owl-nav {
    margin-top: -19px
}

#subsite #noticias-destaque .owl-carousel .owl-item img {
    width: auto !important
}

#subsite #noticias-destaque .caption a {
    width: 100%;
    height: 250px;
    float: left;
    padding: 0;
    position: relative;
    overflow: hidden
}

#subsite #noticias-destaque .caption a:hover {
    text-decoration: none
}

#subsite #noticias-destaque .caption a img {
    display: block;
    min-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    z-index: 4;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

#subsite #noticias-destaque .caption a:hover img {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15)
}

#subsite #noticias-destaque .caption a>span {
    font-size: 14px;
    color: #fff;
    opacity: .8;
    display: block;
    position: absolute;
    margin: 20px;
    text-transform: uppercase;
    text-shadow: 0 0 3px #000
}

#subsite #noticias-destaque .caption a .caption-text {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 20px 10px;
    color: #fff;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
}

#subsite #noticias-destaque .caption a .caption-text h2 {
    color: #fff;
    font-weight: 800;
    font-size: 18px
}

#subsite #sub-contato {
    background-color: #00adee;
    color: #fff;
    text-align: center
}

#subsite #sub-contato h3 {
    margin: 0
}

#subsite #sub-contato ul {
    float: right
}

#subsite #sub-contato ul a.social {
    display: block;
    transition: all .4s ease-in-out;
    margin: 0 5px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 3px solid #fff;
    color: #fff;
    font-size: 2.2rem;
    text-align: center
}

#subsite #sub-contato ul a.social:hover {
    background-color: #fff;
    color: #00adee
}

#subsite #sub-contato ul a.social i {
    margin-top: 14px
}

#subsite #sub-contato ul .btn {
    margin-top: 15px
}

@media (min-width:768px) {
    #subsite .sub-header {
        background-size: auto !important
    }
    #subsite .sub-header .row:first-of-type {
        text-align: left
    }
    #subsite .sub-header .row:first-of-type nav {
        margin-top: 10px
    }
    #subsite .sub-header .row:first-of-type nav ul {
        text-align: right
    }
    #subsite .sub-header .row:first-of-type nav ul li a {
        margin: 5px 0 5px 10px
    }
    #subsite .sub-header .row:first-of-type h1,
    #subsite .sub-header .row:first-of-type h4 {
        margin: 0
    }
    #subsite .sub-header::before {
        height: 400px
    }
    #subsite .sub-header.internal::before {
        height: 128px
    }
    #subsite .sub-content {
        text-align: left
    }
    #subsite .sub-content .cards-info .card {
        margin: 0
    }
    #subsite .sub-content .cards-info .card-gray {
        margin: 0
    }
    #subsite #sub-contato {
        text-align: left
    }
    #subsite #sub-contato ul .btn {
        margin: -7px 0 0 30px
    }
}

@media (min-width:768px) {
    body>header {
        min-height: 70px
    }
    body>header .list-inline>li:last-of-type {
        padding-right: 0
    }
    body>header h1 img {
        width: auto
    }
    body>header .navbar-default .navbar-nav {
        text-align: center;
        float: none
    }
    body>header .navbar-default .navbar-nav>li {
        float: none;
        display: inline-block
    }
    body>header .navbar-default .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px
    }
    body>header .navbar-default .navbar-nav>li>ul>li>a {
        padding-top: 10px;
        padding-bottom: 10px
    }
    body>header .navbar-default .navbar-form {
        top: 0;
        right: 0;
        position: absolute
    }
    .page-header {
        padding: 70px 0 0;
        text-align: left
    }
    #proximo-jogo h3 {
        margin-bottom: 15px
    }
    #proximo-jogo .game,
    #proximo-jogo .jogo {
        margin-bottom: 3px
    }
    #proximo-jogo .info {
        margin-bottom: 0
    }
    #proximo-jogo .btn {
        width: 100%;
        margin-top: 10px;
        display: inline-block
    }
    #proximo-jogo .btn:first-of-type {
        margin-top: 0
    }
    #proximo-jogo #btnIngresso {
        margin-top: 30px
    }
    #competicoes .nav-pills li {
        text-align: center
    }
    #competicoes .nav-pills li a {
        display: inline
    }
    #noticias .col-xs-12:nth-of-type(5),
    #noticias .col-xs-12:nth-of-type(5) p,
    #noticias .col-xs-12:nth-of-type(5) a,
    #noticias .col-xs-12:last-of-type {
        margin-bottom: 0;
        border-bottom: none
    }
    #jogos.internal .proximo-jogo {
        text-align: left
    }
    #noticias-detalhes .flickr-embed-frame {
        display: block
    }
    #noticias-detalhes article {
        margin-top: 0
    }
    .caption.video a .caption-text {
        display: none
    }
    .caption a {
        width: 100%;
        height: 250px;
        float: left;
        padding: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: 30px
    }
    .caption a:hover {
        text-decoration: none
    }
    .caption a img {
        display: block;
        min-width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
        float: left;
        z-index: 4;
        -webkit-transition: all .25s ease-in-out;
        -moz-transition: all .25s ease-in-out;
        -o-transition: all .25s ease-in-out;
        -ms-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out
    }
    .caption a:hover img {
        opacity: 1;
        transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.15, 1.15);
        -moz-transform: scale(1.15, 1.15);
        -ms-transform: scale(1.15, 1.15);
        -o-transform: scale(1.15, 1.15)
    }
    .caption a>span {
        font-size: 14px;
        color: #fff;
        opacity: .8;
        display: block;
        position: absolute;
        margin: 20px;
        text-transform: uppercase;
        text-shadow: 0 0 3px #000
    }
    .caption a .caption-text {
        width: 100%;
        position: absolute;
        bottom: 0;
        padding: 0 20px 10px;
        color: #fff;
        background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
        background: -o-linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
        background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.65) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0)
    }
    .caption a .caption-text h2 {
        color: #fff;
        font-weight: 800;
        font-size: 18px
    }
    .caption.destaque a {
        height: 515px
    }
    #banner-intervencao .container {
        padding-bottom: 50px;
        background-color: #fff;
        margin-bottom: -30px;
        z-index: 1;
        position: relative
    }
    #noar iframe {
        min-height: 400px
    }
    #noar .logo-radio {
        padding-top: 30px
    }
    #noar .paragremista {
        padding: 50px
    }
    #gremiomania .title .col-xs-12 {
        text-align: left
    }
    #gremiomania .tarja {
        margin-bottom: 50px;
        font-size: 1.6em
    }
    #perfil .info-atleta span {
        margin-bottom: 0
    }
    #perfil .info-atleta .list-inline>li {
        padding-left: 5px;
        padding-right: 5px
    }
    #perfil .biografia p {
        margin-top: 50px;
        text-align: left
    }
    #perfil .trajetoria .col-md-6:last-of-type {
        border-top: 3px solid #00adee
    }
    #social .item {
        text-align: left
    }
    #banner {
        display: block
    }
    #banner .banner-slide {
        opacity: .8;
        transition: all .5s ease
    }
    #banner .banner-slide:hover {
        opacity: 1
    }
    #relacionamento {
        text-align: left;
        margin-top: 100px
    }
    footer .sponsor div:first-of-type {
        margin-bottom: 15px
    }
    footer .sponsor .col-md-4 {
        border-right: 1px solid #2d2d2d
    }
    footer .copyright {
        text-align: left;
        margin-top: 20px
    }
    footer .copyright .col-md-2 {
        text-align: right
    }
    footer .copyright p {
        background: url('#') no-repeat;
        background-size: auto 40px;
        padding-left: 50px
    }
    footer .copyright img {
        height: 70px;
        margin: 0 auto
    }
}

@media (min-width:992px) {
    #proximo-jogo {
        height: 132px
    }
    #home-index header {
        min-height: 530px
    }
    #home-index header::before {
        height: 530px
    }
    body>header {
        /*background:initial !important*/
    }
    body>header div.megamenu-logo {
        margin: 16px 0
    }
    body>header .gremioradio {
        background: url('https://gremio.net/assets_site/img/icon/radio.png') no-repeat left center;
        padding-left: 35px
    }
    body>header ul.main-nav {
        margin-top: 50px
    }
    body>header ul.main-nav>li {
        display: inline-block;
        padding: 10px 0 30px 35px
    }
    body>header ul.main-nav>li>a {
        padding-bottom: 10px
    }
    body>header .navbar-default .navbar-nav>li>a {
        padding: 20px 25px
    }
    #proximo-jogo {
        padding-top: 10px;
        padding-bottom: 10px
    }
    #proximo-jogo h3 {
        margin-top: 17px;
        margin-bottom: 0;
        font-size: 20px
    }
    #proximo-jogo h3 span {
        color: #00adee;
        display: inline
    }
    #proximo-jogo .btn:first-of-type {
        margin-top: 0
    }
    #proximo-jogo ul {
        margin-top: 7px;
        margin-bottom: 0
    }
    #proximo-jogo ul li {
        color: #fff
    }
    #proximo-jogo .jogo {
        font-size: 14px;
        text-align: left
    }
    #competicoes {
        border-bottom: 1px solid #d8d8d8;
        padding-top: 50px;
        padding-top: 40px
    }
    #competicoes h1 {
        font-size: 23px;
        border-bottom: 3px solid #00adee;
        margin-bottom: 0;
        padding-bottom: 10px;
        display: inline-block
    }
    #competicoes div:first-of-type span {
        color: #00adee
    }
    #competicoes h1 {
        padding-bottom: 30px;
        margin-top: 0
    }
    #competicoes a {
        color: #808080;
        padding: 2px 0;
        transition: color .3s ease-in-out
    }
    #competicoes a:hover {
        color: #2d2d2d;
        background: transparent
    }
    #competicoes a:active,
    #competicoes a:visited,
    #competicoes a:link {
        background: transparent
    }
    #noticias .col-xs-12 a {
        border-bottom: none
    }
    #noticias .col-xs-12:nth-of-type(4),
    #noticias .col-xs-12:nth-of-type(4) p {
        margin-bottom: 0;
        border-bottom: none
    }
    #noar .col-md-12 iframe {
        min-height: 370px
    }
    #noar .col-md-6 iframe {
        margin-top: 28px;
        min-height: 175px
    }
    #noar .info-radio {
        padding-top: 30px
    }
    #noar .info-radio .logo-radio {
        padding-top: 0;
        padding-bottom: 20px
    }
    #noar .info-radio .logo-radio hr {
        border-color: #333333;
        margin-bottom: 0
    }
    #noar .paragremista {
        padding: 0 50px
    }
    #noar .botoes a {
        width: 325px;
        margin: 0 auto 3px !important
    }
    #noar .botoes a.ouca-jornada,
    #noar .botoes a.escute-gols {
        background: url('https://gremio.net/assets_site/img/sprite-noar.png'), url('https://gremio.net/assets_site/img/btn-noar-cinza.png');
        background-repeat: no-repeat
    }
    #noar .botoes a.coberturas,
    #noar .botoes a.gremiotv {
        background: url('https://gremio.net/assets_site/img/sprite-noar.png'), url('https://gremio.net/assets_site/img/btn-noar-azul.png');
        background-repeat: no-repeat
    }
    #noar .botoes a.ouca-jornada {
        background-position: 20px 15px, left center
    }
    #noar .botoes a.escute-gols {
        background-position: 20px -85px, left center
    }
    #noar .botoes a.coberturas {
        background-position: 23px -170px, left center
    }
    #noar .botoes a.gremiotv {
        background-position: 20px -275px, left center
    }
    #gremiomania .title div:last-of-type span {
        margin-top: 40px;
        display: block;
        font-style: italic;
        font-weight: 300;
        color: #808080
    }
    #socio {
        text-align: left
    }
    #socio h2 {
        font-size: 40px
    }
    #socio p {
        max-width: 85%;
        font-size: 20px;
        font-weight: 300
    }
    #socio li {
        list-style: none;
        line-height: 40px
    }
    #socio li i {
        margin-right: 5px
    }
    #redessociais {
        font-weight: 300
    }
    #redessociais .Twitter,
    #redessociais .Facebook,
    #redessociais .Instagram {
        margin: 30px 0 0
    }
    #redessociais .Twitter .seta,
    #redessociais .Facebook .seta,
    #redessociais .Instagram .seta {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        border-left: 45px solid transparent;
        border-right: 45px solid transparent;
        border-top: 45px solid #00adee;
        transform: rotate(315deg);
        position: absolute;
        opacity: .6;
        transition: .3s all ease
    }
    #redessociais .Twitter .post,
    #redessociais .Facebook .post,
    #redessociais .Instagram .post {
        word-wrap: break-word
    }
    #redessociais .Twitter .flag,
    #redessociais .Facebook .flag,
    #redessociais .Instagram .flag {
        position: absolute;
        color: #fff;
        right: 76px;
        bottom: 38px
    }
    #redessociais .Twitter .flag i,
    #redessociais .Facebook .flag i,
    #redessociais .Instagram .flag i {
        font-size: 23px;
        z-index: 100;
        position: absolute;
        margin: 10px 0 0 30px
    }
    #redessociais .Twitter .flag:hover .seta,
    #redessociais .Facebook .flag:hover .seta,
    #redessociais .Instagram .flag:hover .seta {
        opacity: 1
    }
    #redessociais .Twitter .quando,
    #redessociais .Facebook .quando,
    #redessociais .Instagram .quando {
        font-size: 14px;
        color: #808080;
        display: block;
        margin-bottom: 10px
    }
    #redessociais .Instagram {
        height: 360px;
        background-size: cover !important;
        background-position-x: right !important
    }
    #redessociais .Instagram .quando {
        position: absolute;
        color: #fff;
        margin: 18px 0 0 20px;
        text-shadow: 0 0 3px #000
    }
    #redessociais .Instagram img {
        width: 100% !important
    }
    #redessociais .Twitter,
    #redessociais .Facebook {
        background-color: #f3f3f5;
        padding: 25px
    }
    #redessociais .Facebook .seta {
        border-top: 45px solid #405996
    }
    #redessociais .Facebook .flag i {
        margin: 10px 0 0 38px
    }
    footer .sponsor {
        margin-top: 0;
        margin-bottom: 0
    }
    footer .sponsor div:first-of-type {
        margin-top: 15px
    }
    footer span {
        margin-bottom: 0
    }
}

@media (min-width:1200px) {
    #proximo-jogo h3 {
        font-size: 22px
    }
    #noar .col-md-12 iframe {
        min-height: 402px
    }
    .owl-nav .owl-prev {
        margin-left: 5px
    }
    .owl-nav .owl-next {
        margin-right: 5px
    }
}

header.dark blockquote {
    color: #fff
}

header.light blockquote {
    color: #000
}

blockquote {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 16px;
    border-left: 0;
    padding: 20px
}

blockquote h2 {
    padding-right: 40px;
    margin: 0
}

header nav {
    position: fixed;
    z-index: 1001;
    width: 100%
}

header.site-interno {
    min-height: 102px !important;
    max-height: 102px !important
}

#nav-megamenu {
    transition: .3s all ease;
    text-align: center
}

.top-level-link {
    text-transform: uppercase
}

.main-nav {
    list-style-type: none;
    padding: 0;
    font-size: 0;
    max-width: 1000px;
    margin: 0 auto;
    float: right;
    margin-top: 70px
}

.main-nav .sub-menu-head>a {
    margin-left: 0 !important
}

#nav-megamenu.site-interno {
    background-color: #000;
    box-shadow: rgba(0, 0, 0, 0.15) 0 3px 11px 0
}

.sub-menu-block {
    padding: 0;
    text-align: left
}

.main-nav>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #00adee;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.sub-menu-block:hover .mega-menu:before,
.main-nav>li:hover>a:before,
.main-nav>li>a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.main-nav>li:hover {
    background-color: transparent
}

.main-nav>li:hover>a {
    color: #fff
}

.main-nav>li ul.sub-menu-lists {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block
}

.main-nav>li ul.sub-menu-lists>li {
    padding: 2px 0
}

.main-nav>li ul.sub-menu-lists>li>a {
    font-size: 14px
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    right: 25px;
    width: 32px;
    height: 24px;
    text-align: center;
    top: 0;
    outline: none
}

.ic.close {
    opacity: 0;
    font-size: 0;
    font-weight: 300;
    color: #fff;
    top: 8px;
    height: 40px;
    display: block;
    outline: none
}

.ic.menu {
    top: 25px;
    z-index: 20
}

.ic.menu .line {
    height: 4px;
    width: 100%;
    display: block;
    margin-bottom: 6px;
    background-color: white
}

.ic.menu .line-last-child {
    margin-bottom: 0
}

.sub-menu-head {
    margin: 10px 0;
    font-weight: 500
}

.banners-area {
    margin-top: 20px;
    padding-top: 15px
}

@media only screen and (max-width:1024px) {
    header.site-interno {
        min-height: 70px !important;
        max-height: 70px !important
    }
    .sub-menu-block div.col-md-4 {
        width: 100% !important
    }
    .logo>img {
        height: 45px !important
    }
    .megamenu-logo {
        float: left;
        margin-left: 10px !important
    }
    .sub-menu-head {
        color: white
    }
    .sub-menu-head>a {
        color: white !important
    }
    .ic.menu {
        display: block
    }
    .ic.menu .line {
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center
    }
    .ic.menu:focus .line {
        background-color: #fff !important
    }
    .ic.menu:focus .line:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .ic.menu:focus .line:nth-child(2) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -10px
    }
    .ic.menu:focus .line:nth-child(3) {
        transform: translateY(15px);
        opacity: 0
    }
    .ic.menu:focus {
        outline: none
    }
    .ic.menu:focus~.ic.close {
        opacity: 1;
        z-index: 21;
        outline: none
    }
    .ic.menu:focus {
        opacity: 1
    }
    nav {
        background-color: transparent
    }
    #nav-megamenu {
        height: 70px
    }
    .main-nav {
        z-index: 2;
        padding: 50px 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        background-color: #000;
        height: 100%;
        overflow: auto;
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: .6s;
        -moz-transition-duration: .6s;
        -o-transition-duration: .6s;
        transition-duration: .6s
    }
    .ic.menu:focus~.main-nav {
        width: 300px;
        background-color: #000
    }
    .main-nav>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        opacity: 0;
        color: white
    }
    .ic.menu:focus~.main-nav>* {
        opacity: 1
    }
    .main-nav>li>a:after {
        display: none
    }
    .main-nav>li:first-child {
        border-radius: 0
    }
    .main-nav>li {
        display: block;
        border-bottom: 1px solid #444
    }
    .main-nav>li {
        text-align: left
    }
    .main-nav>li>a {
        font-weight: 600
    }
    .main-nav>li ul.sub-menu-lists>li a {
        color: #eee;
        font-size: 14px
    }
    .sub-menu-head {
        font-size: 16px
    }
    .main-nav>li:hover {
        background-color: transparent
    }
    .main-nav>li:hover>a {
        color: #fff;
        text-decoration: none;
        font-weight: 600
    }
    .ic.menu:focus~.main-nav>li>div.sub-menu-block {
        border-left: 0 solid #ccc;
        border-right: 0 solid #ccc;
        border-bottom: 0 solid #ccc;
        position: relative;
        visibility: visible;
        opacity: 1
    }
    .banners-area {
        padding-bottom: 0
    }
    .banners-area div {
        margin-bottom: 15px
    }
    .banners-area {
        border-top: 1px solid #444
    }
}

@media only screen and (min-width:1025px) {
    .ic.menu {
        display: none
    }
    .main-nav {
        display: block;
        position: relative
    }
    .sub-menu-block {
        padding: 15px;
        box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15)
    }
    .main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #f9f9f9;
        position: absolute;
        margin-top: 27px;
        width: 100%;
        color: #333;
        left: 0;
        box-sizing: border-box;
        z-index: 3;
        font-size: 16px;
        border-top: 3px solid #00adee;
        opacity: 0;
        text-align: left;
        -webkit-transition: all .4s ease 0s;
        -o-transition: all .4s ease 0s;
        transition: all .4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center
    }
    .main-nav>li:hover>div.sub-menu-block {
        background-color: #f9f9f9;
        visibility: visible;
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
    .main-nav>li>div.sub-menu-block>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: .4s;
        -moz-transition-duration: .4s;
        -o-transition-duration: .4s;
        transition-duration: .4s;
        opacity: 0
    }
    .main-nav>li:hover>div.sub-menu-block>* {
        opacity: 1
    }
    .sub-menu-head {
        font-size: 16px;
        width: auto
    }
    .sub-menu-head:hover,
    .sub-menu-head>a:hover {
        text-decoration: none
    }
    .main-nav>li>a:after {
        content: '';
        width: 1px;
        height: 62px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2
    }
    .banners-area {
        border-top: 1px solid #ccc
    }
}

#igt .igt-header {
    position: relative;
    min-height: 400px
}

#igt .igt-header .container {
    position: relative;
    z-index: 3;
    color: white;
    padding-top: 40px
}

#igt .igt-header .container h1 {
    font-weight: 300px;
    margin-top: 0
}

#igt .igt-header .container h4 {
    font-weight: 100;
    margin-bottom: 0
}

#igt .igt-header .container .igt-carousel {
    margin-top: 40px
}

#igt .igt-header .container .pull-right {
    margin-top: 18px
}

#igt .igt-header .container .col-md-6.icons>* {
    float: right
}

#igt .igt-header .container .fa-instagram {
    padding-left: 9px
}

#igt .igt-header .container .fa-facebook {
    margin-right: 15px
}

#igt .igt-header .container .logo-xs {
    display: block;
    width: 162px;
    margin-left: auto;
    margin-right: auto
}

#igt .igt-header .icon-round {
    border: 3px solid white;
    border-radius: 50px;
    width: 43px;
    height: 43px;
    padding-top: 12px;
    padding-left: 12px
}

#igt .container.instituto {
    margin-top: 90px
}

#igt .container.instituto p {
    margin-top: 30px;
    font-weight: 300;
    font-size: 1.75rem;
    text-align: justify
}

#igt .container.instituto .col-md-9 {
    padding-left: 0
}

#igt .container.instituto img {
    float: right;
    width: 215px
}

#igt .container.carousels {
    margin-top: 90px
}

#igt .container.carousels .col-md-3 {
    padding: 0
}

#igt .container-fluid.participe {
    margin-top: 90px;
    background-color: #2aa9e6;
    padding-top: 40px;
    padding-bottom: 40px;
    color: white
}

#igt .container-fluid.participe h3 {
    font-size: 21px
}

#igt .container-fluid.participe .btn-fale {
    float: right;
    background-color: white;
    color: #2aa9e6;
    margin-top: 5px;
    font-weight: 600;
    border-radius: 4px
}

#igt .container.relatorio {
    margin-top: 90px
}

#igt .container.relatorio hr {
    margin-top: 15px
}

#igt .container.relatorio p.tit-list {
    font-size: 1.4rem;
    margin-bottom: 0;
    color: #2aa9e6;
    font-weight: 600
}

#igt .container.relatorio p.name-list {
    font-size: 1.9rem;
    font-weight: 300;
    margin-bottom: 5px
}

#igt .container.relatorio div.filtra-doc h3 {
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 18px
}

#igt .container.relatorio div.filtra-doc select {
    border-radius: 4px;
    min-width: 176.22px
}

#igt .container.relatorio button.btn-azul {
    border-radius: 4px
}

#igt .overlay {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    z-index: 2;
    background-color: rgba(22, 132, 185, 0.8)
}

@media only screen and (max-width:1024px) {
    #igt .igt-header {
        text-align: center
    }
    #igt .igt-header .container {
        padding-top: 30px
    }
    #igt .igt-header .col-md-6.icons>* {
        float: inherit !important
    }
    #igt .igt-header .fa-facebook {
        padding-left: 0
    }
    #igt .igt-header .fa-instagram {
        padding-left: 0 !important
    }
    #igt .container.instituto {
        margin-top: 50px
    }
    #igt .container.instituto p {
        padding-left: 20px;
        padding-right: 20px
    }
    #igt .container.instituto .col-md-9 {
        padding-left: 15px
    }
    #igt .container.carousels {
        margin-top: 50px
    }
    #igt .container.carousels .row {
        padding: 0 15px
    }
    #igt .container-fluid.participe {
        text-align: center
    }
    #igt .container-fluid.participe .btn-fale {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto
    }
    #igt .container.relatorio .pull-left {
        float: none !important
    }
    #igt .container.relatorio .pull-right {
        float: none !important
    }
    #igt .container.relatorio .btn-azul {
        width: 100%
    }
    #igt .container.relatorio select {
        width: 100% !important
    }
    #igt .container.relatorio .line-rel {
        text-align: center
    }
    #igt .container.relatorio .pad-right-30 form {
        text-align: center
    }
}

.owl-stage {
    margin: 0 auto;
}

.btn-rounded {
    border-radius: 100px;
}

@media (min-width:768px) {
    #gremioplay {
        background: #000219 url('https://gremio.net/assets_site/img/bg/202212-gplay-desktop.jpg') no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 590px;
    }
    #gremioplay .container {
        padding-top: 440px;
    }
}

@media (max-width:767px) {
    #gremioplay {
        background: #000219 url('https://gremio.net/assets_site/img/bg/202212-gplay-mobile.jpg') no-repeat center top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 500px;
    }
    #gremioplay .container {
        padding-top: 350px;
    }
    #gremioplay .saibamais {
        text-align: center;
    }
}
