@charset "utf-8";

/* CSS Document */

.custom-logo {
    width: 160px;
    height: 54px;
}

.titulo-seccoes {
    font-size: 20px !important;
    text-align: left;
    margin-left: 2.6%;
    margin-bottom: -25px;
}

.join {
    color: #F2E8E8 !important;
    background-color: #fff !important
}

.call-to-action {
    color: #000;
}

.status-jogo {
    color: #F2E8E8 !important;
    font-size: 10px !important;
    text-transform: uppercase !important;
}

h5 {
    padding-left: 5px;
    color: #333 !important;
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

h5:hover {
    color: #333 !important;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
}

.seccao-margem-top {
    margin-top: 70px;
}


/****efeitos para caixa de noticias diaspora****/

.caixa-noticia {
    background-color: #fff !important;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.caixa-noticia img {
    overflow: hidden;
    position: relative;
}

.caixa-noticia .name,
.date {
    margin-left: 5px;
    margin-right: 5px;
}

.caixa-noticia p {
    border-radius: 4px;
    border-top: none !important;
    color: #a5a4a4;
    padding: 5px;
}

.caixa-noticia img {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.caixa-noticia:hover img,
.caixa-noticia:active img,
.caixa-noticia:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/**** fim efeitos para caixa de noticias diaspora****/


/**estilo botões**/

.btn-newsletter {
    text-align: center;
    vertical-align: middle;
    background-color: #761B1B !important;
    border: none !important;
    color: #fff !important;
    margin-left: 5px;
    margin-top: 2px;
}

.btn-newsletter:hover {
    background-color: #fff !important;
    border: none !important;
    color: #000 !important;
}

.sidebar-tabela-direita {
    /*background: url(../images/soccer/main-slider.jpg) no-repeat;*/
    /*background-size: cover*/
    background-color: #340C0C !important;
}


/*LIGHT BOX CUSTOM*/

#html5-watermark {
    display: none !important;
}


/*END LIGHT BOX CUSTOM*/


/*SOUND CLOUD CUSTOM*/

.sc-button-small.sc-button-follow:not(.sc-button-stretch-icon) {
    background-color: #340C0C !important;
    color: #656667 !important;
    border-color: #656667 !important;
}


/*END SOUND CLOUD CUSTOM*/


/**FilipeMeia infotitulos cards**/
.staff-item .info-news {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40%;
    bottom: 0;
    text-align: left;
    width: 120%;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(90deg,#000000 0,#860711 100%);
    opacity: 0.8;
    color: #fff;
    font-size: 70%;
    margin-left: -5px;
    font-weight: 700;
    border-top-right-radius: 200px;
}

.staff-item .info-audio {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50%;
    bottom: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(90deg,#000000 0,#860711 100%);
    opacity: 0.8;
    color: #fff;
    font-size: 70%;
    margin-left: -30px;
    font-weight: 700;
    border-top-right-radius: 200px;
}


.staff-item .info-foto {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50%;
    bottom: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(90deg,#000000 0,#860711 100%);
    opacity: 0.8;
    color: #fff;
    font-size: 70%;
    margin-left: -30px;
    font-weight: 700;
    border-top-right-radius: 200px;
}


.staff-item .info-video {
    padding: 6px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50%;
    bottom: 0;
    text-align: left;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    background: linear-gradient(90deg,#000000 0,#860711 100%);
    opacity: 0.8;
    color: #fff;
    font-size: 70%;
    margin-left: -30px;
    font-weight: 700;
    border-top-right-radius: 200px;
}


#direction {
    margin-top: -120px !important;
    background-color: #333333 !important;
    color: #dcd9d9 !important;
    border-radius: 50% !important;
    padding: 6px !important;
    position: absolute !important;
    right: -43px !important;
    top: 124px !important;
    transform: translate(-50%) !important;
    display: inline-block !important;
    border: 1px solid #dcd9d9 !important;
}

/**Muda formato dos botes dos slides**/
.MultiCarousel .leftLst, .MultiCarousel .rightLst {
    position: absolute;
    border-radius: 20% !important;
    top: calc(50% - 20px);
}


.post-text p img{
	width: 300px !important;
	height: 150px !important;
	border-radius: 2% !important;

}
