#background-guia{
    position: relative;
    background: #273564;
    width: 100%;
    height: 300px;
    max-width: 2600px;
    max-height: 500px;
    margin: 0px auto;
    padding: 0;
    padding-top: 10px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
.Titulo-do-guia{
    font-size: 160%;
    font-family: Helvetica;
    font-weight: 2pt;
    color: #ffffff;
    line-height: 100%;
}
#txtBusca{
    float:left;
    background-color: transparent;
    padding-left:5px;
    font-size:16px;
    border-radius:30px;
    border-color: transparent;
    height:100%;
    width:80%;
}
#btnBusca{
    float:right;
    cursor:pointer;
    height:60px;
    width:20%;
}
#guiadebusca img{
    position:relative;
}

#guiadebusca{
    background: #ffffff;
    border:solid 5px #273564;
    border-radius:20px;
    height:60px;
    width:85%;
}
.empresa{
    text-align: center;
    width: 85%;
    height: 30px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1.0em;
    overflow: hidden;
    display:none;
}
.empresa a{
    color: white;
}
#list{
    background-color: #273564;
}
.empresa:hover{
    background-color: #ffffff;
    transition: 0.5s;
}
.empresa:hover, .empresa a:hover{
    color: #273564;
}