.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.section {
  z-index: 5;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-image: url('../images/.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  box-shadow: 0 2px 6px 2px rgba(28, 28, 28, .2);
}

.header {
  width: auto;
  height: 100px;
  background-color: #1c1c1c;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
}

.container {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.image {
  max-width: none;
  display: block;
}

.section-2 {
  width: 100vw;
  height: 108vh;
  background-image: url('../images/Componente-3-–-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-2 {
  max-height: 11%;
  max-width: 100%;
  display: flex;
}

.image-2 {
  display: block;
}

.navbar-logo-center-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: rgba(26, 27, 31, .75);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.container-4 {
  z-index: 999;
  height: 130px;
  max-width: 100vw;
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  display: block;
}

.container-5 {
  height: auto;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
}

.div-block {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
  padding-bottom: 100px;
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
}

.div-block-2 {
  width: auto;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.button {
  z-index: 1;
  width: 280px;
  height: 50px;
  max-height: none;
  max-width: none;
  color: #ffd948;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ff2c2c;
  border: 2px solid rgba(255, 255, 255, .2);
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 40px;
  padding: 18px 45px;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: -82%;
  left: 0%;
  right: auto;
  box-shadow: 0 3px 4px rgba(28, 28, 28, .2);
}

.button:hover {
  border-color: rgba(255, 255, 255, .2);
  bottom: -82%;
}

.image-4 {
  position: relative;
}

.heading {
  color: #1c1c1c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 68px;
  line-height: 80px;
}

.div-block-3 {
  width: 60%;
  height: auto;
  align-items: flex-start;
  margin-top: 171px;
  display: flex;
}

.image-5 {
  max-width: none;
  position: static;
}

.column {
  height: 100vh;
  justify-content: flex-start;
  align-items: center;
  padding-left: 150px;
  padding-right: 0;
  display: flex;
  position: static;
}

.column-2 {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 180px 150px 180px 180px;
  display: flex;
  position: static;
}

.form {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.form-block {
  width: 100%;
  background-color: #1c1c1c;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 40px 30px 30px;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.div-block-6 {
  grid-column-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.text-field {
  height: 50px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-label {
  z-index: 1;
  color: rgba(255, 255, 255, .6);
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 10px;
  font-weight: 400;
  position: relative;
  top: 0;
}

.text-field-2, .text-field-3 {
  height: 50px;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.field-label-2 {
  margin-bottom: 0;
  font-weight: 400;
}

.field-label-3 {
  margin-bottom: 0;
}

.div-block-7 {
  width: 100%;
}

.text-block {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.submit-button {
  width: 280px;
  height: 50px;
  min-width: 120px;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffd948;
  border-radius: 20px;
  margin-left: 0;
  font-size: 17px;
  font-weight: 700;
}

.div-block-8 {
  width: 100%;
  height: auto;
}

.div-block-9 {
  width: 100%;
  margin-top: 40px;
}

.heading-2 {
  color: #ffd948;
  text-shadow: 0 4px 4px rgba(28, 28, 28, .2);
  margin-top: -25px;
  margin-bottom: 0;
  font-size: 90px;
  line-height: 120px;
}

.columns {
  height: 200px;
  background-color: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 50px 30px 10px;
  position: relative;
  top: -20px;
  box-shadow: 0 -2px 6px rgba(28, 28, 28, .2);
}

.div-block-10 {
  height: auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-11 {
  height: auto;
  grid-column-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  margin-top: 45px;
  display: flex;
}

.text-block-2 {
  height: 100%;
  color: #1c1c1c;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  font-size: 14px;
  display: flex;
}

.column-3 {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.div-block-12 {
  width: 100%;
  height: 100%;
}

.column-4 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-13, .div-block-14 {
  height: 33%;
  align-items: center;
  display: flex;
}

.div-block-15 {
  height: 33%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-5 {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.link, .link-2 {
  color: #1c1c1c;
  margin-left: 25px;
  text-decoration: none;
}

.link-3 {
  color: #1c1c1c;
  margin-left: 25px;
  margin-right: 0;
  text-decoration: none;
}

.div-block-16 {
  width: 100%;
  height: 100px;
  background-color: #1c1c1c;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
}

@media screen and (max-width: 991px) {
  .container-3 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: rgba(0, 0, 0, 0);
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-6 {
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .container-3 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }
}


