p, h1, h2, h3, h4, h5, h6, span, b, strong, a, li, ul, div{
    font-family: 'Roboto', sans-serif;
}

nav.firstPage{
    background: url(images/bg_nav_desktop.png);
    height: 80px;
}

nav.firstPage img{
    position: absolute;
    max-width: 140px;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

nav.detailPage{
    padding: 0;
}

nav.detailPage img{
    width: 100%;
}

body{
    background-color: #FFF0BE;
}

h1{
    color: #D03217;
    font-size: 25px;
    margin-top: 100px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

p{
    color: #505050;
    font-size: 14px;
    text-align: center;
}

img.contain{
    width: 100%;
    margin-top: 20px;
}


#containButtons{
    margin-top: 50px;
}

#containButtons img{
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
}

#containButtons img:hover{
    opacity: .8;
}

footer{
    background: url(images/footer.png);
    height: 80px;
}

.modal-body{
    padding: 0;
}

.modal-body img{
    width: 100%;
}

.mobile{
    display: none;
}

@media (max-width: 768px) {
    .mobile{
        display: block;
    }
    .desktop{
        display: none;
    }
}

.margin-top-50{
    margin-top: 50px;
}

.box{
    background-color: #fff;
    border: 10px solid gray;
    width: 100%;
    height: 250px;
    margin: 50px 0;
}

.imgQr{
    width: 70%;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
}