body {
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#E0E0EE;
}

#div-titulo {
    background: rgb(245, 231, 39);
    width: 100%;
    height: 90px;
    position: sticky;
    top:0;
}
#div-titulo img {
    width: auto;
    height: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.div-sombra {
    background: #fff !important;
    -webkit-box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 5px 7px 15px -5px rgba(0,0,0,0.75);
    border-radius: 15px;
    display: flex;
}

.div-formato {
    margin-top: 15px;
    border-radius: 5px;
    background: coral;
    padding-left: 30px;
    display: block;
    padding-bottom: 10px;
    padding-right: 30px;
}
.div-formato .titulo span{
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: bold;
    color:#D31731;
    border-bottom: 1px solid rgba(73, 85, 97,0.5);
    height: 40px;
    width: 97%;
    background: #ffffff;
    display: flex;
}

label {
    font-weight: bold;
}

.div-top {
    margin-top: -8px;
}

@media screen and (max-width: 600px){
    #filainfo {
        display: none;
    }
}