*{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;
}

#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%);
}

.quadradoazul {background-color: rgba(0, 73, 173, 40%) ;
    height: 60vh;
    width: 80%;
    position: absolute;
    top: 30%;
    left: 9%;
border-radius: 5px;}

#retangulobranco {background-color: #D9D9D9;
height: 7vh;
width: 25%;
position: absolute;
left: 35%;
top: 7%;
border-radius: 5px;}

#quemsomos {font-size: 30px;
    top: 8%;
    left: 39%;
    color: black;
    font-weight: 800;
    position: absolute;
font-family: sans-serif;}

#escrito {text-align: center;
font-size: 30px;
position: absolute;
top: 30%;
left: 15%;}