* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

input,
a,
button {
  outline: none;
}

body,
input,
button,
a {
  color: #161d26;
  font-size: 1.1rem;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
}

div.master-container {
  min-height: 100vh;
  max-width: 1280px;
  width: 100%;
  box-shadow: 1px 1px 15px #eee;
}

img#banner {
  max-width: 100%;
  width: 100%;
}

section {
  padding: 40px 5%;
}

section#header-content {
  margin-top: -17.5%;
}

div.change-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30;
  justify-self: center;
  margin-left: -2%;
  margin-bottom: 20%;
}

div.change-area a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #161d26;
  transition: all ease 0.5s;
  margin-right: 30px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
}
div.change-area a:hover {
  transform: scale(1.05);
  transition: all ease 0.5s;
}

h1 {
  font-weight: 500;
  max-width: 960px;
  width: 100%;
  font-size: 2rem;
  margin-bottom: 30px;
}

p {
  max-width: 960px;
  width: 100%;
  margin-bottom: 10px;
}

span.subtitle {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}

ul {
  padding-left: 30px;
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

img#agenda {
  max-width: 1112px;
  width: 100%;
  border: 2px solid #fff;
  box-shadow: 1px 1px 15px #eee;
  border-radius: 5px;
  margin-bottom: 15px;
}

img#partners {
  width: 100%;
}

div.body-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30;
  margin: 30px 0;
}

div.body-area a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  transition: all ease 0.5s;
  margin-right: 30px;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 500;
}
div.body-area a:hover {
  transform: scale(1.05);
  transition: all ease 0.5s;
}

.card {
  max-width: 760px;
  width: 100%;
  margin: 30px auto 0 auto;
}

button.btn-default {
  background: #161d26;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;
  border: none;
  border-radius: 5px;
  height: 45px;
  transition: all ease 0.5s;
}
button.btn-default:hover {
  background: #000;
  transition: all ease 0.5s;
}
button.btn-default[disabled] {
  opacity: 0.75;
  cursor: wait;
}

#allForms {
  display: none;
}

#partners-area {
  display: flex;
  flex-direction: column;
  margin: 40px 0;
  gap: 60px;
}

.card-partner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 20px;
}

.card-partner img {
  max-width: 290px;
  height: 290px;
  border: 3px solid #161d26;
  border-radius: 5px;
}

.card-partner p {
  max-width: 840px;
  width: 100%;
}

.card-partner a {
  text-decoration: underline;
}
