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

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

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

.form {
  background-color: #0000;
  border-radius: 6px;
  padding: 10px;
}

.input-style {
  border-radius: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.input-style.textarea {
  border-radius: 0;
  height: 80px;
}

.button {
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 1000px;
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #3f9898;
}

.button.prod.gr {
  background-color: var(--black);
  margin-top: 20px;
}

.button.prod.gr:hover {
  color: #3f9898;
  background-color: #fff;
}

.error-message {
  z-index: 5;
  color: #fff;
  background-color: #58969c;
  margin-top: 0;
  position: fixed;
  inset: 0;
}

.text-block-2 {
  text-align: center;
  margin-top: 100px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 75px;
}

.section-2 {
  text-align: center;
  background-image: linear-gradient(#3f9898b3, #3f9898b3), url('../images/fondo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

.col5 {
  float: left;
  clear: none;
  width: 20%;
  padding: 20px 5px 10px;
}

.div-block {
  margin-bottom: 15px;
}

.section-3 {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-3.map {
  background-color: #f0f0f0;
  padding-bottom: 60px;
}

.section-3.grey {
  background-color: #ccc;
}

.section-3.green {
  background-color: #3f9898;
  padding-top: 80px;
  padding-bottom: 80px;
}

.image {
  border: 1px solid #ebebeb;
  padding: 5px;
}

.text-block-3 {
  color: #333;
  text-align: center;
  text-transform: none;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  text-decoration: none;
}

.heading {
  color: var(--white);
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  line-height: 45px;
}

.heading-2 {
  color: var(--white);
  text-align: left;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.heading-3 {
  color: var(--white);
  background-color: #0009;
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}

.section-4 {
  color: var(--white);
  text-align: center;
  background-color: #e7e7e7;
  border-top: 1px #fff;
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-5 {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-5.map {
  padding-bottom: 0;
}

.section-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 400;
}

.section-subtitle {
  color: #df181b;
  margin-bottom: 15px;
}

.footer {
  text-align: center;
  background-color: #1d1d1d;
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.heading-4 {
  color: #333;
  text-align: center;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-5 {
  font-weight: 400;
}

.image-2 {
  border-radius: 10px;
  margin-top: 40px;
}

.column {
  color: #fff;
  text-align: left;
}

.paragraph {
  text-align: justify;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
}

.heading-6 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.container {
  margin-bottom: 35px;
}

.iconbox {
  background-color: #3f9898;
  border: 2px #fff;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 27px;
}

.text-block-4 {
  color: #3f9898;
  text-align: right;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 117px;
}

.image-3 {
  width: 30%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}

.heading-7 {
  text-transform: uppercase;
  border-bottom: 1px #000;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.image-4, .image-5, .image-6, .image-7 {
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
}

.columns, .columns-2, .columns-3 {
  margin-bottom: 20px;
}

.image-8, .image-9, .image-10, .image-11, .image-12, .image-13, .image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20, .image-21 {
  border: 1px solid #ebebeb;
}

.columns-4 {
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.columns-5 {
  margin-bottom: 20px;
}

.columns-6 {
  margin-bottom: 40px;
}

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

.div-block-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-3 {
  width: 30%;
  margin-right: 10px;
}

.div-block-4 {
  width: 30%;
  margin-left: 10px;
}

.image-22, .image-23, .image-24, .image-25, .image-26, .image-27, .image-28, .image-29, .image-30, .image-31, .image-32 {
  border: 1px solid #ebebeb;
}

.text-block-5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
}

.html-embed-2 {
  padding-bottom: 10px;
}

.html-embed-3 {
  padding-bottom: 19px;
}

.html-embed-4 {
  padding-bottom: 10px;
}

.columns-7 {
  margin-bottom: 40px;
}

.columns-8 {
  margin-bottom: 20px;
}

.div-block-5 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-6, .div-block-7, .div-block-8 {
  width: 30%;
}

.section-6 {
  display: none;
}

.columns-9 {
  margin-bottom: 20px;
}

.image-33, .image-34, .image-35, .image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45, .image-46, .image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57, .image-58, .image-59, .image-60, .image-61 {
  border: 1px solid #ebebeb;
}

.column-51 {
  margin-bottom: 10px;
}

.heading-8 {
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.column-52 {
  margin-bottom: 10px;
}

.image-89 {
  opacity: 0;
  transition: opacity .258s;
  display: block;
  position: absolute;
  top: 75px;
  left: 5px;
  right: 0;
}

.image-89:hover {
  opacity: 1;
}

.image-90 {
  border: 1px #ebebeb;
  max-width: 80%;
}

.image-90.gggg, .image-90.gggg-copy {
  padding-top: 0;
}

.image-91 {
  border: 1px #ebebeb;
  margin-left: 0;
  padding-top: 0;
}

.image-95 {
  opacity: 0;
  display: block;
  position: absolute;
  top: 75px;
  left: 10px;
}

.image-95:hover {
  opacity: 1;
}

.image-96 {
  opacity: 0;
  display: block;
  position: absolute;
  top: 80px;
  left: 15px;
}

.image-96:hover {
  opacity: 1;
}

.image-97 {
  opacity: 0;
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.image-97:hover {
  opacity: 1;
}

.column-53 {
  margin-top: 0;
}

.html-embed-5 {
  padding-top: 17px;
}

.image-98 {
  opacity: 0;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
}

.image-98:hover {
  opacity: 1;
}

.text-span, .text-span-2 {
  border-bottom: 6px solid #3f9898;
}

.columns-10 {
  margin-bottom: 33px;
}

.text-span-3 {
  border-bottom: 6px solid #3f9898;
}

.column-55 {
  display: block;
}

.div-block-9 {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  height: 380px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.image-99 {
  max-width: 80%;
}

.column-56 {
  text-align: right;
  padding-top: 17px;
}

.heading-9 {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.heading-9.dif {
  text-align: left;
  border: 1px solid #fff;
  padding-left: 20px;
  line-height: 30px;
}

.select-field {
  color: #999;
  font-family: Montserrat, sans-serif;
}

.select-field:hover {
  color: #a5a5a5;
}

.section-7 {
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

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

.image-100 {
  width: 60%;
}

.image-101 {
  max-width: 80%;
}

.heading-10 {
  margin-top: 31px;
  margin-bottom: 49px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.heading-10.space {
  margin-top: 60px;
  margin-bottom: 54px;
}

.text-span-4 {
  border-bottom: 5px solid #3f9898;
}

.grid {
  grid-template: ". . . . . Area"
  / 1fr 1fr 1fr 1fr 1fr 1fr;
}

.image-110 {
  width: 90%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-107 {
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-108 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.image-109 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.image-99-copy {
  max-width: 80%;
}

.container-3 {
  padding-left: 10px;
  padding-right: 10px;
}

.image-90-copy {
  border: 1px #ebebeb;
  max-width: 80%;
  margin-top: 30px;
}

.image-90-copy.gggg {
  padding-top: 0;
}

.image-99-copy-copy {
  max-width: 80%;
  margin-top: 30px;
}

.image-111 {
  max-width: 80%;
}

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

.section-9 {
  text-align: center;
  margin-bottom: 100px;
}

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

@media screen and (max-width: 991px) {
  .button.prod {
    font-size: 14px;
  }

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

  .image-2 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    text-align: center;
  }

  .col5 {
    width: 50%;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .section-subtitle {
    text-align: center;
    font-size: 27px;
    line-height: 43px;
  }

  .image-2 {
    margin-bottom: 21px;
  }

  .column {
    text-align: center;
  }

  .text-block-4 {
    text-align: center;
    line-height: 70px;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-5 {
    display: block;
  }

  .div-block-6, .div-block-7 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-10, .column-11, .column-12, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-24, .column-26, .column-27, .column-28, .column-29, .column-30, .column-31, .column-32, .column-33, .column-34, .column-35, .column-36, .column-37, .column-38, .column-39, .column-40, .column-41, .column-42, .column-43, .column-44, .column-45, .column-46, .column-47, .column-48, .column-49, .column-50 {
    margin-bottom: 10px;
  }

  .column-51 {
    margin-bottom: 60px;
    padding-bottom: 5px;
  }

  .column-52 {
    padding-bottom: 5px;
  }

  .image-89 {
    top: 75px;
    left: 25px;
  }

  .image-90 {
    margin-top: 30px;
  }

  .image-90.gggg-copy {
    margin-top: 0;
  }

  .image-91 {
    padding-top: 30px;
  }

  .image-95 {
    left: 15px;
  }

  .image-96 {
    left: 45px;
  }

  .image-97 {
    top: 80px;
    left: 10px;
  }

  .column-53 {
    padding-bottom: 5px;
    top: 0;
    left: 0;
    right: 0;
  }

  .column-54 {
    padding-bottom: 5px;
  }

  .image-98 {
    top: 80px;
  }

  .column-55, .column-57 {
    padding-bottom: 5px;
  }

  .image-99-copy {
    margin-top: 0;
  }

  .column-58 {
    padding-bottom: 5px;
  }

  .image-111 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 479px) {
  .input-style {
    font-size: 12px;
  }

  .button {
    font-size: 16px;
  }

  .section-2 {
    padding: 28px 10px 20px;
  }

  .col5 {
    width: 100%;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .heading {
    font-size: 33px;
  }

  .heading-3 {
    font-size: 12px;
  }

  .section-title {
    font-size: 27px;
  }

  .section-subtitle {
    font-size: 15px;
    line-height: 19px;
  }

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

  .heading-6 {
    font-size: 20px;
  }

  .html-embed {
    font-size: 12px;
  }

  .heading-7 {
    margin-top: 60px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .columns-4 {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .bold-text-2 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .div-block-2 {
    display: block;
  }

  .div-block-3 {
    width: 100%;
    margin-bottom: 10px;
  }

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

  .div-block-5 {
    display: block;
  }

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

  .section-6 {
    display: block;
  }

  .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8, .column-9, .column-10, .column-11, .column-12, .column-13, .column-14, .column-15, .column-16, .column-17, .column-18, .column-19, .column-20, .column-21, .column-22, .column-23, .column-24, .column-25, .column-26, .column-27, .column-28, .column-29, .column-30 {
    margin-bottom: 10px;
  }

  .column-51 {
    margin-bottom: 0;
  }

  .heading-8 {
    margin-bottom: 20px;
  }

  .column-52 {
    margin-bottom: 0;
  }

  .image-89 {
    margin-top: 0;
    top: 70px;
    left: 0;
  }

  .image-90, .image-91 {
    margin-top: 0;
  }

  .image-95 {
    top: 80px;
    left: 0;
  }

  .image-96 {
    top: 87px;
    left: 0;
  }

  .image-97 {
    top: 117px;
    left: 0;
  }

  .column-53, .column-54 {
    margin-bottom: 0;
  }

  .text-span {
    line-height: 40px;
  }

  .column-56 {
    display: none;
  }

  .column-57 {
    display: block;
    overflow: visible;
  }

  .heading-9 {
    text-align: left;
    line-height: 22px;
  }

  .heading-9.dif {
    line-height: 25px;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-100 {
    width: 90%;
  }

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

  .image-90-copy, .image-99-copy-copy, .image-111 {
    margin-top: 0;
  }

  .bold-text-2-copy {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-cb6a30bc-4e9b-ff1f-bcd9-44ceef9e6b1a-5f76244f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


