* {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  font-family: "Montserrat", sans-serif;
}

body {
  /* background-color: rgb(236, 236, 236); */
  background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}

.logo img {
  height: 6rem;
  margin: 1rem;
}

html {
  scroll-behavior: smooth;
}


header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: linear-gradient(
    0deg,
    rgba(212, 212, 212, 1) 0%,
    rgba(181, 181, 181, 1) 100%
  );
  border-radius: 0rem 0rem 1rem 1rem;
}

.resultado a {
  font-size: 1.6rem;
  text-decoration: none;
  margin: 1rem 6rem;
  padding: 2rem 6rem;
  border: 0.1rem solid rgb(6, 82, 153);
  color: rgb(6, 82, 153);
  border-radius: 0.7rem;
  font-weight: 600;
}

.resultado a:hover {
  background-color: rgb(6, 82, 153);
  color: white;
  transition: all 0.5s ease;
}

nav {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 0.2rem solid;
  border-radius: 0rem 0rem 1rem 1rem;
  border-color: #d4d4d4;
}

nav a {
  position: relative;
  text-decoration: none;
  font-size: 1.5rem;
  color: #065299;
  margin: 1rem;
  transition: color 0.3s ease, transform 0.3s ease;
  font-weight: 600;
}

nav a:hover {
  color: #0b7dd9;
  transform: scale(1.1);
}

.texto-h2 {
  font-size: 2.6rem;
  font-style: italic;
  margin: 1.5rem;
  color: #065299;
}

.setores img {
  width: 5rem;
  margin-bottom: 2rem;
}

.setores {
  display: flex;
  align-items: flex-start;
  margin-right: 2rem;
}

.card {
  flex: 1;
  background-color: rgb(6, 82, 153);
  width: 15rem;
  height: 40rem;
  display: inline-block;
  border-radius: 1rem;
  text-align: center;
  margin: 2rem 0rem 3rem 2rem;
  padding: 2.5rem;
  color: white;
  line-height: 2rem;
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: scale(1.05); /* Aumenta levemente o tamanho */
  box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.4); /* Aumenta a sombra para destacar mais */
}

.card p {
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

h3 {
  font-size: 1.5rem;
  padding-bottom: 1.5rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h3::first-letter {
  font-size: 2rem;
}

/* Inicio chamada Atendimento em Casa */

.banner-coleta {
  display: flex;
  height: 150px;
  width: 100%;
  color: white;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
}

/* Cores em blocos verticais */
.coluna {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1rem;
  text-align: center;
}

/* Lado esquerdo com 3 tons */
.lado-esquerdo {
  display: flex;
  flex-direction: row;
  width: 35%;
  background: linear-gradient(
    to right,
    #92bdd3 33.3%,
    #709db5 33.3% 66.6%,
    #4d7f99 66.6%
  );
  color: white;
  font-size: 1.8rem;
  font-style: italic;
}

.sinal-mais {
  font-size: 14rem;
  font-weight: 400;
  margin-right: 1rem;
  font-family: "Courier New", Courier, monospace;
  font-style: italic;
}

.mensagem-esquerda p {
  margin: -2rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 4rem;
}

.central {
  width: 50%;
  background-color: #3f5660;
  font-size: 5.5rem;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
}

/* WhatsApp efeito verde */
.whatsapp {
  background-color: #25d366;
  color: white;
  font-weight: 600;
  padding: 0 6px;
  border-radius: 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}

.lado-direito {
  width: 15%;
  background-color: #222d32;
}

/* Inicio das unidades */
.unidades {
  display: flex;
  justify-content: space-around;
  margin: 2rem;
  border-radius: 1rem;
}

.anobom,
.centro {
  /* Retangulo em volta das infos */
  border: 0.1rem solid;
  padding: 2rem;
  border-radius: 1rem;
  width: 60rem;
}

.anobom img {
  height: 30rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.centro img {
  height: 35rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}

.unidades .titulo {
  /* Ano Bom e Centro */
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.unidades p {
  font-size: 1.2rem;
  font-family: sans-serif;
  margin: 0.4rem;
}

.info-linha {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem; /* espaço entre os dois blocos */
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.info-linha .coluna1,
.info-linha .coluna2 {
  flex: 1;
  min-width: 10rem;
}

.info-linha .icone-local,
.info-linha .icone-telefone,
.info-linha .icone-hora,
.info-linha .icone-coleta {
  height: 3.9rem;
  width: 3.9rem;
  border-radius: 0.3rem;
}

.icone-local {
  background-color: #b14202;
}

.icone-telefone {
  background-color: #04830e;
}

.icone-hora {
  background-color: #0886ee;
}

.icone-coleta {
  background-color: #7c0303;
}
.info-linha img {
  height: 2.5rem;
  width: 2.5rem;
  padding: 0.6rem;
}

/* Etiquetas das unidades */
.etiqueta {
  font-weight: bold;
  margin-bottom: 4rem;
}

/* Informações das etiquetas das unidades */
.conteudo {
  margin-bottom: 1.2rem;
}

/* Observação quanto ao horario de almoço */
.nota {
  text-align: center;
  font-size: 0.9rem;
  color: #404040;
  font-weight: 600;
  display: block;
  margin-top: 10rem;
}

/* Inicio do footer */
footer {
  background-color: #0056b3;
}

.footer-h2 {
  color: white;
  font-size: 2.6rem;
  font-style: italic;
  margin: 1.5rem;
  padding-top: 3rem;
}

/* Pega o formulario e as unidades */
.conteiner {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 2rem;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 2rem;
}

/* Formulario */
.form-flutuante {
  background-color: rgb(250, 250, 250);
  max-width: 50rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.05);
  width: 30rem;
  margin-left: -12rem;
}

.campo {
  position: relative;
  margin-bottom: 10px;
}

.campo input,
.campo textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #ccc;
  background: transparent;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  outline: none;
  color: #333;
}

.campo label {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 16px;
  color: #999;
  pointer-events: none;
  transition: 0.2s ease all;
}

/* Quando o campo está em foco ou com conteúdo digitado */
.campo input:focus + label,
.campo input:not(:placeholder-shown) + label,
.campo textarea:focus + label,
.campo textarea:not(:placeholder-shown) + label {
  top: -12px;
  font-size: 13px;
  color: #007bff;
}

.form-flutuante button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 12px;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.form-flutuante button:hover {
  background-color: #0056b3;
}

/* Inicio das unidades */
.unidade-footer {
  flex: 1;
  max-width: 400px;
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2rem;
  border: 1rem solid;
}
.unidade-h2 {
  color: white;
  font-size: 2.2rem;
  font-style: italic;
}

h4 {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-decoration-line: underline;
}

.unit,
.email {
  display: flex;
  align-items: flex-start;
}

.unidade-footer p,
.unidade-footer b {
  font-size: 1.4rem;
  font-family: "Segoe UI", sans-serif;
}

.footer-creditos {
  background-color: white;
  position: flex;
  text-align: center;
  align-items: center;
  font-size: 2rem;
  color: #404040;
}

/* Inicio do botão whatsapp */
.whatsapp-float {
  position: fixed;
  width: 13rem;
  height: 5rem;
  bottom: 1rem;
  right: 1rem;
  z-index: 100;
  background-color: #25d366;
  border-radius: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: first center;
  justify-content: center;
  font-size: 1.5rem;
  text-decoration: none;
  color: white;
}

.whatsapp-float img {
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
}

.whatsapp-float:hover {
  background-color: #1ebc5a;
}
