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

body {
  padding-top: 60px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 0px 0px 10px;
  color: #c7aa8b;
  font-size: 47px;
  line-height: 55px;
  font-weight: 500;
}

h2 {
  margin: 0px 0px -1px;
  color: #4d4d4d;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

h3 {
  margin: 10px 0px;
  font-size: 31px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin: 0px 0px 10px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

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

p {
  margin-top: 6px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  display: inline-block;
  padding: 8px 15px;
  border: 2px solid #fff;
  background-color: rgba(77, 77, 77, 0.2);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

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

.button.beige {
  border-color: #c7aa8b;
  color: #c7aa8b;
}

.button.beige:hover {
  background-color: #c7aa8b;
  color: #323232;
}

.button.beige.footer {
  display: block;
  margin-top: -8px;
  margin-right: auto;
  margin-left: auto;
}

.button.form {
  margin-top: 22px;
  margin-bottom: 23px;
  border-color: #323232;
  background-color: #323232;
  color: #c7aa8b;
}

.button.form:hover {
  background-color: transparent;
  color: #323232;
}

.button.solid {
  border-color: #c7aa8b;
  background-color: #c7aa8b;
}

.button.solid:hover {
  background-color: transparent;
  color: #c7aa8b;
}

.navbar-emergencias {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
  color: #d9d9d9;
}

.nav-link-romero {
  margin-top: 3px;
  margin-bottom: 18px;
  padding: 38px 30px;
  border-right: 1px none #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-romero:hover {
  background-color: #000;
  color: #fff;
}

.nav-link-romero.w--current {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 39px;
  padding-bottom: 39px;
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

.nav-link-romero.w--current:hover {
  color: #c7aa8b;
}

.nav-link-romero.social-icons {
  display: none;
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link-romero.social-icons:hover {
  opacity: 1;
}

.nav-link-romero.social-icons.last {
  display: none;
  border-right-style: solid;
  border-left-style: none;
}

.nav-link-romero.social-icons.last.pie {
  padding: 0px;
}

.nav-link-romero.social-icons.last.nav-link-romero-flybanner {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 5px;
  float: right;
  border: 1px solid transparent;
  border-radius: 20px;
}

.nav-link-romero.social-icons.last.nav-link-romero-flybanner:hover {
  background-color: hsla(0, 0%, 82%, 0.12);
}

.logo-text-romero-romero {
  display: block;
  margin-top: 34px;
  margin-right: 31px;
  float: left;
  -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;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 25px;
  line-height: 0px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu-romero {
  display: block;
  margin-top: 0px;
  margin-bottom: -20px;
  padding-bottom: 0px;
  float: right;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
}

.stone-logo-romero {
  max-width: 15%;
  margin-top: 0px;
  margin-right: 8px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  float: left;
  clear: right;
  opacity: 0.9;
  line-height: 20px;
}

.stone-logo-romero.footer {
  opacity: 0.4;
}

.brand-romero {
  display: block;
  padding-top: 7px;
  opacity: 1;
}

.brand-romero.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  padding-top: 35px;
  padding-bottom: 30px;
  color: #4d4d4d;
}

.section.grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-top: 55px;
  padding-bottom: 55px;
  background-color: #333;
  color: #fff;
}

.section.beige {
  height: auto;
  max-height: 850px;
  max-width: none;
  min-width: auto;
  margin-top: 11px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #457896;
  color: #f7f7f7;
}

.section.beige.cuatrobanners.celular {
  height: 720px;
  max-height: 1000px;
  margin-top: 50px;
}

.section.image {
  margin-bottom: -32px;
  padding-top: 0px;
  padding-bottom: 60px;
  border-radius: 0px;
  background-image: none;
  opacity: 1;
}

.section.contactenos {
  display: block;
  margin-top: 15px;
  margin-bottom: -178px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #f7f7f7;
  text-align: left;
}

.section.footer {
  margin-top: 11px;
  margin-bottom: -22px;
  padding-top: 30px;
  padding-bottom: 21px;
  background-color: #323232;
}

.section.footer.flyba {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 174px;
  padding-top: 56px;
  -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;
}

.section.slider-eg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  margin-bottom: -9px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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: #457896;
  color: #f7f7f7;
}

.section.slider-eg.cuatrobanners.celular {
  height: 950px;
  max-height: 1000px;
}

.section.contactenos-eg {
  display: block;
  margin-top: 0px;
  margin-bottom: -11px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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;
  background-color: #457896;
  text-align: left;
}

.main-heading {
  margin-top: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 79px;
  line-height: 66px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
}

.main-heading.bold {
  position: relative;
  font-weight: 700;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  margin-top: 18px;
  margin-bottom: 44px;
  font-family: Vollkorn, serif;
  color: hsla(0, 0%, 100%, 0.81);
  font-size: 21px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  display: inline-block;
  width: 60px;
  height: 2px;
  background-color: #fff;
}

.horizontal-bar.beige {
  display: inline-block;
  background-color: #c7aa8b;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, 0.18);
}

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

.slide {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url('../images/bridge.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  margin-bottom: 23px;
  padding-top: 23px;
  padding-bottom: 0px;
  border-top: 1px solid rgba(50, 50, 50, 0.13);
  color: #18262e;
  font-size: 21px;
  text-align: center;
  text-transform: uppercase;
}

.process-titles.tipo {
  margin-bottom: -51px;
  color: #f0a731;
}

.process-titles.medidas {
  color: #457896;
}

.icon-wrapper {
  height: 109px;
  margin-bottom: 24px;
  text-align: center;
}

.number {
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0px;
  color: rgba(50, 50, 50, 0.09);
  font-size: 16px;
  text-transform: uppercase;
}

.testimonials-slider {
  height: auto;
  padding-right: 47px;
  padding-left: 47px;
  background-color: transparent;
}

.testimonial-slide {
  width: 50%;
  padding: 24px 30px;
  text-align: center;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #d1d1d1;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  margin-top: 20px;
  color: #f7f7f7;
  font-size: 16px;
  text-transform: uppercase;
}

.small-title-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  margin-top: 3px;
  color: #858585;
  text-align: left;
}

.footer-text.address {
  float: left;
  text-align: right;
}

.footer-text.address.direccion {
  float: right;
}

.footer-text.copy {
  display: none;
}

.subheading {
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  color: #a6a6a6;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  padding: 74px 33px;
  background-color: #c7aa8b;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  border: 0px solid #000;
  color: #323232;
  font-size: 18px;
  text-transform: uppercase;
}

.field:hover {
  background-color: hsla(0, 0%, 100%, 0.8);
}

.field:focus {
  box-shadow: inset 0 0 0 0 transparent;
}

.success {
  padding-top: 35px;
  padding-bottom: 43px;
  border: 3px solid #323232;
  background-color: transparent;
  color: #323232;
  font-size: 23px;
  font-weight: 500;
  text-align: center;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  margin-top: 4px;
  margin-right: 5px;
  float: left;
  opacity: 0.19;
}

.tag-title {
  margin-right: 16px;
  float: left;
  color: #b8b8b8;
  font-size: 14px;
}

.back-to-work-column {
  display: none;
  padding-top: 32px;
  text-align: right;
}

.prev-project-wrapper {
  padding-right: 30px;
  border-right: 3px solid #4d4d4d;
  text-align: right;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  padding-right: 10px;
  opacity: 0.26;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.column-2 {
  -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;
}

.image-2 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  overflow: visible;
  width: 40%;
  margin-top: 0px;
  margin-bottom: -40px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  cursor: default;
  -o-object-fit: fill;
  object-fit: fill;
}

.flysnow:hover {
  background-color: transparent;
}

.flysnow.comparacion {
  margin-top: -113px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading {
  color: #243e4b;
}

.heading.formatos {
  margin-top: 0px;
  padding-top: 24px;
  text-align: center;
}

.image-3-romero {
  width: 70px;
  margin-top: 0px;
  padding-top: 0px;
}

.columna-consulta-text2.flybannertipos {
  margin-top: 0px;
}

.columna-form-contacto2 {
  margin-bottom: -170px;
}

.columna-form-contacto2.form {
  margin-bottom: -166px;
}

.titulogde {
  padding-left: 50px;
  color: rgba(50, 50, 50, 0.36);
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}

.container {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Times New Roman', TimesNewRoman, Times, Baskerville, Georgia, serif;
  color: #d1d1d1;
  font-size: 90px;
  text-align: center;
}

.div-block {
  position: relative;
  overflow: visible;
}

.div-block-3 {
  height: 5px;
  background-color: #ae1f3a;
}

.slide-2 {
  overflow: visible;
  background-color: transparent;
  background-image: url('../images/Slider_1.jpg');
  background-position: 50% 93%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  text-align: left;
}

.slider-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -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;
}

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

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

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

.left-arrow-2 {
  display: none;
}

.right-arrow-2 {
  display: none;
}

.icon-2 {
  display: none;
}

.icon-3 {
  display: none;
}

.slide-nav {
  display: none;
}

.galeria {
  overflow: hidden;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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;
}

.button-2 {
  margin-right: 20px;
}

.button-2.boton {
  width: 150px;
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 20px;
  text-align: center;
}

.button-3 {
  width: 150px;
  height: 50px;
  margin-left: 20px;
}

.button-3.boton {
  position: static;
  display: block;
  width: 150px;
  height: 40px;
  margin-top: 0px;
  padding-top: 11px;
  padding-bottom: 11px;
  -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: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0px;
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.button-4 {
  margin-right: 5px;
  margin-left: 5px;
}

.button-4.boton {
  width: 150px;
  height: 40px;
  padding-top: 11px;
  padding-bottom: 11px;
  border-radius: 20px;
  text-align: center;
}

.flygota.comparacion {
  margin-top: -62px;
  float: none;
}

.flysurf.comparacion {
  margin-top: -42px;
}

.flyblade.comparacion {
  margin-top: -43px;
}

.columns-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  margin-right: -10px;
  margin-bottom: 349px;
}

.image-4 {
  display: inline-block;
  margin-right: 0px;
}

.heading-3 {
  display: block;
  margin-top: -12px;
  padding-top: 23px;
  color: #fff;
  font-size: 50px;
  text-align: center;
}

.heading-3.second {
  margin-top: -25px;
  font-size: 55px;
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  grid-template-areas: "Area Area-3 Area-2" "Area-4 Area-3 Area-5" "Area-4 Area-6 Area-5" "Area-4 Area-6 Area-5";
  -ms-grid-columns: 1fr 14px 1fr 14px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 16px 288px 16px auto 16px auto;
  grid-template-rows: auto 288px auto auto;
}

.grid.celular {
  display: none;
}

.image-5 {
  width: 300px;
}

.image-5.imggrid {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0px;
}

.image-6 {
  position: static;
  overflow: visible;
  max-width: 1000%;
}

.image-6.celular {
  max-width: 99%;
}

.image-6.celular.imggrid {
  height: 306px;
  max-width: 99%;
}

.slider-3 {
  display: none;
}

.html-embed {
  margin-left: -26px;
}

.column-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  margin-top: -41px;
}

.bold-text {
  font-size: 18px;
}

.bold-text-2 {
  font-size: 18px;
}

.bold-text-3 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #d1d1d1;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  -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-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;
  text-align: left;
}

.div-block-7 {
  overflow: visible;
  float: right;
}

.column-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
}

.paragraph {
  margin-top: 13px;
  margin-right: 15px;
  margin-left: 15px;
}

.image-8 {
  background-color: #ae1f3a;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
  background-repeat: no-repeat;
}

.div-block-8 {
  width: 50px;
  height: 50px;
  margin-top: 16px;
  margin-left: 11px;
  padding-left: 0px;
  background-color: #ae1f3a;
}

.column-9 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.grid-para-productos {
  display: block;
  padding-bottom: 10px;
  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;
  -webkit-column-count: 3;
  column-count: 3;
}

.gridimage-cel {
  width: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-radius: 50px;
  -webkit-column-count: 0;
  column-count: 0;
}

.gridimage-cel.flyban {
  width: 100%;
  height: 310px;
}

.navbar-flybanners {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: -10px;
  padding-top: 0px;
  background-color: #4d4d4d;
  box-shadow: 0 1px 0 0 hsla(0, 0%, 100%, 0.13);
}

.headingcontact {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #f7f7f7;
  text-align: center;
}

.slide-prod-eg {
  width: 17%;
  height: auto;
  min-width: 0px;
  margin: 0px 5px;
  padding: 0px 5px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.link-prod-eg {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.imagen-prod-eg {
  width: 100%;
  max-width: 100%;
  background-color: #f7f7f7;
  color: #f7f7f7;
}

.text-prod-eg {
  position: static;
  display: block;
  overflow: visible;
  margin-top: 5px;
  margin-bottom: 12px;
  padding-bottom: 0px;
  color: #323232;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  white-space: pre-line;
}

.slide-nav-2 {
  position: static;
  display: none;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f7f7f7;
  color: transparent;
}

.mask-2 {
  overflow: visible;
  margin-top: 32px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: #457896;
  color: transparent;
}

.slider-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340px;
  margin-top: -34px;
  margin-bottom: 62px;
  padding-top: 10px;
  padding-bottom: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #457896;
  color: transparent;
}

.body {
  background-color: #f7f7f7;
}

.htmlform-eg-cel {
  margin-bottom: 0px;
}

.gridimage-pc {
  margin-right: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  border-radius: 50px;
  -webkit-column-count: 0;
  column-count: 0;
}

.nav-bar-osteo {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  float: none;
  clear: none;
  background-color: #9b8b6a;
  line-height: 16px;
  text-align: left;
}

.brand-osteo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -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;
}

.logo-osteo {
  display: inline-block;
  width: 100%;
  margin-right: 8px;
  margin-bottom: 15px;
  margin-left: -6px;
  padding-top: 0px;
  float: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo-text-osteo {
  display: none;
  margin-top: 12px;
  margin-right: 31px;
  float: left;
  font-size: 25px;
}

.logo-text-osteo.bajada {
  font-size: 15px;
  line-height: 0px;
}

.nav-menu-osteo {
  margin-right: -35px;
  padding-right: 0px;
  float: left;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.nav-link-osteo {
  display: block;
  margin-bottom: 0px;
  padding: 18px 22px;
  float: left;
  border-right: 1px none #000;
  font-size: 17px;
}

.nav-link-osteo:hover {
  background-color: #a74747;
}

.nav-link-osteo.whatsapp {
  float: right;
  border-right-style: none;
  border-right-width: 0px;
}

.nav-link-osteo.boton {
  position: relative;
  bottom: auto;
  z-index: 0;
  border-left: 1px none #000;
}

.nav-link-osteo.ubi {
  display: none;
}

.image-3-osteo {
  display: inline-block;
  width: 60px;
  margin: -15px 0px -12px;
  padding: 0px;
  float: none;
  clear: none;
  background-color: transparent;
  font-size: 15px;
}

.heading-4 {
  display: none;
  text-align: center;
}

.heading-5 {
  position: static;
  top: 284px;
  right: 816.406px;
  margin-right: -4px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: left;
}

.heading-5.subtitulo {
  position: static;
  top: 0px;
  right: 0px;
  margin-top: 80px;
  margin-left: 10px;
  padding-top: 12px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-5.subtitulo-2 {
  position: static;
  top: 0px;
  right: 0px;
  margin-top: 83px;
  margin-left: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.container-3 {
  display: none;
  margin-top: 35px;
}

.container-3.cont {
  position: static;
  left: 0px;
  top: 0px;
  bottom: 0px;
  display: block;
  height: 10px;
  margin-top: -2px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.imgconoce {
  margin-right: -17px;
  padding-right: 50px;
  float: left;
}

.rich-text-conoce {
  display: block;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 101px;
  padding-left: 0px;
  float: none;
  clear: none;
  color: #333;
  text-align: left;
}

.rich-text-conoce.romero {
  padding-top: 0px;
}

.about-romero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 14px;
  margin-bottom: 21px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.imabeneficios {
  padding-right: 61px;
  padding-left: 18px;
  float: right;
}

.imgromero {
  position: static;
  max-width: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 21px;
  float: left;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.dropdown {
  display: none;
  float: right;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.formacade {
  width: 500px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding: 20px;
  float: none;
  font-size: 17px;
  text-align: left;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dropacade.w--open {
  position: relative;
  width: 500px;
  margin: 60px -279px 40px 0px;
}

.dropdown-list {
  margin-top: 2px;
}

.dropdown-list.w--open {
  margin: 61px 0px 40px -246px;
  padding-right: 0px;
  padding-left: 0px;
}

.dropdown-list.dropacade.w--open {
  margin-bottom: -5px;
  margin-left: -246px;
}

.romero {
  display: block;
  width: 100%;
  -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: #9b8b6a;
}

.contacto {
  margin-top: 40px;
  margin-bottom: 0px;
}

.pie {
  height: 50px;
  background-color: #9b8b6a;
}

.formulariohtml {
  display: block;
  margin-bottom: 10px;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: transparent;
}

.ubicacion {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mapa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 500px;
  height: 250px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-6 {
  text-align: center;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 60px;
}

.image-9 {
  display: block;
  float: left;
}

.image-9.flecha {
  display: none;
  padding-left: 0px;
  float: none;
  clear: none;
  text-align: center;
}

.image-9.whats {
  width: 50px;
  margin-right: 10px;
  border-radius: 15px;
}

.image-9.face {
  width: 50px;
  margin-right: 10px;
  border-radius: 15px;
}

.image-9.inst {
  width: 50px;
  margin-right: 10px;
  border-radius: 15px;
}

.columns-4 {
  display: block;
  margin-top: 14px;
  padding-top: 15px;
  padding-right: 35px;
  padding-left: 35px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.column-11 {
  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-12 {
  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;
}

.background-video {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -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;
  opacity: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-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: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.container-5 {
  margin-bottom: 38px;
}

.emerglogo {
  display: block;
  float: right;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.emerglogo.flotante {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.heading-8 {
  text-align: center;
}

.image-10 {
  display: block;
  max-width: 20%;
  margin-top: -21px;
  float: right;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-10.logo {
  display: block;
  max-width: 40%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
}

.image-10.flotante {
  display: none;
}

.emerglogo-copy {
  display: block;
  clear: left;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.htmlform-eg-cel-eg {
  margin-bottom: 0px;
  background-color: #457896;
}

.nav-link-romero-flybanner {
  padding: 20px 30px;
  border-right: 1px solid #4d4d4d;
  -webkit-transition: background-color 100ms ease, margin 500ms ease;
  transition: background-color 100ms ease, margin 500ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ededed;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link-romero-flybanner:hover {
  background-color: #000;
  color: #fff;
}

.nav-link-romero-flybanner.w--current {
  background-color: #000;
  box-shadow: none;
  color: #c7aa8b;
}

.nav-link-romero-flybanner.w--current:hover {
  color: #c7aa8b;
}

.nav-link-romero-flybanner.social-icons {
  display: none;
  padding: 18px 22px 22px;
  float: right;
  border-left: 1px solid #4d4d4d;
  opacity: 0.8;
}

.nav-link-romero-flybanner.social-icons:hover {
  opacity: 1;
}

.nav-link-romero-flybanner.social-icons.last {
  display: none;
  border-right-style: solid;
  border-left-style: none;
}

.nav-link-romero-flybanner.social-icons.last.pie {
  display: block;
  padding: 0px;
}

.image-11 {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-12 {
  max-width: 50%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.column-13 {
  display: block;
}

.columns-5 {
  display: none;
}

.container-7 {
  display: none;
}

.columns-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 167px;
  -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;
}

.heading-9 {
  color: #457896;
}

.heading-10 {
  color: #457896;
}

.heading-11 {
  color: #457896;
}

.formatos {
  display: block;
  margin-bottom: 37px;
  background-color: #f0a731;
}

.section-2 {
  position: static;
  margin-top: 0px;
  margin-bottom: 0px;
}

.container-8 {
  display: block;
  padding-bottom: 0px;
}

.headingcontact-eg {
  margin-top: 15px;
  margin-bottom: -32px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  color: #f7f7f7;
  text-align: center;
}

.body-2 {
  margin-bottom: 0px;
  padding-top: 58px;
  padding-bottom: 0px;
}

.container-9 {
  margin-top: 0px;
}

.container-10 {
  margin-top: 0px;
}

.text-block {
  color: #fff;
}

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

.image-13 {
  width: 30px;
  float: left;
}

.heading-12 {
  margin-right: 0px;
  margin-bottom: 4px;
  margin-left: 0px;
  padding-right: 0px;
  float: left;
}

.paragraph-2 {
  float: left;
  clear: right;
}

.bold-text-4 {
  float: left;
}

.div-block-9 {
  margin-top: 0px;
  padding-top: 11px;
  clear: left;
}

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

.heading-13 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button-5 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns-7 {
  margin-top: 15px;
}

.columns-8 {
  margin-top: 75px;
}

.section-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -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-image: radial-gradient(circle farthest-corner at 50% 50%, #c7aa8b 62%, #fff);
}

.container-12 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-self: auto;
  -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;
  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;
  text-align: right;
}

.image-14 {
  position: static;
  display: block;
  max-width: 140%;
  margin-top: 0px;
  float: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: center;
}

.heading-14 {
  position: absolute;
  left: 9px;
  top: auto;
  right: auto;
  bottom: 208px;
  z-index: 999;
  display: block;
  margin-top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #2d2869;
}

.heading-14.titulocel {
  left: 491px;
  bottom: 600px;
}

.heading-14.titulo2 {
  bottom: 86px;
  display: block;
  margin-bottom: -10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.image-15 {
  position: absolute;
  top: 238px;
  right: 1279px;
  background-color: #9b3939;
}

.div-block-10 {
  position: absolute;
  top: auto;
  right: auto;
  display: block;
  width: 630px;
  height: 310px;
  margin-top: -200px;
  margin-left: 21px;
  padding-left: 0px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 20px;
  background-color: rgba(248, 242, 242, 0.81);
}

.formacionbanner {
  background-image: url('../images/WhatsApp-Image-2019-12-12-at-11.41.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
}

.image-16 {
  max-width: 100%;
  box-shadow: 2px 0 10px 3px #000;
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
}

.container-13 {
  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;
}

.paragraph-3 {
  margin-top: 23px;
  padding-right: 58px;
  font-size: 19px;
}

.paragraph-3.cursos {
  margin-top: 38px;
  margin-bottom: 35px;
  direction: ltr;
}

.heading-15 {
  margin-top: 23px;
  font-size: 47px;
  text-align: left;
}

.heading-15.subt {
  margin-top: 12px;
  font-size: 30px;
  line-height: 10px;
}

.heading-16 {
  margin-top: 30px;
}

.image-17 {
  max-width: 110%;
  margin-top: 21px;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-17.vertical {
  display: block;
  max-width: 70%;
  padding-right: 12px;
  text-align: left;
}

.bold-text-5 {
  line-height: 25px;
}

.column-14 {
  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;
}

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

.container-14 {
  margin-top: 28px;
  margin-bottom: 0px;
}

.whatscel {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 70px;
}

.link-block-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.container-15 {
  padding-left: 45px;
}

.column-15 {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.columns-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  float: none;
  -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;
}

.column-16 {
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-12 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3px;
  max-width: 100%;
  margin-top: -61px;
  margin-bottom: 44px;
  margin-left: 0px;
  -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-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: rgba(77, 77, 77, 0.82);
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.visitasdomi {
  display: block;
  margin-bottom: 21px;
  -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: #9b8b6a;
}

.heading-17 {
  margin-top: 10px;
  color: #f7f7f7;
  text-align: center;
}

.container-16 {
  display: none;
}

.text-block-3 {
  color: #f7f7f7;
  text-align: center;
}

.text-block-4 {
  color: #f7f7f7;
}

.body-3 {
  padding-top: 0px;
}

.container-18 {
  -webkit-column-count: 3;
  column-count: 3;
}

.imggrid {
  margin-top: 5px;
  margin-bottom: 5px;
}

.heading-18 {
  float: right;
  color: #fff;
}

.container-19 {
  padding-bottom: 3px;
}

.right-arrow-3 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.left-arrow-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 78px;
  -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;
}

.contslider {
  display: block;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body-4 {
  padding-top: 0px;
}

.section-4 {
  margin-bottom: 95px;
}

.section-4.secnos {
  margin-bottom: 85px;
}

.section-4.secben {
  margin-bottom: 25px;
}

.section-4.seccono {
  margin-bottom: 110px;
}

.body-5 {
  background-color: #89114c;
}

.heading-19 {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 37px;
  letter-spacing: 5px;
}

.div-block-15 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-5 {
  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;
}

.heading-20 {
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 67px;
  letter-spacing: 0px;
}

.image-18 {
  width: 10%;
  padding-left: 0px;
  float: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-6 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  margin-top: 37px;
  margin-bottom: 37px;
  padding: 13px 0px;
  clear: both;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: #fff;
  text-align: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading-21 {
  display: block;
  margin-right: 29px;
  margin-left: 29px;
  padding-right: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -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-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Montserrat, sans-serif;
  color: #89114c;
  font-size: 60px;
  font-style: normal;
  text-decoration: none;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-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;
}

.heading-22 {
  margin-bottom: 0px;
  font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
  color: #fff;
  font-size: 50px;
  line-height: 53px;
  text-align: center;
}

.link-block-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.link-block-5 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #fff;
  text-decoration: none;
}

.image-19 {
  position: static;
  display: block;
  width: 18%;
  margin-top: 38px;
  margin-bottom: 38px;
  float: none;
  clear: none;
  text-align: left;
}

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

.div-block-17 {
  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;
  -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;
}

.heading-23 {
  font-family: Montserrat, sans-serif;
  color: #fff;
  text-align: center;
}

.section-8 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-20 {
  display: block;
  -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;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }
  .nav-link-romero {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link-romero.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-link-romero.social-icons.last.pie {
    display: none;
  }
  .nav-menu-romero {
    background-color: #323232;
    box-shadow: inset 0 -1px 0 0 hsla(0, 0%, 100%, 0.13), 0 7px 13px -4px rgba(0, 0, 0, 0.45);
  }
  .menu-icon-romero {
    color: #fff;
    line-height: 21px;
  }
  .section {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .section.beige {
    height: 450px;
  }
  .section.slider-eg {
    height: 450px;
  }
  .menu-button-romero {
    opacity: 0.8;
  }
  .menu-button-romero.w--open {
    background-color: #000;
    opacity: 1;
  }
  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }
  .slider {
    height: 469px;
  }
  .testimonial-slide {
    width: 100%;
    padding-right: 92px;
    padding-left: 92px;
  }
  .left-arrow {
    margin-left: 0px;
  }
  .right-arrow {
    margin-right: 0px;
  }
  .flysnow {
    width: 125px;
    height: 300px;
  }
  .columna-consulta-text2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 10px;
  }
  .columna-form-contacto2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    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;
  }
  .column-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .heading-2 {
    line-height: 84px;
  }
  .left-arrow-2 {
    display: none;
  }
  .flygota {
    width: 125px;
    height: 300px;
  }
  .flysurf {
    width: 125px;
    height: 300px;
  }
  .flyblade {
    width: 125px;
    height: 300px;
  }
  .columns-2 {
    display: block;
    padding-left: 0px;
    -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;
  }
  .div-block-8 {
    display: block;
    width: 50px;
    height: 50px;
    margin-left: 5px;
    padding-left: 13px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .formacade {
    width: 400px;
  }
  .dropdown-toggle-2 {
    margin-right: 0px;
  }
  .dropdown-list.dropacade.w--open {
    width: 400px;
    margin-left: -187px;
  }
  .nav-link-romero-flybanner {
    max-width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
  }
  .nav-link-romero-flybanner.social-icons {
    padding-right: 21px;
    padding-left: 21px;
    border-right-color: #4d4d4d;
  }
  .nav-link-romero-flybanner.social-icons.last.pie {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }
  .navbar-emergencias {
    position: relative;
  }
  .nav-link-romero.social-icons.last.pie {
    display: block;
    margin-top: 0px;
  }
  .stone-logo-romero.footer {
    float: none;
  }
  .section {
    margin-top: 0px;
    padding: 34px 10px;
  }
  .section.grey {
    padding: 35px 10px;
  }
  .section.beige.cuatrobanners {
    height: 740px;
  }
  .section.image {
    padding: 61px 10px;
    background-image: none;
  }
  .section.footer {
    padding-top: 32px;
    padding-bottom: 32px;
    text-align: center;
  }
  .section.slider-eg.cuatrobanners {
    height: 740px;
  }
  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }
  .slider {
    height: 392px;
  }
  .slide {
    padding: 50px 10px;
  }
  .icon-wrapper {
    height: 102px;
  }
  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .testimonials-slider {
    padding-right: 19px;
    padding-left: 19px;
  }
  .testimonial-slide {
    padding-right: 34px;
    padding-left: 34px;
  }
  .footer-text.address {
    text-align: center;
  }
  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }
  .contact-info-column {
    padding-top: 42px;
  }
  .back-to-work-column {
    padding-top: 12px;
    text-align: left;
  }
  .icons-wrapper {
    margin-bottom: 23px;
  }
  .project-column {
    padding-top: 23px;
  }
  .image-2 {
    margin-bottom: -24px;
  }
  .heading {
    padding-left: 16px;
  }
  .columna-consulta-text2 {
    -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;
  }
  .columna-consulta-text2.flybannertipos {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columna-form-contacto2 {
    padding-right: 52px;
  }
  .columna-form-contacto2.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .column-5 {
    margin-top: 318px;
  }
  .column-6 {
    margin-top: -125px;
  }
  .titulogde {
    display: none;
  }
  .grid.celular {
    display: none;
  }
  .sliderfinalpc {
    background-image: url('../images/FlybannersBA_imagen-ejemplo.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slider-3 {
    display: block;
    height: 1000px;
  }
  .slide-6 {
    background-image: url('../images/PP_FlyBanner-05.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-7 {
    background-image: url('../images/PP_FlyBanner-06_edited.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-8 {
    background-image: url('../images/PP_FlyBanner-02.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-9 {
    background-image: url('../images/PP_FlyBanner-10.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-10 {
    background-image: url('../images/PP_FlyBanner-10-3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .html-embed {
    width: 110%;
    margin-bottom: 32px;
  }
  .image-7 {
    display: inline-block;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbar-flybanners {
    position: relative;
  }
  .container-3 {
    margin-top: 76px;
  }
  .formacade {
    width: 300px;
  }
  .dropacade.w--open {
    width: 300px;
  }
  .dropdown-list.dropacade.w--open {
    width: 300px;
    margin-bottom: 0px;
  }
  .image-9.flecha {
    float: left;
  }
  .nav-link-romero-flybanner.social-icons.last.pie {
    display: block;
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    display: block;
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .button.beige.footer {
    display: none;
    margin-bottom: 17px;
  }
  .nav-link-romero.social-icons.last {
    display: none;
  }
  .nav-link-romero.social-icons.last.nav-link-romero-flybanner {
    right: 0%;
    z-index: 999;
    display: none;
  }
  .logo-text-romero-romero {
    margin-top: 21px;
    margin-right: 0px;
    padding-left: 4px;
  }
  .nav-menu-romero {
    display: block;
    float: none;
    clear: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .stone-logo-romero {
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
    clear: none;
    text-align: left;
  }
  .brand-romero.w--current {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    clear: left;
  }
  .section.beige {
    height: 1600px;
    max-height: 2000px;
  }
  .section.beige.cuatrobanners.celular {
    height: 990px;
    max-height: 3000px;
    margin-top: 63px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .section.image {
    margin-top: 0px;
    background-image: none;
    color: #c71e1e;
  }
  .section.contactenos {
    height: 1030px;
    margin-top: 0px;
    margin-bottom: -70px;
  }
  .section.footer {
    margin-top: 0px;
    margin-bottom: -21px;
    padding-top: 21px;
    padding-bottom: 26px;
  }
  .section.footer.flyba {
    margin-top: 103px;
    padding-top: 29px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section.slider-eg {
    overflow: hidden;
    height: auto;
    margin-bottom: 0px;
    padding-bottom: 56px;
    color: #fff;
  }
  .section.slider-eg.cuatrobanners.celular {
    height: 1880px;
    max-height: 3000px;
    margin-bottom: -20px;
    padding-bottom: 47px;
  }
  .section.contactenos-eg {
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .menu-button-romero {
    margin-top: 7px;
  }
  .main-heading {
    width: 100%;
    font-size: 48px;
  }
  .horizontal-bar.beige {
    background-color: #457896;
  }
  .slider {
    height: 476px;
  }
  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .process-titles {
    display: block;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .process-titles.tipo {
    margin-bottom: -26px;
  }
  .process-titles.medidas {
    margin-bottom: -4px;
  }
  .number {
    display: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .footer-text {
    position: static;
    display: block;
    margin-top: 0px;
    text-align: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .footer-text.address {
    display: block;
    margin-top: 3px;
  }
  .footer-text.address.direccion {
    display: block;
    float: none;
    -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;
  }
  .footer-text.copy {
    display: block;
  }
  .contact-form-column {
    text-align: center;
  }
  .contact-info-column {
    text-align: center;
  }
  .columns {
    margin-top: 8px;
    -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;
  }
  .column-2 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    align-self: center;
    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;
  }
  .image-2 {
    margin-bottom: -50px;
  }
  .flysnow {
    position: static;
    width: 100px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
  .flysnow.comparacion {
    height: 250px;
    margin-top: -59px;
  }
  .heading {
    padding-left: 30px;
    color: #19303b;
    font-size: 47px;
    text-align: left;
  }
  .heading.formatos {
    padding-left: 0px;
    font-size: 42px;
    text-align: center;
  }
  .image-3-romero {
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .columna-consulta-text2 {
    display: block;
    margin-top: 0px;
    margin-bottom: -14px;
  }
  .columna-consulta-text2.flybannertipos {
    margin-bottom: 113px;
  }
  .columna-form-contacto2 {
    display: block;
    margin-top: 0px;
    margin-bottom: 144px;
    padding-right: 10px;
  }
  .columna-form-contacto2.celular {
    margin-top: 0px;
    margin-bottom: 138px;
  }
  .columna-form-contacto2.form {
    margin-bottom: 133px;
  }
  .column-5 {
    display: block;
    margin-top: -28px;
    margin-bottom: 144px;
  }
  .column-5.surf {
    margin-top: 67px;
  }
  .column-6 {
    display: block;
    margin-top: -27px;
    margin-bottom: 0px;
  }
  .column-6.blade {
    margin-top: 70px;
  }
  .titulogde {
    display: none;
  }
  .heading-2 {
    margin-top: 12px;
    margin-bottom: 13px;
    font-size: 40px;
    line-height: 50px;
  }
  .slider-2 {
    height: 300px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .div-block-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 34px;
    padding-left: 34px;
    -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;
    text-align: center;
  }
  .button-3.boton {
    margin-bottom: 9px;
    margin-left: 0px;
  }
  .flygota {
    display: inline-block;
    width: 100px;
    height: 300px;
    float: none;
    clear: none;
  }
  .flygota.comparacion {
    height: 250px;
    margin-top: -59px;
  }
  .flysurf {
    width: 100px;
    height: 300px;
  }
  .flysurf.comparacion {
    height: 240px;
    margin-top: 19px;
  }
  .flyblade {
    width: 100px;
    height: 300px;
  }
  .flyblade.comparacion {
    height: 260px;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .columns-2 {
    margin-bottom: 18px;
    padding-bottom: 0px;
  }
  .heading-3 {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 31px;
  }
  .heading-3.second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -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;
    font-size: 53px;
    font-weight: 400;
    text-align: center;
  }
  .grid.celular {
    display: none;
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .image-6.celular {
    max-width: 100%;
  }
  .sliderfinalpc {
    background-image: url('../images/FlybannersBA_imagen-ejemplo.jpg');
    background-position: 50% 0%;
    background-size: cover;
  }
  .slider-3 {
    display: block;
    height: 500px;
  }
  .slide-6 {
    background-image: url('../images/PP_FlyBanner-05.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-7 {
    background-image: url('../images/PP_FlyBanner-06_edited.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-8 {
    background-image: url('../images/PP_FlyBanner-02.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-9 {
    background-image: url('../images/PP_FlyBanner-10.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .slide-10 {
    background-image: url('../images/PP_FlyBanner-10-3.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }
  .html-embed {
    overflow: visible;
    width: 120%;
    margin-bottom: -357px;
    margin-left: -48px;
    padding-right: 0px;
    padding-bottom: 0px;
    text-align: left;
  }
  .container-2 {
    margin-top: -16px;
  }
  .bold-text-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }
  .column-8 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .paragraph {
    margin-right: 0px;
    margin-left: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .div-block-8 {
    margin-left: 4px;
  }
  .text-span {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .grid-para-productos {
    padding-bottom: 0px;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .gridimage-cel {
    width: auto;
    height: auto;
    margin-right: 0px;
    padding-bottom: 4px;
    float: none;
    border-radius: 0px;
  }
  .navbar-flybanners {
    margin-top: -33px;
  }
  .slide-prod-eg {
    overflow: visible;
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 16px;
    box-shadow: none;
  }
  .link-prod-eg {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .imagen-prod-eg {
    width: 100%;
    margin-top: 6px;
    margin-bottom: -37px;
  }
  .text-prod-eg {
    margin-top: 47px;
  }
  .slide-nav-2 {
    display: none;
  }
  .mask-2 {
    position: relative;
    left: -5px;
    overflow: visible;
    height: 350px;
    margin-top: -3px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    clear: none;
    border-radius: 20px;
    background-color: transparent;
    color: transparent;
  }
  .slider-4 {
    display: block;
    overflow: visible;
    width: 100%;
    height: 340px;
    max-height: 100%;
    max-width: none;
    margin-top: -22px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    clear: both;
    border-radius: 15px;
    background-color: #fff;
    color: #fff;
  }
  .htmlform-eg-cel {
    overflow: hidden;
    margin-right: -62px;
    margin-bottom: 0px;
    margin-left: -40px;
  }
  .gridimage-pc {
    padding-bottom: 0px;
  }
  .nav-bar-osteo {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .brand-osteo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -15px;
    padding-right: 0px;
    -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;
    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;
    text-align: left;
  }
  .logo-osteo {
    width: 100%;
    max-width: 100%;
    margin: 9px 0px 13px -6px;
    padding: 0px;
  }
  .logo-text-osteo {
    margin-bottom: -12px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 25px;
  }
  .logo-text-osteo.bajada {
    margin-top: 23px;
    font-size: 14px;
    text-align: center;
  }
  .nav-menu-osteo {
    position: absolute;
    display: block;
    margin-right: 0px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .nav-link-osteo {
    border-right-style: none;
  }
  .nav-link-osteo.whatsapp {
    display: none;
  }
  .nav-link-osteo.boton {
    display: block;
    -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;
    border-left-style: none;
  }
  .menu-button-osteo {
    margin-left: 0px;
    padding-right: 18px;
    padding-left: 0px;
  }
  .menu-button-osteo.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .menu-icon-osteo {
    margin-left: 34px;
  }
  .heading-4 {
    display: block;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: -9px;
    padding-right: 5px;
    padding-left: 5px;
    line-height: 49px;
  }
  .heading-5 {
    margin-top: 10px;
    line-height: 32px;
  }
  .heading-5.subtitulo {
    display: none;
  }
  .heading-5.subtitulo.cel {
    display: block;
    margin: 10px 0px;
    padding-top: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }
  .heading-5.subtitulo-2 {
    display: none;
  }
  .heading-5.subtitulo-2.cel {
    display: block;
    margin: 10px 0px 0px;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
  }
  .container-3 {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
    margin-bottom: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    -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;
  }
  .imgconoce {
    margin-top: 73px;
    margin-bottom: 11px;
    padding: 10px;
  }
  .rich-text-conoce {
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 12px;
    padding-left: 12px;
    text-align: left;
  }
  .rich-text-conoce h2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: center;
  }
  .about-romero {
    display: block;
  }
  .imabeneficios {
    margin-top: 6px;
    padding: 10px;
  }
  .imgromero {
    max-width: 100%;
    margin-top: 2px;
    padding: 10px;
  }
  .dropdown {
    position: relative;
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    clear: none;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .formacade {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    display: block;
    width: 300px;
    float: none;
    clear: left;
  }
  .dropacade.w--open {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 290px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: #fae3ca;
  }
  .dropdown-list.dropacade.w--open {
    margin-bottom: 41px;
    margin-left: 0px;
  }
  .contacto {
    margin-top: 0px;
  }
  .pie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    padding-top: 0px;
    padding-bottom: 55px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .pie._1 {
    margin-bottom: 0px;
    padding-bottom: 70px;
    -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;
    background-color: #9b8b6a;
  }
  .pie._2 {
    height: 67px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .formulariohtml {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 12px;
    text-align: left;
  }
  .ubicacion {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .mapa {
    width: 300px;
    height: 250px;
    margin-right: 0px;
    margin-bottom: -6px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }
  .heading-6 {
    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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 43px;
  }
  .heading-7 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -59px;
    margin-bottom: 0px;
    padding: 0px 46px 3px 0px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 23px;
    line-height: 22px;
  }
  .image-9.flecha {
    display: none;
  }
  .image-9.whats {
    margin-right: 0px;
  }
  .image-9.face {
    margin-right: 0px;
    float: right;
  }
  .image-9.inst {
    margin-right: 0px;
    margin-left: 23px;
    padding-left: 0px;
    float: none;
    clear: none;
  }
  .columns-4 {
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 11px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .column-10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
    -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;
  }
  .column-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    padding-bottom: 2px;
    padding-left: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    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;
  }
  .column-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .link-block {
    display: block;
    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;
    -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;
    text-align: left;
  }
  .container-5 {
    margin-top: -11px;
  }
  .emerglogo {
    display: block;
    margin: 0px;
    padding-right: 0px;
  }
  .container-6 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
  .image-10 {
    display: block;
    max-width: 25%;
    padding-top: 0px;
    padding-right: 0px;
  }
  .image-10.logo {
    max-width: 100%;
  }
  .image-10.flotante {
    position: fixed;
    left: auto;
    top: auto;
    right: 2%;
    bottom: 2%;
    display: block;
    margin-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
  .emerglogo-copy {
    display: block;
    margin: 0px;
    padding-right: 0px;
    float: right;
  }
  .htmlform-eg-cel-eg {
    overflow: hidden;
    margin-right: -48px;
    margin-bottom: 0px;
    margin-left: -40px;
  }
  .nav-link-romero-flybanner.social-icons.last {
    display: none;
  }
  .nav-link-romero-flybanner.social-icons.last.pie {
    position: fixed;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-11 {
    max-width: 50%;
  }
  .image-12 {
    max-width: 50%;
    padding-top: 12px;
  }
  .heading-9 {
    color: #457896;
  }
  .heading-10 {
    color: #457896;
  }
  .heading-11 {
    color: #457896;
  }
  .formatos {
    margin-bottom: 29px;
    background-color: #f0a731;
  }
  .container-8 {
    padding-bottom: 0px;
  }
  .headingcontact-eg {
    color: #fff;
  }
  .body-2 {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .container-9 {
    margin-top: -53px;
  }
  .container-10 {
    margin-top: -49px;
  }
  .heading-12 {
    text-align: center;
  }
  .container-11 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    -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;
    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;
  }
  .heading-13 {
    margin-top: 16px;
    color: #fff;
    line-height: 49px;
    text-align: center;
  }
  .heading-13.acotacion {
    color: #030303;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }
  .button-5 {
    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;
    text-align: center;
  }
  .image-14 {
    max-width: 100%;
    margin-top: 0px;
  }
  .heading-14 {
    position: static;
    left: 0px;
    bottom: 688px;
    z-index: 999;
    display: none;
    margin-top: 10px;
    margin-bottom: 54px;
    padding: 0px 39px;
    color: #323232;
    font-size: 34px;
    line-height: 37px;
    text-align: center;
  }
  .heading-14.titulocel {
    bottom: 673px;
  }
  .heading-14.titulo2 {
    display: block;
  }
  .heading-14.titulo2.cel {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    -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;
  }
  .heading-14.cel {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    color: #2d2869;
    font-size: 42px;
  }
  .div-block-10 {
    position: absolute;
    top: 81px;
    right: auto;
    z-index: 99;
    display: none;
    width: 290px;
    height: 110px;
  }
  .div-block-10.cel {
    position: relative;
    top: auto;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: auto;
    margin: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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: transparent;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .formacionbanner {
    margin-top: 66px;
  }
  .paragraph-3 {
    padding-right: 24px;
    padding-left: 4px;
    text-align: left;
  }
  .heading-15 {
    text-align: center;
  }
  .heading-15.subt {
    line-height: 32px;
    text-align: center;
  }
  .heading-16 {
    text-align: center;
  }
  .image-17 {
    max-width: 107%;
    margin-right: -16px;
    margin-left: -10px;
    padding-left: 0px;
  }
  .whatscel {
    right: 4%;
    bottom: 4%;
    display: block;
    width: 50px;
  }
  .link-block-3 {
    padding-left: 0px;
  }
  .container-15 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-11 {
    padding-left: 0px;
  }
  .column-15 {
    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;
  }
  .columns-10 {
    margin-top: -18px;
    -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;
  }
  .column-16 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .text-block-3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .container-17 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .div-block-13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .container-18 {
    display: none;
  }
  .heading-18 {
    font-size: 27px;
  }
  .container-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .right-arrow-3 {
    padding-bottom: 29px;
    -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;
  }
  .left-arrow-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 39px;
    padding-bottom: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 0px;
  }
  .icon-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 96px;
    margin-bottom: 0px;
    -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;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    color: #457896;
  }
  .icon-5 {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    margin-top: 56px;
    color: #457896;
  }
  .columns-11 {
    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;
  }
  .column-17 {
    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-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;
  }
  .contslider {
    display: inline-block;
  }
  .div-block-14 {
    width: 100%;
    max-width: 1200px;
  }
  .column-18 {
    -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;
  }
  .body-5 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .heading-19 {
    overflow: hidden;
    font-size: 10px;
    text-align: center;
    letter-spacing: 4px;
  }
  .div-block-15 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .section-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .heading-20 {
    font-size: 55px;
    font-weight: 400;
    text-align: center;
  }
  .image-18 {
    width: 19%;
    height: auto;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .section-6 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .heading-21 {
    display: block;
    height: auto;
    margin-top: 18px;
    margin-right: 0px;
    margin-left: 0px;
    padding-left: 14px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 28px;
    text-decoration: none;
  }
  .div-block-16 {
    -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;
  }
  .heading-22 {
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -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;
    font-size: 35px;
    line-height: 42px;
  }
  .link-block-5 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .image-19 {
    width: 40%;
  }
  .div-block-17 {
    margin-right: 47px;
    margin-left: 47px;
  }
}

#w-node-8e425a80bfb1-0fff6a5a {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-2;
}

#w-node-8e425a80bfb2-0fff6a5a {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: Area-2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-8e425a80bfb3-0fff6a5a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: Area-3;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-8e425a80bfb4-0fff6a5a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-8e425a80bfb5-0fff6a5a {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 1;
  grid-area: Area-4;
}

#w-node-8e425a80bfb6-0fff6a5a {
  -ms-grid-row: 3;
  -ms-grid-row-span: 5;
  -ms-grid-column: 5;
  grid-area: Area-5;
}

#w-node-8e425a80bfb7-0fff6a5a {
  -ms-grid-row: 5;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  -ms-grid-row-align: start;
  align-self: start;
  grid-area: Area-6;
}

@media screen and (max-width: 479px) {
  #w-node-8e425a80bfb5-0fff6a5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 1;
    grid-area: Area-4;
  }
  #w-node-8e425a80bfb6-0fff6a5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area-5;
  }
  #w-node-8e425a80bfb7-0fff6a5a {
    -ms-grid-row: 3;
    -ms-grid-row-span: 5;
    -ms-grid-column: 5;
    grid-area: Area-5;
  }
}

