@font-face {
  font-family: 'Museo Slab';
  src: url('../assets/fonts/Museo_Slab_500.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}


* {
  margin: 0;
  padding: 0;
  font-family: "Museo Slab", "Poppins", sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  background-color: #f2f2f2;
  color: #0f0f0f;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem 10rem 2rem 10rem;
  box-shadow: 0 2px 10px 0 #6b6b6b;
}

header img {
  height: 3rem;
}

main {
  padding: 2rem 10rem 0 10rem;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;

  margin-top: 5rem;
  padding: 2rem 2rem;
  background-color: #023F72;
  color: #ffff;
  box-shadow: 0 -2px 3px 0 #464646;
}

footer img {
  height: 2.5rem;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.footer-link {
  text-decoration: none;
  color: #fff;
}

.footer-link:hover {
  text-decoration: underline;
}

/* Estilização cabeçalho */
nav ul {
  display: flex;
  gap: 6rem;
  list-style: none;
}

nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 1.3rem;
  color: #0f0f0f;
}

.btn-contact {
  background-color: #023F72;
  color: #ffff;
  padding: 0.4rem 3rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

/* Estilização main - página inicial */
.banner {
  margin-bottom: 2rem;
	aspect-ratio: 16 / 5;
  overflow: hidden;
  border-radius: 16px;
  border: 10px solid #ffff;
  box-shadow: 0 2px 3px #7e7e7e;
}

.banner img {
  width: 100%;
	height: 100%;
	object-fit: cover;
}

.content {
  display: flex;
  gap: 1rem;
}

.text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 1.1rem;
}

.text h2 {
  font-size: 2rem;
}

.text p {
  color: #7a7a7a;
	line-height: 2;
}

.btn-about {
  max-width: 10.5rem;
  font-size: 1.5rem;
  display: inline-block;
  margin-top: 2rem;
  background-color: #023F72;
  color: #ffff;
  padding: 0.5rem 2rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.images img {
  width: 95%;
  border-radius: 8px;
  border: 10px solid #ffff;
  box-shadow: 0 2px 3px #7e7e7e;
}

@media (max-width: 1180px) {
  header, main {
    padding: 2rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  nav ul {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
	.images {
		display: block;
	}	
}

/* Estilização main - página sobre */
.container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;

  background-color: #023F72;
  color: #ffff;
  padding: 3rem 4rem 10rem 4rem;
  border-radius: 16px;
  border: 10px solid #ffff;
  box-shadow: 0 2px 3px #7e7e7e;

  background-image: url('../assets/pattern_exbarra.png');
}

.text2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7rem;
}

.qualities {
  display: flex;
  gap: 3rem;
}

.qualities div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;

  border-radius: 16px;
  padding: 1rem 0.5rem 3rem 0.5rem;
  font-size: 1.5rem;
  text-align: center;
  max-width: 20rem;
  max-height: 30rem;
}

.qualities div h2 {
  font-size: 1.8rem;
}

.qualities div p {
  padding: 0 3rem 0 3rem;
  font-size: 1.35rem;
}

.qualities .side {
  border: 2px solid #fff;
}

.qualities .center {
  background-color: #ffff;
  color: #0f0f0f;
}

.qualities .center p {
  color: #8f8f8f;
}

.container-icon {
  background-color: #4579ab;
  height: 5rem;
  width: 90%;
}

.container-icon img {
  height: 6.5rem;
}

@media (max-width: 1180px) {
  .qualities {
    flex-direction: column;
    align-items: center;
  }
}

/* Estilização main - página contato */
.text3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.infos {
  display: flex;
  gap: 16rem;
  padding-top: 5rem;
}

.infos ul {
  list-style: none;
}

.infos h2 {
  font-size: 2rem;
}

.infos p {
  font-size: 1.5rem;
}

.infos-column {
  display: flex;
  flex-direction: column;
  gap: 7rem;
}

.phones, .address, .social-media, .download-app {
  max-height: 10rem;
}

.phones img {
  height: 2rem;
}

.phones li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.5rem;
}

.social-media img {
  height: 2.5rem;
}

.social-media li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-top: 0.75rem;
}

.download-app ul {
  display: flex;
  gap: 1rem;
  padding-top: 0.5rem;
}

.download-app img {
  height: 3rem;
}

@media (max-width: 1180px) {
  .infos {
    flex-direction: column;
    gap: 3rem;
    align-items: center;
  }

	.phones li{
		justify-content: center;
	}

	.social-media li{
		justify-content: center;
	}
}
