/* MENU */

.logo {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px; 
}

.imagem {
  list-style: none;
  margin-left: 70px;
}

.logo {
  margin-left: 10px;
}
nav {
  display:flex;
  align-items:center;
  font-family: system-ui, -apple-system, Helvetica, Arial, sans-serif;
  background: #23232e;
  height: 8vh;
}

.list {
  list-style: none;
  display: flex;
  margin-left: 250px;
}

.list li {
  letter-spacing: 3px;
  margin-left: 25px;

}
/* Fim do Menu */

.figures {
  width: 270px;
  height: 290px;
      /*bordar da imagem tamanho da espessura estado e cor*/
  border: 5px solid #000000 ;
  margin-left: 5%;
  }

/* rodapé */

body



.foto{
width: 104px;
height: 104px;
    /*bordar da imagem tamanho da espessura estado e cor*/
margin-left: 0%;
border-radius: 50%;
}


* {
  margin: 0px;
  padding: 0px;
}

.menu ul {
  list-style-type: none;
  position: fixed;
}

.menu {
  width: 1500px;
  height: 91px;
  background-color: black;
  color: darksalmon;
  font-family: Arial;
}

.menu li a {
  padding: 30px;
  display: fixed;
  text-decoration: none;
  text-align: center;
  background-color: black;
  color: white;
}

.menu a:hover {
  background-color: white;
  color: black;
}

.menu ul li:hover ul {
  height: 420px;
  max-height: 500px;
}

.menu ul li {
  width: 150px;
  float: left;
}

.menu ul ul {
  position: fixed;
  overflow: hidden;
  max-height: 0;
}

header{
  width: 98.45%;/*tamanho do cabeçalho*/
  font-family: Arial, Helvetica, sans-serif;/*letra do cabeçalho*/
  display: flex;/*fipo do display   "Flexivel"*/
  justify-content: space-around;/*deixa os elementos divididos de forma central*/
  position: fixed;/*posição absolute*/
  top: 0;/*serve para deixar o cabeçalho em cima*/
  padding: 15px;/*margem interna do cabeçalho de 15px*/
  font-size: 20px;/*tamanho da letra*/
  color: white;/*cor da letra*/
  background-color: black;/*cor de fundo*/
  text-align: center;/*texto alinhado no centro*/
  }


div.figure{
float: left;
width: 550px;
text-align: center;
font-style: italic;
}

footer{ 
margin-left: -8px;
height: 200px;
width: 98.85%;
font-family: Arial, Helvetica, sans-serif;
display: flex;
justify-content: space-around;
position: absolute;
bottom: -10px;
padding: 15px;
font-size: 20px;
color: rgb(248, 245, 245);
background-color: black;
text-align: left;

}



div.titindx{
  text-align: center;
  color: white;

}

div.loc{

height: 200px; 
width: 400px;
}

div.redes{
height: 200px;
width: 310px;
}

div.log{
  height: 200px;
  width: 310px;
  }

.numero {
  margin-right: 179px;
  margin-top: 20px;
}
 #localizacao {
  margin-right: 10px;
  margin-top: -10px;
 }
 #telefone {
  margin-left: -15px;
  
 }

.foto1{
width: 290px; 
height: 80px;

}

.foto2{
  border-radius: 20%;
width: 280px;
height: 140px;



}

.foto3{
width: 60px;
height: 60px;
}

.foto4{
width: 60px;
height: 60px;

}

.foto5{
width: 60px;
height: 60px;
}

.foto6{
width: 40px;
height: 40px;
}

.foto7{
width: 60px;
height: 60px;
border-radius: 30%;
}

.ajuda{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  }

.leite{
  width: 260px;
height: 300px;
margin-top: 100px;

}

 /* Fim do Rodapé */

 html,
body {
  height: 100%;
}

body {
  background: #001d38;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
}

.center {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 60%;
  justify-content: center;
}

.wrapper {
  display: flex;
  grid-gap: 1em;
  overflow: hidden;
  width: 55em;
  top: 150px;

}
.wrapper > .inner {
  display: flex;
  grid-gap: 1em;
  transition: all 1s ease-in-out;
}

.card {
  border-radius: 0.5em;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5);
  
}
.card > img {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
  display: flex;
  width: 17.5em;
}
.card > .content {
  background: #0a2640;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  padding: 1em;
  text-align: center;
}
.card > .content > h1, .card > .content > h3 {
  margin: 0.35em 0;
}
.card > .content > h1 {
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
}
.card > .content > h3 {
  color: #ccc;
  font-size: 0.9rem;
  font-weight: 300;
}

.map {
  margin-top: 1em;
}
.map > button {
  all: unset;
  background: #11406c;
  cursor: pointer;
  margin: 0 0.125em;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 100%;
  height: 1em;
  width: 1em;
}
.map > button.active:after {
  background: #001d38;
  content: "";
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  border-radius: 100%;
  height: 0.5em;
  width: 0.5em;
}


