/* Página principal*/

/* Fim Página principal*/

body {
    font-family: mont;
}


.back-to-top {
    background-size: contain;
    background: url(../img/subir_icone.png)no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    z-index: 3000
}
.img_logocor {
        margin: 0 auto !important;
		
    }

@font-face {
    font-family: mont;
    src: url(../fonts/Montserrat-ExtraLight.ttf)
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}

@font-face {
    font-family: mont;
    src: url(../fonts/Montserrat-ExtraLight.ttf)
}

@media(max-width:480px) {

    .img_logocor2 {
        margin: 0 auto !important;
        
    }
    .botao_votar{margin-bottom:20px;}


}


