body{
    background-color: #000;
    color: #fff;
    font-size: 1.1rem;
}

a{
    color: #fff;
}
a:hover{
    color: #EFE649;
}

button{
    color: #fff !important;
    text-shadow: 4px 4px #000;
}

h1,h2,h3 {
    color: #fff;
    text-shadow: 2px 2px #FF7100;
}

hr{
    border-bottom-style: solid;
    border-color:#353535;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/banner1_topo.jpg");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-shadow: 4px 4px #000;
}

#empresa{
    font-family: 'Dancing Script';
    font-size: 5rem;
}

#menu {
    font-family: 'Libre Baskerville';
}

#logo{
    border-radius: 50%;
}
.img-redonda{
    border-radius: 50%;
}

.img-titulo{
    max-width: 330px;
    border-radius: 16px;
    text-shadow: 4px 4px #000;
}

#lista li{
    padding-bottom: 5px;
}
#lista-desq-semanal {
    list-style-type:none;
    color: #ffc107!important;
    padding-bottom: 3px;
}