.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

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

body {
  font-family: Barlow, sans-serif;
  color: #5a5a5a;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
  text-transform: capitalize;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-transform: capitalize;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-transform: capitalize;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

h5 {
  margin-top: 18px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

a {
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #626262;
  text-decoration: none;
}

ul {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 40px;
}

li {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #1e1e1e;
}

form {
  text-align: left;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Barlow, sans-serif;
  color: #1e1e1e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-left: 5px solid #ff9000;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22px;
  font-style: italic;
}

figcaption {
  margin-top: 5px;
  font-family: Barlow, sans-serif;
  font-size: 12px;
  text-align: center;
}

.section {
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.red-overlay {
  overflow: hidden;
  margin-bottom: -60px;
  padding-top: 110px;
  padding-bottom: 110px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3898ec60), to(#3898ec)), url('../images/manu/hero_papagayo.webp');
  background-image: linear-gradient(180deg, #3898ec60, #3898ec), url('../images/manu/hero_beach.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.relative {
  position: relative;
}

.section.wholesale-section {
  background-image: url('../images/frances-gunn-QcBAZ7VREHQ-unsplash.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.section.dark {
  background-color: #1e1e1e;
}

.container {
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.container.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  font-size: 70px;
  line-height: 84px;
  font-weight: 900;
  text-transform: capitalize;
}

.title.white {
  color: #fff;
}

.title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title-wrapper.half-width {
  max-width: 600px;
}

.divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #dcdcdc;
}

.subtitle {
  margin-bottom: -20px;
  font-family: Sacramento, sans-serif;
  color: #ff9000;
  font-size: 36px;
  line-height: 36px;
  text-transform: lowercase;
}

.button-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px;
}

.button-wrapper.accent {
  background-color: #ff9000;
}

.button {
  margin-top: 20px;
  padding: 15px 34px;
  border-radius: 25px;
  background-color: #ff9000;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-family: Barlow, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}

.button:hover {
  background-color: #ff9000;
  color: #fff;
}

.button.inverse {
  background-color: #fff;
  color: #ff9000;
}

.accent {
  background-color: #ff9000;
}

.hero-section {
  min-height: 100vh;
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.top-nav-container {
  display: -ms-grid;
  display: grid;
  height: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-info-container.mobile {
  display: none;
}

.bottom-nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar {
  background-color: transparent;
  color: #fff;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  margin-left: 15px;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}

.nav-link:hover {
  color: #ff9000;
}

.nav-link.w--current {
  color: #ff9000;
}

.hero-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.grid-4-column {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.content-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content-block.with-border {
  padding-right: 10px;
  padding-bottom: 33px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
}

.content-block.width-65 {
  max-width: 65px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.circle-image {
  width: 140px;
  height: 140px;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-2-column {
  grid-column-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-2-column.wide {
  grid-column-gap: 60px;
}

.text-card {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-right: 100px;
  padding-left: 100px;
  text-align: left;
}

.text-card.reduced-margin {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-right: 40px;
  padding-left: 40px;
}

.full-image {
  width: 100%;
  height: 100%;
  max-height: 680px;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-1-third {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.5fr 1fr;
  grid-template-columns: 0.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.stats-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-text {
  color: #fff;
}

.salmon-label {
  margin-top: 5px;
  color: white;
}

.statistic {
  margin-right: 20px;
  margin-left: 20px;
  text-align: center;
}

.quality-control-grid {
  display: -ms-grid;
  display: grid;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.small-circle-image {
  width: 65px;
  height: 65px;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-grid {
  grid-column-gap: 20px;
  grid-row-gap: 50px;
}

.product-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 0.25fr 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-bottom: 1px dashed #dcdcdc;
}

.product-wrapper:active {
  background-color: #f1eee7;
}

.square-image {
  min-height: 95px;
  min-width: 95px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-title {
  margin-top: 0px;
  margin-bottom: 0px;
}

.product-subtitle {
  margin-top: 0px;
  color: #ff9000;
}

.product-description {
  margin-top: 10px;
  color: #5a5a5a;
  font-weight: 400;
}

.sale-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 490px;
  margin-right: 40px;
  margin-bottom: 10px;
  margin-left: 40px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f1eee7;
  text-align: center;
}

.footer-content-wrapper {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff80), to(#00000090)), url('../images/manu/hero_beach.webp');
  background-image: linear-gradient(180deg, #00000040, #000000), url('../images/manu/hero_beach.webp');
  background-position: center;
  background-size: auto, cover;
}
.footer-content-wrapper2 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff80), to(#00000090)), url('/images/manu/hero_music.webp');
  background-image: linear-gradient(180deg, #00000040, #000000), url('/images/manu/hero_music.webp');
  background-position: center;
  background-size: auto, cover;
}
.footer-content-wrapper3 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff80), to(#00000090)), url('../images/manu/hero_mirador5.webp');
  background-image: linear-gradient(180deg, #00000040, #000000), url('../images/manu/hero_mirador5.webp');
  background-position: center;
  background-size: auto, cover;
}
.footer-content-wrapper4 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff80), to(#00000090)), url('/images/manu/a-Los-JAMEOS-DEL-AGUA.webp');
  background-image: linear-gradient(180deg, #00000040, #000000), url('/images/manu/a-Los-JAMEOS-DEL-AGUA.webp');
  background-position: center;
  background-size: auto, cover;
}
.footer-content-wrapper5 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff80), to(#00000090)), url('/images/manu/timanfaya_diablo.webp');
  background-image: linear-gradient(180deg, #00000040, #000000), url('/images/manu/timanfaya_diablo.webp');
  background-position: top;
  background-size: auto, cover;
}

.footer-bottom-content {
  padding: 15px 20px;
  background-color: #ff9000;
  font-family: Barlow, sans-serif;
  color: #fff;
}

.white-link {
  display: block;
  color: #fff;
  text-decoration: none;
}

.white-link:hover {
  color: #1e1e1e;
  text-decoration: none;
}

.white-link.inline {
  display: inline-block;
  margin-right: 10px;
}

.inline-link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon {
width: 24px;
}

.social-link {
  margin-right: 10px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, color 400ms ease;
  transition: transform 400ms ease, opacity 400ms ease, color 400ms ease, -webkit-transform 400ms ease;
}

.social-link:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.drawing-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-height: 200px;
}

.drawing-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  max-height: 200px;
}

.footer-bottom-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 140px;
}


.full-image-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 680px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-icon {
  width: 12px;
  margin-left: 5px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-list {
  background-color: #1e1e1e;
}

.dropdown-list.w--open {
  max-width: 240px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-radius: 15px;
  background-color: rgba(30, 30, 30, 0.85);
}

.dropdown-link {
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fefcfc;
  font-size: 16px;
}

.dropdown-link:hover {
  color: #ff9771;
}

.dropdown-link.w--current {
  color: #ff9771;
}

.contact-link {
  margin-right: 10px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #f1eee7;
  font-weight: 400;
}

.contact-link:hover {
  opacity: 0.8;
  color: #f1eee7;
}

.callout-block {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff9000;
}

.subpage-hero-section {
  height: 70vh;
  padding-bottom: 75px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/stijn-te-strake-UdhpcfImQ9Y-unsplash.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-hero-section.product-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/manu/20los_verdes.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/manu/20los_verdes.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-hero-section.sales-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/manu/100decoracion-cesar-.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/manu/100decoracion-cesar-.webp');
  background-position: bottom;
  background-size: auto, cover;
}


.subpage-hero-section.our-history {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/manu/hero_landscape.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/manu/hero_landscape.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-hero-section.about-us-page {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/images/manu/home-Lanzarote.webp');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/images/manu/home-Lanzarote.webp');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.double-image-wrapper {
  position: relative;
  width: 100%;
  height: 80vh;
}

.bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.landscape-image {
  max-width: 90%;
  -o-object-fit: cover;
  object-fit: cover;
}

.block-image {
  height: 80%;
  max-width: 80%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  padding-bottom: 55px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-6-column {
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.process-image {
  width: 100px;
}

.flush-with-top {
  margin-top: 0px;
  padding-top: 0px;
}

.input {
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-radius: 15px;
  background-color: #f1eee7;
}

.input:hover {
  background-color: #f7f5f0;
}

.input:focus {
  border-color: #ff9000;
  background-color: #fff;
}

.input.text-area {
  min-height: 200px;
}

.radio-button-label {
  color: #1e1e1e;
  font-weight: 500;
}

.select {
  height: 100%;
  padding-right: 20px;
  padding-left: 10px;
  border: 0px solid #000;
  background-color: transparent;
  font-family: 'Roboto Slab', sans-serif;
  color: #5a5a5a;
}

.select:hover {
  background-color: #f7f5f0;
}

.select:focus {
  border-color: #8d8a3b;
  background-color: transparent;
}

.paragraph {
  color: #5a5a5a;
}

.select-wrapper {
  height: 50px;
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-radius: 15px;
  background-color: #f1eee7;
}

.select-wrapper:hover {
  background-color: #f7f5f0;
}

.select-wrapper:focus {
  border-color: #8d8a3b;
  background-color: #fff;
}

.checkbox-label {
  font-family: Barlow, sans-serif;
  font-weight: 500;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-right: 5px;
  padding: 10px;
  border-width: 2px;
}

.checkbox.w--redirected-checked {
  border-color: #c1c033;
  background-color: #c1c033;
  background-size: 12px 12px;
}

.form-grid-2-column {
  margin-bottom: 10px;
  grid-column-gap: 10px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.radio-button-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radio-button {
  width: 15px;
  height: 15px;
  margin-top: 0px;
  margin-right: 5px;
  padding: 10px;
  border-width: 2px;
}

.radio-button.w--redirected-checked {
  border-width: 2px;
  border-color: #c1c033;
  background-color: #fff;
  background-image: none;
}

.success-message {
  border-radius: 15px;
  background-color: #ff9000;
  color: #fff;
  text-align: center;
}

.error-message {
  min-height: 50px;
  padding-top: 12px;
  border-radius: 15px;
  background-color: #f41a1a;
  color: #fff;
  text-align: center;
}

.quote-wrapper {
  max-width: 600px;
  text-align: center;
}

.quote-paragraph {
  margin-top: 30px;
  color: #1e1e1e;
  font-size: 20px;
  font-style: italic;
}

.by-person {
  font-family: Barlow, sans-serif;
}

.grid-3-column {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.long-content-wrapper {
  max-width: 940px;
}

.cover-image {
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 340px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-align: center;
}

.map {
  min-height: 30vh;
  min-width: 100%;
}

.dark {
  background-color: #1e1e1e;
}

.masonry-grid {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

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

.no-margins {
  margin-top: 0px;
  margin-bottom: 0px;
}

.contact-info-grid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.offset-section {
  position: relative;
  padding-bottom: 55px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.red-overlay {
    padding-top: 75px;
  }

  .title {
    font-size: 65px;
    line-height: 78px;
  }

  .title.white {
    margin-top: 10px;
  }

  .hero-section {
    min-height: 80vh;
  }

  .top-nav-container {
    height: 80px;
  }

  .contact-info-container {
    display: none;
  }

  .contact-info-container.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    border-top: 1px solid #5a5a5a;
  }

  .nav-link {
    margin-bottom: 10px;
  }

  .grid-2-column {
    grid-column-gap: 15px;
  }

  .text-card {
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-1-third {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .stats-wrapper {
    height: 250px;
  }

  .product-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .sale-content-wrapper {
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 5px;
    border-radius: 15px;
    background-color: rgba(30, 30, 30, 0.95);
  }

  .dropdown-list.w--open {
    padding-top: 10px;
    background-color: transparent;
  }

  .dropdown-link {
    padding-left: 25px;
    color: #d2d2d2;
  }

  .menu-button {
    padding-bottom: 14px;
  }

  .menu-button.w--open {
    border-radius: 15px;
    background-color: rgba(30, 30, 30, 0.4);
  }

  .contact-link:hover {
    color: #c1c033;
  }

  .double-image-wrapper {
    height: 60vh;
    min-height: 50vh;
  }

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

  .input {
    margin-bottom: 15px;
  }

  .input.text-area {
    min-height: 200px;
    padding-top: 14px;
  }

  .select-wrapper {
    margin-bottom: 15px;
  }

  .no-margins {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
    line-height: 60px;
  }

  h2 {
    font-size: 33px;
    line-height: 40px;
  }

  h3 {
    font-size: 28px;
    line-height: 37px;
  }

  h5 {
    font-size: 16px;
    line-height: 20px;
  }

  .section.red-overlay {
    padding-top: 40px;
    padding-bottom: 65px;
  }

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

  .title {
    font-size: 45px;
    line-height: 50px;
  }

  .title-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-section {
    padding-top: 40px;
  }

  .hero-content-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .grid-4-column {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .circle-image {
    width: 110px;
    height: 110px;
  }

  .grid-2-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-card {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-card.reduced-margin {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .sale-content-wrapper {
    min-height: 380px;
  }

  .inline-link-wrapper {
    margin-bottom: 5px;
  }

  .drawing-left {
    width: 150px;
  }

  .drawing-right {
    width: 150px;
  }

  .footer-bottom-container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .quote-paragraph {
    font-size: 18px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.relative {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .title {
    font-size: 35px;
    line-height: 40px;
  }

  .title-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
  }

  .top-nav-container {
    height: 80px;
    grid-column-gap: 5px;
    -ms-grid-columns: 0.75fr 1fr 0.75fr;
    grid-template-columns: 0.75fr 1fr 0.75fr;
  }

  .hero-content-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .grid-4-column {
    grid-row-gap: 0px;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .circle-image {
    width: 100px;
    height: 100px;
  }

  .text-card {
    padding-right: 20px;
    padding-left: 20px;
  }

  .stats-wrapper {
    height: 180px;
  }

  .square-image {
    min-height: 80px;
    min-width: 80px;
  }

  .sale-content-wrapper {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .white-link.inline {
    margin-bottom: 5px;
  }

  .inline-link-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .drawing-left {
    width: 60px;
  }

  .drawing-right {
    width: 60px;
  }

  .footer-bottom-container {
    padding-right: 0px;
    padding-left: 0px;
  }

  .callout-block {
    width: 100px;
    height: 100px;
  }

  .subpage-hero-section {
    min-height: 30vh;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-6-column {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-3-column {
    grid-column-gap: 10px;
  }

  .contact-info-grid {
    grid-column-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .offset-section {
    padding-bottom: 36px;
  }
}

#w-node-b82763ad-2c40-eae7-f607-0a560a2ad5dd-33471e9f {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-ca11fba8-0df0-3d0c-9938-7eba595cab46-33471e9f {
  -webkit-align-self: end;
  -ms-flex-item-align: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-_355f8bb3-299c-e25f-a484-4d6bfef2da93-33471e9f {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca6a5479-9eb6-aa6e-7ad5-4e7c232940c9-232940be {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca6a5479-9eb6-aa6e-7ad5-4e7c232940d2-232940be {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca6a5479-9eb6-aa6e-7ad5-4e7c232940db-232940be {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-ca6a5479-9eb6-aa6e-7ad5-4e7c232940e4-232940be {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_020d03e1-42a5-a22b-0544-22af89f1a481-89f1a478 {
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_020d03e1-42a5-a22b-0544-22af89f1a483-89f1a478 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_9282fbdc-eefc-da7d-51e0-308bd12796af-f4471eab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_5eebdf3e-a717-32e0-4d6a-2688b1c206d7-f4471eab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_49dcdb6d-40ee-461b-4ed6-ce66b8bcd2b3-f4471eab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a196cf60-8c85-0e3f-d7a4-9d8101ea71b6-f4471eab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-a196cf60-8c85-0e3f-d7a4-9d8101ea71b9-f4471eab {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ca11fba8-0df0-3d0c-9938-7eba595cab46-33471e9f {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_020d03e1-42a5-a22b-0544-22af89f1a488-89f1a478 {
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49dcdb6d-40ee-461b-4ed6-ce66b8bcd2b3-f4471eab {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }
}

