*{
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: "Roboto Slab", serif;
}

body{
width: 100%;
height: 100%;
color:rgb(0, 0, 0);
background-color: rgb(255, 255, 255);
background-image: url(img/fundooriginal.png);
}

header{
width: 100%;
height: 70px;
background-color: #008272;
box-shadow: 0px 5px 20px #000000;
padding: 10px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
position: fixed;
}

.logo img{
    width: 390px;
    height: 60px;
    border-radius: 10px;
}
.entrar{
    padding-top: 15px;
    padding-bottom: 10px;
    justify-content: center;
    display: flex;
    width: 400px;
    height: 270px;
    background-color: #01675bbb;
    border-radius: 10px;
    color: white;
    font-size: 20px;
}
.container{
    display:flex;
    justify-content: center;
    padding-top: 200px;
}

.container img{
    
height: 70px;
width: 70px;

}

.menu {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
.menu li a {
  color: white;
  font-size: 22px;
  display: block;
  text-decoration: none;
  padding: 10px 20px 10px 20px;
  margin-left: 20px;
  border-radius: 0px;
}
.menu li a:hover {
  border-radius: 10px;
  display: block;
  text-decoration: none;
  margin-left: 20px;
  background-color: #01675b;
}

.basico{
    color: azure;
    font-size: 18px
}

.basico:hover{
    color: rgb(126, 3, 3);
}

footer{
    width: 100%;
    height: 50px;
    background-color: #008272;
    box-shadow: 0px 5px 20px #000000;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: white;
    overflow: hidden;
    bottom: 0;
    position: absolute;
}
footer img{
    width: 130px;
    height: 30px;
}
.olecramti{
  color: white;
}

