:root {
  --dark-slate-blue: #184078;
  --crimson: #f5333f;
  --silver: #c7c7c7;
}

.nav-link-2 {
  color: #096ad0;
  cursor: pointer;
  padding: 16px 20px 18px;
  font-size: 15px;
  line-height: 24px;
  transition: opacity .15s;
  position: relative;
}

.nav-link-2:hover {
  opacity: 1;
  color: #096ad0;
}

.nav-link-2.w--current {
  color: #096ad0;
  font-weight: 700;
  transition-property: none;
}

.container-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.nav-bar {
  z-index: 200;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 20px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.centred-logo {
  width: 280px;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-menu-2 {
  background-color: #fff;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-around;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-button-2.w--open {
  color: #096ad033;
  background-color: #fff;
}

.centred-logo-container {
  justify-content: center;
  display: flex;
}

.menu {
  z-index: 101;
  background-color: #fff;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
}

.slide {
  background-color: #fff0;
  width: 100%;
  height: auto;
  margin-top: 66px;
}

.cta {
  border-top: 10px none var(--dark-slate-blue);
  background-color: var(--crimson);
  border-top-left-radius: 0%;
  width: 100%;
  position: relative;
}

.nosotros {
  background-color: var(--dark-slate-blue);
  width: 100%;
}

.servicios {
  color: #fff;
  width: 100%;
  position: relative;
}

.cont_footer {
  background-color: var(--dark-slate-blue);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 40px 5%;
  display: flex;
}

.footer {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: auto;
}

.uppercase-link {
  letter-spacing: 1px;
  text-transform: uppercase;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.topbar {
  border-bottom: 1px solid #e0ddd6;
  justify-content: space-between;
  align-items: center;
  min-height: 30px;
  padding: 10px 3%;
  display: flex;
}

.topbar-content {
  align-items: center;
  display: flex;
}

.icon-link {
  flex: 1;
  margin-left: 10px;
}

.dot {
  background-color: #222;
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-left: 30px;
  margin-right: 30px;
}

.small-text {
  font-size: 16px;
  line-height: 26px;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 460px;
  padding-top: 15px;
}

.dropdown-list.dropdown-smaller {
  min-width: 360px;
  left: -30px;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.logo-image {
  width: 223px;
}

.hero-block {
  align-items: center;
  width: 50%;
  min-height: 350px;
  display: flex;
}

.button-wrap-hero {
  margin-top: 35px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.phone-text {
  color: #546681;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.title-wrap-horizontal {
  align-items: center;
  display: flex;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button-navigation {
  background-color: #484dff;
  border-radius: 50px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  padding: 15px 12px 15px 10px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #484dff08;
}

.arrow-down {
  color: var(--crimson);
  margin-left: 8px;
  margin-right: 7px;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.navigation-text:hover {
  color: var(--dark-slate-blue);
}

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

.phone-image {
  text-align: center;
  margin-right: 8px;
  display: block;
}

.navigation-block-right {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation {
  z-index: 9;
  background-color: #fff;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: fixed;
  inset: 0% 0% auto;
}

.link {
  color: #546681;
  font-size: 16px;
  text-decoration: none;
}

.link:hover {
  color: #484dff;
}

.dropdown-mobile {
  display: none;
}

.navigation-link-wrap {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--crimson);
}

.paragraph-hero {
  color: var(--crimson);
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  line-height: 1.4;
}

.hero-image {
  width: 620px;
  padding-right: 0;
  position: static;
  inset: auto 0% 0%;
}

.header {
  background-image: url('../images/bg_shade.svg');
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 72vh;
  margin-bottom: 10px;
  padding: 60px 0% 80px 3%;
  display: flex;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.hero-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: static;
}

.content-block-hero {
  max-width: 590px;
  position: static;
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-image-wrap {
  z-index: -1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 0;
  padding: 30px 0;
  display: flex;
  position: static;
  inset: -32% 0% auto auto;
}

.phone-wrap {
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 100%;
  margin-right: 15px;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.button {
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
  font-weight: 900;
}

.button:hover {
  background-color: var(--crimson);
  color: #fff;
}

.heading {
  color: #1a3066;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 55px;
  line-height: 1;
}

.new-tag {
  color: #2dca73;
  background-color: #2dca731a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-left: 8px;
  padding: 4px 16px;
  font-size: 12px;
  display: flex;
}

.body {
  max-width: none;
  font-family: Montserrat, sans-serif;
}

.bold-text {
  color: var(--dark-slate-blue);
}

.wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
  top: 0;
  left: 0;
  right: 0;
}

.margin-bottom {
  margin-bottom: 40px;
}

.section {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
}

.row {
  flex-flow: wrap;
  align-content: stretch;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.row.align-centre {
  justify-content: center;
  align-items: flex-start;
}

.centre-align {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col {
  flex-flow: column;
  flex: 0 auto;
  align-items: center;
  width: 33%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.col.lg-6 {
  flex: 0 auto;
  align-items: flex-start;
  width: 50%;
}

.col.lg-6.md-3.xs-2 {
  width: 66%;
}

.col.lg-3 {
  flex: none;
  width: 25%;
}

.col.lg-4 {
  flex-wrap: wrap;
  flex: 0 auto;
  width: 33.33%;
}

.col.lg-2 {
  width: 16.66%;
}

.button-2 {
  background-color: var(--dark-slate-blue);
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 14px 25px 17px;
  font-size: 29px;
  font-weight: 900;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-2:hover {
  background-color: var(--crimson);
  color: #fff;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.heading-2 {
  color: #fff;
  font-size: 45px;
  font-weight: 800;
  line-height: 45px;
}

.paragraph {
  color: var(--dark-slate-blue);
  margin-top: 42px;
  font-size: 20px;
  font-weight: 500;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.content-title {
  color: #484dff;
  margin-top: 7px;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.section-content-plain {
  border-top: 10px solid var(--dark-slate-blue);
  background-color: #fff0;
  justify-content: center;
  align-items: flex-start;
  min-height: 500px;
  margin-top: -5px;
  padding: 26px 5% 60px;
}

.column-wrap {
  max-width: 1280px;
  margin-bottom: 60px;
  display: flex;
}

.feature {
  align-items: flex-start;
  margin-top: 25px;
  padding-right: 60px;
  display: flex;
}

.paragraph-2 {
  color: #616161;
  max-width: 490px;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.title {
  color: var(--crimson);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 30px 0;
  display: flex;
  position: relative;
}

.heading-primary {
  color: var(--dark-slate-blue);
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
}

.content-icon {
  width: 40px;
  margin-right: 15px;
}

.text-top-nosotros {
  margin-bottom: 21px;
  font-size: 22px;
  line-height: 1.1;
}

.section-content {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 0 5% 20px;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  max-width: 1280px;
  margin-bottom: 60px;
  display: flex;
}

.title-2 {
  color: var(--crimson);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.content-block-left {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 55px 25px 10px;
  display: flex;
}

.button-3 {
  background-color: #484dff;
  border-radius: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-3.button-space {
  margin-top: 25px;
}

.heading-primary-2 {
  color: #1a3066;
  letter-spacing: -.5px;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 800;
  line-height: 1;
}

.bold-text-2 {
  color: #fff;
  font-weight: 800;
}

.heading-3 {
  color: var(--dark-slate-blue);
  margin-bottom: 20px;
  font-weight: 800;
  position: static;
}

.div-block {
  border-top: 10px none var(--crimson);
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 128px;
  margin-bottom: 109px;
  display: flex;
}

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

.decoracion {
  background-color: var(--dark-slate-blue);
  width: 100%;
  height: 10px;
}

.div-block-2 {
  background-color: var(--crimson);
  height: 10px;
}

.image-2 {
  width: 172px;
  position: absolute;
  inset: auto auto auto 5%;
}

.image-3 {
  width: 70px;
  position: absolute;
  bottom: auto;
  left: 553.5px;
}

.feature-tab-menu {
  padding-bottom: 5px;
}

.building-image {
  padding-bottom: 20px;
}

.feature-top-image {
  grid-column-gap: 50px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  padding-bottom: 50px;
  display: grid;
}

.infinte-image {
  width: 100%;
  max-width: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.feature-bottom-image {
  justify-content: flex-end;
  padding-left: 80px;
  display: flex;
}

.about-subtitle-line {
  width: 50px;
  height: 1px;
}

.rotate-home-image {
  position: absolute;
  inset: 50% 0% 0% 50%;
  transform: translate(-50%, -50%);
}

.heading-xs {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.556em;
}

.feature-tab-menus {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 270px;
  padding-bottom: 19px;
  display: grid;
}

.feature-wrapper {
  grid-column-gap: 130px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.feature-list-area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 22px;
  display: grid;
}

.rotate-image-box {
  position: relative;
}

.about-heading {
  padding-bottom: 24px;
}

.feature-image-box {
  padding-top: 60px;
  position: relative;
}

.meeting-image {
  padding-top: 0;
}

.feature-section {
  padding-top: 130px;
  padding-bottom: 0;
  position: relative;
}

.heading-lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 50px;
  line-height: 1.1em;
}

.color-dark {
  color: #171818;
}

.feature-subtitle {
  grid-column-gap: 10px;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.feature-tab {
  color: #666;
  background-color: #ddd0;
  border-bottom: 1px solid #f1f1f1;
  width: 100%;
  max-width: 97px;
  margin-right: 9px;
  padding: 0;
}

.feature-tab.w--current {
  color: #ff6f06;
  background-color: #fff0;
  border-bottom: 1px solid #ff6f06;
}

.image-5, .image-6 {
  width: 80px;
  margin-bottom: 10px;
}

.image-7 {
  border-bottom: 0px none var(--dark-slate-blue);
  background-color: var(--crimson);
  margin-top: -4px;
  margin-bottom: -9px;
}

.div-block-3 {
  width: 100%;
}

.image-8 {
  position: absolute;
  inset: -42% 0% auto;
}

.image-9 {
  margin-bottom: -4px;
}

.image-10 {
  width: 80px;
  margin-bottom: 10px;
}

.cta2 {
  background-color: var(--crimson);
}

.texto-nosotros {
  color: var(--silver);
  font-weight: 500;
}

.image-11 {
  border-radius: 0%;
}

.image-12 {
  width: 311px;
  margin-right: -3px;
  padding-right: 0;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.spinned-outer {
  justify-content: center;
  align-items: center;
  margin-left: 62px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.circle-badge {
  width: 102%;
}

.footer-logo-2 {
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.footer-links-container {
  text-align: center;
  flex-direction: column;
  display: flex;
}

.form-field {
  color: #096ad0;
  background-color: #096ad00a;
  background-image: none;
  border-style: none;
  border-radius: 3px;
  min-width: 200px;
  margin-bottom: 20px;
  padding: 26px 16px;
}

.form-field::placeholder {
  color: #096ad0;
}

.form-field.no-bottom-margins {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.negative-margin {
  margin-left: -18px;
}

.form {
  width: 100%;
}

.social-media-icon {
  padding: 8px;
}

.section-2 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.form-with-button {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-heading {
  color: var(--crimson);
  margin-bottom: 20px;
  font-size: 18px;
  text-decoration: none;
}

.button-4 {
  background-color: #096ad0;
  border: 1px solid #096ad0;
  border-radius: 40px;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: 300;
  transition: all .2s;
  box-shadow: 0 4px 11px #013a7554;
}

.button-4:hover {
  color: #fff;
  background-color: #096ad0;
  border: 1px solid #096ad0;
  transform: translate(0, -4px);
  box-shadow: 0 6px 20px #013a7554;
}

.button-4.form-button {
  box-shadow: none;
  border-radius: 0 3px 3px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
}

.footer-link {
  opacity: .5;
  color: #fff;
  cursor: pointer;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s ease-in-out;
}

.footer-link:hover {
  opacity: 1;
}

.footer-link.w--current {
  opacity: 1;
  font-weight: 500;
}

.image-13 {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section-3 {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  display: block;
  position: relative;
  overflow: hidden;
}

.section-3.legowerk-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.paragraph-small-2 {
  color: #096ad099;
  font-size: 15px;
  font-weight: 300;
}

.paragraph-small-2.footer {
  color: var(--silver);
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
}

.link-2, .link-3 {
  color: var(--crimson);
}

.link-4 {
  color: var(--silver);
}

.image-14 {
  width: 110%;
  position: absolute;
  inset: 100px 0% 0%;
}

.falda-menu {
  width: auto;
  margin-top: 121px;
  display: flex;
  position: relative;
}

.image-16 {
  z-index: 1000;
  width: 100%;
  max-width: none;
  margin-top: 35px;
  display: block;
  position: fixed;
  left: -6px;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: auto;
}

.nav-link {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link.btn:hover {
  color: #000;
}

.navbar-logo-center {
  position: fixed;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-4 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body-2 {
  font-family: Montserrat, sans-serif;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 20px 5%;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-4 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: var(--silver);
}

.nav-link-4:focus-visible {
  outline-color: var(--crimson);
  outline-offset: 0px;
  color: var(--crimson);
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-link-4[data-wf-focus-visible] {
  outline-color: var(--crimson);
  outline-offset: 0px;
  color: var(--crimson);
  border-radius: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.nav-dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle-2 {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle-2:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon-2 {
  margin-right: 10px;
}

.nav-dropdown-list-2 {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list-2.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent-2:hover {
  color: #1a1b1fbf;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.div-block-5 {
  background-color: #971c1c;
  height: 300px;
}

.div-block-6 {
  background-color: #a06565;
  height: 600px;
}

.image-19 {
  width: 102%;
  max-width: none;
  margin-top: -2px;
  display: block;
  position: fixed;
}

.div-block-7 {
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  display: flex;
}

.link-tel {
  color: var(--crimson);
  font-weight: 700;
}

.link-tel:hover {
  color: var(--silver);
}

.cont_formulario {
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.submit-button-2 {
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1px;
}

.submit-button-2:hover {
  color: #000;
  background-color: #fff;
}

.embed_codigo_captcha {
  width: 100%;
  margin-bottom: 1rem;
}

.cont_btn_form-se-debe-ocultar {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none;
  overflow: visible;
}

.texto-muestra-error-recaptcha {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.embed-estilos-no_borrar {
  width: 100%;
}

.estilo_field_form_bloque {
  color: #b1b0b0;
  border: 1px #000;
  min-height: 11.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form_bloque:focus-visible {
  color: #b1b0b0;
}

.estilo_field_form_bloque[data-wf-focus-visible], .estilo_field_form_bloque::placeholder {
  color: #b1b0b0;
}

.recaptcha-error-message {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1em;
}

.estilo_field_form {
  color: #b1b0b0;
  background-color: #fff;
  border: 1px #000;
  min-height: 3.5rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.5em;
}

.estilo_field_form:focus {
  color: #b1b0b0;
}

.estilo_field_form:focus-visible {
  color: #b1b0b0;
}

.estilo_field_form[data-wf-focus-visible], .estilo_field_form::placeholder {
  color: #b1b0b0;
}

.success_message {
  color: #187424;
  text-align: center;
  background-color: #8fce5b;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
  font-size: 1rem;
  line-height: 1em;
}

.error_message {
  color: #fdb5b5;
  text-align: center;
  background-color: #db4545;
  margin-bottom: 1rem;
  padding: 1.5rem 1rem;
}

.cont_embed_alertas {
  width: 100%;
  font-size: 1rem;
  line-height: 1em;
  display: block;
}

.col50 {
  width: 49%;
}

.form-2 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.form-block {
  width: 100%;
}

.cont_btns_flotante {
  z-index: 9999;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 10%;
}

.telcard {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: .2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.telcard:hover {
  background-color: #804589;
}

.cont_whats-2 {
  align-items: center;
  height: auto;
  padding-right: 10px;
  display: flex;
}

.text_tel-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  padding: 0;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1em;
  display: flex;
}

.text_whaatsapp-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1em;
}

.whats-card-2 {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 5px;
  margin-bottom: .2rem;
  margin-left: 0;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.whats-card-2:hover {
  background-color: var(--crimson);
}

.img_whats-2 {
  height: 1.5rem;
  padding-right: 0;
}

@media screen and (min-width: 1280px) {
  .slide {
    background-color: #fff0;
  }

  .cta {
    background-color: var(--crimson);
    background-image: none;
  }

  .container {
    width: 89%;
    margin-right: auto;
  }

  .hero-content {
    position: static;
  }

  .hero-image-wrap {
    z-index: -1;
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
    inset: -45% 0% auto auto;
  }

  .body {
    max-width: none;
    font-family: Montserrat, sans-serif;
  }

  .heading-2 {
    color: #fff;
  }

  .section-content-plain {
    margin-bottom: 34px;
    padding-top: 34px;
  }

  .content-wrap {
    top: auto;
  }

  .image-block {
    padding-left: 0;
    padding-right: 0;
  }

  .section-content {
    padding-left: 0%;
    padding-right: 0%;
  }

  .image-4 {
    width: 28%;
    position: absolute;
    inset: -7% auto auto -14%;
  }

  .image-5 {
    width: 80px;
    margin-bottom: 16px;
  }

  .image-7 {
    background-color: var(--crimson);
  }

  .image-8 {
    margin-top: -82px;
  }

  .image-9 {
    margin-bottom: 0;
  }

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

  .cta2 {
    height: auto;
  }

  .section-2 {
    display: flex;
  }

  .image-14 {
    z-index: -1;
    max-width: none;
    position: absolute;
  }

  .image-16 {
    width: 107%;
    max-width: none;
    left: -5px;
  }

  .container-5 {
    max-width: 1280px;
  }

  .cont_formulario {
    width: 70%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .embed-estilos-no_borrar {
    width: 100%;
  }

  .estilo_field_form_bloque {
    min-height: 11.5rem;
  }

  .col50 {
    width: 49%;
  }

  .form-2 {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .form-block {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .nav-link-2 {
    text-align: center;
    background-color: #fff;
    flex: 1;
    padding-top: 24px;
    padding-bottom: 24px;
    display: block;
  }

  .nav-logo-2 {
    flex: 1;
  }

  .container-2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .nav-bar {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    max-height: 100vh;
    padding-bottom: 30px;
    overflow: scroll;
  }

  .menu-button-2 {
    color: #2e323c;
    display: block;
    position: relative;
  }

  .menu-button-2.w--open {
    color: #096ad0;
    background-color: #0000;
  }

  .burger-icon {
    color: #096ad0;
  }

  .centred-logo-container {
    display: block;
  }

  .menu {
    position: fixed;
  }

  .nosotros {
    margin-bottom: -67px;
  }

  .topbar {
    justify-content: center;
    padding-left: 24px;
    padding-right: 24px;
  }

  .dot {
    margin-left: 15px;
    margin-right: 15px;
  }

  .dot.hide, .small-text.hide {
    display: none;
  }

  .container {
    max-width: none;
  }

  .mobiel-dropdown {
    z-index: 97;
    right: 10%;
  }

  .mobiel-dropdown.w--open {
    background-color: var(--dark-slate-blue);
    object-fit: fill;
    border-radius: 15px;
    width: 100vw;
    min-width: 0;
    height: 100vh;
    margin-top: 79px;
    padding: 45px 0 20px;
    position: absolute;
    inset: 0% 0 auto auto;
    box-shadow: 1px 1px 3px #54668121;
  }

  .dropdown-toggle {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .hero-block {
    justify-content: center;
    width: 50%;
  }

  .dropdown-link {
    color: #fff;
    text-align: center;
    border-radius: 10px;
    width: 100%;
    min-width: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 800;
  }

  .dropdown-link:hover {
    color: var(--crimson);
    background-color: #73a7d417;
  }

  .dropdown-link.w--current {
    color: var(--crimson);
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .navigation-block-right {
    width: 100%;
    position: static;
  }

  .dropdown-mobile {
    z-index: 100;
    justify-content: flex-end;
    align-items: center;
    margin-left: 15px;
    margin-right: 0;
    padding-right: 52px;
    display: flex;
  }

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

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

  .hero-image {
    inset: 0% auto auto;
  }

  .header {
    padding-top: 44px;
    padding-right: 3%;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .hero-image-wrap {
    width: 50%;
    min-height: auto;
  }

  .mobile-button-link {
    background-color: #54668114;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .heading {
    text-align: center;
  }

  .wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }

  .margin-bottom {
    margin-bottom: 40px;
  }

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

  .row {
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .row.align-centre {
    justify-content: center;
  }

  .col {
    width: 50%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col.lg-6.md-3 {
    width: 75%;
  }

  .col.lg-3 {
    flex-wrap: nowrap;
    width: 33.33%;
  }

  .col.lg-3.md-2 {
    width: 50%;
  }

  .col.lg-3.md-4 {
    width: 100%;
  }

  .col.lg-4, .col.lg-2.md-2 {
    width: 50%;
  }

  .content-block-right {
    width: 50%;
    padding-left: 25px;
  }

  .section-content-plain {
    padding-top: 120px;
    padding-bottom: 0;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .feature {
    flex-direction: column;
  }

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

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 35px;
    display: flex;
  }

  .image-block {
    width: 50%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-icon {
    margin-bottom: 15px;
  }

  .section-content {
    padding-top: 65px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .content-block-left {
    width: 50%;
    padding-right: 25px;
  }

  .heading-primary-2 {
    text-align: center;
  }

  .heading-3 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .heading-xs {
    font-size: 16px;
  }

  .feature-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .feature-section {
    background-image: none;
    background-position: 50%;
    background-repeat: repeat;
    background-size: 100%;
    padding-top: 80px;
  }

  .heading-lg {
    font-size: 28px;
  }

  .footer-logo-2 {
    margin-bottom: 40px;
  }

  .footer-links-container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .negative-margin {
    margin-left: -19px;
  }

  .footer-newsletter-form-container {
    width: 100%;
    margin-top: 40px;
  }

  .section-2, .section-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .image-16 {
    z-index: 98;
    width: 102%;
    margin-top: 73px;
    position: fixed;
  }

  .nav-link {
    font-size: 8vw;
  }

  .nav-link.btn {
    font-size: 4vw;
  }

  .dropdown-list-2 {
    width: 100%;
  }

  .dropdown-list-2.w--open {
    width: 100%;
    margin-top: 27px;
    padding-top: 31px;
  }

  .dropdown {
    position: absolute;
  }

  .container-4 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    width: 86vw;
    height: 100vw;
    top: 70px;
  }

  .nav-menu-three {
    background-color: var(--dark-slate-blue);
    border-radius: 0;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    margin-top: 3px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-block {
    flex-direction: column;
    font-size: 10px;
    font-weight: 800;
  }

  .nav-link-3 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 49px;
    line-height: 66px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .body-2 {
    font-family: Montserrat, sans-serif;
  }

  .list-item {
    color: #fff;
    font-size: 11px;
  }

  .image-17 {
    z-index: 100;
    position: fixed;
  }

  .image-18 {
    width: 223px;
  }

  .container-5 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 0;
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: var(--dark-slate-blue);
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    margin-top: 10px;
    padding: 83px 20px 20px 57px;
    display: flex;
    position: absolute;
    top: -7px;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-4 {
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 36px;
    line-height: 57px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-19 {
    z-index: 100;
    position: fixed;
  }

  .list-item-2 {
    display: none;
  }

  .cont_formulario {
    width: 80%;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .embed-estilos-no_borrar {
    width: 100%;
  }

  .cont_btns_flotante {
    right: 5%;
  }

  .telcard {
    padding-left: 3vw;
    padding-right: 3vw;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: auto;
    padding-right: 1vw;
  }

  .text_tel-2 {
    padding: 0;
    font-size: 1.3rem;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .whats-card-2 {
    padding-left: 3vw;
    padding-right: 3vw;
    left: auto;
    right: 5%;
  }

  .img_whats-2 {
    height: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .centred-logo {
    margin-left: 30px;
  }

  .menu-button-2 {
    width: 56px;
    height: 56px;
    margin-right: 4px;
  }

  .nosotros {
    margin-bottom: -79px;
  }

  .servicios {
    margin-bottom: 0;
  }

  .cont_footer {
    flex-flow: wrap;
  }

  .topbar {
    justify-content: center;
  }

  .mobiel-dropdown.w--open {
    width: 499px;
  }

  .logo-image {
    width: 225px;
  }

  .hero-block {
    width: 100%;
  }

  .button-navigation, .navigation-link-wrap {
    display: none;
  }

  .navigation-block-left {
    width: 73%;
  }

  .hero-image-wrap {
    width: 100%;
  }

  .phone-wrap {
    display: none;
  }

  .row {
    flex-wrap: wrap;
  }

  .col {
    text-align: center;
    justify-content: flex-start;
    width: 100%;
  }

  .col.lg-6 {
    width: 100%;
  }

  .col.lg-6.md-3.xs-2 {
    width: 93%;
  }

  .col.footer {
    width: 30%;
  }

  .content-block-right {
    width: 100%;
    padding: 10px;
  }

  .image-block {
    width: 100%;
  }

  .section-content {
    padding-top: 0;
    padding-left: 3%;
    padding-right: 3%;
  }

  .content-block-left {
    width: 100%;
  }

  .heading-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

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

  .heading-xs {
    font-size: 15px;
  }

  .feature-tab-menus {
    border-bottom-width: 0;
  }

  .feature-section {
    padding-top: 80px;
  }

  .heading-lg {
    font-size: 22px;
  }

  .feature-tab {
    border-bottom-width: 0;
  }

  .footer-logo-2 {
    padding-left: 0;
  }

  .footer-links-container {
    text-align: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
    display: flex;
  }

  .footer-newsletter-form-container {
    margin-top: 20px;
  }

  .image-13 {
    width: 100%;
  }

  .image-15 {
    padding-bottom: 0;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 33px;
    display: inline-block;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .cont_formulario {
    width: 90%;
  }

  .col50 {
    width: 100%;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .text_tel-2 {
    font-size: 1.34rem;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .img_whats-2 {
    height: 1.5rem;
    padding-left: .5vw;
  }
}

@media screen and (max-width: 479px) {
  .nav-bar {
    position: relative;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-right: 0;
  }

  .nosotros {
    margin-bottom: -102px;
  }

  .topbar {
    justify-content: center;
  }

  .topbar-content.hide {
    display: none;
  }

  .mobiel-dropdown.w--open {
    width: 487%;
    margin-top: 82px;
  }

  .logo-image {
    width: 240px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dropdown-link {
    width: 100%;
  }

  .logo-link {
    width: 201px;
  }

  .container-navigation {
    max-width: none;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .dropdown-mobile {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .paragraph-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-block-left {
    width: 64%;
  }

  .hero-image-wrap {
    padding: 10px;
  }

  .phone-wrap {
    display: none;
  }

  .button {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .heading {
    margin-bottom: 28px;
    line-height: 48px;
  }

  .bold-text {
    font-size: 42px;
    line-height: 29px;
  }

  .wrapper {
    padding-left: 26px;
    padding-right: 26px;
  }

  .row.align-centre {
    margin-left: 0;
    margin-right: 0;
  }

  .col {
    margin-bottom: 0;
  }

  .col.lg-6 {
    align-items: flex-start;
    width: 100%;
  }

  .col.lg-6.md-3.xs-2, .col.lg-3, .col.lg-4 {
    width: 100%;
  }

  .col.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-2 {
    font-size: 34px;
    line-height: 34px;
  }

  .section-content-plain {
    margin-bottom: -60px;
  }

  .content-wrap {
    align-items: center;
  }

  .image-block {
    padding: 8px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .button-3 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .heading-3 {
    text-align: center;
    display: block;
  }

  .div-block {
    background-size: auto;
  }

  .image-2 {
    display: none;
    overflow: visible;
  }

  .building-image {
    padding-bottom: 20px;
  }

  .feature-top-image {
    grid-column-gap: 22px;
    padding-bottom: 30px;
  }

  .infinte-image {
    max-width: 135px;
  }

  .feature-bottom-image {
    justify-content: center;
    padding-left: 0;
  }

  .feature-wrapper {
    grid-template-columns: 1fr;
  }

  .feature-image-box {
    padding-top: 0;
  }

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

  .form-field.no-bottom-margins {
    min-width: auto;
  }

  .negative-margin {
    margin-left: -10px;
  }

  .social-media-icon {
    padding: 0;
  }

  .form-with-button {
    flex-direction: column;
  }

  .form-with-button.horizontal {
    flex-direction: row;
  }

  .button-4.form-button {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-link {
    color: #fff;
  }

  .image-13 {
    width: 100%;
  }

  .image-16 {
    width: 104%;
    margin-top: 39px;
  }

  .nav-link {
    font-size: 10vw;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .container-5 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-top: 43px;
    padding-left: 30px;
  }

  .nav-link-4 {
    line-height: 24px;
  }

  .cont_btn_form-se-debe-ocultar {
    display: none;
  }

  .cont_btns_flotante {
    margin-left: auto;
    margin-right: auto;
    inset: auto 0% 0%;
  }

  .telcard {
    padding-right: 5vw;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 2vw;
  }

  .text_tel-2 {
    font-size: 1.3rem;
  }

  .text_whaatsapp-2 {
    font-size: .8rem;
  }

  .whats-card-2 {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-right: 5vw;
    left: auto;
    right: 5%;
  }

  .img_whats-2 {
    width: auto;
    height: 1.5rem;
    padding-right: 10px;
    font-size: 1rem;
  }
}
