.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 20px;
}

.section_home {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  display: flex;
}

.div_top {
  background-image: url('../images/centroparco.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 65vh;
  display: flex;
}

.div_middle {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div_bottom {
  background-color: #1a1a1a;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-top: 3vh;
  padding-bottom: 3vh;
  display: flex;
}

.divider {
  background-color: #7e8080;
  width: 45%;
  height: .5px;
  margin-top: 35px;
  margin-bottom: 40px;
}

.text-block {
  color: #7e8080;
  margin-top: 30px;
  font-family: Manrope, sans-serif;
  font-size: .85rem;
  font-weight: 600;
}

.text-span {
  font-weight: 400;
}

.text-block-2 {
  color: #7e8080;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-style: italic;
  font-weight: 300;
}

.div_icon {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin-top: 20px;
  margin-bottom: 15px;
}

.icon_fb {
  background-color: #0000;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.text-block-3 {
  color: #7e8080;
  font-size: .65rem;
}

.text-block-4 {
  color: #7e8080;
  text-align: center;
  margin-top: 20px;
  font-size: .65rem;
  font-style: italic;
}

.image {
  width: 15%;
}

.icon_insta {
  background-color: #0000;
  background-image: url('../images/insta.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.icon_ln {
  background-color: #0000;
  background-image: url('../images/linkedin.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.icon_yt {
  background-color: #0000;
  background-image: url('../images/youtube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
}

.div-block-2 {
  background-color: #c50d29;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 19px 2px #0003;
}

.image-2 {
  width: 11vw;
}

.form-block {
  width: 70%;
  margin-top: 20px;
}

.text-block-5 {
  width: 70%;
  line-height: 1.5rem;
}

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

.checkbox-field, .checkbox-field-2, .checkbox-field-3 {
  margin-top: 10px;
}

.code-embed {
  text-align: left;
  margin-top: 10px;
  display: none;
}

.body {
  background-image: url('../images/iStock-479489389-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-3 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-image: linear-gradient(#0000004d, #0000004d);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(#fffc, #fffc);
  border: 2px solid #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 45vw;
  height: auto;
  padding: 40px 40px 60px;
  display: flex;
}

.image-3 {
  width: 10vw;
  margin-bottom: 15px;
  display: block;
  position: fixed;
  inset: auto 5vw 3vh auto;
}

.paragraph {
  text-align: center;
  width: auto;
  margin-bottom: 20px;
  line-height: 1.5rem;
}

.button {
  background-color: #c50d29;
  border-radius: 5px;
  padding: 10px 30px;
  font-size: 1.2rem;
}

.div-block-5 {
  background-color: #333;
  width: 40%;
  height: .4px;
  display: none;
}

.divider1 {
  background-color: #333;
  width: 40%;
  height: .5px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.bold-text {
  color: #c50d29;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link {
  color: #c50d29;
}

.link-2 {
  color: #333;
  text-decoration: none;
}

.link-3 {
  color: #c50d29;
}

.link-4 {
  color: #333;
  text-decoration: none;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.link-5, .link-6 {
  color: #333;
}

.button-2 {
  background-color: #c50d29;
  border-radius: 5px;
  margin-top: 20px;
}

.lottie-animation {
  height: 20vh;
}

.heading {
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 479px) {
  .div_middle {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 95%;
  }

  .text-block {
    font-size: .8rem;
  }

  .div_icon {
    grid-column-gap: 7vw;
    grid-row-gap: 7vw;
  }

  .text-block-4 {
    text-align: center;
  }

  .image {
    width: 50%;
  }

  .image-2 {
    width: 32vw;
  }

  .form-block, .text-block-5 {
    width: 90%;
  }

  .text-field {
    margin-bottom: 15px;
  }

  .div-block-4 {
    width: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .image-3 {
    width: 35vw;
  }

  .divider1 {
    width: 75%;
  }

  .form {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    width: 100%;
    padding-top: 0;
  }

  .corpo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    height: 100vh;
    display: flex;
  }

  .div-block-6 {
    background-color: red;
    width: 50px;
    height: 100px;
  }

  .link-5, .link-6 {
    color: #333;
  }
}


