:root {
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading {
  color: #ffe131;
  text-align: center;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
}

.container {
  text-align: center;
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: block;
}

.section {
  opacity: 1;
  background-color: #0b3321;
  background-image: url('../images/trading-tecnico-1.jpg');
  background-position: 0 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.section-footer {
  background-color: #708d7f;
}

.container-footer {
  text-align: center;
  padding-top: 45px;
  padding-bottom: 45px;
}

.text-block {
  color: #fff;
  margin-top: 0;
}

.section-3 {
  background-color: #0b3321;
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-2 {
  text-align: center;
  font-size: 19px;
  line-height: 25px;
}

.profile-block {
  text-align: left;
  background-color: rgba(101, 121, 110, .42);
  border-radius: 16px;
  padding: 10px;
  display: block;
}

.paragraph {
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.container-3 {
  max-width: 1350px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.form-block {
  width: 475px;
  text-align: center;
  background-color: #fff;
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  position: static;
  left: 0;
}

.text-field {
  border-radius: 4px;
}

.checkbox-field {
  color: #fff;
}

.form {
  text-align: left;
}

.submit-button {
  width: 100%;
  color: #000;
  background-color: #ffe131;
  border-radius: 4px;
  margin-top: 11px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 24px;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.image {
  border-radius: 5px;
}

.div-block-3 {
  width: 40%;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  text-align: center;
  background-color: rgba(101, 121, 110, .42);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: flex;
}

.image-2 {
  border-radius: 13px;
}

.paragraph-copy {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-size: 15px;
  line-height: 24px;
}

.link {
  color: #e1ff00;
}

.checkbox-label {
  color: #0b3321;
  font-size: 11px;
}

.checkbox-label-2 {
  color: #0b3321;
  font-size: 11px;
  line-height: 17px;
}

.div-block-4 {
  color: #fffcfc;
}

.text-span-2, .text-span-3 {
  color: #14a03e;
}

.paragraph-2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.text-span-4 {
  color: #ffe131;
}

.section-4 {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.heading-3 {
  color: #bc1823;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 30px;
}

.text-block-2 {
  font-weight: 600;
}

.div-block-5 {
  max-width: 45%;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px;
  box-shadow: 0 2px 7px -2px rgba(0, 0, 0, .2);
}

.container-4, .slide {
  text-align: center;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
}

.heading-4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.text-span-5 {
  font-style: italic;
  font-weight: 300;
}

.slide-2, .slide-3 {
  text-align: center;
}

.text-span-6, .text-span-7 {
  font-style: italic;
  font-weight: 300;
}

.slide-nav {
  top: 350px;
}

.link-2 {
  color: #167523;
}

.div-block-6 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 12px;
  display: flex;
}

.text-block-3 {
  margin-top: 20px;
}

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

  .form-block {
    margin-top: 68px;
  }

  .div-block-3 {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    justify-content: center;
  }

  .container-3 {
    flex-wrap: wrap;
  }

  .form-block {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 27px;
    padding-right: 27px;
  }

  .text-span {
    line-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    height: auto;
    background-image: none;
    padding: 14px;
    display: block;
  }

  .text-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .profile-block {
    width: auto;
    max-width: none;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .form-block {
    margin-top: 96px;
    margin-left: 2px;
    margin-right: 2px;
  }

  .div-block-3 {
    width: 100%;
    height: auto;
    align-items: center;
    padding-left: 23px;
    padding-right: 23px;
    display: block;
  }

  .div-block-5 {
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .text-span-5 {
    font-size: 14px;
  }

  .slide-3 {
    height: auto;
    position: static;
  }

  .text-span-6, .text-span-7 {
    font-size: 14px;
  }

  .link-2 {
    color: #0a8d43;
  }

  .icon, .icon-2 {
    display: none;
  }

  .mask {
    height: auto;
  }

  .div-block-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
}


