* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-color: #e2e8f0;
  background-size: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 3000px;
}

header {
  margin-bottom: 0px;
}

/*Títulos */

h1 {
  font-size: 85px;
  text-align: start;
  font-family: "Bebas Neue";
  color: #e2e8f0;
  margin-top: 200px;
  margin-left: 110px;
  max-width: 1050px;
}

h2 {
  font-size: 85px;
  text-align: start;
  font-family: "Bebas Neue";
  color: #e2e8f0;
  max-width: 1400px;
  margin-left: 80px;
  margin-top: 90px;
}

.logo {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  size: 50%;
  background-image: url(black.png);
  background-size: cover;
  margin-bottom: 30px;
}
.Logo-Img {
  height: 708.48px;
  width: 518.4px;
}

.logo-2 {
  display: flex;
  align-items: start;
  justify-content: flex-end;
  gap: 30px;
  size: 50%;
  background-image: url(black.png);
  background-size: cover;
}

.Logo-Img2 {
  height: 355.32px;
  width: 227.52px;
}

.Contato {
  font-size: 30px;
  font-family: "Dosis";
  background-color: #524339;
  color: #e2e8f0;
  margin-left: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 12px 0 12px;
  line-height: 1;
  transition: 1s ease-in-out;
  border-width: 2px 4px;
  border-radius: 40px;
  opacity: 80%;
}
.Contato:hover {
  transform: scale(125%);
  opacity: 100%;
}

@media (max-width: 1270px) {
  h1 {
    font-size: 60px;
    margin-left: 60px;
  }
  h2 {
    font-size: 60px;
    margin-top: 60px;
  }
  .Contato {
    margin-left: 0px;
  }
}

.link {
  color: #e2e8f0;
  text-decoration: none;
  transition: 1s;
}

.link:hover {
  color: #fcc731;
}

/* Descrições */

.Description {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Dosis";
  color: black;
  background-color: #e2e8f0;
  margin-bottom: 16px;
  padding: 16px 24px;
  margin-left: 220px;
  margin-right: 220px;
  border-radius: 40px;
  align-content: center;
  width: 1fr;
  text-wrap: stable;
  text-align: justify;
}

.Title {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Dosis";
  color: black;
  background-color: #fcc731;
  margin-bottom: 16px;
  margin-left: 420px;
  margin-right: 40px;
  padding: 12px 18px;
  border-radius: 40px;
  width: 350px;
  align-content: center;
}

.Main-Topic {
  text-transform: uppercase;
  font-size: 21px;
  font-family: "Tilt Neon";
  color: black;
}

.Content {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: auto;
  justify-content: space-between;
  padding: 50px 15px;

  margin-top: 100px;
}

.each-content {
  transition: 2s ease-in-out;
  opacity: 65%;
  margin-bottom: 100px;
}
.each-content:hover {
  scale: 130%;
  opacity: 100%;
}

.main {
  display: flex;
  grid-template-columns: 370px 1fr;
  margin-bottom: 0px;
}
.localizations {
  display: flex;
  list-style: none;
  align-items: auto;
  justify-content: space-between;
  padding: 50px 15px;
  margin-bottom: 10px;
  margin-left: 100px;
  margin-right: 100px;
  gap: 20px;
}
.each-localization {
  background-image: url(black.png);
  background-size: cover;
  width: 500px;
  height: 500px;
  color: #e2e8f0;
  border-width: 2px 4px;
  border-radius: 30px;
}

.title-localization {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Dosis";
  color: black;
  background-color: #e2e8f0;
  margin-bottom: 16px;
  margin-top: 16px;
  margin-left: 20px;
  margin-right: 40px;
  padding: 12px 18px;
  border-radius: 40px;
  width: 250px;
  align-content: center;
}

.description-localization {
  font-size: 16px;
  line-height: 1.4;
  font-family: "Dosis";
  color: #e2e8f0;
  background-color: #524339;
  margin-bottom: 16px;
  padding: 8px 12px;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 40px;
  align-content: center;
  width: 1fr;
  text-wrap: stable;
  text-align: justify;
}

.link-2 {
  color: #e2e8f0;
  text-decoration: none;
  transition: 1s;
}

.link-2:hover {
  color: #fcc731;
}

.Contato-2 {
  font-size: 30px;
  font-family: "Dosis";
  background-color: #524339;
  color: #e2e8f0;
  margin-left: 135px;
  margin-top: 70px;
  margin-bottom: 20px;
  padding: 12px 0 12px;
  line-height: 1;
  transition: 1s ease-in-out;
  border-width: 2px 4px;
  border-radius: 40px;
  opacity: 80%;
}
.Contato-2:hover {
  transform: scale(125%);
  opacity: 100%;
}

.adress {
  width: 140px;
  height: 140px;
  color: #e2e8f0;
  margin-left: 170px;
  margin-top: 40px;
  transition: 1s ease-in-out;
  border-width: 2px 4px;
  border-radius: 30px;
  opacity: 80%;
}

.adress:hover {
  transform: scale(125%);
  opacity: 100%;
}

.social-media-container {
  display: flex;
}

.social-media {
  width: 80px;
  height: 80px;
  color: #e2e8f0;
  margin-left: 100px;
  margin-top: 20px;
  transition: 1s ease-in-out;
  border-width: 2px 4px;
  border-radius: 30px;
  opacity: 80%;
}
.social-media:hover {
  transform: scale(118%);
  opacity: 100%;
}

/* Outros */

input {
  font-family: "Roboto";
}
.Logo-Img {
  margin-right: 1px;
}
