@import url('https://fonts.bunny.net/css?family=archivo:300,400,500,600,700|schibsted-grotesk:400,500,500i,700');

body {
  font-family: 'Schibsted Grotesk', sans-serif;
  background-color: #f5f5f5;
  background-color: #ffffff;
  color: #004A38;
}

.bar-1 {
  background-color: #004A38;
}

.bar-2 {
  background-color: #004A38;
  background-image: url('../img/bar.svg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.bar-3 {
  background-color: #004A38;
  border-top: solid 2px #FFFFFF;
  margin-top: 100px;
  color: #ffffff;
}

.cor-1 {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cor-1 img {
  width: 220px;
}

.cor-1 .menu a {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 0 7px;
}

.cor-1 .menu a.home {
  color: #004A38;
  background-color: #FBCB3B;
  border-radius: 20px;
  padding: 5px 20px;
}

.header {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.header .title {
  font-family: 'archivo';
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
}

.header .sub {
  font-size: 1.8rem;
  line-height: 2rem;
}

.header a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #004A38;
  border-radius: 20px;
  padding: 8px 20px;
}

.card {
  border-radius: 12px;
  border: solid 2px #FFFFFF;
}

.card-height {
  height: 300px;
}

.card img {
  width: 50px;
}

.card .card-body {
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-size: 1.2rem;
  text-align: center;
}

.card .title {
  text-align: center;
  font-family: 'archivo';
  font-size: 1.7rem;
  line-height: 2rem;
  font-weight: 500;
  color: #004A38;
}

.card a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  color: #ffffff;
  background-color: #004A38;
  border-radius: 20px;
  padding: 8px 20px;
}

.club {
  border: solid 2px #FFFFFF;
  border-radius: 12px;
  background-color: #ED8959;
  padding: 50px;
  margin: 30px 0;
}

.club .title {
  font-family: 'archivo';
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 4.5rem;
  color: #FBCB3B;
  margin-bottom: 30px;
}

.club p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2rem;
}

.suporte,
.catarse,
.about {
  border: solid 3px #FFFFFF;
  border-radius: 12px;
  background-color: #ED8959;
  padding: 50px;
  margin: 330px 0 0 0;
  position: relative;
}

.suporte,
.catarse {
  margin: 200px 0 0 0;
}

.suporte {
  padding: 80px 50px;
  min-height: 350px;
}

.card hr,
.suporte hr {
  width: 80%;
  margin: 0;
  color: #FBCB3B;
  border: 0;
  border-top: solid 12px;
  opacity: 1;
  position: absolute;
  top: -7px;
  left: 10%;
}

.suporte .title,
.catarse .title,
.about .title {
  font-family: 'archivo';
  font-size: 2rem;
  font-weight: 700;
  line-height: 2rem;
  margin-bottom: 30px;
}

.suporte .d-flex,
.catarse .d-flex,
.about .d-flex {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.catarse img,
.about img {
  border-radius: 12px;
}

.catarse strong,
.about strong {
  color: #FBCB3B;
}

.suporte p,
.catarse p,
.about p {
  color: #fff;
  font-size: 1.7rem;
  line-height: 2rem;
}

.catarse .flag,
.about .flag {
  border-radius: 0;
  width: 60px;
  position: absolute;
  top: -15px;
  right: 50px;
}

.suporte a,
.catarse a,
.about a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.2rem;
  color: #004A38;
  background-color: #FBCB3B;
  border-radius: 20px;
  padding: 8px 20px;
}

.footer-link a {
  color: #f5f5f5;
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.btn-vade {
  background-color: #FBCB3B;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: 0 2px;
}