: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: 1140px;
  padding-right: 0;
  display: flex;
}

.sticky-nav {
  z-index: 999999;
  background-color: #f0e8da;
  padding: 20px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.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 {
  background-color: #f0e8da;
  font-family: Montserrat, sans-serif;
}

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

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

.button {
  color: #000;
  background-color: #ffd12e;
  border: 2px solid #000;
  border-radius: 20px;
}

.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 {
  background-color: #329770;
  border-radius: 0;
  padding: 40px 40px 30px;
}

.submit-button {
  color: #000;
  text-transform: uppercase;
  background-color: #fad02c;
  border: 2px solid #000;
  border-radius: 4px;
  margin-top: 10px;
  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;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.checkbox-label {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.heading-2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 600;
}

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

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

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

.section-5 {
  margin-top: 125px;
  padding-top: 10px;
  padding-bottom: 60px;
}

.div-block-5 {
  border-radius: 20px;
}

.image {
  border-radius: 10px;
}

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

.paragraph-3 {
  color: #fad02c;
  text-align: center;
  font-size: 15px;
}

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

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

.heading-6 {
  color: #0e8b33;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}

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

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

.container-3 {
  background-color: #92c467;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  padding: 28px;
  display: flex;
}

.paragraph-5 {
  color: #000;
  width: 50%;
  margin-bottom: 0;
  font-size: 23px;
  line-height: 40px;
}

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

@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 {
    padding: 20px;
  }

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

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

  .columns {
    padding: 24px;
  }

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

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

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

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

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

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

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

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

  .section-5 {
    margin-top: 0;
  }

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

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

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

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

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

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

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

#w-node-_07215d66-bf1e-ed6a-9842-9add29a421b8-4d5d8bfe {
  justify-self: start;
}

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

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

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

@media screen and (max-width: 479px) {
  #w-node-_07215d66-bf1e-ed6a-9842-9add29a421b8-4d5d8bfe {
    justify-self: center;
  }

  #nombre.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac35-4d5d8bfe, #apellidos.w-node-b8fdbf28-a49c-5955-f8e7-8d8c3d30ac38-4d5d8bfe, #telefono.w-node-_73069e01-8b0f-66ab-cb7c-6401301ae087-4d5d8bfe, #email.w-node-_77aeb881-7427-61f8-33cf-729d8df86bcd-4d5d8bfe {
    grid-column: span 2 / span 2;
  }
}


