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

.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-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.big-contaainer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  padding-right: 0;
  display: flex;
}

.sticky-nav {
  z-index: 999999;
  background-color: #fff;
  padding: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-logo-link {
  max-width: 60%;
}

.nav-logo {
  object-fit: contain;
  object-position: 0% 50%;
  width: 220px;
  height: 100%;
}

.nav-link {
  color: #444;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: underline;
}

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

.section {
  margin-top: 150px;
  padding: 20px;
}

.bold-text {
  text-transform: none;
}

.button {
  color: #000;
  background-color: #ffd12e;
  border-color: #000;
  border-radius: 20px;
  padding: 9px 36px;
}

.button.w--current {
  background-color: #ffd12e;
}

.heading {
  color: #fad02c;
  text-align: center;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 26px;
  line-height: 36px;
}

.div-block {
  text-align: center;
  max-width: 800px;
}

.container2 {
  max-width: 1140px;
}

.section-2 {
  background-color: #000;
  background-image: url('../images/web-bannner-img.jpg');
  background-position: 0 0;
  background-size: cover;
  padding: 60px 20px;
}

.text-block {
  color: #070707;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.column {
  padding-top: 40px;
  padding-right: 30px;
}

.div-block-2 {
  opacity: 1;
  text-align: center;
  background-color: #ffffffcf;
  border: 3px solid #3fb07f;
  border-radius: 20px;
  width: 500px;
  padding: 30px 40px;
  position: static;
  inset: 0 0% 0% auto;
}

.submit-button {
  color: #000;
  text-transform: none;
  background-color: #fad02c;
  border-color: #000;
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bold-text-2 {
  color: #0e8b33;
}

.bold-text-3 {
  color: #fff;
  font-weight: 500;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: flex;
}

.column-2 {
  padding-left: 60px;
}

.checkbox-label {
  color: #000;
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}

.heading-2 {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: PT Serif, serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 25px;
}

.textarea {
  border: 1px solid #fff;
  border-radius: 4px;
}

.text-field {
  border-radius: 50px;
  height: 45px;
  font-family: PT Serif, serif;
}

.text-field-2 {
  border-radius: 50px;
  height: 45px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

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

.text-field-4 {
  border-radius: 50px;
  height: 45px;
  font-family: Open Sans, sans-serif;
}

.link, .link-2 {
  color: #fff;
}

.section-3 {
  background-color: #001d3d;
  padding: 60px 20px;
}

.heading-3 {
  color: #fff;
  text-align: center;
  border-bottom: 0 dashed #001d3d;
  margin-top: 0;
  margin-bottom: 35px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.column-3 {
  padding-right: 60px;
}

.div-block-3 {
  background-color: #001d3d;
  border-radius: 0;
  padding: 30px;
}

.heading-4 {
  color: #fad02c;
  text-align: center;
  font-size: 34px;
}

.bold-text-4 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  color: #000;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 16px;
  line-height: 26px;
}

.column-4 {
  padding-left: 10px;
}

.section-4 {
  background-color: #001d3d;
  padding: 40px 20px;
}

.div-block-4 {
  min-width: auto;
  max-width: 800px;
}

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

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}

.slider {
  background-color: #fff;
  border-radius: 30px;
}

.slide-nav {
  background-color: #001d3d;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
}

.jumbotron-section {
  background-image: url('../images/hero.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 27px;
  margin-bottom: 27px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.div-block-5 {
  text-align: left;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.image {
  border-radius: 10px;
  margin-bottom: 14px;
}

.list-item-3, .list-item-4 {
  padding-bottom: 20px;
}

.section-6 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.list {
  color: #fff;
  padding-left: 10px;
}

.div-block-6 {
  text-align: center;
}

.paragraph-3 {
  color: #fff;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  margin-top: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  line-height: 55px;
  display: flex;
  position: absolute;
  inset: 0% auto 0 4%;
}

.select-field {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
}

.select-field.text-field {
  font-family: Open Sans, sans-serif;
}

.column-5, .column-6, .column-7 {
  text-align: center;
}

.footer-container {
  text-align: center;
  background-color: #fff;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.paragraph-4 {
  margin-bottom: 0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 13px;
}

.container-2 {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
}

.price-section {
  background-color: #d3ecee;
  padding-top: 45px;
  padding-bottom: 45px;
}

.bold-text-5 {
  font-size: 23px;
}

.container-3 {
  color: #fff;
  background-color: #207a5a;
  border-radius: 18px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 45px;
  padding: 28px 0;
  display: flex;
}

.paragraph-5 {
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 23px;
  line-height: 40px;
}

.heading-7 {
  color: #c92b2b;
  margin-top: 0;
  margin-bottom: 35px;
}

.image-3 {
  border: 1px #000;
}

.container-4 {
  text-align: center;
  max-width: 1140px;
}

.heading-8 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.text-block-3 {
  text-align: center;
  margin-bottom: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 19px;
  line-height: 30px;
}

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

.paragraph-6 {
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 18px;
  line-height: 30px;
}

.container-5 {
  text-align: center;
  max-width: 1140px;
  margin-top: 50px;
}

.image-4 {
  border-radius: 6px;
  margin: 25px auto 35px;
  display: block;
  box-shadow: 6px 6px 12px -1px #0003;
}

.button-cta {
  color: #000;
  background-color: #ffd12e;
  border-radius: 40px;
  padding: 16px 51px;
  font-size: 20px;
}

.button-cta.w--current {
  background-color: #ffd12e;
}

.text-block-4 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 27px;
  line-height: 34px;
}

.checklist-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.checklist-flex {
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-5, .text-block-6, .text-block-7 {
  font-family: PT Serif, serif;
  font-size: 17px;
}

.text-block-8 {
  text-align: left;
  font-family: PT Serif, serif;
  font-size: 17px;
}

.column-8 {
  text-align: center;
}

.testimonial-container {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: space-between;
  align-items: center;
  max-width: 1500px;
  margin-bottom: 45px;
  padding-left: 0;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #fff;
  border: 1px solid #00000040;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  height: 135px;
  padding: 17px;
  display: flex;
}

.name-ratings {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-card {
  width: 350px;
}

.container-6 {
  background-image: url('../images/vivisalute-summer_email-banner.jpg');
  background-position: 0 0;
  background-size: auto;
  max-width: 1250px;
}

.container-7 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: center;
  max-width: 1450px;
  display: flex;
}

.text-block-9 {
  font-family: PT Serif, serif;
  font-size: 20px;
}

.bold-text-6 {
  color: #fffefe;
  font-size: 40px;
}

.bold-text-7 {
  font-size: 30px;
}

.container-8 {
  margin-bottom: 35px;
}

.checkbox-field {
  text-align: left;
  font-family: PT Serif, serif;
}

.section-7 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.container-9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-10 {
  font-family: PT Serif, serif;
  font-size: 19px;
  line-height: 30px;
}

.image-5 {
  margin-bottom: 10px;
}

.div-block-8 {
  text-align: left;
  width: 450px;
}

.heading-9 {
  color: #545454;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.heading-9a {
  color: #728d8f;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
}

.italic-text {
  font-family: Open Sans, sans-serif;
}

.container-10 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.container-11 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-11 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.div-block-9 {
  text-align: center;
  border: 3px solid #78a595;
  border-radius: 15px;
  width: 200px;
  height: 170px;
  padding: 21px 15px 15px;
}

.image-6 {
  margin-bottom: 10px;
}

.container-12 {
  text-align: center;
}

@media screen and (max-width: 991px) {
  .heading {
    margin-top: 0;
  }

  .text-block {
    font-size: 24px;
  }

  .column {
    padding-top: 0;
    padding-right: 0;
  }

  .div-block-2 {
    margin: 178px auto;
    padding: 28px;
    position: static;
  }

  .bold-text-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 14px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 24px;
  }

  .column-3 {
    padding-right: 30px;
  }

  .heading-4 {
    font-size: 38px;
    line-height: 38px;
  }

  .bold-text-4 {
    font-size: 20px;
    line-height: 24px;
  }

  .paragraph-2 {
    font-size: 14px;
    line-height: 23px;
  }

  .jumbotron-section {
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .paragraph-3 {
    text-align: center;
    width: auto;
    margin-top: 28px;
    margin-bottom: 35px;
    line-height: 40px;
    display: block;
    position: static;
  }

  .text-details-wrapper {
    width: auto;
  }

  .columns {
    padding: 24px;
  }

  .text-span {
    font-size: 20px;
  }

  .testimonial-container {
    flex-flow: column;
  }

  .container-7 {
    flex-flow: column;
    display: block;
  }

  .checkbox-field {
    color: #fff;
  }

  .link-3, .link-4 {
    color: #ffd828;
  }

  .container-9 {
    flex-flow: column;
  }

  .container-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .section {
    margin-top: 0;
  }

  .heading {
    font-size: 22px;
    line-height: 30px;
  }

  .text-block {
    padding-bottom: 30px;
  }

  .column {
    padding-left: 0;
  }

  .div-block-2 {
    width: auto;
    margin-top: 120px;
    margin-left: 29px;
    margin-right: 29px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 20px;
  }

  .column-2 {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3 {
    font-size: 22px;
    line-height: 30px;
  }

  .column-3 {
    margin-bottom: 40px;
    padding-right: 10px;
  }

  .heading-4 {
    font-size: 34px;
  }

  .bold-text-4 {
    font-size: 16px;
  }

  .jumbotron-section {
    background-position: 0%;
    background-size: cover;
    margin-top: 0;
  }

  .div-block-5 {
    text-align: center;
  }

  .paragraph-3 {
    width: auto;
    margin-bottom: 0;
    line-height: 45px;
  }

  .column-5, .column-6, .column-7 {
    margin-bottom: 35px;
  }

  .footer-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: nowrap;
  }

  .container-2 {
    flex-flow: column;
  }

  .container-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container-7 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 100px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button {
    margin-left: 21px;
    margin-right: 21px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-2 {
    width: auto;
    margin-top: 220px;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 19px;
    padding-right: 19px;
  }

  .submit-button {
    white-space: normal;
    font-size: 11px;
  }

  .bold-text-2 {
    font-size: 20px;
  }

  .list-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .list-item-2 {
    padding-bottom: 20px;
  }

  .column-3 {
    padding-right: 0;
  }

  .div-block-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-4 {
    font-size: 24px;
    line-height: 28px;
  }

  .column-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider {
    height: 180px;
  }

  .slide {
    height: 150px;
  }

  .right-arrow {
    height: auto;
  }

  .mask {
    height: 150px;
  }

  .jumbotron-section {
    height: auto;
    margin-top: 0;
  }

  .paragraph-3 {
    width: auto;
    margin-bottom: 0;
    padding: 0;
    font-size: 15px;
    line-height: 25px;
  }

  .footer-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
    place-content: stretch center;
    padding-left: 14px;
    padding-right: 14px;
  }

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

  .container-2 {
    padding-left: 14px;
    padding-right: 14px;
  }

  .heading-6 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
  }

  .container-3 {
    text-align: center;
    flex-flow: column;
    padding-left: 12px;
    padding-right: 12px;
  }

  .paragraph-5 {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 25px;
    line-height: 32px;
  }

  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .image-3 {
    padding-left: 17px;
    padding-right: 17px;
  }

  .container-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-8 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
  }

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

  .paragraph-6 {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 24px;
  }

  .container-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-cta {
    margin-left: 21px;
    margin-right: 21px;
    font-size: 12px;
  }

  .testimonial-card {
    max-width: 300px;
    height: auto;
    display: block;
  }

  .right-card {
    width: auto;
  }

  .container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bold-text-6 {
    font-size: 20px;
  }

  .div-block-8 {
    width: auto;
  }

  .heading-9, .heading-9a {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 34px;
  }
}

#nombre.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac35-61dc06bf, #id_provincia.w-node-_8cf66350-c93e-217b-ccbe-c2e1db110a6a-61dc06bf, #w-node-_5cc6a822-713f-06ec-4035-d438ac8d7535-61dc06bf, #w-node-aac66294-cb85-2bd4-2829-2f5f2f49701b-61dc06bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac39-61dc06bf {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #nombre.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac35-61dc06bf, #telefono.w-node-_73069e01-8b0f-66ab-cb7c-6401301ae087-61dc06bf, #email.w-node-_77aeb881-7427-61f8-33cf-729d8df86bcd-61dc06bf {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #nombre.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac35-61dc06bf, #telefono.w-node-_73069e01-8b0f-66ab-cb7c-6401301ae087-61dc06bf, #email.w-node-_77aeb881-7427-61f8-33cf-729d8df86bcd-61dc06bf {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #nombre.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac35-61dc06bf, #telefono.w-node-_73069e01-8b0f-66ab-cb7c-6401301ae087-61dc06bf, #email.w-node-_77aeb881-7427-61f8-33cf-729d8df86bcd-61dc06bf {
    grid-column: span 2 / span 2;
  }
}


