

body{
    background: url(../img/fundo-febre.png) no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
}


.texto{
    font-size: 30px;
    font-family: 'Poppins', sans-serif;
}


.conteudo{
    position: absolute;
    bottom: 0px;
    padding: 30px;
    margin: auto;
    width: 100%;
}

@media (max-width: 968px){
    
    .conteudo{
        position: relative;
        padding: 20px; margin: auto;
    }
    .texto{
        position: relative !important;
    }

    .texto{
        font-size: 20px;
    }

    .logo{
        background: rgba(255,255,255,0.5);
        padding: 20px;
    }

}