body {
  background-color: #edeff2;
  font-family: 'Open Sans', sans-serif;
  color: #6a859c;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #676770;
  font-size: 32px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #676770;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  letter-spacing: 7px;
  text-transform: uppercase;
}

h4 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #676770;
  font-size: 18px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}

.button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #f7941d;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
}

.button:hover {
  border-color: #f7941d;
  background-color: #fff;
  color: #7ba740;
}

.button:active {
  border-color: #f7941d;
  background-color: #fff;
  color: #f7941d;
}

.button:focus {
  color: #192024;
}

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

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-color: #f7941d;
  background-color: transparent;
}

.button.full-width:hover {
  border-bottom-color: #f7941d;
  background-color: #f7941d;
  color: #fff;
}

.button.tab {
  margin-top: 5px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 5px 10px;
  border-width: 2px;
  border-color: transparent;
  background-color: #8dc63f;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.button.tab:hover {
  background-color: #f7941d;
  color: #fff;
  font-weight: 400;
}

.button.tab:focus {
  background-color: #f7941d;
}

.button.tab:visited {
  border-color: transparent;
  background-color: #f7941d;
  color: #fff;
  font-weight: 400;
}

.button.tab.w--current {
  padding: 5px 10px;
  border-width: 2px;
  border-color: transparent;
  background-color: #8dc63f;
  color: #fff;
  font-weight: 700;
}

.button.tab.w--current:hover {
  background-color: #f7941d;
}

.button.tab.w--current:active {
  font-weight: 400;
}

.button.tab.w--current:focus {
  border-color: transparent;
  background-color: #f7941d;
}

.button.tab.w--current:visited {
  background-color: #f7941d;
}

.navigation-link {
  padding-top: 44px;
  padding-bottom: 0px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #bec3c7;
}

.navigation-link:hover {
  color: #f7941d;
}

.navigation-link.w--current {
  padding-bottom: 0px;
  color: #f7941d;
}

.navigation-link.w--current:visited {
  color: #f7941d;
}

.navigation-bar {
  background-color: #fff;
}

.navigation-menu {
  padding-top: 16px;
  padding-bottom: 16px;
  color: #bec3c7;
}

.brand-text {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #69b9ff;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  position: relative;
  padding: 80px 10px;
  background-color: #8dc63f;
  color: #404047;
  text-align: center;
}

.section:hover {
  border: 1px solid #f7941d;
  color: #f7941d;
}

.section.accent {
  background-color: #fff;
  color: #f0f0f0;
}

.section.accent.verde {
  background-color: #8dc63f;
}

.section._2 {
  display: block;
  overflow: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #8dc63f;
  opacity: 1;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
  -o-object-fit: fill;
  object-fit: fill;
}

.section._2.verde {
  position: relative;
  height: auto;
  min-height: 0px;
  margin-bottom: 0px;
}

.white-box {
  margin-top: 20px;
  padding: 15px 15px 20px;
  border: 1px solid #bec3c7;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

.white-box.transparent {
  padding: 0px;
  border-style: none;
  background-color: transparent;
  text-align: left;
}

.white-box._2 {
  border-color: transparent;
}

.white-box._5 {
  border-color: transparent;
  background-color: transparent;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  padding-top: 195px;
  padding-bottom: 195px;
  border-bottom: 4px solid #69b9ff;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0%, rgba(46, 157, 255, 0.48)), color-stop(0, rgba(46, 157, 255, 0.22)), color-stop(70%, transparent)), url('../images/ortaliza_home_1300_5.2.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(46, 157, 255, 0.48) 0%, rgba(46, 157, 255, 0.22) 0, transparent 70%), url('../images/ortaliza_home_1300_5.2.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: transparent;
  text-align: center;
  mix-blend-mode: normal;
}

.hero-heading {
  margin-bottom: 30px;
  padding-bottom: 0px;
  background-color: transparent;
  color: #fff;
  font-size: 56px;
  line-height: 60px;
  font-weight: 300;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  background-color: transparent;
  opacity: 1;
  color: #f0f0f0;
  font-size: 25px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.hollow-button {
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  -webkit-transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, border 300ms ease, color 300ms ease;
  color: #fff;
  line-height: 21px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.hollow-button:hover {
  border-color: #2e9dff;
  color: #2e9dff;
}

.hollow-button.all-caps {
  margin-top: 20px;
  margin-left: 10px;
  padding-left: 30px;
  border-color: #8dc63f;
  background-color: #fff;
  opacity: 0.8;
  color: #8dc63f;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.hollow-button.all-caps:hover {
  border-color: #f7941d;
  color: #f7941d;
}

.hollow-button.all-caps:focus {
  border-color: #8dc63f;
  color: #8dc63f;
}

.hollow-button.all-caps:visited {
  border-color: #f7941d;
  color: #f7941d;
}

.section-heading {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #000;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  margin-bottom: 10px;
  color: #000;
}

.section-heading.centered.white._2 {
  color: #192024;
}

.section-subheading.center {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading.center.izq {
  margin-bottom: 10px;
  color: #030303;
  text-align: center;
}

.section-subheading.center._2 {
  color: #192024;
}

.section-title-group {
  margin-bottom: 50px;
}

.form-field {
  height: 45px;
  margin-bottom: 17px;
  border: 0px solid #000;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(64, 64, 71, 0.3);
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 35px;
  padding-bottom: 35px;
  color: #bec3c7;
}

.footer.center {
  border: 1px solid #bec3c7;
  background-color: #383838;
  text-align: center;
}

.footer-text {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #9e9e9e;
  font-size: 16px;
}

.grid-image {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 0px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #8dc63f;
  box-shadow: 0 0 0 1px #8dc63f;
}

.info-icon {
  float: left;
}

.footer-link {
  display: block;
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d5d5e0;
  color: #668cad;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 140, 255, 0.84);
}

.footer-link.with-icon {
  margin-left: 30px;
  color: #192024;
}

.footer-link.with-icon:hover {
  color: #f7941d;
}

.tab-menu {
  margin-bottom: 40px;
  text-align: center;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.white-text {
  margin-bottom: 20px;
  color: #fff;
  font-weight: 400;
  text-align: left;
}

.form {
  margin-top: 40px;
}

.paragraph {
  margin-top: 0px;
  padding: 0px 15px 15px;
  background-color: transparent;
  color: #192024;
  font-weight: 300;
  text-align: left;
}

.paragraph:hover {
  color: #404047;
}

.paragraph.naranja {
  color: #000;
}

.paragraph.blanco {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.paragraph.blanco.notas {
  font-size: 12px;
  line-height: 20px;
  font-weight: 300;
}

.paragraph.verde {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  color: #8dc63f;
  font-size: 18px;
}

.paragraph.verde._2 {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #f89621;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.paragraph.verde._2._4 {
  border-style: none;
  border-color: transparent;
}

.paragraph-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 15px;
  color: #192024;
  font-size: 16px;
  text-align: left;
  white-space: normal;
}

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

.heading {
  color: #192024;
  font-weight: 400;
}

.heading-2 {
  color: #192024;
  font-weight: 400;
}

.heading-3 {
  color: #192024;
  font-weight: 400;
}

.paragraph-3 {
  color: #192024;
  font-size: 16px;
  font-style: normal;
  text-align: center;
}

.paragraph-4 {
  background-color: #bec3c7;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #192024;
  font-style: normal;
  text-align: center;
}

.paragraph-3.whats {
  color: #9fa3a7;
}

.heading-2-copy {
  font-weight: 400;
}

.heading-4 {
  letter-spacing: 1px;
}

.bold-text {
  text-align: center;
}

.heading-5 {
  color: transparent;
  font-size: 10px;
  line-height: 33px;
}

.paragraph-5 {
  margin-right: 10px;
  color: #192024;
}

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

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

.columns {
  margin-right: -10px;
  margin-left: -10px;
}

.error-message {
  background-color: #8dc63f;
}

.paragraph-6 {
  color: #fff;
}

.heading-6 {
  color: #192024;
}

.heading-7 {
  color: #192024;
}

.heading-8 {
  color: #192024;
}

.section-copy {
  position: relative;
  padding: 80px 10px;
  background-color: #fff;
  color: #404047;
  text-align: center;
}

.section-copy:hover {
  border: 1px solid #f7941d;
  color: #f7941d;
}

.section-copy.accent {
  background-color: #fff;
  color: #f0f0f0;
}

.grid-image-copy {
  display: block;
  width: 50%;
  margin: 20px auto;
  padding: 0px;
  border: 10px solid #fff;
  border-radius: 50%;
  background-color: #8dc63f;
  box-shadow: 0 0 0 1px #8dc63f;
}

.grid-image-copy._2 {
  padding-top: 0px;
}

.section-heading-copy {
  margin-top: 0px;
  margin-bottom: 16px;
}

.section-heading-copy.centered {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading-copy.centered.white {
  margin-bottom: 10px;
  color: #000;
}

.section-subheading-copy.center {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading-copy.center.off-white {
  padding-bottom: 0px;
  color: #e8e8e8;
}

.section-subheading-copy.center.izq {
  margin-bottom: 10px;
  color: #030303;
  text-align: center;
}

.bold-text-2 {
  font-style: normal;
}

.mask {
  position: relative;
  -o-object-fit: contain;
  object-fit: contain;
}

.image {
  margin-bottom: 0px;
  text-align: center;
}

.slider {
  display: block;
  max-height: 700px;
  max-width: 700px;
  min-height: 50px;
  min-width: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8dc63f;
  text-align: center;
}

.container-2 {
  display: inline-block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #8dc63f;
  text-align: center;
}

.slide {
  width: auto;
  height: 450px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  color: #f0f0f0;
}

.slide._1 {
  background-image: none;
}

.slide._3 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-2 {
  background-color: #8dc63f;
}

.slide-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #8dc63f;
}

.container-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fce7ce;
}

.column-2 {
  padding: 0px;
}

.paragraph-7 {
  font-size: 20px;
}

.paragraph-8 {
  font-size: 20px;
}

.paragraph-9 {
  font-size: 20px;
}

.container-4 {
  margin-bottom: 15px;
}

.column-3 {
  margin-top: 20px;
}

.column-4 {
  margin-top: 20px;
}

.slide1 {
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide1._2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: auto;
}

.slide2 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-2 {
  height: 500px;
}

.slider-3 {
  height: 700px;
  background-color: transparent;
}

.slide-4 {
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide5 {
  background-image: url('../images/5.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide6 {
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide7 {
  background-image: url('../images/7.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide8 {
  background-image: url('../images/8.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide9 {
  background-image: url('../images/9.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide10 {
  background-image: url('../images/10.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide11 {
  background-image: url('../images/11.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide12 {
  background-image: url('../images/12.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide13 {
  background-image: url('../images/13.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide {
  height: 700px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide._1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide.mobile {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide3 {
  background-image: url('../images/3.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide14 {
  background-image: url('../images/14.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide15 {
  background-image: url('../images/15.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide16 {
  background-image: url('../images/16.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide17 {
  background-image: url('../images/17.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide18 {
  background-image: url('../images/18.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide19 {
  background-image: url('../images/19.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide20 {
  background-image: url('../images/20.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide21 {
  background-image: url('../images/21.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide22 {
  background-image: url('../images/22.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide23 {
  background-image: url('../images/23.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide24 {
  background-image: url('../images/24.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide25 {
  background-image: url('../images/25.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide26 {
  background-image: url('../images/26.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide27 {
  background-image: url('../images/27.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide28 {
  background-image: url('../images/28.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%, 50% 50%;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
}

.slide29 {
  background-image: url('../images/29.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide30 {
  background-image: url('../images/30.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide31 {
  background-image: url('../images/31.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide32 {
  background-image: url('../images/32.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide33 {
  background-image: url('../images/33.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide34 {
  background-image: url('../images/34.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
    text-align: right;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .navigation-bar {
    color: #bec3c7;
  }

  .navigation-bar:hover {
    color: #f7941d;
  }

  .hamburger-button {
    color: #bec3c7;
  }

  .hamburger-button:hover {
    color: #8dc63f;
  }

  .hamburger-button:active {
    float: right;
    text-align: right;
  }

  .hamburger-button.w--open {
    background-color: #fff;
    color: #f7941d;
  }

  .navigation-menu {
    background-color: #8dc63f;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-left-color: #fff;
    background-color: #8dc63f;
  }

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

  .grid-image-copy {
    width: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    border-left-color: #fff;
    background-color: #8dc63f;
  }

  .slider {
    position: relative;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
    background-image: url('../images/1.jpg');
    background-position: 0px 0px;
    background-size: 100%;
  }

  .slide {
    height: 100vh;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/1.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .hamburger-button {
    color: #bec3c7;
  }

  .hamburger-button:hover {
    color: #8dc63f;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .grid-image-copy {
    width: 20%;
    padding: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .button.tab {
    margin-bottom: 10px;
    background-color: #fff;
    color: #000;
    font-weight: 400;
  }

  .button.tab:hover {
    color: #f8f5f2;
    font-weight: 400;
  }

  .button.tab:visited {
    color: #fdfcfb;
  }

  .button.tab.w--current {
    margin-bottom: 10px;
    background-color: #f7941d;
    color: #fff;
    font-style: normal;
  }

  .button.tab.w--current:hover {
    color: #f7941d;
  }

  .button.tab.w--current:active {
    background-color: #f7941d;
    color: #fffefe;
  }

  .hamburger-button {
    color: #bec3c7;
  }

  .hamburger-button:hover {
    color: #8dc63f;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

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

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url('../images/ortaliza_home_1300_5.mobil.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: repeat;
  }

  .hero-heading {
    max-width: none;
    min-width: 0px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 44px;
    line-height: 50px;
  }

  .hero-subheading {
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .hollow-button.all-caps {
    margin-bottom: 10px;
  }

  .section-heading.centered.white {
    margin-bottom: 10px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .section-title-group {
    margin-bottom: 40px;
  }

  .grid-image {
    width: 35%;
    padding: 0px;
  }

  .text-block {
    color: #000;
  }

  .text-block:hover {
    color: #fff;
  }

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

  .grid-image-copy {
    width: 35%;
  }

  .section-subheading-copy.center {
    line-height: 30px;
  }

  .text-block-2 {
    text-decoration: overline;
  }

  .slider {
    display: block;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    min-height: auto;
    min-width: auto;
  }

  .slide {
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 320px;
    height: 100%;
  }

  .slide._3 {
    background-size: cover;
  }

  .slide.mobile {
    width: 300px;
    height: 300px;
  }
}

