@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');

body {
    background-image: url("../images/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

.dias {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}

.horario {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}



a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #b68150;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}


a:hover {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #b68150;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}





.contactos {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
}


@media only screen and (min-width: 601px) {
 
    .rodape {
        position: fixed;
        bottom: 30px;
        width: 100%;
    }
    
    .fb_ico {
        position: fixed;
        bottom: 30px;
        width: 100%;
    }
}

@media only screen and (max-width: 600px) {
 
    .rodape {
        margin-top: 50px;
        bottom: 30px;
        width: 100%;
    }
    
    .fb_ico {
        
    }
}

