*{margin: 0; 
    padding: 0; 
    box-sizing: border-box; 
    font-family: "Poppins", sans-serif;}

body {
    background-color: #9A9A9A;
}    
    
#cabecalho {
    width: 100%;
    height: 15vh;
    background-color: #D9D9D9;
    display: flex;
}

#CaixaBusca {
    background-color: rgba(0, 73, 173, 60%);
    border:solid 1px;
    border-radius:15px;
    width: 800px;
    height: 5vh;
    position: relative;
    top: 30%;
    left: 15%;
}

#txtBusca{
    float:left;
    background-color:transparent;
    padding-left:5px;
    font-style:italic;
    font-size:18px;
    border:none;
    height:35px;
    width:600px;
    position: absolute;
    left: 0%;
  }

#btnBusca {
    position: absolute;
    right: 0%;
}

#Logo {
    position: absolute;
    right: 0;
}

#espacoopcoes {
    width: 100%;
    height: 8vh;
    background-color: rgba(0, 73, 173, 40%);
    display: flex;
}

.btn {
    width: 25vh;
    height: 5vh;
    background-color: #D9D9D9;
    border-radius: 5px;
    font-size: 30px;
    text-align: center;
    color: black;
    text-decoration: none;
    margin: auto;
    line-height: 5vh;
    font-weight: bold;
}

#contatoapre {width: 80%;
background-color: rgba(0, 73, 173, 40%) ;
height: 5vh;
top: 120%;
margin: auto;
margin-top: 50px;
border-radius: 5px;}

#contato2 {color: aliceblue;
font-size: 30px;
margin-left: 1%;
top: 3%;
padding: 1%;}

#quadradobranco2 {background-color: #D9D9D9;
top: 33%;
height: 50vh;
width: 80%;
position: absolute;
display: flex;
border-radius: 5px;}

#escritonome {color: black;
width: 15%;
height: 5vh;
margin-left: 7%;
margin-top: 5%;}

#quadradoazul2 {background-color: rgba(0, 73, 173, 40%);
width: 30%;
height: 5vh;
margin-left: -15%;
margin-top: 7%;
border-radius: 10px;}

#escritotelefone {color: black;
width: 15%;
height: 5vh;
margin-left: -30%;
margin-top: 15%;}

#quadradoazul3 {background-color: rgba(0, 73, 173, 40%);
    width: 30%;
    height: 5vh;
    margin-left: -15%;
    margin-top: 17%;
border-radius: 10px;}

#escritoemail {color: black;
    width: 15%;
    height: 5vh;
    margin-left: 20%;
    margin-top: 5%;}

    #quadradoazul4 {background-color: rgba(0, 73, 173, 40%);
        width: 30%;
        height: 5vh;
        margin-left:-15.5%;
        margin-top: 7%;
    border-radius: 10px;}

#escritomensagem {color: black;
    width: 15%;
    height: 5vh;
    position: absolute;
    display: flex;
    margin-left: 56.5%;
    margin-top: 15%;}

#quadradoazul5 {background-color: rgba(0, 73, 173, 40%);
    width: 30%;
    height: 5vh;
    margin-left: -30%;
    margin-top: 17%;
border-radius: 10px;}

#rodape {
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: 0%;
    background-color: rgba(0, 73, 173, 40%);
}

#Juan {
    color: white;
    font-size: 20px;
    position: absolute;
    right: 1%;
    top: 33%;
}

#rodape {
    width: 100%;
    height: 5vh;
    position: absolute;
    bottom: 0%;
    background-color: rgba(0, 73, 173, 40%);}