html {
  /* scroll-behavior: smooth; */
  font-family: "Work Sans", sans-serif;
  color: #393e44;
}

.btn {
  border-radius: 100px;
}

#logo {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
  background-color: white;
}

#logo img {
  height: 120px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#navbar {
  margin-top: 200px;
}

#main {
  margin-top: 256px;
}

#section-1 {
  background-color: #393e44;
  padding: 100px;
}

#section-1 .parte-2 {
  margin-top: 100px;
  text-align: center;
  color: white;
}

#section-1 .parallax {
  /* The image used */
  background-image: url("../img/parallax.png");

  /* Set a specific height */
  height: 500px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section-1 .p1 {
  font-size: 64px;
  font-weight: bold;
  margin: 0;
}

#section-1 .p2 {
  margin-top: 25px;
  font-size: 20px;
}

#section-1 .p3 {
  margin-top: 25px;
  font-size: 15px;
}

#section-1 .p4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 60px;
}

#section-2 {
  text-align: center;
}

#section-2 .parte-1 {
  font-size: 40px;
  color: #393e44;
  font-weight: 500;
  margin-top: 120px;
  margin-bottom: 120px;
}

#section-2 .parte-3 {
  margin-top: 80px;
  margin-bottom: 140px;
}

#section-2 img {
  width: 100%;
}

#section-3 {
  background-color: #77fdc8;
  font-weight: bold;
}

#section-3 img {
  width: 100%;
}

#section-3 .col-6 {
  margin: 0;
  padding: 0;
}

#section-3 .text-area {
  padding-left: 100px;
}

#section-3 p:nth-of-type(1) {
  font-size: 2rem;
  font-weight: 100;
}

#section-3 p:nth-of-type(2) {
  font-size: 1rem;
  font-weight: 100;
}

#section-3 p:nth-of-type(3) {
  font-size: 1rem;
}

#section-3 .p2 {
  margin-top: 40px;
}

#section-3 .p3 {
  margin-top: 15px;
}

#section-3 .p5 {
  margin-left: 80px;
}

#section-3 .p7 {
  margin-top: 80px;
}

#section-4 {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#section-5 img {
  width: 100%;
}

#section-6 {
  background-color: #393e44;
  text-align: center;
  color: white;
}

#section-6 .text-area {
  padding: 100px;
  font-size: 1.5rem;
}

#section-6 .parte-2 p {
  padding-top: 15px;
}

#section-7 {
  background-color: #77fdc8;
  padding: 100px;
}

#section-7 .text-area .p1 {
  font-weight: 400;
  font-size: 2rem;
}

#section-7 .text-area a {
  color: #393e44;
}

#section-7 textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  outline: 0px !important;
  -webkit-appearance: none;
  box-shadow: none !important;
}

#section-7 .form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #777777;
  border-radius: 0px;
}

#section-7 .btn-link {
  text-align: center;
  width: 100%;
  color: #393e44;
}

.nav-bar {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

@media (max-width: 767.98px) {
  .fixed-top {
    position: relative;
  }
  #section-1 .p1 {
    font-size: 34px;
  }

  #section-1 .parallax {
    margin: 20px;
  }
  #section-1 {
    padding: 0px;
  }

  #section-7 {
    padding: 0px;
  }
}
