@charset "UTF-8";
* {
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.banner {
  padding: 5% 10%;
  min-height: 100vh;
  background: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.banner .chamada {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 65%;
}
.banner .chamada img.logoLar {
  width: 32%;
  margin: 0 0 1rem;
}
.banner .chamada img.logoLeito {
  width: 68%;
}
.banner .chamada h1 {
  color: #fff;
  font-size: 2.5rem;
  padding: 0.5rem 1rem;
  margin: 0 0 0.25rem;
  font-weight: 200;
  line-height: 1;
  text-transform: uppercase;
}
.banner .chamada h1 span {
  font-weight: 700;
}
.banner .chamada h1.green {
  background-color: #76c58c;
}
.banner .chamada h1.green2 {
  background-color: #529a9b;
  margin-left: 15%;
}
.banner .links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2.5rem;
  border-radius: 1.5rem;
}
.banner .links h2 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #173435;
  margin: 0;
}
.banner .links a {
  font-size: 1.1rem;
  padding: 0.65rem 0;
  margin: 1rem 0 0;
  border-radius: 0.5rem;
  width: 100%;
  font-weight: 600;
  text-align: center;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
.banner .links a.yellow {
  background-color: #ffb01c;
}
.banner .links a.purple {
  background-color: #9b5296;
}

.pessoafj {
  padding: 5% 12%;
}
.pessoafj h1 {
  text-transform: uppercase;
  text-align: center;
  color: #828282;
  font-weight: 200;
  line-height: 1;
  font-size: 2.5rem;
  margin: 3rem 0;
}
.pessoafj h1 span {
  font-weight: 700;
}
.pessoafj h2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  color: #828282;
  font-weight: 700;
  font-size: 1.75rem;
}
.pessoafj h2 span {
  width: 3.5rem;
  height: 3.5rem;
  padding: 0.75rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #000;
  display: inline-flex;
  vertical-align: middle;
}
.pessoafj h2 span img {
  width: 100%;
}
.pessoafj p {
  font-size: 1.4rem;
  line-height: 1.25;
  margin: 0;
  color: #828282;
  font-weight: 300;
  text-align: center;
}
.pessoafj p.baixo {
  font-size: 1.15rem;
  margin-top: 1.5rem;
}
.pessoafj p.baixo span {
  font-weight: 700;
}
.pessoafj .valores {
  gap: 1rem;
  margin: 2rem auto;
  max-width: 95%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.pessoafj .valores .item {
  width: 18%;
  text-align: center;
}
.pessoafj .valores .item a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  color: #828282;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid #e3e3e3;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  padding: 1rem;
  font-weight: 300;
}
.pessoafj .valores .item a span {
  border: 1px solid #828282;
  border-radius: 0.15rem;
  margin-right: 0.5rem;
  width: 1.25rem;
  height: 1.25rem;
}
.pessoafj .valores .item a:hover {
  border-color: #76c58c;
  color: #76c58c;
  transform: translateY(-2px);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.pessoafj .valores .item a:hover span {
  border-color: #76c58c;
}

.pessoafj.fisica h1 span {
  color: #76c58c;
}
.pessoafj.fisica h2 span {
  background-color: #76c58c !important;
}
.pessoafj.fisica .valores .item {
  width: 20%;
}

.pessoafj.juridica {
  background-color: #deeced;
}
.pessoafj.juridica h1 span {
  color: #529a9b;
}
.pessoafj.juridica h2 span {
  background-color: #529a9b !important;
}
.pessoafj.juridica .valores .item {
  width: 18%;
}

.acolher {
  padding: 5% 12%;
  gap: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.acolher .imagem {
  width: 40%;
}
.acolher .imagem img {
  width: 90%;
}
.acolher .texto {
  width: 60%;
}
.acolher .texto h1 {
  color: #529a9b;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3rem;
  margin: 0 0 1rem;
}
.acolher .texto h1 span {
  font-weight: 700;
  color: #76c58c;
}
.acolher .texto h2 {
  color: #828282;
  font-weight: 300;
  margin: 0;
  line-height: 1.25;
  font-size: 1.35rem;
}
.acolher .texto .itensAcolher {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  gap: 1.25rem 0;
  margin: 3% 0 0;
}
.acolher .texto .itensAcolher .item {
  width: 50%;
}
.acolher .texto .itensAcolher .item p {
  margin: 0;
  color: #828282;
  font-weight: 200;
  font-size: 1.35rem;
}
.acolher .texto .itensAcolher .item p:hover {
  transition: transform 0.4s ease;
  font-weight: 900;
}
.acolher .texto .itensAcolher .item p:hover span img {
  transform: scale(1.1);
}
.acolher .texto .itensAcolher .item p span {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.75rem;
  border-radius: 50%;
  margin-right: 1rem;
  background-color: #000;
  display: inline-flex;
  vertical-align: middle;
}
.acolher .texto .itensAcolher .item p span img {
  width: 100%;
}
.acolher .texto .itensAcolher .item p span.hospedagem {
  background-color: #dbd379;
}
.acolher .texto .itensAcolher .item p span.refeicao {
  background-color: #a0c49a;
}
.acolher .texto .itensAcolher .item p span.thospitais {
  background-color: #a2cff0;
}
.acolher .texto .itensAcolher .item p span.psicologico {
  background-color: #a390bd;
}
.acolher .texto .itensAcolher .item p span.enfermagem {
  background-color: #dca3c6;
}
.acolher .texto .itensAcolher .item p span.recreacao {
  background-color: #eac177;
}
.acolher .texto .itensAcolher .item p span.socioassistencial {
  background-color: #dc9c7c;
}

.doacaoGrupo {
  padding: 3% 20%;
  text-align: center;
  background-color: #76c58c;
}
.doacaoGrupo h1 {
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  font-size: 3rem;
  margin: 0 0 1rem;
}
.doacaoGrupo p {
  color: #fff;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
  font-size: 1.35rem;
}
.doacaoGrupo a {
  display: inline-flex;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #529a9b;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.75rem 4rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0 0;
}

.larteresjesus {
  padding: 5% 12%;
  gap: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.larteresjesus .imagem {
  width: 40%;
}
.larteresjesus .imagem img {
  width: 90%;
  border-radius: 2rem;
}
.larteresjesus .texto {
  width: 60%;
}
.larteresjesus .texto h1 {
  color: #828282;
  font-weight: 700;
  line-height: 1.25;
  font-size: 3.15rem;
  margin: 0 0 1rem;
}
.larteresjesus .texto p {
  color: #828282;
  font-weight: 300;
  margin: 0;
  line-height: 1.5;
  font-size: 1.5rem;
}
.larteresjesus .texto .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 2rem;
}
.larteresjesus .texto .links a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background-color: #76c58c;
  font-weight: 700;
  font-size: 1.5rem;
  padding: 0.5rem 4rem;
  border-radius: 0.5rem;
  margin: 1.5rem 0 0;
}
.larteresjesus .texto .links a img {
  width: 2.75rem;
}
.larteresjesus .texto .links a.instagram {
  background-color: #529a9b;
  padding: 0.75rem;
  border-radius: 0.75rem;
}

.galeria {
  padding: 5% 12% 2%;
  overflow-x: hidden;
}
.galeria .item {
  padding: 0 0.5rem;
  transition: transform 0.4s ease;
}
.galeria .item img {
  width: 100%;
  transform: scale(0.9);
}
.galeria .slick-center {
  transform: scale(1.2);
  z-index: 5;
}
.galeria .slick-dots {
  bottom: 0;
  left: 0;
  margin: 2% auto 0;
  display: block;
  position: relative;
}
.galeria .slick-next,
.galeria .slick-prev {
  top: 45%;
}
.galeria .slick-prev::before,
.galeria .slick-next::before {
  color: #636363;
  font-size: 3rem;
  opacity: 1;
  line-height: 1;
}
.galeria .slick-prev::before {
  content: "‹";
}
.galeria .slick-next::before {
  content: "›";
}
.galeria .slick-next {
  right: 12%;
}
.galeria .slick-prev {
  left: 12%;
}

.rodape {
  background-color: #efeeee;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 3% 10%;
  gap: 2rem;
}
.rodape .logo {
  width: 20%;
}
.rodape .logo img {
  width: 85%;
}
.rodape .informacoes {
  width: 25%;
}
.rodape .informacoes .texto {
  margin: 1rem 0;
}
.rodape .informacoes .texto p {
  color: #1e1e1e;
  font-weight: 300;
  margin: 0;
  font-size: 0.95rem;
}
.rodape .informacoes .texto p b {
  font-weight: 600;
}
.rodape .informacoes .texto p span {
  font-weight: 600;
}
.rodape .informacoes .texto p a {
  font-weight: 600;
  color: #1e1e1e;
}
.rodape .informacoes .texto .copy {
  font-size: 0.85rem;
}
.rodape .informacoes .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0 2rem;
}
.rodape .informacoes .links a {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  color: #fff;
  background-color: #828282;
  font-weight: 700;
  font-size: 1rem;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  margin: 1rem 0 0;
}
.rodape .informacoes .links a img {
  width: 1.75rem;
}
.rodape .informacoes .links a.redessociais {
  background-color: #76c58c;
  padding: 0.75rem;
  border-radius: 0.75rem;
}/*# sourceMappingURL=app.css.map */