.clear {
	clear: both;
}

.none {
	display: none;
}

img {
	max-width: 100%!important;
}

#session_classificacao {
    background: #E5E5E5!important;
}

#session_classificacao {
    padding: 40px 0;
}

#containerJogos {
    margin-bottom: 30px;
    margin-top: 10px;
}

#classificacaoHome {
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: 'IBM Plex Sans', sans-serif;
}

#containerJogos h2 {
	font-weight: bold;
	font-size: 35px;
	line-height: 50px;
	letter-spacing: -0.05em;
	color: #CACACA;
	width: 100%;
	text-align: center;
	margin: 20px 0 -50px 0;
}

.jogo_container {
    min-height: 390px;
    height: auto;
}

.lista_jogos_bt_url[href="javascript:void(0);"] {
    opacity: 0.1;
}


#listaJogosHome {
    overflow: hidden;
    padding: 50px 0 0 0;
    min-height: 440px;
    max-height: 468px;
}

#listaJogosHome ul {
	padding: 0;
	margin: 0;
	background: #00736C;
	border-radius: 5px;
    min-height: 390px;
}

#listaJogosHome ul .seta_esquerda {
	position: absolute;
    top: calc(50% - 15px);
    left: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

#listaJogosHome ul .seta_direita {
	position: absolute;
    top: calc(50% - 15px);
    right: 25px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

#listaJogosHome ul i.slick-disabled {
	opacity: 0.2;
}

#listaJogosHome ul {
	outline: none!important;
}

#listaJogosHome ul .slick-list {
	overflow: inherit;
}

#listaJogosHome ul .dadosJogo {
	display: inline-block;
    width: 100%;
    padding: 0 65px;
}

#listaJogosHome ul .dadosJogo .time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#listaJogosHome ul .dadosJogo .time img {
	margin-top: -30px;
}

#listaJogosHome ul .dadosJogo .time p {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
    height: 50px;
    text-align: center;
	color: #fff;
	margin: 20px 0 0 0;
}

#listaJogosHome ul .dadosJogo .time span {
	font-style: normal;
	font-weight: bold;
	font-size: 64px;
	line-height: 83px;
	color: #fff;
	margin: 0;
}

#listaJogosHome ul .dadosJogo .dados {
	text-align: center;
	padding: 0!important;
}

#listaJogosHome ul .dadosJogo .dados figure {
	text-align: center;
	margin: 87px 0 20px 0;
}

#listaJogosHome ul .dadosJogo .dados figure img {
	display: inline-block;
}

#listaJogosHome ul .dadosJogo .dados .data {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	color: #F8D22C;
}

#listaJogosHome ul .dadosJogo .dados .campeonato {
	font-weight: normal;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	color: #FFFFFF;
    min-height: 49px;
}




#listaJogosHome ul .botoesJogo {
	padding: 20px;
	border-top: 1px solid #005C56;
	text-align: center;
	margin: 20px 0 0 0;
}

#listaJogosHome ul .botoesJogo a {
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
	color: #dddddd5e;
	border: solid 1px #dddddd5e;
	padding: 10px;
	border-radius: 20px;
	margin: 0 5px;
	display: inline-block;
	width: 170px;
	text-decoration: none;
}

#listaJogosHome ul .botoesJogo a:visited,#listaJogosHome ul .botoesJogo a:link, #listaJogosHome ul .botoesJogo a:hover {
	color: #dddddd5e;
	border: solid 1px #dddddd5e;
}

#listaJogosHome ul .botoesJogo a:not([data-href='']) {
	color: #fff;
	border: solid 1px #fff;
}

#listaJogosHome ul .botoesJogo  a:not([data-href='']):visited,#listaJogosHome ul .botoesJogo  a:not([data-href='']):link, #listaJogosHome ul .botoesJogo  a:not([data-href='']):hover {
	color: #fff;
	border: solid 1px #fff;
}



.campeonatom {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #FFFFFF;
    min-height: 36px;
    margin: 0;
}

.dadosjogom {
    padding: 0 !important;
}

.botoesjogom {
width: auto !important;
    font-size: 12px !important;
    padding: 10px !important;
}

#listaJogosHome ul .botoesJogo a.sejaSocio {
	color: #F8D22C;
	border-color: #F8D22C;
}


.carousel-indicators {
    bottom: 0 !important;
    margin-bottom: 0 !important;
}

.item_carousel{
    height: 45vw;
    min-height: 45vw;
    overflow: hidden;
    max-height: calc(100vh - 120px);
}

.gravata_vitrine {
    position: absolute; 
    bottom: 68px; 
    left: 77px;
    max-width: calc(100vw - 40px);
    overflow: hidden;
}

.item_carousel h2 {
    font-size: 40px;
    font-weight: bold;
}

.item_carousel h3 {
    font-size: 16px;
    margin-bottom: 20px;
}

.item_carousel h4 {
    font-size: 10px;
}


.item_carousel_img{
    width: 100vw;
    /*max-height: 42.40837696335079vw;*/
    height: auto;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    /*border: none;*/
    background-color: #f7f7f7;
    border: 1px solid #9d9d9d;
    margin: 0 2px;

}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #00736C;
    border: 1px solid #00736C;
}

/* Lista Destaques */

#listaDestaquesHome {
	margin-bottom: 25px;
}

#listaDestaquesHome .listaDestaquesHomeInterno {
	padding: 20px 5px 0 5px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	/*margin: 0 15px;*/
    width: 100%;
    min-height: 700px;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item {
	margin-bottom: 20px;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item figure {
    max-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 10px;	
}

#listaDestaquesHome .listaDestaquesHomeInterno .item img {
	border-radius: 5px;
	width: 100%;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	float: left;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item p {
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin: 10px 0;
	width: 100%;
	display: inline-block;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item span {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #ACACAC;
}

#listaDestaquesHome .listaDestaquesHomeInterno .item .titulo {
/*    height: 30px;
    display: inline-block;*/
}

#listaDestaquesHome .listaDestaquesHomeInterno .item .gravata {
/*    height: 50px;
    display: inline-block;*/
}



/*************************************
Classificação
**************************************/

#classificacaoTime {
	margin: 0;
}

#classificacaoTime h2 {
	font-weight: bold;
    font-size: 35px;
    line-height: 50px;
    letter-spacing: -0.05em;
    color: #CACACA;
    width: 100%;
    text-align: center;
    margin: 20px 0 0px 0;
}

#classificacaoTime .tabelaContainer {
	border-radius: 5px;
	background: #00736C;
    min-height: 390px;
}

#classificacaoTime .tabelaContainer p {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	border-bottom: 1px solid #005C56;
	padding: 15px 0;
	margin: 0;
}

#classificacaoTime .tabelaContainer table {
	width: 100%;
}

#classificacaoTime .tabelaContainer table tr.bg td {
	background: rgba(0, 92, 86, 0.6);
}

#classificacaoTime .tabelaContainer table tr th {
	padding: 5px 0;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
}

#classificacaoTime .tabelaContainer table tr th.alignLeft {
	text-align: left;
}

#classificacaoTime .tabelaContainer table tr td {
	padding: 5px 0;
	color: #fff;
	font-size: 13px;
}

#classificacaoTime .tabelaContainer table tr.active td {
	color: #F8D22C;
	font-weight: bold;
}

#classificacaoTime .tabelaContainer a {
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #005C56;
	padding: 15px 0;
	display: inline-block;
	width: 100%;
	border-radius: 0 0 5px 5px;
}

#classificacaoTime .tabelaContainer a:hover {
	background: #005C56;
}


/* Destaque Principal*/

#destaquePrincipal {
	margin: 0px auto 20px auto;
}

#destaquePrincipal h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 80%;
	letter-spacing: -0.05em;
	color: #005C56;
	margin: 0 0 20px 0;
}

#destaquePrincipal .destaquePrincipalInterno {
	padding: 20px 5px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	/*margin: 0 15px;*/
    width: 100%;
    min-height: 200px;
}

#destaquePrincipal .destaquePrincipalInterno img {
	border-radius: 5px;
    width: 100% !important;
}

#destaquePrincipal .destaquePrincipalInterno h2 {
	font-weight: bold;
	font-size: 34px;
	line-height: 46px;
	color: #000000;
	margin: 100px 0 0 0;
	float: left;
}

#destaquePrincipal .destaquePrincipalInterno p {
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
}

#destaquePrincipal .destaquePrincipalInterno span {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #ACACAC;
}


/* Destaque Principal - TV Coxa */

#destaquePrincipalTVCoxa {
	margin: 0px auto 20px auto;
}

#destaquePrincipalTVCoxa h2 {
	font-weight: bold;
	font-size: 18px;
	line-height: 80%;
	letter-spacing: -0.05em;
	color: #005C56;
	margin: 0 0 20px 0;
}

#destaquePrincipalTVCoxa .destaquePrincipalInterno {
	padding: 20px 5px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	/*margin: 0 15px;*/
    width: 100%;
	overflow: hidden;
}

#destaquePrincipalTVCoxa .destaquePrincipalInterno .video iframe {
/*	height: 400px;
	width: 100%;*/
	border-radius: 5px;
}

#destaquePrincipalTVCoxa .destaquePrincipalInterno h2 {
	font-weight: bold;
	font-size: 34px;
	line-height: 46px;
	color: #000000;
	margin: 0 0 0 0;
	float: left;
	width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;	
}

#destaquePrincipalTVCoxa .destaquePrincipalInterno p {
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #000000;
	margin: 20px 0;
	width: 100%;
	display: inline-block;
}

#destaquePrincipalTVCoxa .destaquePrincipalInterno span {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #ACACAC;
}

/* Lista Destaques */

#listaDestaquesHomeTVCoxa {
	margin-bottom: 35px;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno {
	padding: 20px 5px 0 5px;
	background: #fff;
	border-radius: 5px;
	display: inline-block;
	/*margin: 0 15px;*/
    width: 100%;
    min-height: 200px;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item {
	margin-bottom: 20px;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item img {
	border-radius: 5px;
	margin-bottom: 15px;
	cursor: pointer;
	width: 100%;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	margin: 0;
	float: left;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item p {
	font-weight: normal;
	font-size: 13px;
	line-height: 150%;
	color: #000000;
	margin: 10px 0;
	width: 100%;
	display: inline-block;
}

#listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item span {
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #ACACAC;
}

#container_elenco {
    margin-bottom: 30px;
}

#containerElenco h2 {
    font-weight: bold;
    font-size: 18px;
    line-height: 80%;
    letter-spacing: -0.05em;
    color: #005C56;
    margin: 0 0 0 0;
}



#listaElencoHome {
    overflow: hidden;
    padding-left: 20px;
    max-height: 375px;
}


#listaElencoHome ul {
	padding: 0;
	margin: 0;
    max-height: 375px;
}

#listaElencoHome ul .seta_esquerda {
	position: absolute;
    top: calc(50% - 15px);
    left: -15px;
    font-size: 30px;
    color: #005C56;
    cursor: pointer;
    z-index: 99;
}

#listaElencoHome ul .seta_direita {
	position: absolute;
    top: calc(50% - 15px);
    right: 25px;
    font-size: 30px;
    color: #005C56;
    cursor: pointer;
    z-index: 99;
}

#listaElencoHome ul i.slick-disabled {
	opacity: 0.2;
}

#listaElencoHome ul {
	outline: none!important;
}

#listaElencoHome ul .slick-list {
	overflow: inherit;
}

.img_home_elenco{
    padding: 0;
}

/*************************************
Newsletter
**************************************/

#newletterHome {
	border-top: 1px solid #CACACA;
	border-bottom: 1px solid #CACACA;
	margin: 50px;
	padding: 20px;
}

#newletterHome .texto i {
	color: #00736C;
	font-size: 26px;
}

#newletterHome .texto p {
	font-weight: bold;
	font-size: 18px;
	line-height: 80%;
	letter-spacing: -0.05em;
	color: #005C56;
	margin: 30px 0 15px 0;
}

#newletterHome .texto span {
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #3D4248;
}

#newletterHome .campos input {
	background: #FFFFFF;
	border: 1px solid #DADADA;
	border-radius: 5px;
	width: 100%;
	color: #3D4248;
	padding: 10px;
	margin-bottom: 7px;
}

#newletterHome .campos input:last-child {
	margin: 0;
}

#newletterHome .botao input {
	width: 100%;
    background: none;
    border: solid 1px #000;
    padding: 10px;
    border-radius: 20px;
    color: #000;
    font-weight: bold;
    margin: 50px 0 0 0;
}


/*************************************
Patrocinadores e Apoiadores
**************************************/

#patrocinadores_novo {
	background: #3D4248;
	padding: 50px 0 30px 0;
}

#patrocinadores_novo p {
	width: 100%;
	font-weight: bold;
	color: #fff;
	text-align: right;
	font-size: 16px;
}

#patrocinadores_novo .lista:first-child {
	margin-bottom: 50px;
	display: inline-block;
	width: 100%;
}



@media screen and (max-width: 992px) {

    .container {
         width: 100% !important;
         max-width: none;
    }

    #container_jogos_classificacao {
        display: inline-block;
    }

    .col-imagem {
        padding:0;
    }

    #listaJogosHome ul .dadosJogo .dados .data {
        font-size: 14px;
    }

    #listaJogosHome ul .seta_esquerda {
        left: 5px;
    }

    #listaJogosHome ul .seta_direita {
        right: 5px;
    }

    #patrocinadores_novo p {
        text-align: center;

    }

	#containerJogos h2 {
		font-size: 30px;
	}

	#classificacaoTime h2 {
		font-size: 30px;
        line-height: 35px;
	}

    #containerJogos {
        margin-bottom: 0;
        margin-top: 15px;
    }

    #containerJogos h2 {
        margin: 0 0 -50px 0;
    }

    #containerJogos h2 {
        line-height: 35px;
        font-size: 30px;
    }

    #classificacaoHome {
        margin-top: 0;
    }

    #classificacaoTime .tabelaContainer {
        border-radius: 5px;
    }

    .jogo_container {
        min-height: 200px;
    }

    #listaJogosHome ul .dadosJogo {
        padding: 0;
    }

    #listaJogosHome ul .botoesJogo a {
        width: auto;
    }


    #listaJogosHome ul .dadosJogo .dados figure {
        text-align: center;
        margin: 20px 0 20px 0;
    }

    #listaJogosHome ul .dadosJogo .time p {
        margin: 5px 0 0 0;
        height: 30px;
    }

    #listaJogosHome {
        overflow: hidden;
        padding: 50px 0 0 0;
        min-height: 320px;
    }

    #listaJogosHome ul {
        padding: 0;
        margin: 0;
        background: #00736C;
        border-radius: 5px;
        min-height: 270px;
    }

    #listaJogosHome ul .dadosJogo  .campeonato {
        font-weight: normal;
        font-size: 13px;
        line-height: 18px;
        text-align: center;
        color: #FFFFFF;
        min-height: 36px;
        margin: 0;
    }

    #listaJogosHome ul .botoesJogo {
        padding: 10px;
        border-top: 1px solid #005C56;
        text-align: center;
        margin: 0;
    }

    #listaElencoHome {
        padding-left: 0px;
    }

    #listaElencoHome ul .seta_esquerda {
        top: calc(50% - 5px);
        font-size: 20px;
        left: 0px;
    }

    #listaElencoHome ul .seta_direita {
        top: calc(50% - 5px);
        font-size: 20px;
        right: 0px;
    }

    .img_home_elenco{
        padding: 0 10px;
    }

	#newletterHome {
		margin: 10px 0;
		padding: 20px 0px;
		text-align: center;
	}

	#newletterHome .texto p {
		margin: 15px 0 15px 0;
	}

	#newletterHome .texto span {
		margin-bottom: 20px;
    	display: inline-block;
	}

	#newletterHome .botao input {
		margin: 15px 0 0 0;
	}

    #destaquePrincipal .destaquePrincipalInterno h2 {
        margin: 10px 0 0 0;
    }

    #destaquePrincipal {
        margin: 0px auto 0px auto;
    }

    #destaquePrincipal .destaquePrincipalInterno {
        border-radius: 5px 5px 0 0;
        border-bottom: 1px solid #ccc;
        padding: 0px 0px 15px 0;

    }

    #listaDestaquesHome .listaDestaquesHomeInterno {
        border-radius: 0 0 5px 5px;
        min-height: 0;
        overflow: hidden;
        height: auto;
    }

    #listaDestaquesHome .listaDestaquesHomeInterno .item {
        margin-bottom: 20px;
        padding-right: 10px;
    }

    #listaDestaquesHome .listaDestaquesHomeInterno .item h2 {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    #destaquePrincipal .destaquePrincipalInterno p {
        line-height: 16px;
        margin: 10px 0;
    }

    #destaquePrincipal .destaquePrincipalInterno h2 {
        font-size: 18px;
        line-height: 18px;
    }

    #listaDestaquesHome {
        margin-bottom: 20px;
    }

    #destaquePrincipalTVCoxa {
        margin: 20px auto 0px auto;

    }

    #destaquePrincipalTVCoxa .destaquePrincipalInterno {
        padding: 20px 0 5px 0;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid #ccc;
    }

    #listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno {
        padding: 10px 5px 0 5px;
        border-radius: 0 0 10px 10px;
        min-height: 0px;
    }

    #destaquePrincipalTVCoxa .destaquePrincipalInterno .video iframe {
        /*height: auto;*/
    }

    #destaquePrincipalTVCoxa .destaquePrincipalInterno h2 {
        margin: 0;
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
        margin-top: 5px;

    }

    #destaquePrincipalTVCoxa .destaquePrincipalInterno p {
        font-size: 14px;
        line-height: 14px;
        margin: 5px 0;
    }

    #listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item {
        margin-bottom: 0px;
        padding-right: 10px;
    }

    #listaDestaquesHomeTVCoxa .listaDestaquesHomeInterno .item h2 {
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        margin: 0;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .gravata_vitrine {
        bottom: 00px; 
        left: 10px;
        max-width: calc(100vw - 20px);
    }

    #vitrinePrincipalNova {
        height: 66.666666666667vw;
    }

    #vitrinePrincipalNova #imagensPrincipais {
         height: 66.666666666667vw;
    }

    .item_carousel{
        height: 66.666666666667vw;
        min-height: 66.666666666667vw;
    }

    .item_carousel h2 {
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 16px;
        font-weight: bold;
    }

    .item_carousel h3 {
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 12px;
        margin: 0;
        margin-top: 5px;
    }

    .item_carousel h4 {
        font-family: 'IBM Plex Sans', sans-serif;
        font-size: 8px;
        margin-top: 5px;
    }

}

@media screen and (max-width: 768px) {

    .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .carousel-indicators .active {
        width: 10px;
        height: 10px;
    }



}

.slick-slide {
    height: auto;
}

.carousel-control {
    width: 30px;
    color: rgba(255, 255, 255, 0.43) !important;
}


#menu_mobile {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    display: none;
    border-bottom: 1px solid #E5E5E5;
    align-items: center;
    justify-content: space-between;
    padding: 0 2px;
    background: white;
}

#menu_titulo_mobile {
    position: absolute;
    top: 04px;
    height: 55px;
    line-height: 55px;
    left: 55px;
    font-size: 16px;
	font-weight: bold;
}


#menu_mobile_secundario {
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu_mobile .fa {
    font-size: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#menu_mobile_ingressos {
    transform: rotate(-45deg);
    background: #f8d22c;
}

#menu_mobile_seja_socio {
    color: #00736C;
}

#menu_mobile_usuario {
    background: #00736C;
    color: white;
}

#menu_mobile_bars {
    color: #00736C;
}

#menu_mobile a, #menu_mobile a:hover {
    height: auto;
    padding: 1px;
    color: #333;
}

#menu_mobile img {
    max-height: 100%;
}

#containerMenuMobile {
	display: none;
}


@media screen and (max-width: 992px) {

    body {
        padding-top: 60px !important;
    }

    #menu_desk{
        display: none;
    }

    #menu_mobile {
        display: flex;
    }

}

@media screen and (max-width: 940px) {

	/* Container Menu Mobile */
	#containerMenuMobile {
		display: block;
		position: fixed;
		top: 0;
		left: -120%;
		width: 100%;
		bottom: 0;
		background: #00736C;
		z-index: 99999999999;
		overflow: auto;
		transition: all 0.3s linear 0s;
	}

	#containerMenuMobile span {
		float: right;
		font-size: 24px;
		color: #fff;
		margin: 0 15px 5px 0;
	}

	#containerMenuMobile p {
		width: 100%;
		padding: 15px 0 15px 40px;
		margin: 0;
		display: inline-block;
		font-weight: bold;
		font-size: 16px;
		line-height: 15px;
		color: #164A47;
		border-top: solid 1px rgba(0, 0, 0, 0.2);
		border-bottom: solid 1px rgba(0, 0, 0, 0.2);
	}

	#containerMenuMobile ul {
		padding: 20px;
	}

	#containerMenuMobile ul li {
		padding: 10px 10px 10px 20px;
		list-style: none;
		border-bottom: solid 1px #0c7a73;
	}

	#containerMenuMobile ul li:last-child {
		border: 0;
	}

	#containerMenuMobile ul li a {
		color: #fff;
		display: inline-block;
		font-size: 18px;
		width: 100%;
	}

	#containerMenuMobile ul li a i {
		float: right;
		color: #ACACAC;
		margin: 4px 0 0 0;
        font-size: 18px;

	}

	#containerMenuMobile ul li ul {
		display: none;
		padding: 5px 0;
	}

	#containerMenuMobile ul li ul li {
		padding: 10px 10px 10px 20px;
	}

	#containerMenuMobile ul li ul li a {
		font-size: 14px;
    	font-weight: normal;
		color: #dfdfdf;
	}



	/* Menu Secundário */

	#menuHeaderMobile {
		float: right;
		padding: 0;
		margin: 18px 0 0 0;
	}

	#menuHeaderMobile li {
		display: inline;
		margin-left: 5px;
	}

	#menuHeaderMobile li a {
		color: #000;
		font-size: 13px;
		font-weight: bold;
		display: inline-block;
		border: 2px solid #ACACAC;
		border-radius: 20px;
		padding: 7px 9px;
	}

	#menuHeaderMobile li:last-child a {
		background: #F8D22C;
		border: 2px solid #F8D22C;
	}


	/* Menu Mobile */

	#menuPrincipal {
		display: none;
	}

	#menuSecundario {
		display: none;
	}

	#menuPrincipalMobile {
		display: block;
		float: left;
		padding: 0;
		margin: 0;
	}

	#menuPrincipalMobile li {
		list-style: none;
		display: inline-block;
		margin: 0 10px 0 0;
	}

	#menuPrincipalMobile li a {
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		color: #000000;
	}

	#hamburguerMenu {
		display: block;
		float: right;
	}

}

@media screen and (max-width: 320px) {
    #menu_titulo_mobile {
        font-size: 10px;
    }
}

.jogo_placar {
    position: relative;
}

.jogo_placar_penal_esquerda {
    font-size: 18px !important;
    position: absolute;
    bottom: 0;
    right: -20px;

}

.jogo_placar_penal_direita {
    font-size: 18px !important;
    position: absolute;
    bottom: 0;
    left: -20px;

}