:root {
  --link-color: #026be4;
  --primary-color: #086ed4;
  --text-dark: #3a3a3a;
  --white: white;
  --secondary-color: #eb3f3f;
}

body {
  color: #333;
  letter-spacing: .02rem;
  flex-flow: column;
  font-family: Manrope, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.15;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 1.15;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 800;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color);
  font-weight: 500;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid var(--primary-color);
  margin-bottom: 0;
  padding: 1rem 1.25rem;
  font-size: 1.75rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: right;
  margin-top: .25rem;
  font-size: .875rem;
}

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

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

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

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

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.padding-large {
  padding: 3rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.icon-1x1-small {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
}

.text-rich-text h2 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text.is-introduction {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
}

.padding-global {
  flex: 1;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-bold {
  font-weight: 700;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.4;
}

.display-inlineflex {
  text-decoration: none;
}

.display-inlineflex.is-align-center {
  align-items: center;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-style-link.is-no-underline {
  text-decoration: none;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
}

.page-wrapper {
  flex-direction: column;
  flex: 1;
  display: flex;
  overflow: hidden;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  height: 100%;
}

.button {
  border: 2px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
  text-align: center;
  border-radius: .4rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.button:hover {
  background-color: #52a8ff;
  transform: translate(0, -.375rem);
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: #0000;
  border: 2px solid #000;
}

.button.is-secondary:hover {
  border-width: 2px;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: var(--white);
}

.button.is-secondary.is-small {
  padding: .5rem 1.25rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-fullwidth {
  width: 100%;
}

.text-size-medium {
  font-size: 1.25rem;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.cta_component {
  width: 100%;
  margin-bottom: 3rem;
}

.cta_wrapper {
  background-color: #e6eeff;
  border-radius: 10px;
  width: 100%;
  margin-top: 60px;
  padding: 48px 64px;
  position: relative;
  box-shadow: 1px 1px 8px #0000000d;
}

.cta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .5fr;
}

.cta-image {
  width: 280px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer_link {
  opacity: .6;
  color: #fff;
  padding-left: .4rem;
  padding-right: .4rem;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.footer_link:hover {
  opacity: 1;
}

.footer_wrapper {
  color: #a7a7a7;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: .875rem;
  display: flex;
}

.webflow-copyright {
  height: 20px;
}

.footer_text {
  color: #fff;
}

.nav_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  align-items: center;
  display: flex;
  position: static;
}

.nav_menu.is-page-height-tablet {
  font-weight: 600;
}

.nav_menu-button {
  padding: 0;
}

.nav_component {
  background-color: #fff;
  border-bottom: 1px solid #0000001a;
  align-items: center;
  width: 100vw;
  height: 4.5rem;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.nav_logo-link {
  padding-left: 0;
}

.nav_link {
  padding: .5rem 1rem;
  transition: all .2s ease-in-out;
}

.nav_link:hover {
  color: var(--text-dark);
  transform: translate(0, -.375rem);
}

.nav_link.w--current {
  color: var(--primary-color);
}

.footer_component {
  color: #fff;
  background-color: #1b1d22;
  margin-top: auto;
}

.publication-date_wrapper {
  align-items: center;
  display: flex;
}

.post-meta-alerts_wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toc-wrapper {
  background-color: #f7f7f7;
  border: 1px solid #dddfe2;
  width: 100%;
  padding: 1.5rem;
}

.ranking-table_component {
  border: 1px solid #d1cccc;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  width: 100%;
}

.separator_component {
  background-color: #d1cccc;
  width: 100%;
  height: 1px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.separator_component.small {
  margin-top: 40px;
  margin-bottom: 40px;
}

.toc {
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.toc.ranking-link {
  margin-top: 0;
}

.body-text {
  color: #3c404b;
  letter-spacing: .65px;
  margin-top: 0;
  font-weight: 400;
}

.body-text.s-m-r-12 {
  margin-right: 12px;
}

.post-details_wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 560px;
}

.hero_wrapper {
  margin-left: auto;
  margin-right: auto;
}

.info-box_wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  white-space: normal;
  cursor: pointer;
  background-color: #086ed41a;
  border-radius: 8px;
  align-self: stretch;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: .2rem;
  padding: 1rem;
  font-size: .8rem;
  transition: all .25s;
  display: flex;
  box-shadow: 1px 1px 4px #0000001a;
}

.info-box_wrapper:hover {
  box-shadow: 1px 1px 8px 1px #0003;
}

.info-box_wrapper.is-alert {
  background-color: #fcf8d8;
  align-items: center;
  width: 100%;
}

.post-meta_wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tocitem {
  margin-top: .125rem;
  margin-bottom: .125rem;
  font-size: 1rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.55, .085, .68, .53);
}

.tocitem:hover {
  margin-left: .5rem;
}

.tocitem:visited {
  color: var(--primary-color);
}

.share-buttons_wrapper {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.info-box-line {
  border-radius: .3rem;
  flex: none;
  width: .3rem;
  height: 100%;
  margin-left: .4rem;
  margin-right: .8rem;
}

.info-box-line.is-blue {
  background-color: var(--primary-color);
  background-color: var(--primary-color);
}

.share-buttons-top {
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.ranking-table_header {
  background-color: #f8f8f8;
  border-bottom: 1px solid #e0e3e6;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: .75rem 1.25rem;
  display: flex;
}

.ranking-table_result-column-wrapper {
  flex-direction: column;
  flex: none;
  margin-right: .75rem;
  display: flex;
}

.ranking-table_result-column-wrapper.is-name, .ranking-table_result-column-wrapper.is-address {
  width: 30%;
}

.ranking-table_result-column-wrapper.is-ranking {
  width: 10%;
  font-size: 1.25rem;
}

.ranking-table_result-column-wrapper.is-name, .ranking-table_result-column-wrapper.is-address {
  width: 30%;
}

.ranking-table_result-column-wrapper.is-contact {
  width: 25%;
  margin-top: 0;
  overflow: hidden;
}

.share-this_component {
  padding-left: 1rem;
}

.heading-confirmation {
  margin-top: 0;
}

._2-columns-fields {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.success-trigger {
  display: none;
}

.checkbox_wrapper {
  align-items: center;
  margin-bottom: 32px;
  display: flex;
}

.form-consulta {
  padding-top: 25px;
  position: relative;
}

.form-consulta.form-single-service {
  padding-top: 0;
}

.checkbox {
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d0d4d9;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
  transition: background-color .2s;
}

.checkbox:hover {
  border-color: #dad5ce;
}

.checkbox.w--redirected-checked {
  background-color: #c4bfb6;
  background-image: url("https://cdn.prod.website-files.com/639a33ed9901fe550585a0c7/63c069731b3b4c152e31b372_check.svg");
  background-size: 12px 12px;
  border-color: #c4bfb6;
}

.checkbox.w--redirected-focus {
  box-shadow: none;
  border-color: #dad5ce;
}

.contact-label {
  color: #a1a1a1;
  width: 100%;
  margin-bottom: 2px;
  padding-left: 2px;
  font-size: .875rem;
  font-weight: 500;
}

.success-message {
  color: #fff;
  background-color: #0951af;
}

.select-field {
  background-color: #f5f8ff;
  border-radius: 3px;
  height: 3rem;
  margin-bottom: 20px;
}

.checkbox-label {
  color: #3c404b;
  margin-bottom: 0;
  font-size: .875rem;
  line-height: .875rem;
}

.modal-close-bg_wrapper {
  z-index: auto;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  display: flex;
  position: absolute;
  inset: 0%;
}

.embed-hidden {
  display: none;
}

.modal-close-tag_wrapper {
  z-index: auto;
  cursor: pointer;
  background-color: #0000;
  width: auto;
  padding: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.contact-field {
  background-color: #f5f8ff;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  height: 3rem;
  margin-bottom: 15px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 14px;
  transition: border-color .2s, box-shadow .2s, background-color .2s;
  position: relative;
  box-shadow: inset 0 1px 3px #0000000d;
}

.contact-field:focus {
  background-color: #fff;
  border: 1px solid #0951af;
  box-shadow: inset 0 1px 3px #0000000d, 0 0 4px #0951af;
}

.contact-field.contact-message-field {
  height: auto;
  min-height: 8rem;
}

.cta-modal_component {
  z-index: 10000;
  background-color: #00000080;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.field-wrapper {
  text-align: left;
  width: 100%;
  min-height: 30px;
  position: relative;
}

.field-wrapper.first-name-wrapper {
  width: 70%;
}

.lottie-animation {
  width: 120px;
}

.div-block-centered-content {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.modal-content_wrapper {
  z-index: 1002;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 650px;
  height: auto;
  margin: auto;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0%;
  overflow: auto;
}

.faq_wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

.results-base_icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.results-base_icon-wrapper.is-blue-info {
  color: #f8f8f8;
  background-color: #3080e9;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

.location_results-base-modal {
  z-index: 10000;
  background-color: #00000080;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.ranking-table_result-item-wrapper {
  border: 1px solid #f3f3f3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem .75rem;
  transition: all .25s;
  display: flex;
}

.ranking-table_result-item-wrapper:hover {
  background-color: #fafafa;
}

.google-review-star_icon {
  width: 12px;
  margin-left: 2px;
  margin-right: 2px;
}

.ranking-link {
  white-space: nowrap;
  font-size: .8rem;
  line-height: 1.2;
}

.ranking-table_icon-wrapper {
  border: 1px solid #e0e3e6;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  padding: 6px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.ranking-table_icon-wrapper:hover {
  background-color: #f1f1f0;
  box-shadow: 2px 2px 3px #edf0f3;
}

.stars-icons_wrapper {
  justify-content: center;
  align-items: center;
  padding-left: .4rem;
  display: flex;
}

.ranking-contact_link {
  color: var(--primary-color);
  align-items: center;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  display: flex;
}

.location_top5-top-title {
  color: var(--primary-color);
  letter-spacing: 1px;
  margin-top: .5rem;
  font-size: 1.15rem;
  font-weight: 800;
}

.ranking-table_result-ranking-top-text-wrapper {
  grid-column-gap: .25rem;
  font-weight: 800;
  display: flex;
}

.footer_copyright-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-box_icon-wrapper {
  color: var(--primary-color);
}

.info-box_icon {
  flex: none;
  width: 2rem;
  height: 2rem;
}

.ranking-table_icon {
  flex: none;
  width: 1.125rem;
  height: 1.125rem;
}

.results-base_icon {
  width: 2.25rem;
  height: 2.25rem;
}

.location_top5-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.location_top5-list {
  flex-flow: column;
  display: flex;
}

.location_top5-image-caption-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.ranking-link-full {
  white-space: nowrap;
  font-size: .8rem;
  line-height: 1.2;
}

.ad-wrapper {
  border: 1px solid var(--primary-color);
  border-radius: 20px;
  padding: 1rem;
  position: relative;
}

.ad-label {
  background-color: var(--white);
  color: var(--primary-color);
  padding-left: 4px;
  padding-right: 4px;
  font-size: .75rem;
  position: absolute;
  inset: -10px auto auto 1rem;
}

.ad-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.ad-link {
  border-radius: 20px;
  width: 100%;
  text-decoration: none;
  position: relative;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-text_wrapper {
    margin-left: 120px;
    padding-right: 0;
  }

  .cta-grid {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    justify-items: stretch;
  }

  .cta-button_wrapper {
    margin-top: 20px;
    margin-left: 120px;
  }

  .cta-image {
    width: 220px;
  }

  .footer_wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
  }

  .menu-icon_line-middle {
    background-color: var(--text-dark);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav_menu {
    background-color: var(--white);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .nav_menu.is-page-height-tablet {
    height: 100vh;
    padding-bottom: 15rem;
  }

  .menu-icon_line-bottom {
    background-color: var(--text-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--text-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav_link {
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-image {
    width: 772px;
    height: 445px;
  }

  .hero_wrapper {
    width: 100%;
  }

  .ranking-table_result-column-wrapper.is-name, .ranking-table_result-column-wrapper.is-address, .ranking-table_result-column-wrapper.is-contact, .ranking-table_result-column-wrapper.is-name, .ranking-table_result-column-wrapper.is-address, .ranking-table_result-column-wrapper.is-contact {
    width: 25%;
  }

  .modal-content_wrapper {
    max-width: 700px;
    overflow: auto;
  }

  .ranking-table_result-item-wrapper {
    flex-wrap: wrap;
  }

  .ubicaciones_item {
    height: 260px;
  }

  .ubicaciones_item-header-wrapper {
    flex-wrap: wrap-reverse;
  }

  .tag {
    font-size: .6rem;
  }

  .ubicaciones_heading {
    font-size: 1.5rem;
  }

  .landing_pricing-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .landing_included-content, .landing_faq-content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .landing_included-content-row {
    grid-template-columns: 1fr 1fr;
  }

  .ad-text {
    font-size: 1.5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-text_wrapper, .cta-button_wrapper {
    margin-left: 0;
  }

  .cta-image {
    margin-bottom: 20px;
    position: static;
  }

  .footer_wrapper {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav_component {
    height: auto;
    min-height: 4rem;
  }

  .nav_logo-link {
    padding-left: 0;
  }

  .hero-image {
    width: 760px;
    height: 400px;
  }

  .post-meta_wrapper {
    justify-content: space-between;
  }

  .ranking-table_header {
    display: none;
  }

  .ranking-table_result-column-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .ranking-table_result-column-wrapper.is-ranking {
    grid-column-gap: .5rem;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
    font-size: 1.5rem;
  }

  .ranking-table_result-column-wrapper.is-name {
    width: 45%;
    margin-right: .75rem;
  }

  .ranking-table_result-column-wrapper.is-address {
    width: 45%;
  }

  .ranking-table_result-column-wrapper.is-contact {
    grid-column-gap: .5rem;
    flex-flow: wrap;
    width: 100%;
    margin-top: 1rem;
  }

  .contact-label {
    font-size: 13px;
  }

  .contact-field {
    height: 45px;
  }

  .field-wrapper.first-name-wrapper {
    margin-right: 5%;
  }

  .modal-content_wrapper {
    max-width: 550px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .ranking-table_result-item-wrapper {
    flex-direction: row;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .ubicaciones_item {
    border-bottom-left-radius: 10px;
    height: 240px;
    display: flex;
  }

  .ubicaciones_content-wrapper {
    padding: 6% 4%;
  }

  .ubicaciones_list {
    grid-template-columns: 1fr 1fr;
  }

  .landing_pricing-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .landing_pricing-plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .landing_included-content, .landing_faq-content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .landing_faq-question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .landing_faq-icon-wrapper {
    width: 1.75rem;
  }

  .landing_how-it-works-timeline-list {
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .landing_how-it-works-timeline-item {
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: max-content 1fr;
  }

  .landing_how-it-works-timeline-empty-space {
    display: none;
  }

  .landing_how-it-works-timeline-progress-wrapper {
    flex-direction: column;
    width: auto;
  }

  .landing_how-it-works-timeline-progress-line {
    width: 3px;
    height: 100%;
  }

  .landing_how-it-works-timeline-item-content {
    text-align: left;
    margin-bottom: 2rem;
    margin-right: 0;
  }

  .landing_how-it-works-timeline-fade-overlay-right {
    display: none;
  }

  .faq_question-text {
    font-size: 1.125rem;
  }

  .landing_pricing-price-text {
    font-size: 2.5rem;
  }

  .landing_included-content-grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .landing_included-content-row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .ad-image {
    aspect-ratio: auto;
  }

  .ad-text-wrapper {
    max-width: 300px;
    padding: .5rem;
  }

  .glass-block {
    padding: .75rem;
  }

  .ad-text {
    font-size: 1.125rem;
  }

  .ad-cta-wrapper {
    margin-top: .75rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .cta_wrapper {
    padding: 48px 24px;
  }

  .cta-grid {
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer_link {
    display: inline-block;
  }

  .footer_wrapper {
    text-align: center;
    flex-direction: column;
  }

  .post-meta-alerts_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ranking-table_component {
    padding-bottom: 20px;
  }

  .post-details_wrapper {
    flex-wrap: wrap;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 17px;
  }

  .hero-image {
    width: 480px;
    height: 220px;
  }

  .post-meta_wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
  }

  .share-buttons_wrapper {
    display: none;
  }

  .share-buttons-top {
    margin-bottom: 30px;
    font-size: 13px;
    display: flex;
  }

  .ranking-table_result-column-wrapper {
    margin-right: 0;
  }

  .ranking-table_result-column-wrapper.is-name {
    width: 100%;
    margin-right: 0;
  }

  .ranking-table_result-column-wrapper.is-address {
    width: 100%;
  }

  ._2-columns-fields {
    flex-direction: column;
  }

  .contact-label {
    font-size: 13px;
  }

  .modal-close-icon {
    max-width: 100%;
  }

  .modal-close-tag_wrapper {
    padding: 10px;
  }

  .contact-field {
    height: 40px;
  }

  .contact-field.contact-message-field {
    min-height: 80px;
  }

  .cta-modal_component {
    align-items: center;
    width: 100vw;
    overflow: visible;
  }

  .field-wrapper.first-name-wrapper {
    width: 100%;
    margin-right: 3%;
  }

  .modal-content_wrapper {
    border-radius: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 60px;
    overflow: auto;
  }

  .faq_wrapper {
    margin-bottom: 8%;
  }

  .results-base_icon-wrapper.is-blue-info {
    width: 50px;
    min-width: 50px;
    height: 50px;
  }

  .image-7 {
    max-width: 100%;
  }

  .location_results-base-modal {
    align-items: center;
    width: 100vw;
    overflow: visible;
  }

  .ubicaciones_item {
    align-self: center;
    height: 200px;
  }

  .ubicaciones_content-wrapper {
    background-image: linear-gradient(#0000 32%, #000c 75%, #000);
  }

  .ubicaciones_list {
    grid-template-columns: 1fr;
  }

  .footer_copyright-links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
  }

  .landing_pricing-content {
    grid-template-columns: 1fr;
  }

  .landing_pricing-content-top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .landing_included-content, .landing_faq-content {
    grid-template-columns: 1fr;
  }

  .landing_how-it-works-timeline-empty-space {
    display: none;
  }

  .landing_how-it-works-timeline-fade-overlay-right {
    width: 1rem;
    left: 0%;
  }

  .landing_hero-heading {
    font-size: 2rem;
  }

  .landing_hero-subheading {
    font-size: 1.125rem;
  }

  .faq_question-text {
    line-height: 1.3;
  }

  .landing_pricing-content-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .landing_included-content-row {
    grid-template-columns: 1fr;
  }

  .landing_included-content-card-large {
    flex-direction: column;
    display: flex;
  }

  .ad-text-wrapper {
    position: static;
  }

  .form_2-columns-wrapper {
    flex-flow: column;
  }
}

#w-node-ba02749f-8bba-108a-378d-606d519cbc0f-519cbc0c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba02749f-8bba-108a-378d-606d519cbc17-519cbc0c {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-ba02749f-8bba-108a-378d-606d519cbc17-519cbc0c {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ba02749f-8bba-108a-378d-606d519cbc0f-519cbc0c {
    grid-area: 1 / 1 / 2 / 2;
  }
}
