.slogan-home {
    position: absolute;
    left: 0px;
    bottom: 1px;
    z-index: 999;
    width: 100%;
    color: #FFF;
    padding-top: 6px;
    padding-bottom: 4px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #626a72;
    background-image: url(../img/back-rodape.png);
    background-repeat: repeat;
}

.slogan-home2 {
    width: 100%;
    padding-top: 6px;
    padding-bottom: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #626a72;
    background-image: url(../img/back-rodape.png);
    background-repeat: repeat;
    z-index: 99999;
    min-height: 47px;
    background-color: #000;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: px;
    margin-left: 0px;
    text-align: right;
    bottom: 0px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

@media only screen and (max-width: 768px) {
    .slogan-home {
        position: absolute;
        left: 0px;
        bottom: 0px;
        z-index: 999;
        width: 100%;
        color: #FFF;
        padding-top: 5px;
        padding-bottom: 3px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #626a72;
        background-image: url(../img/back-rodape.png);
        background-repeat: repeat;
    }
}

.loguinho {
    position: absolute;
    right: 5px;
    bottom: 9px;
    float: right;
	z-index: 100;
}

.txt-rodape {
    color: #fff;
    font-size: 90%;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0.3em;
    padding-top: 3px;
}

@media only screen and (max-width: 768px) {
    .txt-rodape {
        color: #fff;
        font-size: 68%;
        font-family: 'Raleway', sans-serif;
        letter-spacing: 0.2em;
    }
}

.midias-rodape a {
    color: #fff;
}

.midias-rodape-interno a {
    padding-right: 2px;
}

.esconde-grd {
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

@media only screen and (max-width: 768px) {
    .esconde-grd {
        overflow: visible;
        visibility: visible;
        height: auto;
        width: auto;
    }
}

.esconde-peq {
    overflow: hidden;
    visibility: hidden;
    height: 0px;
    width: 0px;
}

@media only screen and (min-width: 768px) {
    .esconde-peq {
        overflow: visible;
        visibility: visible;
        height: auto;
        width: auto;
    }
}

.back-menu {
    background-image: url(../img/back-menu.png);
    background-repeat: repeat-x;
    background-position: top;
}

.link-menu-pc {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #999;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 35px;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.link-menu-pc2 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    color: #999;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    letter-spacing: 0.1em;
    text-decoration: none;
}


.w1170px {
    max-width: 1170px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.back-geral-marge-top {
    background-color: #000;
    margin-top: 35%;
}

@media only screen and (max-width: 768px) {
    .back-geral-marge-top {
        background-color: #000;
        margin-top: 80%;
    }
}

@media only screen and (min-width: 1600px) {
    .back-geral-marge-top {
        background-color: #000;
        margin-top: 25%;
    }
}

.alinha-midias {
    text-align: left;
    padding-top: 2px;
    margin-bottom: -5px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .alinha-midias {
        text-align: center;
        padding-top: 3px;
        padding-bottom: 5px;
    }
}

.margem-top-35 {
    margin-top: 40px;
}

.back-cimento {
    background-image: url(../img/back-quemm-somos.jpg);
    color: #000;
    padding-top: 45px;
    padding-right: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
}

.margem-down {
    margin-bottom: -55px;
}

.nome-area {
    float: right;
    margin-top: -115px;
    padding: 0px;
    margin-right: -15px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media only screen and (max-width: 528px) {
    .nome-area {
        float: right;
        margin-top: -76px;
        padding: 0px;
        margin-right: -15px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}

.box-fotos {
    border: px solid #000;
}

#linha-tabela-jogadores {
    margin-top: 15px;
    margin-bottom: 15px;
}

.box-nome {
    background-color: #000;
    width: 100%;
    padding-top: 8px;
    padding-right: 25px;
    padding-bottom: 8px;
    padding-left: 1px;
    position: absolute;
    bottom: 0px;
    float: right;
    color: #FFF;
    background: rgba(000, 000, 000, 0.5);
	text-align: center;
}
@media only screen and (max-width: 992px) {
	.box-nome {
    background-color: #000;
    width: 100%;
    padding-top: 8px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    position: absolute;
    bottom: 0px;
    float: right;
    color: #FFF;
    background: rgba(000, 000, 000, 0.5);
	text-align: center;
	max-width: 464px;
}
	}
.sem-quebra-txt {
    white-space: nowrap;
    margin: 2px;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.tab-curriculo {
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin: 2px;
    background-color: #666;
}

.tab-curriculo2 {
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    margin: 2px;
    background-color: #333;
}

.linha-videos {
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #999;
}

.txt-black {
    color: #fff;
}

.borda-video {
    padding: 0px;
    margin-top: 3px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.vert-size-video {
    height: 380px;
}

@media only screen and (max-width: 628px) {
    .vert-size-video {
        height: 280px;
    }
}

.box-noticias {
    padding: 5px;
    margin-bottom: 3px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #099;
}

h4 {
    font-weight: bold;
    color: #6e8787;
}

.fotos {
    margin-bottom: 30px;
}

.listra p {
    margin: 0;
    text-align: center;
    padding: 7px;
}

    .listra p:nth-child(odd) {
        background-color: #666;
    }

    .listra p:nth-child(even) {
        background-color: #333;
    }

.foto2 {
    position: absolute;
    width: 100%;
    padding-right: 30px;
}
.portfolio {
    position: relative;
    display: inline-block;
}
.menu-portfolio {
    display: none;
    position: absolute;
    font-weight: normal !important;
    background: #000;
    padding: 15px 0;
    margin: 7px 0;
}
.menu-portfolio li {
    list-style: none;
    display: block;
}
    .menu-portfolio li a {
        display: block;
        padding-top: 0;
        padding-bottom: 0;
		font-size: 14px;
    }
.portfolio:hover .menu-portfolio {
    display: block;
}
.nav-mobile {
    list-style: none;
}
.nav-mobile li {
    padding: 5px 0;
}
    .nav-mobile a {
        color: #9d9d9d;

    }
.overmenu:hover {
  color: #fff;
}

.overmenu.clicado {
  color: red;
}