.w-form-formrecaptcha {
  margin-bottom: 8px;
}

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;
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 12px 30px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 4px;
  background-color: #b18f48;
  -webkit-transition: background-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, background-color 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f0f0f0;
  color: #b18f48;
  font-weight: 700;
}

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

.button.full-width {
  display: block;
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.button.tab {
  margin-right: 8px;
  margin-left: 8px;
  background-color: #92a0ad;
}

.button.tab:hover {
  background-color: #2e80b6;
}

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

.button.bot-call {
  display: inline;
  width: 300px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  color: #b18f48;
  font-weight: 600;
}

.button.bot-call:hover {
  background-color: #b18f48;
  color: #edeff2;
}

.navigation-link {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #676770;
}

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

.navigation-link.w--current {
  color: #b18f48;
  font-weight: 700;
}

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

.navigation-link.w--current:active {
  color: #b18f48;
  font-weight: 700;
}

.navigation-link.link-contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 9px;
  background-color: #b18f48;
  color: #fefeff;
}

.navigation-link.link-contacto:hover {
  box-shadow: 1px 1px 3px 0 #404047;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.navigation-link.link-clientes {
  display: none;
}

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

.navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.brand-text {
  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: #edeff2;
  text-align: center;
}

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

.section.no {
  display: none;
}

.white-box {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #b18f48;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
}

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

.white-box.transparent:hover {
  box-shadow: 1px 1px 3px 0 #404047;
}

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

.hero-section.centered {
  height: 700px;
  padding-top: 0px;
  padding-bottom: 10px;
  border: 1px none #000;
  text-align: center;
}

.hero-heading {
  margin-bottom: 30px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero-subheading {
  margin-bottom: 40px;
  padding-right: 10px;
  padding-left: 10px;
  color: #b18f48;
  font-size: 25px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
  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: #404047;
  color: #404047;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

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

.hollow-button.boton-call {
  display: inline;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.section-heading.centered {
  padding-right: 10px;
  padding-left: 10px;
  color: #676770;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.section-heading.centered.white {
  padding-right: 10px;
  padding-left: 10px;
  color: #676770;
  font-weight: 400;
}

.section-subheading.center {
  padding-right: 10px;
  padding-left: 10px;
  color: #676770;
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-subheading.center.off-white {
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #676770;
}

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

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

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

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

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

.info-icon {
  float: left;
  background-color: #192024;
}

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

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

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

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

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

.form {
  margin-top: 40px;
}

.div-block {
  padding-top: 0px;
}

.background-video {
  height: 700px;
  background-color: rgba(0, 0, 0, 0.37);
}

.background-video.video-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b18f48;
}

.paragraph {
  color: #676770;
}

.paragraph-2 {
  color: #676770;
}

.paragraph-3 {
  color: #676770;
}

.link {
  color: #f0f0f0;
}

.heading {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 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;
  font-size: 26px;
  line-height: 34px;
  font-weight: 600;
  text-align: center;
}

.section-2 {
  display: block;
  height: 400px;
  -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: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.59)), to(rgba(0, 0, 0, 0.59))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59), rgba(0, 0, 0, 0.59)), url('../images/5.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #edeff2;
  line-height: 300px;
}

.texto {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}

.bold-text {
  display: inline-block;
  padding-top: 0px;
  padding-right: 10px;
  padding-left: 10px;
  font-weight: 700;
}

.contenedor-call {
  display: block;
  height: 400px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

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

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

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

.paragraph-4 {
  padding-right: 20px;
  color: #fff;
}

.link-block {
  width: 30px;
  height: 30px;
  background-image: url('../images/social-02-white.svg');
  background-position: 0px 0px;
  background-size: cover;
}

.link-block.instagram {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background-image: url('../images/social-07-white.svg');
}

.link-block.facebook {
  width: 20px;
  height: 20px;
}

.contenedor-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-2 {
  height: 30px;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-5 {
  padding-right: 10px;
  padding-left: 10px;
  color: #676770;
}

.image {
  padding-top: 140px;
}

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

.link-2 {
  padding-right: 10px;
  padding-left: 10px;
  background-color: #b18f48;
  color: #edeff2;
  font-weight: 600;
  text-decoration: none;
}

.link-2:hover {
  background-color: transparent;
  color: #b18f48;
}

.image-2 {
  display: inline-block;
  text-align: center;
}

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

.paragraph-6 {
  color: #404047;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.container-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns-2 {
  margin-right: 0px;
  margin-left: 0px;
}

.columns-3 {
  height: 350px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
}

.slider {
  height: 350px;
}

.column-3 {
  height: 350px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-3.f3 {
  background-image: url('../images/3.jpg');
}

.column-4 {
  height: 350px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-4.f4 {
  background-image: url('../images/4.jpg');
}

.f4 {
  height: 350px;
  background-image: url('../images/5_1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.column-5 {
  height: 350px;
  background-image: url('../images/6.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-5.ultima {
  background-image: url('../images/6_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-6 {
  height: 350px;
  background-image: url('../images/4_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.f3 {
  height: 350px;
  background-image: url('../images/3_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

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

.paragraph-7 {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}

.grid {
  display: inline-block;
  height: 400px;
  padding-top: 60px;
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.section-3 {
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0.57))), url('../images/5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0.57)), url('../images/5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
}

.heading-5 {
  padding-top: 40px;
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}

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

.paragraph-9 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.paragraph-10 {
  color: #676770;
  font-weight: 700;
}

.paragraph-11 {
  font-weight: 700;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000001, 0.6000000000000001);
  -ms-transform: scale(0.6000000000000001, 0.6000000000000001);
  transform: scale(0.6000000000000001, 0.6000000000000001);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: hsla(0, 0%, 100%, 0.52);
  }
  .navigation-link:hover {
    color: #192024;
  }
  .navigation-link.w--current {
    color: #fff;
  }
  .navigation-link.w--current:hover {
    color: #192024;
  }
  .hamburger-button {
    border-style: solid;
    border-width: 1px;
    border-color: #b18f48;
    border-radius: 2px;
  }
  .hamburger-button.w--open {
    background-color: #b18f48;
  }
  .navigation-menu {
    background-color: #b18f48;
  }
  .brand-link {
    margin-right: 100px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    font-size: 40px;
  }
  .hero-subheading {
    font-size: 20px;
  }
  .grid-image {
    width: 50%;
    padding: 15px;
  }
  .image-3 {
    padding-right: 0px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-right: auto;
    margin-left: auto;
  }
  .button.tab {
    font-size: 12px;
  }
  .white-box {
    margin-bottom: 30px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    margin-bottom: 15px;
    font-size: 40px;
  }
  .hero-subheading {
    font-size: 18px;
  }
  .form-field.text-area {
    display: block;
  }
  .grid-image {
    width: 20%;
    padding: 20px;
  }
  .spc {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }
  .hamburger-button {
    border-style: solid;
    border-width: 1px;
    border-color: #b18f48;
    border-radius: 1px;
  }
  .navigation-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .brand-link {
    margin-right: 20px;
    padding-right: 39px;
  }
  .hero-section.centered {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-heading {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-subheading {
    font-size: 16px;
  }
  .section-subheading.center {
    line-height: 30px;
  }
  .footer.center {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-text {
    display: inline-block;
    font-size: 12px;
    text-align: right;
  }
  .grid-image {
    width: 35%;
  }
  .container {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .paragraph-4 {
    display: none;
    padding-right: 0px;
  }
  .column {
    padding-left: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-2 {
    height: 60px;
    padding-top: 10px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .columns {
    -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;
  }
  .paragraph-5 {
    margin-top: -30px;
  }
  .image {
    padding-top: 60px;
  }
}
.send-ok {
  display: none ;
}
.send-error {
  display: none ;
}
