body {
  font-family: 'Noto Sans', sans-serif;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 20px;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Memphis, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

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

h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Memphis, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}

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

p {
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 300;
}

.nav-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-width: 740px;
  padding-top: 1%;
  padding-bottom: 1%;
  float: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.nav-link {
  padding: 26px 10px;
  color: #51647b;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #055b7f;
}

.nav-link.w--current {
  color: #000;
  font-weight: 500;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-right: 2%;
  padding-left: 2%;
  -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;
  background-color: hsla(0, 0%, 100%, .9);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .24);
}

.nav-bar.no-trans {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 90px;
  padding-right: 0%;
  padding-left: 0%;
  border-bottom: 1px solid rgba(87, 87, 86, .3);
  background-color: #fff;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .08);
}

.nav-bar.no-trans.snellen {
  position: fixed;
}

.section {
  margin-top: 90px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: auto;
  margin-top: 10%;
  background-color: #7b8b9c;
  color: #232323;
  font-size: 11px;
  text-align: center;
}

.footer-link {
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.82;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #00376a;
  text-decoration: underline;
}

.footer-link:hover {
  opacity: 0.76;
  color: #fff;
}

.footer-link.uppercase {
  font-size: 9px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

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

.form {
  display: block;
  max-width: 550px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.logo {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: memphis, sans-serif;
  color: #000;
  font-size: 156%;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.logo.claim {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 150%;
  text-align: center;
}

.brand-link {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  -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;
}

.brand-link.w--current {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1.9%;
  padding-bottom: 1.9%;
  float: 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;
}

.container {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom-color: rgba(87, 87, 86, .2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  text-align: center;
}

.container.test-eye {
  -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-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.border-bottom {
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.container.no-banner-section {
  padding-top: 5vh;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px;
  padding: 11px 19px;
  -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;
  border-radius: 3px;
  background-color: #7b8b9c;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: background-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: background-color 200ms ease, background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, background-color 200ms ease, transform 200ms ease, box-shadow 200ms ease, -webkit-transform 200ms ease;
  font-family: Memphis, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.button:hover {
  background-color: #00376a;
  font-weight: 400;
}

.button.blue {
  margin-right: 0px;
  margin-left: 0px;
  background-color: rgba(5, 91, 127, .8);
  color: #fff;
}

.button.blue:hover {
  background-color: rgba(81, 100, 123, .8);
}

.button.shadow {
  display: block;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
}

.button.shadow:hover {
  background-color: #93a0ae;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.button.shadow:active {
  background-color: #707f8e;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .45);
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
}

.button.shadow.w--current {
  background-color: #1391bf;
}

.button.shadow.call-action {
  background-color: #1391bf;
}

.button.shadow.call-action.inline-block {
  display: inline-block;
}

.footer-text {
  display: block;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: 'Noto Sans', sans-serif;
}

.input {
  margin-bottom: 20px;
  border-style: none;
  background-color: rgba(0, 0, 0, .1);
  font-family: 'Noto Sans', sans-serif;
  color: #000;
}

.input:focus {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .77);
}

.input.textarea {
  min-height: 110px;
  border-radius: 1px;
}

.success {
  padding-top: 29px;
  background-color: rgba(30, 187, 0, .35);
}

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

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -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;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h2 {
  font-family: Memphis, sans-serif;
  color: #000;
}

.text-block {
  display: block;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans', sans-serif;
  color: #000;
  text-align: left;
}

.text-block.advert {
  color: #51647b;
  font-size: 8px;
}

.text-block.low_light {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #707f8e;
}

.text-block.card-rec {
  margin-top: 0px;
  margin-bottom: 0px;
}

.text-block.card-rec.justify {
  text-align: justify;
}

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

.h1 {
  font-family: Memphis, sans-serif;
  color: #000;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1%;
  margin-left: 1%;
  -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-decoration: none;
}

.link-block.level {
  margin-right: 0%;
}

.container-footer {
  padding-top: 5vh;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
  -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;
}

.paragraph {
  display: block;
  overflow: visible;
  margin-top: 0px;
  margin-bottom: 21px;
  color: rgba(87, 87, 86, .8);
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-align: justify;
}

.paragraph.socio {
  margin-top: 21px;
}

.paragraph.test {
  margin-top: -10px;
  margin-bottom: 0px;
}

.paragraph.narrow {
  margin-bottom: 10px;
}

.paragraph.margin-top {
  margin-top: 2rem;
}

.info-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.info-button-section.full-width {
  width: 100%;
}

.body {
  background-color: hsla(0, 0%, 100%, .8);
}

.image {
  padding: 4% 20px;
}

.image.sanitas {
  display: block;
  padding: 4% 21%;
}

.image.no-style {
  max-width: none;
  padding: 0% 0px;
}

.logo-claim {
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Memphis, sans-serif;
  color: #575756;
  font-size: 96%;
  line-height: 12px;
  letter-spacing: 1px;
  text-decoration: underline;
  text-transform: uppercase;
}

.logo-claim.blue-grey {
  color: #51647b;
  line-height: 14px;
  letter-spacing: 0.82px;
}

.isologo {
  display: block;
  max-height: 55px;
  min-width: 250px;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 8px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.banner-claim {
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Memphis, sans-serif;
  text-align: center;
}

.banner-claim.white {
  color: hsla(0, 0%, 100%, .95);
  font-size: 30px;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .2);
}

.banner-claim.white.shadow {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 3px;
  color: #fff;
  font-style: normal;
  font-weight: 100;
  text-align: left;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .4);
}

.banner-claim.white.bottom {
  font-size: 25px;
}

.card {
  display: block;
  max-width: 225px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-radius: 3px;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2);
}

.card.map {
  max-width: 300px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
}

.card.map:hover {
  box-shadow: 0 5px 6px 0 rgba(0, 0, 0, .2);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

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

.item-list {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
}

.blue {
  color: #055b7f;
}

.blue.margin-bottom {
  margin-bottom: 2rem;
}

.h4 {
  text-align: left;
}

.h4.blue-grey {
  color: #00376a;
  font-size: 18px;
  font-weight: 400;
}

.h4.map {
  margin-bottom: 15px;
}

.test-eye-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.test-claim {
  font-family: Memphis, sans-serif;
  color: #000;
}

.test-claim.test-row-1 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.test-claim.test-row-1.bar {
  padding-top: 10%;
}

.row-test-info {
  position: relative;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 2%;
  padding-left: 2%;
  -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;
}

.row-test-info.end {
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.level-info-test {
  padding-left: 30px;
  font-family: Memphis, sans-serif;
  color: #000;
}

.test-eye {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 800px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.test-eye.end {
  height: 600px;
}

.bg-snellen {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: block;
  -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;
}

.bg-snellen-1 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  background-color: #fff;
}

.bg-snellen-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  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;
  background-color: #fff;
}

.bg-snellen-3 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -2;
  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;
  background-color: #fff;
}

.bg-snellen-4 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -3;
  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;
  background-color: #fff;
}

.bg-snellen-5 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -4;
  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;
  background-color: #fff;
}

.bg-snellen-6 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -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;
  background-color: #fff;
}

.bg-snellen-7 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -6;
  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;
  background-color: #fff;
}

.bg-snellen-8 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -7;
  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;
  background-color: #fff;
}

.bg-snellen-9 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -8;
  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;
  background-color: #fff;
}

.bg-snellen-10 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -9;
  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;
  background-color: #fff;
}

.bg-snellen-11 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -10;
  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;
  background-color: #fff;
}

.color-bar {
  display: block;
  width: 561px;
  height: 45px;
  max-height: 45px;
  max-width: 561px;
  margin: 15% auto;
  background-color: #1fb53b;
}

.color-bar.red-bar {
  background-color: #c33;
}

.red-bar {
  display: block;
  width: 561px;
  height: 45px;
  max-height: 45px;
  margin-right: auto;
  margin-left: auto;
  background-color: #c33;
}

.h2-home {
  margin-top: auto;
  margin-bottom: 0px;
  font-family: Memphis, sans-serif;
  font-size: 25px;
  line-height: 20px;
  font-weight: 600;
  text-align: left;
}

.bg-cream-tabs {
  display: block;
  margin-top: 3%;
  margin-bottom: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #f4f6f7;
}

.bg-cream-tabs.selector {
  display: block;
  padding-bottom: 1%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  background-color: #f4f6f7;
}

.bg-cream-tabs.padding {
  padding: 1% 2%;
  background-color: #f4f6f7;
}

.bg-cream-tabs.flex {
  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-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}

.title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 1px solid rgba(87, 87, 86, .2);
}

.title-section.flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.subtitle {
  margin-right: 10px;
  margin-bottom: -2px;
  margin-left: 10px;
  font-family: Memphis, sans-serif;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
}

.title-info {
  font-family: Memphis, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  text-transform: none;
}

.info-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.image-separtor {
  overflow: hidden;
  width: 300px;
  padding-left: 3%;
  border-style: none;
  border-left-width: 1px;
  border-left-color: rgba(87, 87, 86, .2);
}

.image-separtor.non-strech {
  padding-left: 0%;
  border-style: none;
}

.image-info {
  overflow: hidden;
}

.image-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 250px;
  -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;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/clinica-oftalmologica-sempere-1.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/clinica-oftalmologica-sempere-1.jpg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-info.specialist {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/estudio_oftalmologia_doctora_sempere.png');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/estudio_oftalmologia_doctora_sempere.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-info.glaucoma-pic {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/autorefractor.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/autorefractor.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.image-info.ambliopia {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), -webkit-linear-gradient(270deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), linear-gradient(180deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, 300px;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.image-info.ambliopia-2 {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), -webkit-linear-gradient(270deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia-2.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), linear-gradient(180deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia-2.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 50% 20%;
  background-size: auto, auto, auto, 450px;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.image-info.care {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/eye.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/eye.jpg');
  background-position: 0px 0px, 50% 55%;
  background-size: auto, 350px;
  background-repeat: repeat, no-repeat;
}

.image-info.kid-glaucoma {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/niña_sempere.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/niña_sempere.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 450px;
  background-repeat: repeat, no-repeat;
  -webkit-transition: background-color 0ms cubic-bezier(.68, -.55, .265, 1.55);
  transition: background-color 0ms cubic-bezier(.68, -.55, .265, 1.55);
}

.image-info.kid-glaucoma:hover {
  background-image: -webkit-radial-gradient(circle farthest-side at 50% 50%, rgba(0, 0, 0, .11) 25%, #000 95%), -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), -webkit-linear-gradient(270deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/niña_sempere.jpg');
  background-image: radial-gradient(circle farthest-side at 50% 50%, rgba(0, 0, 0, .11) 25%, #000 95%), linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), linear-gradient(180deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/niña_sempere.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, auto, auto, 450px;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
}

.image-info.recuerdos {
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/memories-kid-sempere.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/memories-kid-sempere.jpg');
  background-position: 0px 0px, 93% 33%;
  background-size: auto, 400px;
  background-repeat: repeat, no-repeat;
}

.image-info.cataratas {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), -webkit-linear-gradient(270deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/cataratas-sempere-kids.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), linear-gradient(180deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/cataratas-sempere-kids.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 34% 49%;
  background-size: auto, auto, auto, 400px;
  background-repeat: repeat, repeat, repeat, no-repeat;
}

.image-info.cataratas:hover {
  background-image: -webkit-radial-gradient(circle farthest-side at 35% 46%, hsla(0, 0%, 100%, .95) 5%, hsla(0, 0%, 100%, .8) 18%, transparent 40%), -webkit-radial-gradient(circle closest-corner at 67% 41%, #e9e9e9 8%, hsla(0, 0%, 100%, .8) 28%, transparent 63%), -webkit-linear-gradient(270deg, rgba(255, 140, 63, .21), rgba(255, 140, 63, .21)), -webkit-linear-gradient(270deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), url('../images/cataratas-sempere-kids.jpg');
  background-image: radial-gradient(circle farthest-side at 35% 46%, hsla(0, 0%, 100%, .95) 5%, hsla(0, 0%, 100%, .8) 18%, transparent 40%), radial-gradient(circle closest-corner at 67% 41%, #e9e9e9 8%, hsla(0, 0%, 100%, .8) 28%, transparent 63%), linear-gradient(180deg, rgba(255, 140, 63, .21), rgba(255, 140, 63, .21)), linear-gradient(180deg, rgba(255, 236, 240, .08), rgba(255, 236, 240, .08)), url('../images/cataratas-sempere-kids.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 34% 49%;
  background-size: auto, auto, auto, auto, 400px;
  background-repeat: repeat, repeat, repeat, repeat, no-repeat;
  -webkit-filter: saturate(150%);
  filter: saturate(150%);
}

.image-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -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: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .6));
}

.text-image-footer {
  font-family: Memphis, sans-serif;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 1px;
}

.info-content.full-width {
  display: block;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link {
  font-family: Memphis, sans-serif;
  color: rgba(5, 91, 127, .8);
  font-weight: 400;
}

.link.footer {
  margin-top: 10px;
  color: #fff;
  letter-spacing: 1px;
}

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

.link.right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-left: 6%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.link.white {
  color: #fff;
}

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

.info-row-button-bar {
  display: none;
  overflow: hidden;
  height: 260px;
  max-height: 260px;
  -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;
}

.care {
  position: relative;
}

.glaucoma {
  position: relative;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.catarata {
  position: relative;
}

.ambliopia {
  position: relative;
}

.tab-link-info {
  border-style: none;
  border-width: 2px;
  border-color: rgba(87, 87, 86, .5);
  border-radius: 2px;
  background-color: #7b8b9c;
}

.tab-link-info.w--current {
  border-style: none;
  background-color: #2e5b85;
  color: #fff;
}

.tab-link-info.vertical {
  margin-top: 10px;
  margin-bottom: 10px;
}

.tab-link-info.vertical.w--current {
  border-color: rgba(201, 157, 16, .7);
  background-color: #2e5b85;
}

.tab-link-info.call-action.w--current {
  background-color: #1391bf;
}

.tabs-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-menu-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  -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;
}

.info-tab-content {
  margin-top: 5%;
  padding-right: 2.5%;
  padding-left: 2.5%;
}

.info-tab-content.padding-3 {
  padding-right: 3%;
  padding-left: 3%;
}

.button-text {
  font-family: Memphis, sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.facebook-button {
  display: inline-block;
  max-width: 110px;
  margin-right: -5px;
  padding-top: 20px;
  -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;
}

.facebook-button.snellen {
  padding-left: 10px;
}

.footer-bloc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.subtitle-section-h3 {
  font-family: Memphis, sans-serif;
  text-align: left;
}

.subtitle-section-h3.red {
  color: #c33;
}

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

.tabs-menu-vertical {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2%;
  float: left;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.tabs-content-v-left {
  padding-top: 2%;
  padding-bottom: 2%;
  padding-left: 3%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.image-info-tabs-content-wide {
  width: 670px;
  height: 105px;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/example-bg.png');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/example-bg.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  background-repeat: repeat, repeat;
}

.image-info-tabs-content-wide.luminosidad {
  width: 670px;
  height: 105px;
  margin-top: 6px;
  background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .1)), -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/examinacion-autorefractor.jpg');
  background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .1)), linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/examinacion-autorefractor.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, 670px;
  background-repeat: repeat, repeat, no-repeat;
}

.image-info-tabs-content-wide.tonometro {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometer.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 670px;
  background-repeat: repeat, no-repeat;
}

.image-info-tabs-content-wide.retina {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometro.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometro.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 670px;
}

.image-info-tabs-content-wide.blind-spot {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/punto-muerto-vista-ojo_wide.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/punto-muerto-vista-ojo_wide.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 670px;
  background-repeat: repeat, no-repeat;
}

.image-info-tabs-content-wide.snellen {
  background-image: url('../images/Queensland_State_Archives_2830_Eye_testing_with_the_School_Health_Services_October_1946.png'), -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05));
  background-image: url('../images/Queensland_State_Archives_2830_Eye_testing_with_the_School_Health_Services_October_1946.png'), linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05));
  background-position: 50% 10%, 0px 0px;
  background-size: auto, auto;
  background-repeat: no-repeat, repeat;
}

.image-info-tabs-content-wide.lampara {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometer.jpg');
  background-image: linear-gradient(180deg, rgba(255, 140, 63, .05), rgba(255, 140, 63, .05)), url('../images/tonometer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 870px;
  background-repeat: repeat, no-repeat;
}

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

.content-row.team {
  padding-top: 1%;
  padding-bottom: 3%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-content-row {
  padding-left: 3%;
}

.info-content-title {
  margin-top: 10px;
  font-family: Memphis, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}

.info-content-container {
  padding-right: 3%;
}

.image-float-left {
  float: left;
}

.image-float-left.magin {
  margin-right: 2%;
}

.image-row-galery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3%;
  -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;
}

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

.image-in-gallery {
  padding: 1.5%;
}

.footer-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.test-eye-intro {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  margin-top: 90px;
  background-color: #fff;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.row.form-button {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button-frame-snellen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6%;
  margin-bottom: 6%;
  -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;
}

.next-arrow {
  margin: 1%;
}

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

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

.section-top {
  margin-top: 90px;
}

.s1 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-21.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-21.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s2 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-4.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-4.jpg');
  background-position: 0px 0px, 50% 31%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s3 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-26.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-26.jpg');
  background-position: 0px 0px, 50% 39%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s4 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-16.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-16.jpg');
  background-position: 0px 0px, 50% 20%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-transform: lowercase;
}

.s5 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-2.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/clinica-oftalmologica-sempere-2.jpg');
  background-position: 0px 0px, 50% 30%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.s6 {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/ejemplo_slider_3.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .5), rgba(123, 139, 156, .5)), url('../images/ejemplo_slider_3.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.container-banner {
  margin-top: 6%;
  margin-bottom: 6%;
}

.card-bg {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.card-bg.mutua {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 120px;
  max-height: 120px;
  max-width: 180px;
  -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: -webkit-linear-gradient(270deg, #f4f6f7, #f4f6f7);
  background-image: linear-gradient(180deg, #f4f6f7, #f4f6f7);
}

.card-bg.map {
  width: 300px;
  height: 200px;
  background-image: url('../images/Clinica_oftalmologica_sempere_mapa.png'), -webkit-linear-gradient(270deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-image: url('../images/Clinica_oftalmologica_sempere_mapa.png'), linear-gradient(180deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
  background-position: 50% 50%, 0px 0px;
  background-repeat: no-repeat, repeat;
}

.scroll-down {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  -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;
}

.scroll-top {
  width: 25px;
  height: 22px;
  border-top: 2px solid #1391bf;
  border-right: 2px solid #1391bf;
  border-left: 2px solid #1391bf;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}

.scroll-bottom {
  width: 25px;
  height: 22px;
  border-right: 2px solid #1391bf;
  border-bottom: 2px solid #1391bf;
  border-left: 2px solid #1391bf;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}

.scroll-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #1391bf;
}

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

.icon {
  font-family: Fontawesome, sans-serif;
  color: #232323;
  text-decoration: none;
}

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

.portrait-pic {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 225px;
  height: 100px;
  margin-right: 3%;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .25), rgba(123, 139, 156, .25)), url('../images/Doctor-Juan-Ignacio_Sempere.jpeg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .25), rgba(123, 139, 156, .25)), url('../images/Doctor-Juan-Ignacio_Sempere.jpeg');
  background-position: 0px 0px, 50% 12%;
  background-size: auto, 300px;
  background-repeat: repeat, no-repeat;
}

.portrait-pic.juan-ignacio {
  background-image: -webkit-linear-gradient(270deg, transparent, transparent), url('../images/clinica-oftalmologica-sempere-14.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/clinica-oftalmologica-sempere-14.jpg');
  background-position: 0px 0px, 61% 21%;
  background-size: auto, 640px;
}

.portrait-pic.julia {
  background-image: -webkit-linear-gradient(270deg, rgba(123, 139, 156, .25), rgba(123, 139, 156, .25)), url('../images/clinica-oftalmologica-sempere-24.jpg');
  background-image: linear-gradient(180deg, rgba(123, 139, 156, .25), rgba(123, 139, 156, .25)), url('../images/clinica-oftalmologica-sempere-24.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 220px;
  background-repeat: repeat, no-repeat;
}

.black-bold {
  color: rgba(35, 35, 35, .95);
  font-weight: 800;
}

.rectangle_card.shadow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-top: 4%;
  margin-bottom: 4%;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .25);
}

.rectangle_card.shadow.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 1%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
}

.rectangle_card.shadow.small:hover {
  box-shadow: 0 5px 7px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.rectangle_card.shadow.small.badge {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.rectangle_card.shadow.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 200px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .25);
}

.rectangle_card.shadow.big:hover {
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .25);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.thumbnail-pic {
  height: 100%;
  background-image: url('../images/sociedad_española_oftalmología_logo.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
}

.thumbnail-pic.dr {
  width: 80px;
  height: 80px;
  background-image: url('../images/Doctor-Juan-Ignacio_Sempere.jpeg');
  background-position: 48% 10%;
  background-size: 225px;
}

.thumbnail-pic.dra {
  width: 80px;
  height: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: url('../images/Doctora-Julia-sempere-Oftalmologa.jpg');
  background-position: 41% 22%;
  background-size: 200px;
}

.thumbnail-pic.wide {
  width: 100%;
  height: 40px;
  background-size: contain;
}

.link-bock-card-rec {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-top: 3%;
  margin-right: 2%;
  margin-bottom: 3%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-decoration: none;
}

.info-card-red {
  display: block;
  max-height: 200px;
  padding: 2% 5%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.title-card-red {
  display: inline-block;
  margin-bottom: 0px;
  color: #0c5d7c;
  text-align: left;
}

.title-card-red.justify {
  text-align: center;
}

.frame-info-card-rec {
  display: block;
  -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;
  text-align: left;
}

.speciality {
  display: block;
  padding-right: 3%;
  padding-left: 3%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.image-big-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -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;
  background-image: url('../images/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.image-big-card.catarata {
  width: 200px;
  height: 200px;
  background-image: url('../images/cataracts_large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-big-card.diabetes {
  background-image: url('../images/diabetes_large.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-big-card.blefaritis {
  background-image: url('../images/blefaritis-patologia.jpg');
  background-position: 40% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-big-card.ambliopia {
  background-image: url('../images/estrabismo-ambliopía.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-big-card.glaucoma {
  background-image: url('../images/glaucoma.jpg');
  background-position: 50% 50%;
  background-size: 150px;
  background-repeat: no-repeat;
}

.lightbox {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
}

.info-row-buttons {
  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;
}

.sub-sections {
  margin-top: 3%;
}

.sub-sections.important {
  padding: 2%;
  border: 2px solid #c33;
  background-color: #ffecf0;
}

.form-block.no-styling {
  display: block;
  margin-bottom: -5px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.form-container {
  display: none;
}

.select-field.no-styling {
  margin-bottom: 0px;
}

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

.body-sub-sections {
  margin-bottom: 5%;
}

.dropdown.no-styling {
  padding: 8px 40px 0px 8px;
}

.icon-dropdown {
  margin-bottom: 3px;
}

.dropdown-button {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.dropdown-list.w--open {
  margin-top: 7px;
  background-color: #f4f6f7;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .15);
}

.dropdown-link:hover {
  color: #066edf;
}

.info-card-frame-map {
  padding: 5% 5% 3%;
}

.list-item.undotted {
  margin-top: 5px;
  margin-bottom: -5px;
  text-align: left;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.non-style {
  color: #232323;
  text-decoration: none;
}

.footer-head4 {
  font-weight: 700;
  text-decoration: none;
}

.utility-button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 1rem;
  padding-left: 1rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.slider {
  height: 58vh;
}

.bold-text {
  color: #232323;
}

html.w-mod-js *[data-ix="bounce"] {
  -webkit-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}

@media (max-width: 991px) {
  .nav-menu {
    position: absolute;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px none #000;
    border-bottom: 1px solid rgba(123, 139, 156, .5);
    background-color: #f4f6f7;
  }
  .nav-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: Memphis, sans-serif;
    font-size: 15px;
    line-height: 27px;
    text-align: center;
  }
  .nav-bar {
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .35);
  }
  .nav-bar.no-trans {
    position: fixed;
    border-bottom-color: rgba(123, 139, 156, .5);
  }
  .menu-button {
    margin-top: 10px;
    padding: 20px;
    font-size: 25px;
    line-height: 22px;
  }
  .menu-button.w--open {
    background-color: #f4f6f7;
  }
  .brand-link.w--current {
    margin-top: 15px;
  }
  .container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .menu-text {
    margin-right: 3px;
    padding: 2px;
    float: left;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .menu-text:hover {
    color: #fff;
  }
  .menu-icon {
    float: left;
    color: #232323;
  }
  .info-button-section {
    width: auto;
  }
  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .banner-claim.white.shadow {
    font-size: 29px;
    line-height: 35px;
  }
  .banner-claim.white.bottom.shadow {
    font-size: 25px;
  }
  .bg-cream-tabs.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .title-section {
    -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;
  }
  .title-section.flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .subtitle {
    margin-left: 0px;
    text-align: left;
  }
  .title-info {
    display: block;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .info-section {
    width: auto;
    height: auto;
    -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;
  }
  .image-separtor {
    width: auto;
    margin-top: 3%;
    padding-right: 0%;
    padding-left: 0%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-left-style: none;
  }
  .image-separtor.non-strech {
    padding-right: 0%;
  }
  .image-info {
    height: 185px;
    max-height: none;
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/examen_retina_clinica_sempere.png');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/examen_retina_clinica_sempere.png');
    background-position: 0px 0px, 0% 21%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .image-info.specialist {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/estudio_oftalmologia_doctora_sempere.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/estudio_oftalmologia_doctora_sempere.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .image-info.glaucoma-pic {
    background-position: 0px 0px, 50% 44%;
  }
  .image-info.ambliopia {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia.jpg');
    background-position: 0px 0px, 50% 61%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .image-info.ambliopia-2 {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia-2.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/ambliopia-2.jpg');
    background-position: 0px 0px, 50% 20%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .image-info.care {
    background-position: 0px 0px, 0% 46%;
    background-size: auto, 100%;
  }
  .image-info.kid-glaucoma {
    background-position: 0px 0px, 0% 39%;
    background-size: auto, 100%;
  }
  .image-info.recuerdos {
    background-size: auto, 100%;
  }
  .image-info.cataratas {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/cataratas-sempere-kids.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .15)), url('../images/cataratas-sempere-kids.jpg');
    background-position: 0px 0px, 34% 39%;
    background-size: auto, 100%;
    background-repeat: repeat, no-repeat;
  }
  .image-info.cataratas:hover {
    background-image: -webkit-radial-gradient(circle farthest-side at 35% 46%, hsla(0, 0%, 100%, .95) 5%, hsla(0, 0%, 100%, .8) 18%, transparent 40%), -webkit-radial-gradient(circle closest-corner at 67% 41%, #e9e9e9 8%, hsla(0, 0%, 100%, .8) 28%, transparent 63%), -webkit-linear-gradient(270deg, null, null), -webkit-linear-gradient(270deg, null, null), url('../images/cataratas-sempere-kids.jpg');
    background-image: radial-gradient(circle farthest-side at 35% 46%, hsla(0, 0%, 100%, .95) 5%, hsla(0, 0%, 100%, .8) 18%, transparent 40%), radial-gradient(circle closest-corner at 67% 41%, #e9e9e9 8%, hsla(0, 0%, 100%, .8) 28%, transparent 63%), linear-gradient(180deg, null, null), linear-gradient(180deg, null, null), url('../images/cataratas-sempere-kids.jpg');
    background-position: 0px 0px, 0px 0px, 0px 0px, 0px 0px, 50% 39%;
    background-size: auto, auto, auto, auto, 100%;
  }
  .info-content {
    width: 100%;
    margin-top: 3%;
  }
  .info-row-button-bar {
    overflow: hidden;
    height: 59vh;
    max-height: none;
    margin-top: 0%;
  }
  .care {
    margin-bottom: 2%;
  }
  .tab-link-info {
    margin-bottom: 2%;
  }
  .tabs-info {
    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: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tabs-menu-info {
    position: static;
    margin-top: 0%;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .info-tab-content {
    width: 98%;
    margin-top: 0%;
    padding-left: 2%;
  }
  .facebook-button {
    display: block;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .tabs-vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .tabs-content-v-left {
    width: 100%;
    padding-left: 0%;
  }
  .image-row-galery {
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .column1 {
    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;
  }
  .test-eye-intro {
    height: 150vh;
  }
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .s1 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s5 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .s6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .container-banner {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .slider-icon {
    display: none;
  }
  .title-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content {
    -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;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-right: 14px;
    padding-left: 14px;
  }
  .menu-button {
    margin-right: 7px;
  }
  .logo {
    max-height: 35px;
    padding: 0px;
    font-size: 86%;
    line-height: 11px;
  }
  .brand-link {
    max-width: 200px;
    padding-left: 0px;
  }
  .brand-link.w--current {
    margin-top: 20px;
    padding-left: 0px;
  }
  .container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .container.padding-none {
    padding-right: 4%;
    padding-left: 4%;
  }
  .social-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-button-section {
    width: 100%;
  }
  .logo-claim {
    font-size: 39%;
  }
  .logo-claim.blue-grey {
    font-size: 49%;
    letter-spacing: 1px;
  }
  .banner-claim.white.shadow {
    font-size: 22px;
  }
  .banner-claim.white.bottom.shadow {
    font-size: 22px;
  }
  .blue {
    text-align: left;
  }
  .test-claim.test-row-1 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .title-section {
    padding-right: 3%;
    padding-left: 3%;
  }
  .info-row-button-bar {
    height: 64vh;
  }
  .tabs-menu-info {
    padding-top: 3%;
    padding-right: 4%;
    padding-left: 4%;
  }
  .button-text {
    text-align: center;
  }
  .content-row.team {
    -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;
  }
  .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-top {
    margin-top: 75px;
  }
  .slider-icon {
    display: none;
  }
  .rectangle_card.shadow.big {
    max-height: 400px;
    -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;
  }
  .thumbnail-pic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 4%;
    -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: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(112, 127, 142, .15));
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(112, 127, 142, .15));
  }
}

@media (max-width: 479px) {
  .nav-link {
    color: #51647b;
  }
  .nav-bar.no-trans {
    max-height: auto;
    padding-right: 0%;
    padding-left: 0%;
  }
  .footer-link {
    text-decoration: underline;
  }
  .contact-row {
    padding-bottom: 16px;
  }
  .menu-button {
    margin-right: -33px;
  }
  .menu-button.w--open {
    background-color: rgba(81, 100, 123, .1);
  }
  .logo {
    color: #055b7f;
  }
  .brand-link.w--current {
    margin-left: -20px;
  }
  .container {
    padding-right: 13px;
    padding-left: 13px;
  }
  .button.blue {
    font-size: 100%;
  }
  .social-row {
    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;
  }
  .utility-page-content {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .paragraph {
    text-align: left;
  }
  .paragraph.margin-top {
    width: 100%;
    text-align: justify;
  }
  .info-button-section {
    width: 100%;
  }
  .body {
    overflow: scroll;
  }
  .logo-claim.blue-grey {
    display: inline-block;
  }
  .isologo {
    min-width: auto;
  }
  .banner-claim.white.shadow {
    margin-top: 0px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .card {
    background-image: -webkit-linear-gradient(270deg, null, null), url('../images/julia_sempere.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/julia_sempere.jpg');
    background-size: auto, 100%;
  }
  .blue {
    font-size: 200%;
  }
  .level-info-test.end {
    padding-left: 0px;
    font-size: 8px;
  }
  .title-section.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;
  }
  .info-row-button-bar {
    overflow: hidden;
    height: 580px;
    max-height: 82vh;
  }
  .care {
    margin-bottom: 5%;
    padding-top: 8%;
  }
  .glaucoma {
    padding-top: 1%;
  }
  .image-info-tabs-content-wide.luminosidad {
    background-image: -webkit-radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .1)), -webkit-linear-gradient(270deg, null, null), url('../images/examinacion-autorefractor.jpg');
    background-image: radial-gradient(circle farthest-corner at 50% 50%, transparent, rgba(0, 0, 0, .1)), linear-gradient(180deg, null, null), url('../images/examinacion-autorefractor.jpg');
    background-position: 0px 0px, 0px 0px, 42% 50%;
    background-size: auto, auto, 670px;
  }
  .image-float-left {
    height: 62px;
    margin-top: 6%;
  }
  .image-row-galery {
    display: block;
  }
  .column1 {
    -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;
  }
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-icon {
    display: none;
  }
  .rectangle_card.shadow.big {
    max-height: 800px;
  }
  .info-card-red {
    max-height: 300px;
  }
  .dropdown.no-styling {
    margin-top: 15px;
  }
}

@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'memphis';
  src: url('../fonts/26165_MPM_____.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Memphis';
  src: url('../fonts/26157_MPEB____.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Memphis';
  src: url('../fonts/26165_MPM_____.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Librebaskerville bold';
  src: url('../fonts/LibreBaskerville-Bold.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Librebaskerville regular';
  src: url('../fonts/LibreBaskerville-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}

/* Aviso de remodelación */
.remodelation-notice {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(10, 34, 53, 0.6);
  backdrop-filter: blur(2px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease, visibility 200ms ease;
}

.remodelation-notice.is-visible {
  opacity: 1;
  visibility: visible;
}

.remodelation-card {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 28px 28px 32px;
  background: #fff;
  border-radius: 14px;
  border: 2px solid #d6cbb8;
  box-shadow: 0 12px 45px rgba(10, 34, 53, 0.18);
  text-align: center;
}

.remodelation-close {
  position: absolute;
  top: 14px;
  right: 14px;
  border: 2px solid #8fa5b6;
  background: #fff;
  color: #2e5b85;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  transition: background 150ms ease, color 150ms ease, border-color 150ms ease;
}

.remodelation-close:focus,
.remodelation-close:hover {
  background: #2e5b85;
  color: #fff;
  border-color: #2e5b85;
  outline: none;
}

.remodelation-logo {
  max-width: 240px;
  width: 100%;
  margin: 6px auto 18px;
  display: block;
}

.remodelation-title {
  margin: 0 0 12px;
  font-size: 1.45em;
  color: #2e5b85;
  font-weight: 500;
}

.remodelation-copy {
  margin: 0 0 20px;
  color: #3c4b59;
  line-height: 1.5;
}

.remodelation-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.remodelation-cta,
.remodelation-dismiss {
  border-radius: 8px;
  font-weight: 500;
  padding: 12px 20px;
  font-size: 1em;
  text-decoration: none;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 120ms ease, background 150ms ease, color 150ms ease, border-color 150ms ease;
  min-width: 150px;
}

.remodelation-cta {
  background: #2e5b85;
  color: #fff;
  box-shadow: 0 10px 30px rgba(46, 91, 133, 0.22);
  border: 2px solid #2e5b85;
}

.remodelation-cta:hover,
.remodelation-cta:focus {
  background: #264b6e;
  box-shadow: 0 10px 32px rgba(38, 75, 110, 0.25);
  transform: translateY(-1px);
  color: #fff;
}

.remodelation-dismiss {
  background: #fff;
  color: #2e5b85;
  border: 2px solid #2e5b85;
}

.remodelation-dismiss:hover,
.remodelation-dismiss:focus {
  background: #eef3f7;
  color: #1f3a57;
  transform: translateY(-1px);
}

@media screen and (max-width: 480px) {
  .remodelation-card {
    padding: 24px 20px 28px;
  }

  .remodelation-title {
    font-size: 1.25em;
  }

  .remodelation-actions {
    gap: 10px;
  }
}