@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #242424;
  background: #f0f0f5;
  -webkit-font-smoothing: antialiased;
}

input,
button,
textarea {
  font: 400 18px Roboto, sans-serif;
}

/* button {
 cursor: pointer;
} */

a {
  text-decoration: none;
  color: #3b3b3b;
}

/* a:hover {
  color: #F27D8E;
  transition: 0.3s;
}  */

ul {
  list-style-type: none;
}
*/ header {
  background: #f0f0f5;
  box-shadow: 0px 72px 126px rgba(0, 0, 0, 0.07),
    0px 26.2812px 45.9921px rgba(0, 0, 0, 0.0482987),
    0px 12.759px 22.3283px rgba(0, 0, 0, 0.0389404),
    0px 6.25471px 10.9457px rgba(0, 0, 0, 0.0310596),
    0px 2.47312px 4.32796px rgba(0, 0, 0, 0.0217013);
  height: 120px;
}

header .img-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

header img {
  text-align: center;
  margin: auto;
}

.container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.ola-container .ola-texto {
  padding-right: 18px;
}

.ola-container {
  padding: 20px 0px 10px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 36px;
  font-weight: 700;
  color: #3b3b3b;
}

.ola-container img {
  -webkit-animation: rotate 1.8s ease-in-out infinite;
  -moz-animation: rotate 1.8s ease-in-out infinite;
  animation: rotate 1.8s ease-in-out infinite;
  transform-origin: bottom right;
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(10deg);
  }

  50% {
    -moz-transform: rotate(-10deg);
  }

  100% {
    -moz-transform: rotate(10deg);
  }
}
@-webkit-keyframes rotate {
  0%{
    -webkit-transform: rotate(10deg);
  }

  50%{
    -webkit-transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
  }
}
@keyframes rotate {
  0%{
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }

  50%{
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
  }
}

.bem-vindo {
  display: inline;
  margin-top: 15px;
  font-weight: bold;
  font-size: 36px;
  line-height: 60px;
  background-color: #35cb5f;
  color: #242424;
}

.texto-bem-vindo {
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  color: #242424;
  padding-top: 30px;
}

.padaria {
  padding: 22px 0 32px 0;
}

.contato-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}

.padaria .contato {
  margin-top: 22px;
  padding: 15px 22px 15px 22px;
  background: #f1bf98;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.18);
  border-radius: 8px;
  max-width: 200px;
}

.nome-padaria {
  font-weight: bold;
}

.padaria .titulo {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #3b3b3b;
}

.grupo-padaria {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.grupo-padaria img {
  padding-right: 8px;
}

.grupo-padaria:first-child {
  padding-bottom: 8px;
}

.obs {
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;

  color: #3b3b3b;
}

.time {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 4rem;
}

.time-titulo {
  padding-top: 27px;
  font-weight: bold;
  font-size: 24px;
  line-height: 27px;
  color: #3b3b3b;
}

.membro {
  margin: 20px auto 20px auto;
  max-width: 250px;
  filter: drop-shadow(0px 100px 80px rgba(0, 0, 0, 0.07))
    drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198))
    drop-shadow(0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275))
    drop-shadow(0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035))
    drop-shadow(0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725))
    drop-shadow(0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802));
}

.membro img {
  max-width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}

.sobre {
  margin-top: -10px;
  padding: 12px;
  text-align: center;
  background-color: #35cb5f;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.membro .nome {
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  color: #3b3b3b;
}

.membro .cargo {
  font-size: 16px;
  line-height: 21px;
  color: #242424;
}

@media (max-width: 820px) {
  .container {
    max-width: 800px;
    margin-left: 24px;
    margin-right: 24px;
  }

  /* .membro img,  */
  .membro {
    max-width: 200px;
  }

  .time {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 675px) {
  .time {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 453px) {
  .sobre .nome {
    font-size: 14px;
  }

  .sobre .cargo {
    font-size: 13px;
  }

  .contato {
    width: 100%;
    max-width: none !important;
  }

  .contato div {
    justify-content: center;
  }

  .contato-container {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}

.ger-mkt-min {
  display: none;
}

@media (max-width: 379px) {
  .sobre .nome {
    line-height: 1.1;
    padding-bottom: 0;
    font-size: 12px;
  }

  .sobre .cargo {
    font-size: 11px;
  }

  .contato-container {
    flex-direction: column;
    gap: 10px;
    justify-content: center;
  }
}

@media (max-width: 405px) {
  .ger-mkt-min {
    display: unset;
  }

  .ger-mkt {
    display: none;
  }
}
