*{
 color: rgb(21, 21, 21);
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 font-family: 'Times New Roman', Times, serif;
 text-align: center;
 
}

body{
 display:block
}


header{ 
 width: 100%;
 height: 70px;
 background-color: #387573;
 box-shadow: 0px 5px 20px rgb(255, 255, 255);
 padding: 10px;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}


.menu{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.menu li a{
    color: white; /*Altera a cor */
    font-size: 20px; /* Altera o tamanho da fonte*/
    display: block;
    text-decoration: none;
    padding: 10px 20px 10px 20px; /* Espaçamento entre as fontes */
    margin-left: 10px;
    border-radius: 10px;/*Cria uma Borda */
    
}

.menu li a:hover{
    color: rgb(253, 253, 254);
    display: block;
    text-decoration: none;
    margin-left: 10px;
    background-color: #4b8e8c;
}

.logo{
    width: 45px;
    height: 45px;
    border-radius: 10px;
    background-color:#387573 
}
    h2,p{
      color: rgb(255, 255, 255);
      font-size: 50px;
      text-align:center;
     margin-top: 0px;
    }

     h3,p{
      color: rgb(54, 53, 53);
      font-size: 25px;
      text-align:center;
     margin-top: 0px;

     }

     h4,p{
      color: black;
      font-size: 20px;
      text-align: end;
      margin: 0px;


     }

     img, h4{
        float: left;
     }

    
.container .item{
    flex: 1 1 350px;
    margin: 0px;
}

.container .item img{
    border-radius: 10px;
    object-fit:cover
    

}
img{
    height: 100px;
    width: 400px;
}
img, p{
    float: left;
}
.retangulo11{
position: absolute;
width: 460px;
height: 400px;
left: 390px;
top: 160px;

background: #3FBDAC;
box-shadow: -1px -1px 20px
}

.retangulo1{
    position: absolute;
width: 1100px;
height: 420px;
left: 62px;
top: 160px;

background: rgba(63, 189, 172, 0.47);
}

.retangulobranco1{
    position: absolute;
width: 623px;
height: 50px;
left: 240px;
top: 41px;

background: #FFFFFF;
}

.retangulobranco2{
    position: absolute;
width: 623px;
height: 50px;
left: 5px;
top: 115px;

background: #FFFFFF;
}

.retangulobranco3{
    position: absolute;
width: 623px;
height: 50px;
left: 5px;
top: 241px;

background: #FFFFFF;
}

.nome{
    position: absolute;
width: 946px;
height: 50px;
left: -550px;
top: -19px;

font-family: 'Katibeh';
font-style: normal;
font-weight: 400;
font-size: 64px;
line-height: 77px;

color: #000000;

}
