* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
}

body {
  width: 75%;
  margin: 0 auto;
}

h1 {
  font-size: 1.5rem;
}

h2 {
  font-size: 1.1rem;
}

h4 {
  font-size: 0.8rem;
}

p {
  font-size: 1rem;
}

img {
  width: 100%;
}

.x-section-one p {
  text-align: center;
  width: 85%;
  margin: 1rem auto;
}

.x-section-two {
  background-color: #EBEBEB;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1.5rem;
}

.x-section-two img {
  width: 150px;
}

.x-section-three {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0.5rem 0;
  text-align: center;
}

.x-section-three h1 {
  font-weight: 900;
  color: #315320;
}

.x-section-three p {
  text-align: justify;
  margin: 0.5rem 0;
}

.x-section-three > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
}

.x-section-three a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #315320;
  padding: 1rem 0;
  line-height: 1;
  font-weight: 600;
  width: 80%;
  margin: 0.8rem auto;
  cursor: pointer;
}

.x-section-three a:hover {
  filter: brightness(1.3);
}

.x-section-four {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.x-section-four h1 {
  color: #315320;
  font-weight: 900;
}

.x-section-four h2, .x-section-four h4 {
  color: #087972;
  font-weight: 600;
  margin: 1rem 0;
}

.x-section-five {
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: 1fr 1fr;
  margin: 2rem 0;
}

.x-section-five h1 {
  color: #315320;
  font-weight: 900;
}

.x-section-five p {
  margin-bottom: 0.5rem;
  text-align: justify;
}

.x-section-five > div {
  padding: 1.5rem 1rem;
}

.x-section-six {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.x-section-six p {
  text-align: justify;
  width: 85%;
  margin: 0.8rem auto;
  font-size: 13px;
}

.x-section-seven {
  background: #f1f1f2;
  margin-top: 1rem;
  padding: 1rem 0;
}

.x-section-seven input, .x-section-seven select {
  background: transparent;
  border: 1px solid #000;
  border-radius: 3px;
  padding: 0.2rem;
  width: 100%;
}

.x-section-seven label {
  line-height: 1.5;
}

#x-form {
  display: flex;
  flex-direction: column;
  width: 95%;
  margin: 0 auto;
}

#x-form > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.x-term {
  margin: 0.5rem 0;
}

.x-term a {
  text-decoration: underline;
  color: #000;
  font-weight: bold;
}

.x-form_btn {
  background: #000;
  color: #fff;
  border: 0;
  border-radius: 3px;
  padding: 0.2rem 0;
  cursor: pointer;
}

.x-form_btn:hover {
  opacity: 0.8;
}

#pilar div {
  display: flex;  
}

#pilar input {
  width: unset;  
  margin-right: 6px;
}

#pilar {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 600px) {
  body {
    width: 100%;
  }

  .section-two {
    padding: 0 0.4rem 1rem 0.4rem;
  }

  .x-section-two img {
    width: 100px;
  }

  .x-section-two h1, .x-section-two p  {
    text-align: center;
    font-size: 14px;
  }

  .x-section-three {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .x-section-three figure:nth-child(1) {
    order: 1;
  }

  .x-section-three div:nth-child(2) {
    order: 2;
  }

  .x-section-three figure:nth-child(4) {
    order: 3;
  }

  .x-section-three div:nth-child(3) {
    order: 4;
  }

  .x-section-three figure:nth-child(5) {
    order: 5;
  }

  .x-section-three div:nth-child(6) {
    order: 6;
  }

  .x-section-four {
    margin: 1rem auto;
  }

  .x-section-five {
    grid-template-columns: 1fr;
    margin: 0;
  }

  .x-section-five iframe {
    height: 320px;
  }

  .x-section-five h1 {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
  }

  .x-section-six {
    grid-template-columns: 1fr;
  }

  .x-section-six p {
    font-size: 1rem;
    width: 90%;
    margin: 1rem auto 1.5rem auto;
  }

  .x-section-seven {
    margin-top: 0;
  }

  #x-form > div {
    grid-template-columns: 1fr;
    gap: 0;
  }

  #x-form label {
    margin: 0.5rem 0;
  }
}
