@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

body {
  background: var(--gray-primary);
}
:root {
  --orange-primary: #ef8f00;
  --green-primary: #23a49a;
  --black-primary: #161616;
  --white-primary: #ffffff;
  --gray-primary: #f6f6f6;
  --gray-secondary: #5f5e5e;
}
a {
  text-decoration: none;
  cursor: pointer;
  list-style: none !important;
}

.containerx {
  max-width: 1200px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  box-sizing: border-box;
}

.header-okuliha li a {
  color: var(--white-primary);
  font-weight: 500;
  font-size: 16px;
  padding: 10px;
}

.header-okuliha li a:hover {
  border-bottom: 4px solid #ff330d;
}

p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}

.margin-25 {
  margin-bottom: 25px;
}
.margin-40 {
  margin-bottom: 40px;
}

.gray-text {
  color: var(--gray-secondary);
}
.black-text {
  color: var(--black-primary);
}

.white-text {
  color: var(--white-primary);
}

img {
  width: 100%;
}


.bold {
  font-weight: 600;
}

.bottom-6 {
  margin-bottom: 20px;
}

.white {
  color: #fff !important;
}

.logo img {
  width: 180px;
}
.header-okuliha {
  padding: 8px 0px;
  background: var(--orange-primary);
}

.flexb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.margin-b-40 {
  margin-bottom: 40px;
}

.gap-ok {
  gap: 15px;
}

.text-deco {
  text-decoration: none;
}

.list-style {
  list-style: none;
}

.botao {
  background: #ff330d;
  padding: 15px 20px;
  border-radius: 12px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: max-content;
}

.botao:hover {
  background: #1e867e;
}

.section-bottom {
  margin-bottom: 6rem;
}
/* SECÇÃO BANNER */

.carousel-content img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.about-content img {
  height: 650px;
  object-fit: cover;
  border-radius: 16px;
}

.about-content h2 {
  font-size: 35px;
  color: var(--black-primary);
  font-weight: 800;
  margin-bottom: 20px;
}

.about-content .botao {
  background: var(--orange-primary);
  font-weight: 800;
}

.about-content .botao:hover {
  background: var(--green-primary);
  color: var(--gray-primary);
}

/* //MISAO VISAO VALORES */
.who-bg {
  background: var(--green-primary);
  max-width: 85%;
  padding: 30px 10px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  border-radius: 30px;
}

.who-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 75px;
  padding: 6.5rem 0px;
}

.who-content h3 {
  font-size: 30px;
  color: #1d4a45;
}

.about-item svg {
  background: #1a867d;
  padding: 20px;
  border-radius: 50px;
  stroke: var(--gray-primary);
}

/* .who-content .about-item {
  border-right: 0.4px solid #47b8ab;
} */

.who-content .about-item:last-child {
  border-right: none;
}

.about-content .iban {
  color: var(--orange-primary);
  font-weight: 600;
  font-size: 22px;
}

/* footer */
footer {
  background: var(--orange-primary);
  padding: 40px 0px;
  margin-top: 14rem;
}

footer img {
  width: 85px;
  margin-bottom: 5px;
}

.footer-content {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-content p {
  color: var(--gray-primary);
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 16px;
}

.dev a {
  color: var(--gray-primary);
  text-decoration: underline;
}

/* CARDS */


.donate-content h2 {
  font-size: 45px;
  color: var(--black-primary);
  text-align: center;
  font-weight: 700;
}

.description {
  text-align: center;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.information {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-item svg {
  background: #1a867d;
  padding: 15px;
  border-radius: 50px;
  stroke: var(--gray-primary);
  font-size: 6px;
}

.flex-sec {
  display: flex;
  align-items: center;
  gap: 30px;
}

.cards h3 {
  font-size: 24px;
  margin-bottom: 5px;
  color: var(--black-primary);
  font-weight: 700;
}

.cards span {
  display: inline-block;
  font-size: 15px;
  margin-bottom: 5px;
  color: #7e7d7d;
  font-weight: 500;
}

.cards p {
  font-size: 18px;
  margin-bottom: 10px;
  align-self: self-start;
  font-weight: 600;
  color: var(--black-primary);
}

.card-item {
  padding: 60px 50px;
  background-color: var(--white-primary);
  max-width: max-content;
  border-radius: 16px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 4px 0px 0 rgba(0, 0, 0, 0.19);
  box-sizing: border-box;
  transition-duration: 300ms;
  box-shadow: inset;
}

.card-item:hover {
  background-color: var(--white-primary);
  box-shadow: 0 0 0 2px var(--orange-primary);
}

.cards {
  display: flex;
  gap: 50px;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
