:root {
  --black: black;
  --dark-grey: #2b2b2b;
  --steel-blue: #0071bc;
  --silver: #939495;
  --white: white;
  --old-lace: #f5f2ed;
  --brown: #353535;
  --steel-blue-2: #267a96;
  --dark-slate-grey: #1f4f6b;
  --conócenos: "Alex Brush", sans-serif;
  --conócenos-small: .8rem;
  --size: 2rem;
}

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.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-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 700;
  line-height: 20px;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
}

a {
  font-weight: 500;
  text-decoration: none;
}

ul {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--black);
}

blockquote {
  color: var(--black);
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

.navbar {
  background-color: var(--dark-grey);
  height: 100px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar.main {
  z-index: 100;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  box-shadow: 0 0 16px #000;
}

.navbar.main-page {
  z-index: 100;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  box-shadow: 0 0 16px #000;
}

.logo {
  color: #fff;
  align-self: center;
  align-items: center;
  margin-left: 40px;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  text-decoration: none;
  display: flex;
  position: relative;
  left: 0;
}

.logo.w--current {
  flex: none;
  align-self: center;
  position: absolute;
  left: 0;
}

.logo.footer {
  justify-content: flex-start;
  min-height: auto;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 25px;
  position: static;
}

.logo.general.w--current {
  position: relative;
}

.logo.mainpage.w--current {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.look-dental-logo {
  width: 226px;
}

.look-dental-logo.white {
  align-self: center;
  position: static;
  left: -58px;
}

.look-dental-logo.general {
  align-self: center;
}

.menu-main {
  margin-right: 40px;
  display: flex;
}

.nav-button {
  border-bottom: 0px solid var(--steel-blue);
  color: var(--silver);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: none;
  transition: border-width .5s ease-in-out;
  display: block;
  position: static;
}

.nav-button:hover {
  border-bottom-width: 4px;
}

.link-menu {
  color: var(--silver);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4rem;
  transition: color .35s ease-in-out;
  position: relative;
}

.link-menu:hover {
  color: #fff;
}

.link-menu.clinicas {
  color: var(--old-lace);
  height: auto;
  font-weight: 700;
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-link {
  background-color: var(--old-lace);
  color: var(--brown);
  text-transform: uppercase;
  border-bottom: 1px solid #93949533;
  font-family: Roboto, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  transition: all .35s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--steel-blue-2);
  color: #fff;
}

.dropdown-link:focus {
  background-color: var(--silver);
  color: var(--brown);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 100;
  background-color: var(--dark-grey);
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.grid {
  grid-column-gap: 34px;
  flex: 1;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all 1s ease-in-out;
}

.heading:hover {
  letter-spacing: 4px;
}

.heading.footer {
  margin-top: 0;
  padding-top: 40px;
}

.paragraph {
  color: #fff;
  text-align: left;
  flex: 1;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.paragraph.recepcion {
  color: var(--dark-grey);
  background-image: none;
  font-weight: 400;
  line-height: 1.4rem;
}

.paragraph.black {
  z-index: 2;
  color: var(--dark-grey);
  text-align: left;
  background-color: #0000;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
  text-decoration: none;
  position: relative;
}

.paragraph.black:hover {
  text-align: left;
}

.paragraph.black.center {
  text-align: center;
  width: 50%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.black.center.margin {
  margin-top: 40px;
}

.paragraph.black.center._80 {
  width: 80%;
  margin-bottom: 60px;
}

.paragraph.black.center._20 {
  text-transform: none;
  width: 75%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.paragraph.black.underline {
  border-bottom: 1px solid #2b2b2b33;
}

.paragraph.black._60 {
  margin-bottom: 60px;
}

.paragraph.black.bold {
  color: #000;
  font-weight: 400;
}

.paragraph.black._20 {
  margin-top: 20px;
}

.paragraph.black._50 {
  text-align: justify;
  width: 70%;
  margin-left: 0;
}

.paragraph.small {
  font-size: .8rem;
  font-weight: 300;
}

.paragraph.small.center {
  text-align: center;
  margin-bottom: 0;
  font-size: .65rem;
  font-weight: 100;
  line-height: 1rem;
}

.paragraph.light {
  text-align: left;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 1.4rem;
}

.paragraph.opiniones {
  color: #000;
  background-image: none;
  width: 75%;
  max-width: 502px;
  margin: 40px auto 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph._60 {
  margin-bottom: 60px;
}

.paragraph.center {
  text-align: center;
  flex: none;
}

.paragraph.center._20 {
  margin-top: 20px;
}

.paragraph.center.black {
  color: var(--black);
  width: auto;
  max-width: none;
  padding-bottom: 0;
}

.paragraph.intro {
  float: right;
  background-color: #000000a6;
  width: auto;
  margin-bottom: 0;
  padding: 20px;
  position: static;
}

.paragraph.seguros {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph.question {
  z-index: 2;
  color: var(--dark-grey);
  text-align: left;
  background-color: #0000;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.4rem;
  text-decoration: none;
  position: relative;
}

.paragraph.question:hover {
  text-align: left;
}

.paragraph.white {
  color: var(--old-lace);
  text-align: left;
}

.paragraph.almost-white {
  color: var(--silver);
  text-align: left;
}

.paragraph.dark-grey {
  color: var(--dark-grey);
}

.paragraph.search {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.3rem;
}

.paragraph.shadow {
  text-shadow: 0 1px 3px #000000b5;
}

.paragraph.info-data {
  z-index: 2;
  color: var(--dark-grey);
  text-align: left;
  background-color: #0000;
  flex: 0 auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.paragraph.info-data:hover {
  text-align: left;
}

.paragraph.info-data.center {
  text-align: center;
  width: 50%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph.info-data.center.margin {
  margin-top: 40px;
}

.paragraph.info-data.center._80 {
  width: 80%;
  margin-bottom: 60px;
}

.paragraph.info-data.center._20 {
  text-transform: none;
  width: 75%;
  margin-bottom: 0;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.paragraph.info-data.underline {
  border-bottom: 1px solid #2b2b2b33;
}

.paragraph.info-data._60 {
  margin-bottom: 60px;
}

.paragraph.info-data.bold {
  color: #000;
  font-weight: 400;
}

.paragraph.info-data._20 {
  margin-top: 20px;
}

.paragraph.info-data._50 {
  text-align: justify;
  width: 70%;
  margin-left: 0;
}

.paragraph.info-data.direccion {
  flex: 0 auto;
}

.footer-button {
  float: right;
  border-bottom: 1px solid var(--silver);
  color: var(--silver);
  text-align: center;
  text-transform: uppercase;
  width: 230px;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 50px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: block;
}

.footer-button:hover {
  border-bottom-width: 4px;
  border-bottom-color: var(--steel-blue);
  color: #fff;
  letter-spacing: 2px;
  font-weight: 400;
}

.mkt-empresas {
  background-color: #6e6e6e;
  width: 100%;
  height: auto;
  position: static;
  bottom: auto;
}

.text-block-177 {
  text-align: center;
  font-size: .8rem;
  line-height: 2rem;
}

.link-white {
  color: var(--dark-grey);
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.tratamientos-footer {
  flex-direction: column;
  align-items: stretch;
  max-width: 230px;
  display: flex;
}

.hero {
  flex-direction: column;
  height: 100svh;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.hero-slide {
  z-index: 1;
  align-self: stretch;
  width: 50%;
  height: auto;
  margin-bottom: 0;
  position: relative;
}

.bienvenida {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.dres-balabanian {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sign {
  float: right;
  margin-top: 20px;
  font-family: Alex Brush, sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  display: inline-block;
}

.heading-h2 {
  color: #000;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-shadow: 0 0 8px #0000003d;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 2.7rem;
  transition: all .5s ease-in-out;
  display: inline-block;
}

.heading-h2:hover {
  letter-spacing: 3px;
}

.heading-h2._200 {
  letter-spacing: 3px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
}

.heading-h2._200:hover {
  letter-spacing: 4px;
}

.heading-h2.white {
  color: #fff;
  font-weight: 600;
  line-height: 3.6rem;
  position: static;
  top: 156px;
}

.heading-h2.white.static {
  position: static;
}

.heading-h2.white.static.letter-spacing {
  line-height: 2.6rem;
}

.heading-h2.white.static.letter-spacing:hover {
  letter-spacing: 0;
}

.heading-h2.white.center, .heading-h2.white.rehabilitacion {
  position: static;
}

.heading-h2.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 3.8rem;
  display: block;
}

.heading-h2.center:hover {
  letter-spacing: 5px;
}

.heading-h2.center.light {
  font-weight: 300;
}

.heading-h2.center.light._60 {
  margin-top: 60px;
}

.heading-h2.center.medium {
  text-shadow: 0 0 3px #00000073;
  font-size: 2.2rem;
}

.heading-h2.left {
  text-align: left;
  letter-spacing: 2px;
  line-height: 3.6rem;
}

.heading-h2.left:hover {
  letter-spacing: 1px;
}

.heading-h2.small {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.6rem;
}

.heading-h2.small:hover {
  text-align: left;
  letter-spacing: 2px;
}

.heading-h2.small.white {
  letter-spacing: 1px;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.heading-h2.small.white:hover {
  letter-spacing: 3px;
}

.heading-h2.small.white.static {
  position: static;
}

.heading-h2.small.post {
  text-align: left;
  letter-spacing: 0;
  text-shadow: 0 0 2px #0000003d;
  font-size: 1rem;
  line-height: 1.4rem;
}

.heading-h2.small.search {
  text-align: left;
  letter-spacing: -.5px;
  text-shadow: 0 0 2px #0000003d;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: .9rem;
  line-height: 1.3rem;
  display: inline;
  position: static;
}

.heading-h2.tarjeta {
  letter-spacing: 0;
  margin-top: 60px;
  font-size: 3rem;
  line-height: 2rem;
}

.heading-h2.tarjeta:hover {
  letter-spacing: 0;
}

.heading-h2.tarjeta.white {
  margin-top: 40px;
}

.heading-h2.tarjeta.white.landing {
  position: static;
}

.heading-h2.primera-visita-gratis {
  text-align: left;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.heading-h2.legal {
  color: var(--black);
  text-align: left;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.heading-h2.legal:hover {
  color: var(--dark-grey);
}

.heading-h2.supertitle {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 2.5rem;
  line-height: 2.9rem;
}

.heading-h2.supertitle:hover {
  letter-spacing: 2px;
}

.welcome {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 80vh;
  display: flex;
}

.welcome.select {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.motivos {
  width: 100%;
  height: 20vh;
  display: flex;
}

.motivos.single {
  justify-content: space-between;
  height: 100vh;
}

.box-motivos {
  background-color: var(--steel-blue);
  width: 25svw;
  height: 20vh;
  transition: all .35s ease-in-out;
}

.box-motivos._01 {
  background-color: var(--old-lace);
  color: var(--dark-grey);
  width: 50%;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.box-motivos._01:hover {
  background-color: var(--brown);
  color: var(--old-lace);
}

.box-motivos._01.single {
  flex-flow: column;
  justify-content: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.box-motivos._02 {
  color: #fff;
  background-color: #267196;
  width: 50%;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.box-motivos._02:hover {
  background-color: var(--brown);
}

.box-motivos._02.single {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.box-motivos._03 {
  background-color: var(--brown);
  color: var(--old-lace);
  width: 50%;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.box-motivos._03:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
}

.box-motivos._03.single {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.box-motivos._04 {
  background-color: var(--dark-slate-grey);
  color: #fff;
  width: 50%;
  font-weight: 300;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.box-motivos._04:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
}

.box-motivos._04.single {
  flex-flow: column;
  justify-content: center;
  height: auto;
  padding-top: 100px;
  display: flex;
}

.title-motivos {
  text-align: right;
  letter-spacing: 0;
  text-transform: uppercase;
  width: 80%;
  margin-top: 41px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  transition: letter-spacing .35s ease-in-out;
}

.title-motivos:hover {
  letter-spacing: 2px;
}

.title-motivos.black {
  z-index: 2;
  text-align: right;
  letter-spacing: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s ease-in-out;
  position: relative;
}

.title-motivos.black:hover {
  letter-spacing: 1px;
}

.number {
  opacity: .35;
  font-family: Roboto, sans-serif;
  font-size: 180px;
  font-weight: 900;
  position: absolute;
  inset: auto auto 42% 3%;
}

.number.black {
  font-size: 10rem;
  font-style: italic;
}

.number.white {
  font-family: Roboto, sans-serif;
  font-size: 10rem;
  font-style: italic;
  font-weight: 900;
}

.clinicas {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  height: 50vh;
  display: flex;
}

.heading-h1 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: uppercase;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 3.5rem;
  transition: letter-spacing 1s ease-in-out;
  position: static;
  inset: auto 0% 0%;
}

.heading-h1:hover {
  letter-spacing: 2px;
}

.heading-h1.legal {
  color: var(--dark-grey);
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-size: 2.4rem;
  line-height: 3.2rem;
  transition-property: all;
  position: static;
}

.heading-h1.legal:hover {
  color: var(--dark-grey);
}

.heading-h1.molestias {
  text-align: left;
  font-weight: 300;
  line-height: 3.6rem;
  position: static;
}

.heading-h1.left {
  text-align: left;
  letter-spacing: 2px;
  align-self: flex-start;
  margin-left: 0;
  line-height: 4rem;
}

.heading-h1.left:hover {
  letter-spacing: 1px;
}

.heading-h1.left.white {
  font-size: 2.6rem;
}

.heading-h1.white {
  color: #fff;
  line-height: 4rem;
}

.heading-h1.white.cita-online.small {
  font-size: 2rem;
}

.heading-h1.white.cita-online.small:hover {
  letter-spacing: 1px;
}

.heading-h1.blog-title-section {
  text-align: center;
  max-width: none;
  margin: 10px 0 20px;
  font-size: 2rem;
  line-height: 2.5rem;
  display: inline-block;
  position: static;
}

.heading-h1.cita-online {
  position: static;
}

.heading-h1.center {
  text-align: center;
  position: static;
}

.heading-h1.blog-post-title {
  text-align: center;
  letter-spacing: -1px;
  background-color: #0000;
  max-width: none;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 2.7rem;
  font-weight: 600;
  line-height: 3rem;
  transition: all .25s ease-in-out;
  position: static;
  bottom: 6%;
}

.heading-h1.blog-post-title:hover {
  letter-spacing: 0;
}

.heading-h1.cita {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 5px #0006;
  position: absolute;
  bottom: 140px;
}

.heading-h1._404 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.heading-h1.big {
  font-size: 4rem;
  line-height: 4.6rem;
}

.button {
  float: right;
  color: var(--black);
  text-transform: uppercase;
  background-color: #0000;
  border-bottom: 4px solid #000;
  height: 45px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s ease-in-out;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
  border-bottom-width: 4px;
  border-bottom-color: #000;
  padding-top: 12px;
  box-shadow: 0 0 #000;
}

.button.white {
  color: #fff;
}

.button.white:hover {
  background-color: var(--brown);
}

.button.white.right {
  float: right;
  margin-top: 20px;
}

.button.white.right:hover {
  box-shadow: 0 0 8px #00000052;
}

.button.contacto {
  float: right;
  color: #fff;
}

.button.post {
  float: right;
  border-bottom: 5px solid var(--dark-grey);
  text-align: center;
  align-self: flex-end;
  width: 120px;
  margin-top: auto;
  padding-top: 16px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 16px;
}

.button.post:hover {
  background-color: var(--black);
  border-bottom-width: 5px;
}

.button.cita {
  margin-top: 60px;
}

.button.cms {
  border-style: none none solid;
  border-width: 0 0 4px;
  border-bottom-color: var(--black);
  box-shadow: none;
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.button.cms:hover {
  background-color: var(--black);
  color: var(--white);
  box-shadow: 0 0 8px #000000b8;
}

.button.footer {
  color: var(--old-lace);
  text-transform: none;
  align-self: flex-end;
  padding-top: 9px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  font-weight: 300;
}

.button.footer:hover {
  background-color: var(--brown);
}

.button.small {
  align-self: flex-end;
  height: auto;
  margin-bottom: 10px;
  padding: 5px 20px 0;
}

.button.small:active {
  background-color: var(--white);
  color: var(--black);
}

.button.category {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
  padding-top: 12px;
}

.button.category.w--current {
  color: var(--white);
  background-color: #000;
}

.button.auto {
  margin-top: auto;
}

.button.auto:hover {
  padding-top: 12px;
}

.button.auto.left {
  margin-left: auto;
}

.presentacion-clinica {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.frame {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  display: flex;
}

.frame:hover {
  background-color: #ffffffbf;
  border-width: 0;
}

.frame.transparent {
  text-align: justify;
  align-self: stretch;
  line-height: 1.4rem;
  transition-property: none;
  position: relative;
}

.frame.transparent:hover {
  background-color: #0000;
  border-width: 1px;
}

.frame.transparent.full {
  border-color: var(--old-lace);
  color: var(--black);
  width: 100%;
  height: 100%;
}

.frame.transparent.white {
  border-color: var(--silver);
}

.frame.black {
  border-color: var(--silver);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px #0003;
}

.frame.black:hover {
  border-width: 1px;
  border-color: var(--old-lace);
}

.frame.text {
  flex-direction: column;
  padding-top: 60px;
}

.frame.text.black {
  border-top-color: var(--black);
  flex: 1;
  align-self: stretch;
  width: auto;
  height: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  transition-property: none;
}

.frame.text.black:hover {
  border-color: var(--black);
}

.frame.home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--black);
  flex-direction: column;
  width: auto;
  height: auto;
  padding: 20px;
  transition-property: none;
}

.ciudad {
  color: var(--white);
  letter-spacing: 20px;
  text-shadow: 0 0 6px #000;
  white-space: nowrap;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  transition: all .5s ease-in-out;
}

.ciudad:hover {
  letter-spacing: 0;
}

.ciudad.small {
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 2rem;
}

.ciudad.small:hover {
  letter-spacing: 1px;
}

.ciudad.title-card {
  z-index: 2;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--white);
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  text-shadow: none;
  align-self: center;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2rem;
  line-height: 4rem;
  position: absolute;
}

.ciudad.title-card:hover {
  letter-spacing: 1px;
}

.superbox {
  width: 50%;
  height: 50vh;
  padding: 20px;
  display: flex;
}

.superbox.ibiza {
  background-image: url('../images/fachada-new_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.superbox.tenerife {
  color: #0000;
  background-image: url('../images/fachada-tenerife_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-self: stretch;
  height: auto;
  margin-left: 0;
  text-decoration: none;
  position: static;
}

.superbox.tenerife:hover {
  color: #000;
}

.superbox.tenerife.contacto {
  color: #fff;
  width: 100%;
  height: 50svh;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.superbox.ibiza {
  color: #0000;
  background-image: url('../images/fachada-banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  text-decoration: none;
  position: static;
}

.superbox.ibiza:hover {
  color: #000;
}

.superbox.ibiza.contacto {
  color: #fff;
  background-image: url('../images/13-fachada-clinica_1.avif');
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.superbox.ibiza.contacto:hover {
  color: #fff;
}

.superbox.laboratorio-dental {
  background-image: url('../images/protesis-look-dental_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  margin-top: 0;
  margin-bottom: 0;
}

.superbox.laboratorio-propio {
  background-color: var(--dark-grey);
  text-align: justify;
  height: 480px;
}

.superbox.laboratorio-propio:hover {
  line-height: 1.4rem;
}

.superbox.primera-visita {
  background-color: var(--dark-slate-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
}

.superbox.higienista {
  background-image: url('../images/paciente-primera-visita_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.superbox.urgencias {
  background-image: url('../images/061_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.superbox.urgencias-dentales {
  background-color: var(--silver);
}

.superbox.coronas-dentales {
  background-image: url('../images/carillas_dentales_1.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
}

.superbox.atrevete-a-sonreir {
  background-image: url('../images/sonrisa-oculta.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 480px;
  padding: 20px;
}

.superbox.estetica {
  background-color: var(--brown);
  height: 480px;
}

.superbox.periodoncia {
  background-image: url('../images/hermanas.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 480px;
  margin-bottom: 40px;
}

.superbox.full {
  width: 100%;
}

.superbox.full.laboratorio {
  background-image: url('../images/img_4263.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.superbox.full.blue {
  background-color: var(--dark-slate-grey);
}

.superbox.dr-carlos-balabanian {
  background-image: url('../images/01-dr-carlos-balabanian_1.avif');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.superbox.clnica {
  background-image: url('../images/slide-tenerife-02-recepcion_1.avif');
  background-position: 50% 0;
  background-size: cover;
  width: 50%;
}

.superbox.caso-real {
  background-image: url('../images/caso-despues_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.superbox.clinica-dental-tenerife {
  width: 100%;
}

.superbox.laboratorio-home {
  color: var(--black);
  text-align: justify;
  height: 480px;
}

.superbox.laboratorio-home:hover {
  line-height: 1.4rem;
}

.superbox.higienista-tenerife {
  background-image: url('../images/maria-rodriguez_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
}

.superbox.la-eliana {
  color: #0000;
  background-image: url('../images/01-slide-home-fachada-eliana_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 0;
  text-decoration: none;
  position: static;
}

.superbox.la-eliana:hover {
  color: #000;
}

.superbox.la-eliana.contacto {
  color: #fff;
  width: 100%;
  font-family: Josefin Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.superbox.la-eliana.contacto:hover {
  color: #fff;
}

.superbox.vflex {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: stretch;
  height: auto;
  display: flex;
}

.sucursal {
  width: 100%;
  height: 50vh;
  display: flex;
}

.tratamientos {
  background-image: url('../images/dr.Balabanian-Cirugia_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.subtitulo {
  color: var(--dark-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.subtitulo.white {
  color: #fff;
  text-align: center;
  max-width: 1280px;
  font-weight: 400;
}

.subtitulo.left {
  text-align: left;
  align-self: center;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: auto;
  padding-left: 0;
}

.subtitulo.left.line {
  border-bottom: 1px solid #2b2b2b26;
  margin-bottom: 40px;
  padding-bottom: 20px;
}

.subtitulo.blogpost {
  color: var(--steel-blue-2);
  text-align: right;
  align-self: stretch;
  margin-right: 0;
  padding-top: 5px;
  font-size: .8rem;
  font-weight: 900;
  display: block;
}

.tratamientos-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: stretch;
  width: 65%;
  margin: 60px auto 40px;
  display: flex;
}

.circle-thumb {
  aspect-ratio: 1;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 2px solid #000;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-bottom: 60px;
  transition: all .5s ease-in-out;
  box-shadow: 0 0 8px #0000004d;
}

.circle-thumb:hover {
  transform: scale(1.05);
  box-shadow: 0 0 24px #0000005c;
}

.circle-thumb.conservadora {
  background-color: #0000;
  background-image: url('../images/hombre-mayor_carillas_2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.circle-thumb.conservadora.home {
  margin-bottom: 0;
}

.circle-thumb.implantologia {
  background-color: #fff;
  background-image: url('../images/protesis.avif');
  background-size: auto;
}

.circle-thumb.implantologia.home {
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.circle-thumb.estetica {
  background-image: url('../images/shylah_f4.avif');
  background-position: 50%;
  background-size: cover;
}

.circle-thumb.estetica.home {
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.circle-thumb.periodoncia {
  background-image: url('../images/limpieza-periodontitis.avif');
  background-size: cover;
  margin-bottom: 60px;
}

.circle-thumb.periodoncia.home {
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.circle-thumb.endodoncia {
  background-color: #fff;
  background-image: url('../images/endodoncia.avif');
  background-position: 50%;
  background-size: contain;
}

.circle-thumb.endodoncia.home {
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.circle-thumb.ortodoncia {
  background-color: #fff;
  background-image: url('../images/alineadent.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 0;
}

.circle-thumb.ortodoncia.home {
  background-position: 50%;
  margin-bottom: 0;
  padding-top: 0;
}

.circle-thumb.placa-bacteriana {
  background-image: url('../images/encias.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.sensibilidad {
  background-color: #fff;
  background-image: url('../images/mujer-dolor.avif');
  background-position: 33% 60%;
  background-size: 120px;
}

.circle-thumb.ausencia-de-dientes {
  background-image: url('../images/ausencia-diente.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.implante-dental {
  background-image: url('../images/implante-straumann.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.circle-thumb.coronas-dentales {
  background-image: url('../images/corona-dental.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.blanqueamiento {
  background-image: url('../images/blanqueamiento.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.look-dental {
  background-image: url('../images/isotipo-icon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.gutapercha-01 {
  background-image: url('../images/gutapercha-01.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.gutapercha-02 {
  background-image: url('../images/gutapercha-02.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.presupuesto {
  background-image: url('../images/presupuesto.avif');
  padding-top: 0;
  padding-bottom: 0;
}

.circle-thumb.seguros {
  background-image: url('../images/seguros.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-thumb.financiacion {
  background-image: url('../images/financiacin.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-tratamiento {
  border: 1px solid var(--silver);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--dark-grey);
  background-color: #ffffff1a;
  flex-flow: column;
  place-content: space-around;
  align-items: center;
  max-width: 380px;
  padding: 40px 20px;
  text-decoration: none;
  transition: all .5s ease-in-out;
  display: flex;
  box-shadow: 0 2px 20px #0003;
}

.box-tratamiento:hover {
  background-color: var(--old-lace);
  color: #fff;
  transform: scale(1.02);
  box-shadow: 0 0 16px #00000052;
}

.box-tratamiento.ortodoncia {
  color: #000;
  text-align: center;
  background-image: none;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.box-tratamiento.ortodoncia:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
  text-align: center;
}

.box-tratamiento.implantologia {
  color: #000;
  text-align: center;
}

.box-tratamiento.implantologia:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
  text-align: center;
}

.box-tratamiento.estetica {
  color: #000;
  text-align: center;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.box-tratamiento.estetica:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
  text-align: center;
}

.box-tratamiento.endodoncia {
  text-align: center;
  background-color: #ffffffbf;
  justify-content: space-around;
  align-items: center;
  max-width: 380px;
  display: flex;
}

.box-tratamiento.endodoncia:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
  text-align: center;
}

.box-tratamiento.conservadora {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.box-tratamiento.conservadora:hover {
  background-color: var(--old-lace);
  color: var(--dark-grey);
}

.box-tratamiento.periodoncia {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.heading-h3 {
  color: #000;
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 40px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.9rem;
  transition: all .5s ease-in-out;
}

.heading-h3:hover {
  letter-spacing: 1px;
}

.heading-h3.white {
  color: #fff;
  letter-spacing: 0;
  font-weight: 600;
  transition: letter-spacing .5s ease-in-out;
}

.heading-h3.white.short:hover {
  letter-spacing: 2px;
}

.heading-h3.white.short.pacientes:hover {
  letter-spacing: 1px;
}

.heading-h3.white.pacientes {
  text-align: left;
}

.heading-h3.white.pacientes:hover {
  letter-spacing: .5px;
}

.heading-h3.white.small {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2rem;
}

.heading-h3.white.small:hover {
  letter-spacing: 0;
}

.heading-h3.left {
  text-align: left;
}

.heading-h3.center {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.heading-h3.blogcard {
  text-align: left;
  letter-spacing: 0;
  margin-top: 20px;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.heading-h3.small {
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.4rem;
}

.heading-h3.card {
  margin-top: 0;
}

._3-dots {
  text-align: center;
  letter-spacing: 10px;
  padding-left: 8px;
  font-size: 1.2rem;
  font-weight: 900;
}

.heading-h4 {
  color: var(--dark-grey);
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
}

.heading-h4.white {
  color: #fff;
}

.heading-h4.white.small {
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.2rem;
}

.recent-blog {
  flex-direction: column;
  align-items: center;
  padding: 140px 20px 60px;
  display: flex;
}

.testimonios {
  background-color: var(--dark-grey);
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: repeat-y;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.tabs-content {
  box-shadow: 0 0 32px #0000005c;
}

.tabs {
  width: 50%;
  max-width: 1280px;
  margin-top: 40px;
}

.tab-link-tab-1 {
  background-image: url('../images/testimonio-mar-nando-rollover.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100px;
}

.tab-link-tab-1:hover {
  background-image: url('../images/testimonio-mar-nando.avif');
  background-size: cover;
}

.tab-link-tab-1.w--current {
  height: 100px;
}

.tab-link-tab-2 {
  background-image: url('../images/testimonio-amy-rollover.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100px;
}

.tab-link-tab-2.w--current {
  background-image: url('../images/testimonio-amy-rollover.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-link-tab-2.w--current:hover {
  background-image: url('../images/testimonio-amy.avif');
  background-size: cover;
}

.tab-pane-tab-1 {
  width: auto;
}

.tabs-menu {
  flex-direction: column;
  display: flex;
  position: absolute;
  inset: 0% auto auto -180px;
}

.container-testimonio {
  background-color: var(--dark-grey);
  padding: 20px 40px 20px 20px;
}

.zahnlab {
  justify-content: center;
  align-items: stretch;
  height: 480px;
  display: flex;
}

.container-interior {
  width: 65%;
  max-width: 640px;
  margin: auto;
}

.container-interior._75 {
  width: 75%;
}

.equipo-de-trabajo {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
}

.grid-tenerife {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: center;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-self: center;
  margin-top: 60px;
  margin-bottom: 20px;
  display: flex;
}

.miembro-equipo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: 125px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 320px;
  margin: 0;
  padding: 10px;
  transition: all .5s ease-in-out;
  display: inline-block;
  position: relative;
  box-shadow: 0 0 3px #00000052;
}

.miembro-equipo:hover {
  box-shadow: 0 0 16px #00000052;
}

.miembro-equipo.dr-hugo-barrantes {
  background-image: url('../images/box-hugo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.dra-maria-insunza {
  background-image: url('../images/box-insunza.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.maria-arevalo {
  background-image: url('../images/box-adriana.avif');
  background-position: 0 0;
  background-size: cover;
}

.miembro-equipo.virginia-guillen {
  background-image: url('../images/box-virginia.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.dr-esteban-balabanian {
  background-image: url('../images/box-esteban.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.dr-manuel-gonzalez {
  background-image: url('../images/box-tenerife-sheila-2.avif');
  background-size: cover;
}

.miembro-equipo.sheila-jacinto {
  background-image: url('../images/box-tenerife-luis-garca-mar_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.maria-rodriguez {
  background-image: url('../images/box-tenerife-maria-rodriguez.avif');
  background-size: cover;
  flex-wrap: wrap;
}

.miembro-equipo.dr-carlos-balabanian {
  background-image: url('../images/box-javier.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 3px #00000052;
}

.miembro-equipo.sheila {
  background-image: url('../images/box-insunza.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.maria-rodriguez {
  background-image: url('../images/box-virginia.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.carlos-balabanian {
  background-image: url('../images/box-tenerife-dr-balabanian.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.maria-rodriguez-fuentes {
  background-image: url('../images/box-tenerife-maria-rodriguez-2.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.miembro-equipo.manuel-gonzalez {
  background-image: url('../images/box-hugo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.foto-frame {
  border: 1px solid #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.miembro {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  inset: auto 0% 10%;
}

.casos-de-exito {
  background-color: var(--brown);
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

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

.paciente-wrapper {
  align-self: flex-start;
  width: 25%;
  max-width: 364px;
}

.foto-paciente {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 205px;
}

.foto-paciente._01 {
  background-image: url('../images/casos-07.avif');
}

.foto-paciente._04 {
  background-image: url('../images/casos-01.avif');
}

.foto-paciente._05 {
  background-image: url('../images/casos-04.avif');
}

.foto-paciente._06 {
  background-image: url('../images/casos-06.avif');
}

.slide-nav {
  font-size: .6rem;
  top: auto;
  left: 0%;
  right: 0%;
}

.slider-pacientes {
  background-color: #0000;
  width: 100%;
  height: 720px;
  margin-top: 60px;
}

.flex-conainer {
  background-color: var(--dark-grey);
  justify-content: space-around;
  align-items: flex-start;
  height: 720px;
  padding: 40px;
  display: flex;
}

.slide-9 {
  background-image: url('../images/casos-03.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/casos-03a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-11 {
  background-image: url('../images/casos-03b.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/casos-03c.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/casos-12a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/casos-12b.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-16 {
  background-image: url('../images/casos-02a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-17 {
  background-image: url('../images/casos-02b.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/casos-09a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/casos-09b.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/casos-11a.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/casos-11b.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-22 {
  background-image: url('../images/casos-11c.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.opiniones {
  background-image: url('../images/amigas_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 60px;
}

.html-embed {
  width: 500px;
  height: 966px;
}

.html-embed-2 {
  margin-left: auto;
  margin-right: auto;
}

.column {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.image-7 {
  float: right;
  width: 120px;
  height: 60px;
}

.div-block-12 {
  flex-direction: column;
  align-items: flex-end;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.opiniones-facebook {
  background-color: #0000;
  max-width: 502px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.tarjeta-look-dental {
  flex-direction: column;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.inline-link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
  position: static;
  inset: auto auto -6% 0%;
}

.inline-link.link-empresas {
  font-size: .75rem;
  font-weight: 500;
  position: absolute;
  bottom: -18px;
  left: 38px;
}

.inline-link.link-tarjeta {
  font-size: .75rem;
  font-weight: 500;
  position: absolute;
  inset: auto 100px -11% auto;
}

.div-block-13 {
  width: 50%;
  max-width: 1280px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14 {
  align-self: center;
  width: 50%;
  position: relative;
}

.foto.tarjeta-empresas {
  float: left;
  background-image: none;
}

.foto.tarjeta-empresas.home {
  min-height: auto;
  margin-top: 0;
}

.foto.ortodoncia {
  margin-right: 20px;
  padding-top: 0;
}

.div-block-15 {
  align-self: center;
  width: 50%;
  position: relative;
}

.image-8 {
  float: right;
}

.primera-visita-gratis {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container {
  flex-direction: column;
  align-items: stretch;
  padding-bottom: 60px;
  padding-left: 0;
  display: block;
}

.container.up {
  margin-top: 0;
}

.container.blog {
  background-image: none;
  height: auto;
  margin-top: 0;
  padding: 40px 60px;
}

.container.blogpost {
  background-color: var(--old-lace);
  border: 1px solid #93949580;
  max-width: 1000px;
  margin-top: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 40px;
  transition: all .5s ease-in-out;
  position: static;
}

.container.blogpost:hover {
  border-color: var(--silver);
  background-color: var(--white);
  box-shadow: 0 0 16px #0000005c;
}

.container.financiacion {
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.container.content-tenerife {
  margin-top: 0;
  padding-top: 60px;
}

.container.facebook {
  align-items: center;
  padding-top: 100px;
  display: flex;
}

.container.empresas {
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.container.laboratorio {
  padding-top: 0;
}

.container.busqueda {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.template {
  padding-top: 140px;
}

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

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

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 16px #0000005c;
}

.half-motivos, .div-block-17 {
  width: 50%;
  display: flex;
}

.slider-tratatmientos, .right-arrow.hide, .left-arrow.hide, .slider-equipo, .slider-pacientes-movil, .mobile-navigation, .mobile-menu-button {
  display: none;
}

.dolor-dientes {
  margin-top: 100px;
  padding-top: 60px;
  position: relative;
}

.background {
  z-index: -1;
  opacity: .65;
  background-image: url('../images/background-recepcion_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: absolute;
  inset: 0%;
}

.text-span {
  font-weight: 600;
}

.mini-line {
  border-bottom: 4px solid #000;
  width: 40px;
  margin-bottom: 30px;
}

.mini-line._60 {
  width: 60px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.mini-line.white {
  border-bottom-color: #fff;
}

.mini-line.blue {
  border-style: solid;
  border-width: 1px 1px 4px;
  border-color: var(--steel-blue);
}

.hero-text {
  position: relative;
  top: 149px;
}

.hero-text.over {
  margin-top: 60px;
  position: static;
}

.hero-text.relative {
  position: relative;
  top: 116px;
}

.hero-text.tratamientos {
  background-image: none;
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: flex-start;
  margin-left: 60px;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: auto auto 8% 0%;
}

.hero-text.empresas {
  top: auto;
}

.hero-text.molestias, .hero-text.financiacion {
  position: static;
}

._2-columns {
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.column-2 {
  padding-left: 0;
  padding-right: 0;
}

.section-grey {
  background-color: var(--brown);
  padding-top: 60px;
  padding-bottom: 60px;
}

.article._20 {
  margin-left: 20px;
}

.section-urgencias {
  display: flex;
}

.container-text {
  width: 75%;
  max-width: 640px;
  margin: auto;
}

.link {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  transition: color .35s ease-in-out;
}

.link:hover {
  color: var(--steel-blue);
}

.link.right {
  float: right;
}

.link.contacto {
  color: var(--black);
  font-weight: 300;
}

.link.black {
  color: var(--black);
}

.link.white {
  color: var(--white);
}

.link.white:hover {
  color: var(--black);
}

.link.search {
  text-align: left;
  align-self: flex-start;
  margin-top: 0;
  display: block;
}

.content-container {
  position: static;
}

.seguros-dentales {
  background-color: #f3f3f3;
  padding-top: 60px;
}

.seguros-dentales.footer {
  background-color: #0000;
  padding-top: 0;
}

.implantes-dentales {
  padding-top: 100px;
}

.image-10 {
  position: absolute;
  inset: -30% -5% auto auto;
}

.youtube {
  margin-bottom: 60px;
  box-shadow: 0 0 40px -10px #000;
}

.youtube.implantes-dentales {
  margin-top: 60px;
  margin-bottom: 60px;
}

.youtube.implante {
  margin-top: 20px;
  margin-bottom: 20px;
}

.youtube.ortodoncia-autoligable {
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}

.estetica-dental {
  margin-top: 100px;
}

.estetica-dental.blanqueamiento-dental {
  margin-top: 0;
}

.hero-section {
  background-color: var(--brown);
  height: 480px;
  margin-top: 100px;
  position: relative;
}

.hero-section.estetica {
  background-color: #0000;
}

.slide-32 {
  background-image: url('../images/estetica-dental-01_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-33 {
  background-image: url('../images/estetica-dental-02_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-34 {
  background-image: url('../images/estetica-dental-03_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-35 {
  background-image: url('../images/estetica-dental-04_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-hero-page {
  z-index: -1;
  height: 480px;
  position: absolute;
  inset: 0 0% auto;
}

.arrows {
  transition: color .5s ease-in-out;
  display: block;
}

.arrows:hover {
  color: var(--dark-grey);
}

.primera-visita {
  padding-top: 100px;
}

.text-span-2 {
  font-weight: 600;
}

.inline-foto {
  border: 1px solid #b9b9b9;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
  transition: all .35s ease-in-out;
  box-shadow: 5px 0 40px #001e694d;
}

.inline-foto:hover {
  transform: scale(1.025);
  box-shadow: 5px 0 40px -20px #001e694d, 0 2px 20px #004cd88c;
}

.slider-hero-full {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.slide-36 {
  background-image: url('../images/bigstock-group-of-friends-enjoying-meal-58863770_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-37 {
  background-image: url('../images/dentistry-san-antonio_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-38 {
  background-image: url('../images/o-women-laughing-facebook_1.avif');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-span-3 {
  font-weight: 300;
}

.hero-tratamientos {
  height: 100vh;
  position: static;
}

.periodoncia {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.container-tratamiento {
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.conservadora {
  background-color: var(--old-lace);
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.text-span-4, .text-span-5 {
  font-weight: 300;
}

.ortodoncia {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding-top: 140px;
  display: block;
}

.implantes, .endodoncia {
  background-color: var(--old-lace);
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.estetica {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.tratamiento-periodoncia {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.columns-2 {
  margin-top: 60px;
}

.odontologia-conservadora {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.article-box {
  border: 1px solid #fff;
  padding: 20px;
}

.banner {
  filter: saturate(50%);
  height: 160px;
  transition: all .5s ease-in-out;
}

.banner:hover {
  filter: saturate(90%);
}

.banner.obturaciones {
  filter: saturate(45%);
  background-image: url('../images/banner-obturaciones.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.banner.obturaciones:hover {
  filter: saturate();
}

.banner.reconstrucciones {
  background-image: url('../images/banner-reco-amalgama.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all .5s ease-in-out;
}

.banner.reconstrucciones:hover {
  background-image: url('../images/banner-reco-composite.avif');
}

.banner.coronas-dentales {
  background-image: url('../images/banner-coronas-zirconio.avif');
}

.banner.sonrisa {
  background-image: url('../images/sonrisa-damon.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

.banner.all-on-4 {
  background-image: url('../images/protesis-allon4.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 258px;
}

.banner.protesis-anterior {
  background-image: url('../images/protesisanterior.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.ortodoncia-damon {
  background-image: url('../images/banner-damon.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 40px;
  margin-bottom: 0;
}

.banner.sellado {
  background-image: url('../images/sellado-dental.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.banner.incrustaciones {
  filter: saturate(45%);
  background-image: url('../images/incrustaciones-inlay-onlay.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.banner.incrustaciones:hover {
  filter: saturate();
}

.banner.lesiones {
  filter: saturate(45%);
  background-image: url('../images/lesiones-no-cariosas.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s ease-in-out;
}

.banner.lesiones:hover {
  filter: saturate();
}

.banner.philips-zoom {
  background-image: url('../images/blanqueador-dental-philips-zoom.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 258px;
}

.banner.blanqueamiento-dental {
  filter: none;
  background-image: url('../images/blanqueamiento-dental.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 258px;
}

.banner.aditamentos {
  background-image: url('../images/aditamentos-protsicos.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner.injerto-oseo {
  background-image: url('../images/injerto-seo.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.seccion-estetica-dental {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 0 0;
  background-size: cover;
  padding-top: 140px;
}

.zirkonzahn {
  float: right;
  margin-top: 40px;
}

.damon-smile {
  margin-bottom: 20px;
  display: block;
}

.columns-3 {
  margin-top: 60px;
}

.columns-4, .columns-5 {
  margin-top: 40px;
}

.seccion-implantes-dentales {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.columns-6 {
  margin-top: 60px;
}

.text-span-6 {
  font-weight: 300;
}

.article-2 {
  margin-right: 40px;
}

.div-block-20 {
  flex-direction: row;
  display: flex;
}

.image-12 {
  margin-left: 20px;
}

.straumann {
  margin-bottom: 40px;
}

.div-block-21 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-22 {
  height: 100px;
}

.ponerse-invisalign, .colocar-invisalign {
  width: 120px;
}

.column-6 {
  width: 50%;
  padding-left: 0;
  padding-right: 0;
  transform: translate(5px);
}

.sonreir-con-invisalign {
  height: 120px;
}

.image-15 {
  float: right;
}

.youtube-2 {
  width: auto;
  margin-bottom: 40px;
  margin-left: 20px;
  box-shadow: 0 0 40px -10px #000;
}

.seccion-endodoncia {
  background-image: url('../images/backgroung-logo_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
}

.column-7 {
  flex-direction: column;
  display: flex;
}

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

.div-block-24 {
  justify-content: space-around;
  margin-top: 40px;
  display: flex;
}

.column-8 {
  padding-top: 81px;
}

.ortodoncia-grey {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.somos-look-dental {
  background-color: #212121;
  padding-top: 140px;
}

.div-block-25 {
  background-image: url('../images/equipo2_1.avif');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
}

.text-span-7 {
  font-weight: 300;
}

.text-span-8 {
  font-size: 2.6rem;
  font-weight: 300;
}

.lightbox {
  height: auto;
}

.galeria-de-fotos-ibiza {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 100px;
}

.listado-de-mutuas-y-aseguradoras {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  place-content: stretch;
}

.aseguradora {
  filter: grayscale();
  transition: all .5s ease-in-out;
}

.aseguradora:hover {
  filter: grayscale(0%);
}

.text-span-9 {
  color: var(--silver);
  font-weight: 300;
}

.image-16 {
  position: relative;
  top: -203px;
}

.foto---articulo {
  justify-content: center;
  display: flex;
}

.div-block-28 {
  background-color: #000;
  width: 50%;
  position: relative;
}

.div-block-29 {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

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

.tarjeta-empresas {
  background-image: url('../images/chica-oficina_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
}

.precios-empresas {
  background-color: #ffffffd9;
  width: 25%;
  min-width: 680px;
  max-width: 900px;
  padding: 20px 40px;
  position: static;
  box-shadow: 0 0 16px #0000005c;
}

.container-empresas {
  padding-bottom: 40px;
}

.precio-para-empresas {
  color: #fff;
  background-color: #000;
  justify-content: space-between;
  padding: 5px 10px;
  display: flex;
}

.tratamiento-empresas {
  font-family: Josefin Sans, sans-serif;
  line-height: 1.2rem;
}

.precio-empresas {
  font-family: Josefin Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.tratamientos-empresas {
  margin-bottom: 0;
  padding: 20px 10px 0 20px;
  list-style-type: square;
}

.financiacion-empresas {
  text-align: right;
  margin-top: 10px;
  font-weight: 700;
}

.column-9 {
  padding-left: 0;
  padding-right: 10px;
}

.div-block-30 {
  flex-direction: column;
  align-items: center;
  width: 380px;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: sticky;
  bottom: 0;
  right: auto;
}

.column-12 {
  padding-left: 20px;
}

.div-block-31 {
  margin-right: 10px;
}

.div-block-32 {
  margin-left: 10px;
}

.div-block-33 {
  align-items: flex-end;
  margin-left: 5%;
  display: flex;
}

.seccion-tarjeta-look-dental {
  background-image: url('../images/background-tarjeta_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
  padding-bottom: 60px;
}

.div-block-34 {
  width: 50%;
  min-width: 960px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.text-span-10 {
  text-shadow: 0 0 4px #000;
  font-size: 1.19rem;
  font-weight: 300;
}

.div-block-35 {
  flex-direction: column;
  align-items: center;
  width: 480px;
  display: flex;
}

.image-18 {
  margin-left: -5px;
}

.text-block-180 {
  color: #fff;
  text-align: center;
  background-color: #2b2b2bcc;
  margin-left: 70px;
  margin-right: 100px;
  padding: 5px 10px;
  font-weight: 300;
}

.div-block-36 {
  background-color: #ffffff80;
  padding: 20px 60px 20px 20px;
}

.list {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.list.legal {
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
}

.list-item {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}

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

.div-block-37 {
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: 100px;
  display: flex;
}

.image-19 {
  margin-right: 51px;
}

.div-block-38 {
  justify-content: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 70px;
  display: flex;
}

.image-20 {
  margin-left: 51px;
}

.div-block-39 {
  flex-direction: column;
  align-items: center;
  width: 65%;
  display: flex;
}

.presupuesto {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mutuas-y-aseguradoras {
  margin-top: 0;
  padding-top: 60px;
}

.financiacion {
  margin-top: 0;
  padding-top: 100px;
}

.seccion-contacto {
  margin-top: 100px;
}

.link-4 {
  color: var(--dark-grey);
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-4:hover {
  font-weight: 500;
}

.link-7 {
  color: var(--dark-grey);
  text-decoration: none;
}

.link-7:hover {
  font-weight: 500;
}

.horarios-tenerife, .horarios-ibiza {
  font-style: normal;
}

.dia {
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.hora {
  color: var(--dark-grey);
  font-style: normal;
  font-weight: 300;
}

.datos-de-contacto {
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 60px;
  transition: all .5s ease-in-out;
}

.datos-de-contacto.footer {
  align-items: stretch;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.datos-de-contacto.footer:hover {
  background-color: #0000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.rrss-bold-container {
  background-color: var(--old-lace);
  justify-content: center;
  align-items: center;
  height: 80px;
  margin-bottom: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.rrss-bold-container:hover {
  background-color: var(--old-lace);
}

.rrss-bold-link {
  opacity: .5;
  width: 25px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-size: .9rem;
  transition: opacity .5s ease-in-out;
}

.rrss-bold-link:hover {
  opacity: 1;
}

.formulariocontacto {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.seccion-formulario {
  background-image: url('../images/instrumentos_dentales_1.avif');
  background-position: 50%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 60px;
}

.fieldcontacto {
  border: 1px solid var(--silver);
  background-color: var(--white);
  border-radius: 0;
  transition: all .35s ease-in-out;
}

.fieldcontacto:hover {
  color: #fff;
  background-color: #2b2b2be6;
}

.fieldcontacto:focus {
  border-color: var(--steel-blue-2);
  color: #fff;
}

.fieldcontacto::placeholder {
  color: var(--silver);
}

.fieldcontacto.email {
  width: 55%;
}

.fieldcontacto.telefono {
  width: 44%;
}

.fieldcontacto.area {
  min-height: 160px;
}

.div-block-41 {
  justify-content: space-between;
  display: flex;
}

.navegacion {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

.clinica {
  color: var(--silver);
  letter-spacing: -.8px;
  text-transform: uppercase;
  flex: 1;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.7rem;
  position: relative;
  top: -4px;
}

.fixed-rrss-ibiza {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 40px;
  height: 160px;
  display: flex;
  position: fixed;
  inset: 200px 0% auto auto;
}

.box-link {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  box-shadow: 0 0 30px -5px #000;
}

.box-link.facebook {
  background-color: var(--steel-blue-2);
}

.box-link.facebook:hover {
  background-color: var(--old-lace);
}

.box-link.instagram {
  background-color: var(--dark-grey);
}

.box-link.instagram:hover {
  background-color: var(--silver);
}

.box-link.linkedin {
  background-color: var(--dark-slate-grey);
}

.box-link.linkedin:hover {
  background-color: var(--old-lace);
}

.contact-rrss {
  opacity: .5;
  transition: all .35s ease-in-out;
}

.contact-rrss:hover {
  opacity: 1;
  filter: invert();
}

.contact-rrss.facebook {
  filter: invert();
}

.contact-rrss.facebook:hover {
  filter: none;
}

.contact-rrss.instagram, .contact-rrss.linkedin {
  filter: invert();
}

.contact-rrss.linkedin:hover {
  filter: none;
}

.fixed-rrss-tenerife {
  z-index: 99;
  flex-direction: column;
  align-items: flex-start;
  width: 40px;
  height: 160px;
  display: flex;
  position: fixed;
  inset: 200px 0% auto auto;
}

.hero-tenerife {
  justify-content: center;
  display: flex;
}

.text-wrapper {
  align-self: center;
  width: 320px;
  position: absolute;
  top: 51%;
  right: 43px;
}

.galeria-de-fotos-tenerife {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 100px;
}

.blog {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: url('../images/fachada-banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: flex-end;
  min-height: 480px;
  margin-top: 100px;
  padding: 40px;
  display: flex;
  position: relative;
}

.collection-list-wrapper {
  margin-top: 40px;
  font-weight: 400;
}

.recent-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.recent-list.loop {
  flex-wrap: wrap;
}

.collection-item {
  float: none;
  text-align: center;
  align-self: stretch;
  max-width: 320px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.blogpost-wrapper {
  text-align: left;
  border: 1px solid #93949575;
  flex-direction: column;
  justify-content: space-between;
  min-width: 300px;
  min-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 20px 30px;
  transition: all .5s ease-in-out;
  display: flex;
}

.blogpost-wrapper:hover {
  border-color: var(--silver);
  background-color: #eee;
  transform: scale(1.02);
  box-shadow: 0 0 16px #0000005c;
}

.featured-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 180px;
}

.featured-image.search {
  float: left;
  object-fit: cover;
  flex: none;
  width: 80px;
  height: 80px;
  margin-top: 0;
  margin-right: 10px;
}

.hero-blog {
  background-image: url('../images/fachada-banner_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 677px;
  transition: all .35s ease-in-out;
  position: relative;
}

.hero-blog.categories {
  background-image: none;
  justify-content: center;
  height: 360px;
  display: flex;
}

.intro {
  z-index: 2;
  background-image: url('../images/background-muros.avif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
  padding: 60px 40px 40px;
  display: flex;
  box-shadow: 0 0 16px #0000005c;
}

.intro.categories {
  flex: 0 auto;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  inset: auto auto 10%;
}

.text-span-12 {
  color: #fff;
}

.text-span-13 {
  font-weight: 300;
}

.hero-blog-post {
  margin-top: 100px;
}

.hero-post {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 556px;
  position: relative;
}

.category-list {
  background-color: var(--old-lace);
  border: 1px solid #93949580;
  width: 200px;
  margin-top: 40px;
  padding: 20px 10px;
  position: sticky;
  inset: 140px auto auto -220px;
}

.oferta-tarjeta-look-dental {
  background-image: url('../images/background-muros.avif');
  background-position: 0 0;
  background-size: contain;
  width: 220px;
  padding: 20px 10px 20px 20px;
  position: static;
  inset: 0% -220px auto auto;
}

.link-8 {
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.hero-cita-ibiza {
  background-image: url('../images/sonrisa-contacto_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-top: 100px;
  position: static;
}

.div-block-45 {
  width: 45%;
  position: relative;
  top: 60px;
  left: 10%;
}

.caso-real {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-46 {
  margin-top: 40px;
  display: flex;
}

.recent-item {
  align-self: stretch;
  max-width: 320px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.recent-list-wrapper {
  width: 100%;
  margin-top: 40px;
}

.seguros-dentales-movil {
  display: none;
}

.equipo {
  flex-direction: column;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.equipo.tenerife {
  margin-left: 0;
  top: 0;
}

.grid-ibiza {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  margin: 60px auto 20px;
  display: flex;
}

.hero-cita-tenerife {
  background-image: url('../images/sonrisa-contacto-tenerife_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 680px;
  margin-top: 100px;
  position: relative;
}

.clinica-dental-tenerife {
  background-image: url('../images/fachada-tenerife_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.clinica-dental-ibiza {
  width: 100%;
  max-width: none;
}

.container-3 {
  height: 100%;
}

.list-4, .list-5 {
  margin-left: 10px;
}

.citaonlinetenerife {
  margin-left: 60px;
  margin-right: 60px;
}

.fieldform {
  width: 49%;
  margin-bottom: 0;
}

.form-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}

.email {
  width: 59%;
  margin-bottom: 0;
}

.selectfield {
  width: 48.5%;
  min-height: 110px;
  margin-bottom: 0;
}

.textarea {
  height: 200px;
  overflow: hidden;
}

.tenerife {
  text-transform: uppercase;
  flex: 1;
  margin-left: 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2px;
  position: relative;
  top: -15px;
}

.list-bullet {
  color: var(--dark-grey);
  margin-bottom: 5px;
  font-weight: 300;
  list-style-type: disc;
}

.column-20, .column-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.columns-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-48 {
  width: 100%;
  height: 120px;
  display: flex;
}

.column-26 {
  width: 50%;
}

.reserva {
  z-index: 0;
  background-color: var(--brown);
  background-image: linear-gradient(315deg, var(--brown), var(--dark-grey));
  padding-bottom: 60px;
  position: relative;
}

.horarios-clinica-ibiza {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 90px 123px repeat(auto-fit, 142px);
}

.convenio-empresas-tenerife {
  background-image: url('../images/chica-oficina_1.avif');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: static;
}

.cobertura-sanitaria {
  margin-top: 0;
  padding-top: 60px;
}

.cobertura-sanitaria._60 {
  margin-bottom: 60px;
}

.tarjeta-tenerife {
  z-index: 5;
  float: right;
  border-radius: 8px;
  width: 360px;
  margin-top: 20px;
  transition: all .5s linear;
  position: relative;
  inset: auto;
  box-shadow: 0 0 6px #0000005c;
}

.tarjeta-tenerife:hover {
  box-shadow: 0 15px 18px #00000073;
}

.div-block-49 {
  position: relative;
}

.div-block-50 {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sensibilidad-dental {
  margin-top: 0;
  padding-top: 60px;
}

.brand-mobile {
  display: none;
}

.motivo-visita {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.scroll-down {
  z-index: 5;
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
  border-radius: 25px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto 37% -25px;
}

.navegar {
  margin: auto;
  position: static;
}

.laboratorio-dental {
  background-image: url('../images/01-slide-home-laboratorio-dental_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider-hero {
  height: 100%;
}

.manos-ayudan {
  background-image: url('../images/01-slide-home-ayuda-compasion_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.recepcion {
  background-image: url('../images/01-slide-home-recepcion-eliana_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.recepcion.tenerife {
  background-image: url('../images/slide-02-box-noche_1.avif');
  margin-left: 0;
  top: auto;
}

.odontologo {
  background-image: url('../images/01-slide-home-tratamiento-dental_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.protesis-dental {
  background-image: url('../images/01-slide-home-protesis-dental_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.nuestras-instalaciones {
  background-image: url('../images/01-slide-home-gabinete-eliana_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.link-9 {
  color: var(--dark-grey);
  text-decoration: none;
}

.link-9:hover {
  font-weight: 500;
}

.button-link {
  color: var(--black);
  padding: 10px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s ease-in-out;
  display: inline-block;
}

.button-link:hover {
  color: var(--white);
}

.pagination {
  border-top: 1px solid #ccc;
  flex-flow: row;
  justify-content: space-between;
  margin-top: 40px;
  padding-top: 40px;
}

.widgets {
  background-color: var(--old-lace);
  border: 1px solid #93949580;
  width: 260px;
  margin-top: 40px;
  padding: 20px;
  position: sticky;
  inset: 140px 0% auto auto;
}

.blog-content {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.related {
  padding: 100px 60px 60px;
}

.selector-button {
  color: var(--white);
  border: 1px solid #636363;
  width: 280px;
}

.selector-button.w--open {
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
}

.icon-clinica {
  color: #ff9100;
  margin-top: 23px;
}

.instalaciones {
  padding-top: 100px;
}

.space._20 {
  height: 20px;
}

.space._20.lined {
  border-top: 1px solid #00000026;
}

.space._40 {
  width: 100%;
  height: 40px;
}

.space._60 {
  height: 60px;
}

.toc {
  background-color: #0000;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 40px;
  padding: 20px;
}

.list-letter {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-weight: 300;
  list-style-type: lower-alpha;
}

.cookies-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr .75fr .75fr 2.25fr .25fr .5fr;
  grid-auto-flow: row dense;
  margin-bottom: 40px;
}

.cookies-table._5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1.75fr .25fr .5fr .75fr;
}

.table-h1-title {
  background-color: var(--dark-slate-grey);
  color: var(--old-lace);
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-weight: 700;
}

.table-h1-title.mobile {
  display: none;
}

.table-h1-title.small {
  color: var(--dark-grey);
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  padding: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  display: block;
}

.table-h2-title {
  background-color: var(--brown);
  color: var(--old-lace);
  text-align: center;
  text-transform: uppercase;
  border-right: 1px solid #535353;
  padding: 5px;
  font-weight: 400;
}

.table-h2-title.mobile {
  display: none;
}

.table-text {
  border-bottom: 1px solid var(--old-lace);
  color: var(--dark-grey);
  padding: 5px;
  font-weight: 400;
}

.table-text.title {
  font-weight: 700;
}

.direcci-n-ibiza {
  align-self: stretch;
}

.link-footer {
  color: var(--silver);
  text-decoration: none;
  transition: all .35s ease-in-out;
}

.link-footer:hover {
  color: var(--white);
}

.legal {
  color: var(--silver);
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 300;
  transition: color .35s;
}

.legal:hover {
  color: var(--old-lace);
}

.legal-bar {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.buttoncontacto {
  float: right;
  color: var(--dark-grey);
  text-transform: uppercase;
  background-color: #0000;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Josefin Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 24px;
  transition: all .5s ease-in-out;
  box-shadow: 0 4px #000;
}

.buttoncontacto:hover {
  background-color: var(--dark-grey);
  color: #fff;
  border-bottom-width: 0;
  border-radius: 7px;
  box-shadow: 0 0 #000;
}

.checkbox {
  color: var(--white);
  margin-bottom: 40px;
}

.checkbox-label {
  color: var(--dark-grey);
  font-weight: 300;
}

.youtube-3 {
  box-shadow: 0 0 40px -10px #000;
}

.div-block-53 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 40px;
  position: static;
}

.rrss-fixed-leliana {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 65%;
  min-width: 140px;
  max-width: 480px;
  height: 40px;
  position: static;
}

.section-generic {
  padding-top: 140px;
}

.formcontacto {
  color: var(--dark-grey);
  margin-top: 40px;
  margin-left: 60px;
  margin-right: 60px;
}

.whatsapp-link {
  z-index: 1000;
  position: fixed;
  inset: auto 20px 20px auto;
}

.text-me {
  transition: transform .5s;
  position: relative;
}

.text-me:hover {
  transform: scale(1.1);
}

.wa-still {
  z-index: 99;
  position: relative;
}

.tab-link-tab-5 {
  background-image: url('../images/testimonio-tenerife-estefania_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100px;
}

.tab-link-tab-5.w--current {
  filter: saturate(15%);
  background-image: url('../images/testimonio-tenerife-estefania_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: filter .2s;
}

.tab-link-tab-5.w--current:hover, .tab-link-tab-5.w--current:focus {
  filter: saturate();
}

.tab-link-tab-4 {
  filter: saturate(15%);
  background-image: url('../images/testimonio-tenerife-veronica_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100px;
  transition: filter .2s;
}

.tab-link-tab-4:hover, .tab-link-tab-4:focus {
  filter: saturate();
}

.tab-link-tab-4.w--current {
  background-image: url('../images/testimonio-tenerife-veronica_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.tab-link-tab-3 {
  filter: saturate(15%);
  background-image: url('../images/testimonio-tenerife-concepcion_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 180px;
  height: 100px;
  transition: filter .2s;
}

.tab-link-tab-3:hover, .tab-link-tab-3:focus {
  filter: saturate();
}

.tab-link-tab-3.w--current {
  background-image: url('../images/testimonio-tenerife-concepcion_1.avif');
  height: 100px;
}

.search {
  margin-top: 100px;
  position: relative;
}

.hero-search {
  background-image: url('../images/seach-instrumental_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 320px;
  transition: all .35s ease-in-out;
  display: flex;
  position: relative;
}

.search-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.searchpost-wrapper {
  text-align: left;
  border: 1px solid #93949575;
  align-self: stretch;
  margin-bottom: 0;
  padding: 10px;
  transition: all .5s ease-in-out;
  display: block;
}

.searchpost-wrapper:hover {
  border-color: var(--silver);
  background-color: var(--old-lace);
  transform: scale(1.02);
  box-shadow: 0 0 16px #0000005c;
}

.buscar {
  color: #fff;
  align-self: center;
  align-items: center;
  margin: 0 0 0 40px;
  position: relative;
}

.search-input {
  float: left;
  background-color: #faf6ef;
  width: 220px;
  margin-bottom: 0;
  display: inline-block;
}

.search-button {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/magnifying-glass-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 12px;
  padding-right: 12px;
  line-height: .8rem;
  position: absolute;
  inset: 3px 13px auto auto;
}

.search-wrapper {
  height: 100%;
  display: flex;
}

.link-categoria {
  color: var(--dark-grey);
  letter-spacing: -.5px;
  text-transform: uppercase;
  border: 1px solid #0000;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 5px 3px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .35s;
  display: block;
}

.link-categoria:hover {
  border: 1px solid var(--dark-grey);
}

.mask-opiniones {
  height: 720px;
}

.wpforms-field-description {
  color: var(--black);
  font-weight: 700;
}

.list-6 {
  color: var(--dark-grey);
}

.container-cita-online {
  background-color: #fff;
  background-image: linear-gradient(to top, var(--silver) 18%, white 49%);
  z-index: 10;
  background-color: #fff6;
  background-image: none;
  padding-bottom: 60px;
  position: relative;
  top: -120px;
  box-shadow: 0 0 16px #0000005c;
}

.container-form {
  background-color: #ffffff73;
  padding: 40px 20px;
}

.mapa {
  width: 100%;
  height: 500px;
}

.recepcion-ibiza {
  background-image: url('../images/01-slide-home-ibiza_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.clinica-dental-la-eliana {
  width: 100%;
  max-width: none;
}

.aviso {
  z-index: 100;
  color: #fff;
  text-align: center;
  background-color: #da1313;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 300;
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
}

.aviso-text {
  z-index: 100;
  color: #fff;
  text-align: center;
  font-weight: 300;
  display: inline-block;
}

.aviso-button {
  color: var(--white);
  background-color: #da1313;
  margin-left: 60px;
  padding-top: 3px;
  padding-bottom: 3px;
  transition: color .25s;
}

.aviso-button:hover {
  color: var(--black);
}

.search-result-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  justify-content: center;
  display: flex;
}

.text-block-188 {
  text-align: left;
  font-weight: 400;
}

.search-result-wrapper {
  margin-bottom: 40px;
}

.hider {
  display: none;
}

.flex {
  flex: 1;
  justify-content: center;
  align-self: stretch;
  display: flex;
}

.advise {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  color: var(--white);
  background-color: #d80000;
  flex: none;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: visible;
}

.advise.hider {
  justify-content: center;
  display: none;
}

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

.navidad-der {
  flex: none;
  align-self: flex-end;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navidad-izq {
  flex: none;
  align-self: flex-end;
  position: absolute;
  inset: auto auto 0% 0%;
}

.clinic-selector {
  align-self: flex-start;
  width: 280px;
  margin-left: 0;
  margin-right: 0;
  font-weight: 400;
  top: 20px;
  bottom: 0;
  right: 0;
}

.selector-dropdown {
  width: 280px;
  position: relative;
  top: 48px;
}

.selector-dropdown.w--open {
  border: 1px solid #8d8d8d;
  top: 0;
  box-shadow: 0 2px 10px #000000a6;
}

.fondo-europeo {
  background-color: #e7e7e7;
  flex-direction: column;
  justify-content: space-around;
  padding: 20px;
  display: flex;
}

.logos-wrapper {
  justify-content: space-between;
  width: 50%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.subvencionado-por {
  flex: none;
  align-self: center;
  font-size: .75rem;
  font-weight: 400;
}

.logo-eu {
  object-fit: fill;
  width: auto;
  height: 50px;
}

.eu-trigger {
  aspect-ratio: 1280 / 867;
  border: 10px solid #fff;
  max-width: none;
  height: 200px;
  transition: transform .25s;
  box-shadow: 0 2px 15px #000;
}

.eu-trigger:hover {
  transform: scale(1.05);
}

.eu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.main {
  width: 100%;
  position: relative;
}

.hided-text {
  color: var(--dark-slate-grey);
  font-family: Alex Brush, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 20px;
  left: -26px;
  transform: scale(.3);
}

.rich-text-blog {
  font-weight: 400;
  line-height: 1.6rem;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-24 {
  width: 160px;
}

.gracias-hero {
  background-image: url('../images/muchas-gracias_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 680px;
  margin-top: 100px;
  position: static;
}

.gracias-wrapper {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid #c5c5c5;
  width: 30%;
  padding: 40px;
  position: relative;
  top: 279px;
  left: 5%;
}

.categories-list-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
}

.categories-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.section {
  min-height: 100svh;
  padding-top: 100px;
}

.section.clinicas {
  background-image: url('../images/instrumentos_dentales_1.avif');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  height: auto;
  padding-top: 140px;
  padding-bottom: 40px;
  display: block;
}

.clinicas-collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.clinica-wrapper {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #f5f2ed80;
  border: 1px solid #e6e6e6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 360px;
  min-height: 400px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 2px 10px #000;
}

.clinica-wrapper:hover {
  background-color: #f5f2edd9;
  box-shadow: 0 2px 40px #000;
}

.fachada-clinica {
  z-index: 1;
  aspect-ratio: 2;
  object-fit: cover;
  border-bottom: 1px solid #ffffff8f;
  position: absolute;
  inset: 0%;
}

.data-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.div-block-54 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 20px;
  display: flex;
}

.clinica-hero-card {
  aspect-ratio: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.card-clinica {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff80;
  border: 1px solid #dadada;
  flex-flow: column;
  align-items: flex-end;
  width: 360px;
  min-height: 440px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all .35s ease-in-out;
  display: flex;
}

.card-clinica:hover {
  background-color: #ffffffd9;
}

.card-info-wrapper {
  width: 100%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.card-foto-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px 0 20px 20px;
  display: flex;
  position: relative;
}

.foto-clinica {
  aspect-ratio: 2;
  object-fit: cover;
}

.clinicas-list-wrapper {
  margin-top: 60px;
}

.main-2 {
  width: 100%;
}

.span-parentesis {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4rem;
}

@media screen and (max-width: 991px) {
  .navbar.main {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 80px;
  }

  .navbar.main-page {
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo.w--current {
    width: auto;
    display: flex;
  }

  .logo.footer {
    height: auto;
  }

  .logo.general {
    margin-left: 0;
  }

  .logo.general.w--current {
    margin-bottom: 0;
    position: relative;
  }

  .menu-main {
    display: none;
  }

  .nav-button {
    display: flex;
  }

  .link-menu {
    color: var(--white);
    letter-spacing: 0;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
  }

  .link-menu.clinicas {
    font-weight: 700;
  }

  .dropdown-toggle {
    background-color: var(--brown);
    text-align: center;
    border-bottom: 1px solid #f3f2ef26;
    width: 100%;
    transition: all .5s;
  }

  .dropdown-toggle:hover {
    background-color: var(--steel-blue-2);
  }

  .nav-dropdown, .nav-dropdown.mobile {
    display: block;
  }

  .utility-page-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .footer {
    z-index: 101;
  }

  .grid {
    grid-column-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading.footer {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph {
    text-align: left;
    margin-right: 0;
  }

  .paragraph.black.center {
    margin-top: 20px;
  }

  .paragraph.black.center.margin {
    width: 80%;
  }

  .paragraph.black.center._80 {
    max-width: none;
  }

  .paragraph.black.center._20 {
    margin-bottom: 20px;
  }

  .paragraph.black._60 {
    margin-bottom: 40px;
  }

  .paragraph.black._50 {
    margin-left: 0;
  }

  .paragraph.light {
    text-align: left;
    margin-right: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

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

  .paragraph._60 {
    text-align: left;
  }

  .paragraph.intro {
    width: auto;
  }

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

  .paragraph.info-data.center {
    margin-top: 20px;
  }

  .paragraph.info-data.center.margin {
    width: 80%;
  }

  .paragraph.info-data.center._80 {
    max-width: none;
  }

  .paragraph.info-data.center._20 {
    margin-bottom: 20px;
  }

  .paragraph.info-data._60 {
    margin-bottom: 40px;
  }

  .paragraph.info-data._50 {
    margin-left: 0;
  }

  .footer-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mkt-empresas {
    position: relative;
    bottom: -11px;
  }

  .text-block-177 {
    position: static;
  }

  .tratamientos-footer {
    align-items: stretch;
  }

  .hero {
    padding-top: 80px;
  }

  .hero-slide, .bienvenida {
    align-self: stretch;
    height: 100%;
  }

  .dres-balabanian {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 80%;
  }

  .heading-h2 {
    letter-spacing: 0;
  }

  .heading-h2:hover {
    text-align: center;
    letter-spacing: 3px;
  }

  .heading-h2._200 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .heading-h2._200:hover {
    text-align: left;
  }

  .heading-h2.white {
    text-align: center;
    font-size: 1.6rem;
  }

  .heading-h2.white.static {
    font-size: 3rem;
  }

  .heading-h2.white.center {
    line-height: 2.2rem;
  }

  .heading-h2.center:hover {
    letter-spacing: 1px;
  }

  .heading-h2.left {
    line-height: 3.6rem;
  }

  .heading-h2.left:hover {
    text-align: left;
  }

  .heading-h2.small {
    letter-spacing: 1px;
  }

  .heading-h2.small:hover {
    letter-spacing: 3px;
  }

  .heading-h2.small.white {
    text-align: left;
  }

  .heading-h2.small.white:hover {
    letter-spacing: 2px;
  }

  .heading-h2.small.white.static {
    text-align: left;
    font-size: 1.2rem;
  }

  .heading-h2.small.white.static:hover {
    letter-spacing: 2px;
  }

  .heading-h2.small.post {
    text-align: left;
  }

  .heading-h2.small.post:hover {
    letter-spacing: 0;
  }

  .heading-h2.small.search {
    text-align: left;
  }

  .heading-h2.small.search:hover {
    letter-spacing: 0;
  }

  .heading-h2.tarjeta.white.landing {
    font-size: 3rem;
  }

  .heading-h2.primera-visita-gratis {
    text-align: left;
    font-size: 1rem;
    line-height: 2.6rem;
  }

  .heading-h2.supertitle {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .heading-h2.supertitle:hover {
    text-align: center;
    letter-spacing: 0;
  }

  .welcome {
    justify-content: flex-start;
    height: 100%;
  }

  .motivos {
    flex-direction: column;
    align-items: center;
    height: 40vh;
  }

  .motivos.single {
    padding-top: 80px;
  }

  .box-motivos._01 {
    width: 50%;
  }

  .box-motivos._01.single {
    padding-top: 0;
  }

  .box-motivos._02 {
    width: 50%;
    position: relative;
  }

  .box-motivos._02.single {
    padding-top: 0;
  }

  .box-motivos._03 {
    width: 50%;
  }

  .box-motivos._03.single {
    padding-top: 0;
  }

  .box-motivos._04 {
    width: 50%;
  }

  .box-motivos._04.single {
    padding-top: 0;
  }

  .title-motivos.black {
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .title-motivos.black:hover {
    letter-spacing: 0;
    font-weight: 400;
  }

  .clinicas {
    height: auto;
  }

  .heading-h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }

  .heading-h1.left {
    line-height: 3.2rem;
  }

  .heading-h1.left.white {
    font-size: 2rem;
    line-height: 3rem;
  }

  .heading-h1.white.cita-online.small {
    line-height: 3rem;
  }

  .heading-h1.blog-title-section {
    text-align: left;
  }

  .heading-h1.blog-post-title {
    border: 0 #0000;
    font-size: 2rem;
    line-height: 3rem;
    bottom: 0%;
  }

  .heading-h1._404 {
    line-height: 2rem;
  }

  .button.post {
    margin-top: auto;
  }

  .presentacion-clinica {
    height: auto;
    padding-top: 0;
  }

  .frame.transparent.full {
    align-items: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .frame.text.black {
    border-color: var(--silver);
    padding-left: 20px;
    padding-right: 20px;
  }

  .ciudad {
    letter-spacing: 10px;
  }

  .superbox {
    width: 100%;
  }

  .superbox.tenerife {
    flex: 0 auto;
    width: 50%;
    margin-bottom: 0;
  }

  .superbox.ibiza {
    width: 100%;
    height: 360px;
  }

  .superbox.laboratorio-dental {
    background-position: 80%;
    height: auto;
  }

  .superbox.laboratorio-propio {
    height: auto;
  }

  .superbox.primera-visita {
    width: 100%;
    height: 480px;
  }

  .superbox.higienista {
    height: 480px;
    margin-bottom: 0;
  }

  .superbox.urgencias, .superbox.urgencias-dentales {
    height: auto;
  }

  .superbox.dr-carlos-balabanian, .superbox.clnica {
    width: 100%;
  }

  .superbox.caso-real {
    width: 100%;
    height: 360px;
  }

  .superbox.laboratorio-home {
    height: auto;
  }

  .superbox.higienista-tenerife {
    height: 480px;
    margin-bottom: 0;
  }

  .superbox.la-eliana {
    width: 100%;
    height: 360px;
  }

  .superbox.vflex {
    flex: 0 auto;
    width: 50%;
    display: block;
  }

  .sucursal {
    flex-direction: column-reverse;
    height: auto;
  }

  .tratamientos {
    padding-top: 100px;
  }

  .subtitulo.white {
    width: 80%;
  }

  .subtitulo.left {
    text-align: left;
    align-self: flex-start;
    margin-right: auto;
  }

  .tratamientos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .circle-thumb.conservadora, .circle-thumb.estetica, .circle-thumb.periodoncia, .circle-thumb.endodoncia, .circle-thumb.ortodoncia, .circle-thumb.implante-dental {
    margin-bottom: 20px;
  }

  .box-tratamiento.ortodoncia {
    flex-wrap: nowrap;
  }

  .box-tratamiento.implantologia, .box-tratamiento.estetica, .box-tratamiento.endodoncia {
    flex-wrap: nowrap;
    max-width: none;
  }

  .box-tratamiento.conservadora {
    flex-wrap: nowrap;
  }

  .heading-h3 {
    text-align: left;
  }

  .heading-h3.white.pacientes {
    margin-top: 0;
  }

  .heading-h4.white {
    margin-right: 20px;
  }

  .tabs {
    width: 70%;
    max-width: 990px;
    position: relative;
    left: 12%;
  }

  .tabs-menu {
    height: 61.5%;
  }

  .zahnlab {
    align-items: stretch;
    height: auto;
    margin-top: 0;
  }

  .container-interior {
    width: 80%;
    margin-top: auto;
    padding-bottom: 40px;
  }

  .grid-tenerife {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
  }

  .paciente-wrapper {
    width: 89%;
    max-width: none;
    margin: 10px auto;
    display: flex;
  }

  .foto-paciente {
    width: 364px;
  }

  .foto-paciente._01, .foto-paciente._04, .foto-paciente._05, .foto-paciente._06 {
    flex: none;
  }

  .slide-nav {
    bottom: -14px;
  }

  .slider-pacientes {
    height: auto;
  }

  .flex-conainer {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .column {
    margin-bottom: 40px;
  }

  .div-block-13 {
    width: 80%;
  }

  .container {
    padding-top: 60px;
    padding-bottom: 10px;
  }

  .container.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.blogpost {
    margin-top: 20px;
  }

  .container.financiacion {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .container.facebook {
    padding-top: 0;
  }

  .container.busqueda {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-list.w--open {
    position: static;
  }

  .half-motivos {
    width: 100%;
  }

  .half-motivos.single {
    height: 50%;
  }

  .div-block-17 {
    width: 100%;
    height: 20vh;
  }

  .div-block-17.single {
    height: 50%;
  }

  .container-paciente {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    display: flex;
  }

  .mask-pacientes {
    width: 364px;
  }

  .mobile-navigation {
    z-index: 102;
    display: block;
    position: relative;
  }

  .mobile-menu-button {
    z-index: 99;
    background-color: var(--steel-blue);
    cursor: pointer;
    border-radius: 30px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 60px;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    inset: auto 5% 5% auto;
    box-shadow: 0 0 12px #000;
  }

  .hamburguer-part {
    background-color: #fff;
    width: 25px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .mobile-menu-container {
    z-index: 10051;
    background-color: #0000;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: -460px 0% auto;
    overflow: visible;
    box-shadow: 0 0 16px #0000005c;
  }

  .mobile-navigation-container {
    width: 100%;
    overflow: visible;
  }

  .mobile-menu-toggle {
    background-color: var(--brown);
    color: var(--old-lace);
    text-align: center;
    border-bottom: 1px solid #f3f2ef26;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    transition: all .5s ease-in-out;
  }

  .mobile-menu-toggle:hover {
    background-color: var(--steel-blue-2);
  }

  .mobile-menu-toggle:focus {
    color: #fff;
    background-color: #cacaca;
  }

  .mobile-menu-toggle.w--current {
    background-color: var(--brown);
    border-bottom-color: #f3f2ef26;
    height: 50px;
  }

  .mobile-menu-toggle.w--current:hover {
    background-color: var(--steel-blue-2);
  }

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

  .mini-line.orange {
    color: #ff8102;
    background-color: #ff8102;
  }

  .hero-text.tratamientos {
    flex-wrap: nowrap;
    inset: 0% auto auto 0%;
  }

  ._2-columns {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-grey {
    padding-left: 20px;
    padding-right: 20px;
  }

  .article {
    padding-top: 0;
  }

  .container-text {
    width: 80%;
  }

  .seguros-dentales.footer {
    align-items: stretch;
    padding-top: 0;
  }

  .implantes-dentales {
    padding-top: 80px;
  }

  .estetica-dental.coronas {
    margin-top: 80px;
  }

  .hero-section, .hero-section.estetica {
    margin-top: 0;
  }

  .primera-visita {
    padding-top: 80px;
  }

  .slider-hero-full {
    height: 560px;
  }

  .hero-tratamientos {
    height: 560px;
    margin-top: 80px;
    position: relative;
  }

  .ortodoncia, .tratamiento-periodoncia {
    padding-top: 80px;
  }

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

  .odontologia-conservadora {
    padding-top: 80px;
  }

  .banner.all-on-4, .banner.philips-zoom, .banner.blanqueamiento-dental {
    height: 200px;
  }

  .seccion-estetica-dental, .seccion-implantes-dentales {
    padding-top: 80px;
  }

  .image-12 {
    display: none;
  }

  .ponerse-invisalign, .colocar-invisalign {
    max-width: 30%;
  }

  .sonreir-con-invisalign {
    max-width: 30%;
    display: block;
  }

  .youtube-2 {
    margin-left: 20px;
  }

  .seccion-endodoncia {
    padding-top: 80px;
  }

  .div-block-25 {
    height: 380px;
  }

  .aseguradora.axa {
    display: block;
  }

  .image-16 {
    top: -178px;
  }

  .tarjeta-empresas {
    margin-top: 80px;
  }

  .precios-empresas {
    width: 100%;
  }

  .div-block-30 {
    align-self: stretch;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    position: static;
  }

  .div-block-33 {
    flex-direction: column;
    margin-left: 20px;
    padding-right: 20px;
  }

  .seccion-tarjeta-look-dental {
    margin-top: 80px;
  }

  .div-block-34 {
    width: 100%;
    min-width: auto;
  }

  .div-block-39 {
    width: 75%;
  }

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

  .seccion-contacto {
    margin-top: 80px;
  }

  .datos-de-contacto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .formulariocontacto {
    width: 80%;
  }

  .navegacion {
    flex: none;
  }

  .fixed-rrss-ibiza {
    margin-top: 20px;
  }

  .hero-tenerife {
    flex-direction: column;
    margin-top: 0;
  }

  .text-wrapper {
    flex: none;
    top: 31%;
    right: 3%;
  }

  .galeria-de-fotos-tenerife {
    margin-top: 60px;
  }

  .blog {
    margin-top: 80px;
  }

  .collection-list-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .recent-list {
    text-align: center;
    flex-flow: wrap;
    align-items: center;
  }

  .recent-list.loop {
    display: flex;
  }

  .collection-item {
    flex: 1;
    max-width: 380px;
    height: auto;
  }

  .blogpost-wrapper {
    align-items: stretch;
    width: auto;
    max-width: 380px;
  }

  .intro {
    width: 80%;
    padding: 40px 20px 20px;
    top: 40px;
    left: 6.5%;
  }

  .hero-blog-post {
    margin-top: 80px;
  }

  .category-list, .oferta-tarjeta-look-dental {
    display: none;
  }

  .hero-cita-ibiza {
    margin-top: 80px;
  }

  .div-block-45 {
    width: 55%;
    left: 5%;
  }

  .financiacion-ibiza {
    padding-left: 40px;
    padding-right: 40px;
  }

  .caso-real {
    flex-direction: column;
  }

  .tarjeta-fidelizacion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-46 {
    flex-direction: column;
    align-items: center;
    width: 65%;
  }

  .recent-item {
    float: none;
    width: auto;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .recent-list-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .seguros-dentales-movil {
    display: none;
  }

  .equipo.tenerife {
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-cita-tenerife {
    height: 320px;
    margin-top: 80px;
  }

  .tenerife {
    margin-bottom: -8px;
  }

  .div-block-48 {
    max-width: 100%;
  }

  .image-23 {
    margin-top: 40px;
  }

  .reserva {
    margin-top: 20px;
  }

  .convenio-empresas-tenerife {
    margin-top: 80px;
  }

  .llamar {
    display: none;
  }

  .sensibilidad-dental {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .widgets {
    margin-top: 20px;
    display: none;
  }

  .blog-content {
    flex-direction: column;
  }

  .related {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cookies-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr .25fr .75fr 2.25fr .5fr .75fr;
  }

  .cookies-table._5 {
    grid-template-columns: 1fr 1.75fr .25fr .5fr .75fr;
  }

  .legal-bar {
    justify-content: flex-start;
  }

  .dropdown-mobile {
    width: 100%;
  }

  .whatsapp-link {
    bottom: 120px;
    right: 45px;
  }

  .tab-link-tab-5.w--current, .tab-link-tab-4, .tab-link-tab-3 {
    height: 33%;
  }

  .search {
    margin-top: 80px;
  }

  .hero-search {
    height: 180px;
  }

  .search-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .searchpost-wrapper {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .buscar {
    align-self: center;
    margin-right: 0;
    display: block;
  }

  .search-input {
    width: 160px;
    box-shadow: inset 0 0 8px #0003;
  }

  .search-wrapper {
    justify-content: space-between;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .mask-opiniones {
    height: auto;
  }

  .aviso {
    padding-top: 3px;
    padding-bottom: 3px;
    top: 80px;
  }

  .aviso-text {
    padding: 3px 10px;
    top: 80px;
  }

  .flex {
    flex: 1;
    align-items: stretch;
    height: 100%;
  }

  .advise {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .clinic-selector {
    top: 10px;
  }

  .logos-wrapper {
    width: 80%;
  }

  .busqueda-collection-wrapper {
    padding: 0;
  }

  .gracias-hero {
    margin-top: 80px;
  }

  .gracias-wrapper {
    width: 55%;
    top: 60px;
    left: 5%;
  }

  .ratoncitoperez {
    max-width: 40%;
  }

  .categories-list-wrapper {
    width: auto;
  }

  .section.clinicas {
    padding-top: 140px;
  }

  .clinicas-collection-list {
    flex-flow: wrap;
  }

  .card-clinica {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .navbar.main, .navbar.main-page {
    height: 80px;
  }

  .logo.w--current {
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .logo.footer {
    margin-left: auto;
  }

  .look-dental-logo.white {
    max-width: none;
    display: block;
  }

  .menu-main {
    display: none;
  }

  .grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .heading {
    text-align: center;
    align-self: stretch;
  }

  .heading.footer {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
  }

  .paragraph:hover, .paragraph.recepcion {
    font-weight: 300;
  }

  .paragraph.black.center, .paragraph.black.center.margin {
    width: 90%;
    font-weight: 300;
  }

  .paragraph.black.center.margin:hover {
    font-weight: 300;
  }

  .paragraph.black._50 {
    width: 65%;
    margin-left: 0;
  }

  .paragraph.center.black {
    font-weight: 400;
  }

  .paragraph.white, .paragraph.almost-white {
    text-align: center;
  }

  .paragraph.info-data.center, .paragraph.info-data.center.margin {
    width: 90%;
    font-weight: 300;
  }

  .paragraph.info-data.center.margin:hover {
    font-weight: 300;
  }

  .paragraph.info-data._50 {
    width: 65%;
    margin-left: 0;
  }

  .tratamientos-footer {
    margin-top: 20px;
  }

  .hero-slide {
    height: 100%;
  }

  .bienvenida {
    background-color: var(--old-lace);
  }

  .dres-balabanian {
    width: 90%;
  }

  .heading-h2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.8rem;
    line-height: 2.6rem;
  }

  .heading-h2._200 {
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }

  .heading-h2._200:hover {
    text-align: left;
    letter-spacing: 1px;
  }

  .heading-h2.white.static {
    text-align: left;
    padding-left: 0;
  }

  .heading-h2.left {
    padding-left: 0;
    padding-right: 0;
    font-size: 2rem;
    line-height: 2.4rem;
  }

  .heading-h2.left:hover {
    text-align: left;
  }

  .heading-h2.small {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2.primera-visita-gratis {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.6rem;
  }

  .heading-h2.legal {
    transition-property: all;
  }

  .heading-h2.legal:hover {
    letter-spacing: 1px;
  }

  .welcome {
    height: 60svh;
  }

  .motivos {
    flex-direction: column;
    height: 40svh;
  }

  .clinicas {
    flex-direction: column;
    height: auto;
  }

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

  .heading-h1.molestias, .heading-h1.left, .heading-h1.white {
    line-height: 2.6rem;
  }

  .heading-h1.white.cita-online.small {
    font-size: 1rem;
    line-height: 1.6rem;
  }

  .heading-h1.blog-post-title {
    line-height: 2.6rem;
  }

  .button.small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .frame.transparent.full {
    padding-bottom: 60px;
  }

  .frame.text.black {
    height: 100%;
  }

  .ciudad {
    letter-spacing: 10px;
    font-size: 2rem;
  }

  .superbox {
    height: auto;
    min-height: 50vh;
  }

  .superbox.tenerife {
    width: auto;
    height: 36vh;
  }

  .superbox.ibiza {
    height: 36vh;
  }

  .superbox.laboratorio-dental {
    width: 100%;
    height: 40vh;
  }

  .superbox.laboratorio-propio {
    width: 100%;
    height: auto;
    min-height: auto;
  }

  .superbox.primera-visita {
    width: 100%;
  }

  .superbox.higienista {
    width: 100%;
    margin-bottom: 0;
  }

  .superbox.urgencias {
    width: 100%;
    height: 480px;
  }

  .superbox.urgencias-dentales {
    width: 100%;
  }

  .superbox.coronas-dentales {
    width: 100%;
    height: 360px;
  }

  .superbox.atrevete-a-sonreir, .superbox.estetica {
    width: 100%;
  }

  .superbox.periodoncia {
    height: 320px;
  }

  .superbox.dr-carlos-balabanian {
    background-position: 0 0;
    height: 360px;
  }

  .superbox.clnica {
    height: 360px;
  }

  .superbox.clinica-dental-tenerife {
    height: 320px;
  }

  .superbox.laboratorio-home {
    width: 100%;
    height: 420px;
  }

  .superbox.higienista-tenerife {
    width: 100%;
    margin-bottom: 0;
  }

  .superbox.la-eliana {
    height: 36vh;
  }

  .superbox.vflex {
    width: auto;
    min-height: auto;
  }

  .sucursal {
    height: auto;
  }

  .subtitulo {
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
    line-height: 1.4rem;
  }

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

  .tratamientos-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-around;
    justify-items: stretch;
    width: 90%;
  }

  .circle-thumb {
    margin-bottom: 20px;
  }

  .box-tratamiento:hover {
    background-color: var(--old-lace);
    color: var(--dark-grey);
  }

  .box-tratamiento.ortodoncia {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-tratamiento.implantologia {
    align-content: space-between;
    min-width: 220px;
    max-width: 360px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-tratamiento.implantologia:hover {
    color: var(--dark-grey);
  }

  .box-tratamiento.estetica, .box-tratamiento.endodoncia {
    padding-left: 10px;
    padding-right: 10px;
  }

  .box-tratamiento.conservadora {
    max-width: 320px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-h4.white {
    font-weight: 500;
  }

  .heading-h4.white.small {
    margin-right: 0;
  }

  .testimonios {
    padding-top: 60px;
  }

  .tabs {
    position: static;
    left: auto;
  }

  .tab-link-tab-1, .tab-link-tab-2, .tab-link-tab-2.w--current {
    width: 50%;
  }

  .tabs-menu {
    flex-direction: row;
    position: relative;
    left: 0;
    right: 0;
  }

  .zahnlab {
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .container-interior {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .grid-tenerife {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    justify-items: center;
    width: 100%;
  }

  .miembro-equipo {
    width: 160px;
    height: 240px;
  }

  .miembro-equipo.dr-hugo-barrantes.movil, .miembro-equipo.dra-maria-insunza.movil, .miembro-equipo.maria-arevalo.movil, .miembro-equipo.virginia-guillen.movil, .miembro-equipo.dr-esteban-balabanian.movil {
    width: 190px;
    height: 280px;
  }

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

  .casos-de-exito {
    padding-top: 60px;
  }

  .paciente-wrapper {
    flex-direction: column;
    width: 75%;
  }

  .foto-paciente._01, .foto-paciente._02, .foto-paciente._03, .foto-paciente._04, .foto-paciente._05, .foto-paciente._06, .foto-paciente._07, .foto-paciente._09, .foto-paciente._08 {
    width: auto;
  }

  .slide-nav {
    font-size: .45rem;
    bottom: -14px;
  }

  .flex-conainer {
    align-items: stretch;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .opiniones {
    padding-top: 60px;
  }

  .html-embed-2, .div-block-12 {
    width: auto;
  }

  .inline-link.link-tarjeta {
    inset: auto auto -15% 0%;
  }

  .div-block-13 {
    width: 90%;
  }

  .primera-visita-gratis {
    flex-direction: column;
    margin-bottom: 0;
  }

  .container {
    margin-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.blogpost {
    border: 0 #0000;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.content-tenerife {
    padding-bottom: 20px;
  }

  .half-motivos {
    flex: 1;
    justify-content: space-between;
    align-self: center;
  }

  .container-paciente {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }

  .mask-pacientes {
    width: auto;
  }

  .slider-equipo {
    background-color: #0000;
  }

  .container-movil {
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .mobile-navigation {
    display: block;
  }

  .mobile-menu-button {
    z-index: 999;
    bottom: 4%;
    right: 4%;
    box-shadow: 0 0 12px #000;
  }

  .mobile-menu-container {
    z-index: 150;
    width: 50%;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .p-left-icon, .p-right-icon {
    color: var(--dark-grey);
  }

  .background {
    height: 200%;
  }

  .mini-line._60 {
    margin-bottom: 20px;
  }

  .hero-text {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-text.relative {
    padding-left: 40px;
    padding-right: 40px;
  }

  .column-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-grey {
    padding-top: 0;
  }

  .article._20 {
    margin-left: 0;
  }

  .section-urgencias {
    flex-direction: column;
  }

  .container-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-container {
    padding-left: 0;
  }

  .column-3, .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seguros-dentales.footer {
    display: none;
  }

  .youtube.implante {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .youtube.ortodoncia-autoligable {
    width: auto;
    margin-top: 0;
  }

  .hero-section {
    margin-top: 80px;
  }

  .ortodoncia {
    padding-top: 0;
  }

  .tratamiento-periodoncia {
    margin-top: 80px;
    padding-top: 0;
  }

  .odontologia-conservadora {
    padding-top: 0;
  }

  .banner.all-on-4, .banner.philips-zoom, .banner.blanqueamiento-dental {
    height: 320px;
    margin-bottom: 20px;
  }

  .seccion-estetica-dental, .seccion-implantes-dentales {
    padding-top: 0;
  }

  .article-2 {
    margin-right: 0;
  }

  .column-6 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    display: block;
  }

  .youtube-2 {
    margin-left: 0;
  }

  .seccion-endodoncia {
    padding-top: 0;
  }

  .column-8 {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-25 {
    height: 280px;
  }

  .text-span-8 {
    font-size: 2rem;
  }

  .listado-de-mutuas-y-aseguradoras {
    display: none;
  }

  .aseguradora.santa-lucia, .aseguradora.cosalud, .aseguradora.ocaso, .aseguradora.generali, .aseguradora.divina-pastora {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aseguradora.agrupacio-mutua {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .aseguradora.allinz, .aseguradora.axa {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .image-16 {
    z-index: 5;
    float: right;
    max-width: 40%;
    margin-left: auto;
    margin-right: auto;
    top: 0;
  }

  .foto---articulo {
    flex-direction: column;
  }

  .div-block-28 {
    width: 100%;
    height: 320px;
    overflow: hidden;
  }

  .div-block-29 {
    width: 100%;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-17 {
    max-width: none;
    inset: 0% 0% auto auto;
  }

  .precios-empresas {
    min-width: auto;
    max-width: none;
  }

  .column-9, .column-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-31 {
    margin-right: 0;
  }

  .div-block-32 {
    margin-left: 0;
  }

  .image-18 {
    margin-left: auto;
  }

  .text-block-180 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-37 {
    margin-top: 100px;
    margin-left: 20px;
    display: block;
    position: relative;
  }

  .image-19 {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: -37% -15% auto auto;
  }

  .div-block-38 {
    margin-top: 100px;
    margin-left: 20px;
    margin-right: 100px;
    display: block;
    position: relative;
  }

  .image-20 {
    position: absolute;
    inset: -35% -15% auto auto;
  }

  .presupuesto {
    padding-bottom: 20px;
  }

  .datos-de-contacto.footer {
    align-items: center;
  }

  .rrss-bold-container {
    background-color: var(--old-lace);
  }

  .fixed-rrss-ibiza, .fixed-rrss-tenerife {
    width: 320px;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .text-wrapper {
    top: 54%;
  }

  .collection-item {
    width: auto;
    max-width: none;
  }

  .blogpost-wrapper {
    max-width: none;
  }

  .hero-cita-ibiza {
    background-position: 70%;
    height: 720px;
  }

  .caso-real {
    flex-direction: column;
  }

  .div-block-46 {
    width: 80%;
  }

  .recent-list-wrapper {
    padding-left: 0;
  }

  .column-16 {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    bottom: 692.828px;
  }

  .seguros-dentales-movil {
    background-color: #0000;
    height: 140px;
    display: block;
  }

  .icon-7, .icon-8 {
    color: var(--dark-grey);
  }

  .mask-7 {
    height: 140px;
  }

  .equipo.tenerife {
    margin-bottom: auto;
    margin-left: 0;
    padding-bottom: 20px;
  }

  .grid-ibiza {
    justify-content: stretch;
    justify-items: center;
    width: 100%;
    margin-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .hero-cita-tenerife {
    height: 320px;
    margin-top: 80px;
  }

  .column-20 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-21, .column-22 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-23 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-24, .column-25 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .columns-10 {
    flex-flow: column;
  }

  .div-block-48 {
    width: 100%;
    max-width: none;
    display: none;
  }

  .column-26 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .reserva {
    margin-top: -52px;
  }

  .horarios-clinica-tenerife {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .horarios-clinica-ibiza {
    justify-content: start;
    place-items: flex-start start;
  }

  .llamar {
    display: none;
  }

  .motivo-visita {
    width: 90%;
  }

  .scroll-down {
    display: none;
  }

  .slider-hero {
    height: 100%;
  }

  .nuestras-instalaciones {
    background-position: 70%;
  }

  .cookies-table {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cookies-table._5 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: .5fr 1fr;
  }

  .table-h1-title.mobile {
    text-align: left;
    display: block;
  }

  .table-h2-title {
    text-align: left;
  }

  .table-h2-title.mobile {
    border-bottom: 1px solid #494949;
    display: block;
  }

  .table-text {
    border-bottom-color: #dfddd9;
  }

  .direcci-n-ibiza {
    align-self: center;
  }

  .legal {
    margin-bottom: 10px;
  }

  .legal-bar {
    flex-direction: column;
  }

  .whatsapp-link {
    right: 30px;
  }

  .tab-link-tab-5 {
    width: 50%;
  }

  .tab-link-tab-5.w--current, .tab-link-tab-4 {
    width: 50%;
    height: 75px;
  }

  .tab-link-tab-4.w--current {
    width: 50%;
  }

  .tab-link-tab-3 {
    width: 50%;
    height: 75px;
  }

  .search {
    margin-top: 80px;
  }

  .hero-search {
    height: 140px;
  }

  .buscar {
    flex: none;
    order: 0;
  }

  .search-input {
    color: #333;
    width: 100%;
  }

  .search-button {
    inset: 4px 10px auto auto;
  }

  .search-wrapper {
    flex: 1;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex {
    flex: 0 auto;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
  }

  .advise {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-advise {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: .8rem;
    line-height: 1rem;
  }

  .columns-11 {
    position: relative;
  }

  .gracias-hero {
    background-position: 70%;
    height: 720px;
  }

  .ratoncitoperez {
    max-width: 35%;
  }

  .categories-collection-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar.main {
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .navbar.main-page {
    justify-content: center;
    align-items: center;
    height: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: auto;
  }

  .logo.w--current {
    width: auto;
    margin-left: auto;
    left: auto;
  }

  .logo.footer {
    width: auto;
    margin-bottom: 0;
  }

  .logo.general {
    display: none;
  }

  .logo.mainpage.w--current {
    margin-left: auto;
    display: none;
    left: auto;
  }

  .logo.mobilehome {
    max-width: none;
    height: 80%;
  }

  .logo.mobilehome.w--current {
    margin-left: auto;
    display: none;
    left: auto;
  }

  .look-dental-logo {
    width: auto;
    min-width: 200px;
  }

  .look-dental-logo.white {
    min-width: auto;
    height: 45px;
    margin-bottom: 0;
  }

  .menu-main {
    display: block;
  }

  .nav-button {
    transition: all .5s;
  }

  .dropdown-toggle:hover {
    background-color: var(--steel-blue-2);
    color: #fff;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-dropdown {
    z-index: 1;
  }

  .utility-page-wrap {
    flex-flow: column-reverse wrap;
  }

  .footer {
    z-index: 98;
    align-items: center;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .grid {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding-top: 40px;
  }

  .heading.footer {
    justify-content: flex-end;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .paragraph {
    text-align: left;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph.recepcion {
    text-align: left;
    margin-top: 0;
  }

  .paragraph.black {
    margin-bottom: 0;
    font-weight: 400;
  }

  .paragraph.black:hover {
    font-weight: 400;
  }

  .paragraph.black.center:hover {
    text-align: center;
  }

  .paragraph.black.center.margin {
    margin-bottom: 0;
  }

  .paragraph.black.center._80 {
    text-align: justify;
    width: auto;
    margin-bottom: 20px;
  }

  .paragraph.black.center._20 {
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.black.underline {
    padding-right: 0;
  }

  .paragraph.black._60 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph.black._60:hover {
    text-align: left;
  }

  .paragraph.black.bold {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph.black._50 {
    width: 100%;
    display: flex;
  }

  .paragraph.light {
    margin-top: 10px;
    margin-bottom: 40px;
  }

  .paragraph.opiniones {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph._60 {
    text-align: left;
  }

  .paragraph.center {
    margin-bottom: 20px;
  }

  .paragraph.center.black {
    margin-top: 0;
    padding-bottom: 0;
  }

  .paragraph.question {
    text-align: justify;
    margin-bottom: 0;
  }

  .paragraph.question:hover {
    text-align: justify;
  }

  .paragraph.info-data {
    flex: none;
    margin-bottom: 0;
    font-weight: 400;
  }

  .paragraph.info-data:hover {
    font-weight: 400;
  }

  .paragraph.info-data.center:hover {
    text-align: center;
  }

  .paragraph.info-data.center.margin {
    margin-bottom: 0;
  }

  .paragraph.info-data.center._80 {
    text-align: justify;
    width: auto;
    margin-bottom: 20px;
  }

  .paragraph.info-data.center._20 {
    text-align: left;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph.info-data.underline {
    padding-right: 0;
  }

  .paragraph.info-data._60 {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .paragraph.info-data._60:hover {
    text-align: left;
  }

  .paragraph.info-data.bold {
    text-align: left;
    margin-bottom: 0;
  }

  .paragraph.info-data._50 {
    width: 100%;
    display: flex;
  }

  .footer-button {
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .mkt-empresas {
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20;
    position: relative;
    bottom: 0;
  }

  .text-block-177 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .link-white {
    transition: color .35s;
  }

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

  .tratamientos-footer {
    align-items: stretch;
    max-width: none;
    display: flex;
  }

  .hero {
    height: auto;
    padding-top: 70px;
    display: block;
  }

  .hero.mainpage {
    padding-top: 0;
  }

  .hero-slide {
    width: 100%;
    height: 200px;
    margin-top: 0;
    padding-top: 0;
  }

  .bienvenida {
    align-self: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sign {
    float: right;
    margin-top: 0;
    font-size: 1.6rem;
  }

  .heading-h2 {
    text-align: center;
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-h2:hover {
    letter-spacing: 0;
  }

  .heading-h2._200 {
    text-align: left;
    letter-spacing: 3px;
    padding-left: 0;
    font-size: 1.4rem;
    font-weight: 700;
  }

  .heading-h2._200:hover {
    letter-spacing: 1px;
  }

  .heading-h2.white {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-h2.white.static.letter-spacing {
    font-size: 1.6rem;
  }

  .heading-h2.white.rehabilitacion {
    position: static;
  }

  .heading-h2.center {
    line-height: 2.2rem;
  }

  .heading-h2.center:hover {
    letter-spacing: .5px;
  }

  .heading-h2.center.light._60 {
    margin-top: 20px;
    font-size: 1.8rem;
  }

  .heading-h2.center.medium {
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-h2.left {
    text-align: left;
    letter-spacing: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .heading-h2.left:hover {
    text-align: left;
    letter-spacing: .7px;
  }

  .heading-h2.small {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-h2.small:hover {
    letter-spacing: 3px;
  }

  .heading-h2.small.post {
    line-height: 1.4rem;
  }

  .heading-h2.small.search {
    margin-bottom: 0;
    line-height: 1.4rem;
  }

  .heading-h2.tarjeta.white {
    color: #000;
  }

  .heading-h2.tarjeta.white.landing {
    font-size: 2rem;
    line-height: 1.4rem;
  }

  .heading-h2.legal {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

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

  .welcome {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    padding-top: 0;
  }

  .welcome.select {
    flex-direction: column;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .motivos {
    height: auto;
    display: block;
  }

  .motivos.single {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .box-motivos._01 {
    width: 100%;
    height: 180px;
  }

  .box-motivos._01:hover {
    color: #fff;
  }

  .box-motivos._01.single {
    height: 50%;
    padding-top: 0;
  }

  .box-motivos._02 {
    width: 100%;
    height: 180px;
  }

  .box-motivos._02.single {
    height: 50%;
    padding-top: 0;
  }

  .box-motivos._03 {
    width: 100%;
    height: 180px;
  }

  .box-motivos._03:hover {
    color: var(--dark-grey);
  }

  .box-motivos._03.single {
    height: 50%;
    padding-top: 0;
  }

  .box-motivos._04 {
    width: 100%;
    height: 180px;
  }

  .box-motivos._04:hover {
    color: var(--dark-grey);
  }

  .box-motivos._04.single {
    height: 50%;
    padding-top: 0;
  }

  .title-motivos.black {
    font-size: 1rem;
    font-weight: 600;
  }

  .title-motivos.black:hover {
    font-weight: 600;
  }

  .number.black, .number.white {
    font-size: 8rem;
  }

  .heading-h1 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2rem;
  }

  .heading-h1:hover {
    letter-spacing: 1.5px;
  }

  .heading-h1.legal {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .heading-h1.legal:hover {
    letter-spacing: 0;
  }

  .heading-h1.molestias {
    line-height: 1.8rem;
  }

  .heading-h1.molestias:hover {
    letter-spacing: 1px;
  }

  .heading-h1.left {
    letter-spacing: 1px;
    margin-left: 0;
    margin-right: 0;
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .heading-h1.left:hover {
    letter-spacing: 0;
  }

  .heading-h1.white {
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 2rem;
  }

  .heading-h1.white:hover {
    letter-spacing: 0;
  }

  .heading-h1.white.cita-online.small {
    margin-left: 0;
    padding-right: 0;
  }

  .heading-h1.blog-title-section {
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-h1.blog-post-title {
    max-width: none;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
  }

  .button {
    border-bottom: 5px solid var(--dark-grey);
    box-shadow: none;
    height: 45px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .button:hover {
    border-bottom-width: 5px;
  }

  .button.white.right {
    margin-bottom: 40px;
  }

  .button.post {
    margin-top: 0;
  }

  .button.small {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button.category {
    margin-top: 0;
    margin-bottom: 0;
  }

  .presentacion-clinica {
    padding-top: 0;
  }

  .frame.transparent {
    align-self: stretch;
  }

  .frame.transparent.full {
    border-color: var(--brown);
    padding-top: 0;
    padding-bottom: 0;
  }

  .frame.transparent.white {
    padding-top: 0;
  }

  .frame.text.black {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .superbox {
    height: auto;
    min-height: auto;
  }

  .superbox.tenerife {
    width: 100%;
    height: 260px;
  }

  .superbox.tenerife.contacto {
    margin-bottom: 0;
    display: block;
  }

  .superbox.ibiza {
    width: 100%;
    height: 260px;
    min-height: 0;
  }

  .superbox.laboratorio-dental {
    height: 240px;
    min-height: 0;
    margin-top: 0;
  }

  .superbox.laboratorio-propio {
    height: auto;
  }

  .superbox.primera-visita {
    height: auto;
    margin-bottom: 0;
  }

  .superbox.higienista {
    align-items: flex-start;
    min-height: 0;
  }

  .superbox.urgencias {
    width: 100%;
    height: 320px;
    display: block;
  }

  .superbox.urgencias-dentales {
    width: 100%;
    height: 640px;
  }

  .superbox.coronas-dentales {
    width: 100%;
    height: 240px;
  }

  .superbox.atrevete-a-sonreir {
    width: 100%;
  }

  .superbox.estetica {
    width: 100%;
    height: auto;
  }

  .superbox.periodoncia {
    height: 240px;
  }

  .superbox.full.blue {
    height: auto;
  }

  .superbox.dr-carlos-balabanian {
    height: 380px;
    min-height: auto;
  }

  .superbox.clnica {
    height: 220px;
    min-height: auto;
  }

  .superbox.caso-real {
    height: 240px;
  }

  .superbox.clinica-dental-tenerife {
    display: none;
  }

  .superbox.laboratorio-home {
    height: auto;
  }

  .superbox.higienista-tenerife {
    background-image: url('../images/box-tenerife-maria-rodriguez.avif');
    align-items: flex-start;
    min-height: 0;
  }

  .superbox.la-eliana {
    width: 100%;
    height: 260px;
    min-height: 0;
  }

  .sucursal {
    flex-direction: column;
    height: auto;
  }

  .tratamientos {
    padding: 60px 20px 20px;
  }

  .subtitulo {
    line-height: 1.2rem;
  }

  .subtitulo.white {
    width: 100%;
  }

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

  .subtitulo.blogpost {
    background-color: var(--steel-blue-2);
    color: var(--white);
    width: auto;
    margin-bottom: 10px;
    margin-left: 0;
    padding: 3px 10px;
    font-weight: 700;
  }

  .tratamientos-wrapper {
    display: none;
  }

  .circle-thumb {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
  }

  .circle-thumb.conservadora {
    flex: none;
    margin-bottom: 0;
  }

  .circle-thumb.implantologia {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex: none;
    margin-bottom: 0;
  }

  .circle-thumb.estetica {
    background-position: 50%;
    background-repeat: no-repeat;
    flex: none;
    margin-bottom: 0;
  }

  .circle-thumb.periodoncia {
    background-position: 50%;
    background-repeat: no-repeat;
    margin-bottom: 0;
  }

  .circle-thumb.endodoncia {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    flex: none;
    margin-bottom: 0;
  }

  .circle-thumb.ortodoncia {
    background-size: cover;
    flex: none;
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }

  .circle-thumb.look-dental {
    margin-bottom: 40px;
  }

  .box-tratamiento {
    flex-wrap: nowrap;
    width: 100%;
    max-width: none;
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-tratamiento.ortodoncia {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-tratamiento.implantologia {
    width: 100%;
    min-width: auto;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-tratamiento.estetica, .box-tratamiento.endodoncia {
    width: 100%;
    min-width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-tratamiento.conservadora, .box-tratamiento.periodoncia {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-h3 {
    text-align: left;
    margin-top: 20px;
  }

  .heading-h3.white {
    font-size: 1.2rem;
  }

  .heading-h3.white:hover {
    letter-spacing: 0;
  }

  .heading-h3.white.pacientes {
    text-align: center;
    line-height: 1.6rem;
  }

  .heading-h3.white.pacientes:hover {
    letter-spacing: 0;
  }

  .heading-h3.white.left {
    text-align: left;
  }

  ._3-dots {
    display: none;
  }

  .heading-h4.white {
    text-align: center;
    margin-right: 0;
  }

  .recent-blog {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .testimonios {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .tabs {
    width: 100%;
  }

  .container-testimonio {
    padding-right: 20px;
  }

  .zahnlab {
    height: auto;
  }

  .container-interior {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 20px 0;
  }

  .container-interior._75 {
    width: auto;
    max-width: none;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .equipo-de-trabajo {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .grid-tenerife {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .miembro-equipo {
    width: 140px;
  }

  .miembro-equipo.dr-hugo-barrantes.movil {
    background-image: url('../images/box-hugo.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.dra-maria-insunza.movil {
    background-image: url('../images/box-insunza.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.maria-arevalo.movil {
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.virginia-guillen.movil {
    background-image: url('../images/box-virginia.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.dr-esteban-balabanian.movil {
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.dr-carlos-balabanian.movil {
    background-image: url('../images/box-tenerife-dr-balabanian.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.sheila.movil {
    background-image: url('../images/box-tenerife-sheila-2.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.maria-rodriguez.movil {
    background-image: url('../images/box-tenerife-maria-rodriguez-2.avif');
    width: 200px;
    height: 320px;
  }

  .miembro-equipo.manuel-gonzalez.movil {
    background-image: url('../images/box-tenerife-luis-garca-mar.avif');
    width: 200px;
    height: 320px;
  }

  .miembro.movil {
    opacity: 1;
  }

  .casos-de-exito {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .paciente-wrapper {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .slide-nav {
    z-index: auto;
    background-color: var(--brown);
    height: 40px;
    padding-top: 15px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .slide-nav.tratamientos {
    text-align: center;
    background-color: #fff0;
    background-image: none;
    font-size: .5rem;
    display: block;
  }

  .slide-nav.hide {
    display: none;
  }

  .slide-nav.white {
    background-color: var(--white);
  }

  .slider-pacientes {
    display: none;
  }

  .opiniones {
    padding-top: 60px;
  }

  .html-embed-2 {
    height: 1160px;
  }

  .column {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tarjeta-look-dental {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inline-link.link-tarjeta {
    left: 15%;
  }

  .div-block-13 {
    flex-direction: column;
    margin-top: 0;
  }

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

  .foto.tarjeta-empresas.home {
    padding-bottom: 0;
  }

  .div-block-15 {
    width: 100%;
    margin-top: 40px;
  }

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

  .primera-visita-gratis {
    margin-bottom: 0;
    padding-bottom: 60px;
  }

  .primera-visita-gratis.nospace {
    padding-bottom: 0;
  }

  .container {
    margin-top: 0;
    padding: 20px;
    overflow: hidden;
  }

  .container.up {
    z-index: 2;
  }

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

  .container.blogpost {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container.financiacion {
    margin-top: 0;
    padding-top: 40px;
  }

  .container.content-tenerife {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container.facebook {
    padding-top: 20px;
    display: none;
  }

  .container.template {
    padding-top: 80px;
  }

  .half-motivos, .div-block-17 {
    flex-direction: column;
    height: auto;
    display: flex;
  }

  .container-paciente {
    align-items: center;
    height: 280px;
    margin-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-tratatmientos {
    background-color: #0000;
    margin-top: 40px;
    display: block;
  }

  .left-icon {
    opacity: .5;
    color: var(--dark-grey);
    margin-right: 10px;
    font-size: 1.5rem;
    top: -140px;
  }

  .right-arrow {
    width: 40px;
    height: 40px;
    inset: auto 0% 0 auto;
  }

  .right-arrow.center {
    margin-top: 0;
    margin-bottom: 0;
    top: 46%;
    bottom: 54%;
  }

  .left-arrow {
    width: 40px;
    height: 40px;
    margin-top: 0;
    margin-bottom: 0;
    inset: auto auto 0 0%;
  }

  .left-arrow.center {
    inset: 46% auto 54% 0%;
  }

  .slider-equipo {
    background-color: #0000;
    width: 100%;
    height: 400px;
    margin-top: 40px;
    display: block;
  }

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

  .slide-23 {
    height: 340px;
  }

  .p-left-arrow {
    opacity: .5;
    width: 50px;
    display: block;
  }

  .p-left-arrow:hover {
    opacity: 1;
  }

  .p-right-arrow {
    opacity: .5;
    width: 50px;
    display: block;
  }

  .p-right-arrow:hover {
    opacity: 1;
  }

  .slider-pacientes-movil {
    background-color: var(--dark-grey);
    width: 100%;
    height: auto;
    margin-top: 40px;
    display: block;
  }

  .left-icon-arrow, .right-icon-arrow {
    width: 20px;
    height: 20px;
    font-size: 1rem;
  }

  .mobile-navigation {
    z-index: 101;
    width: 100%;
    height: 60px;
    position: fixed;
    inset: auto auto 0% 0%;
    overflow: visible;
    box-shadow: 0 0 20px #0006;
  }

  .mobile-menu-button {
    z-index: 101;
    background-color: var(--dark-slate-grey);
    cursor: pointer;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
    box-shadow: 0 0 16px #00000052;
  }

  .hamburguer-part {
    background-color: #fff;
    width: 25px;
    height: 3px;
  }

  .mobile-menu-container {
    z-index: 999;
    background-color: var(--brown);
    color: #0000;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 16px 6px #0000005c;
  }

  .mobile-navigation-container {
    color: #0000;
  }

  .mobile-menu-toggle {
    background-color: var(--brown);
    color: var(--old-lace);
    text-align: center;
    border-bottom: 1px solid #f1ebdb26;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.7rem;
    transition: all .5s ease-in-out;
    display: inline-block;
    position: static;
  }

  .mobile-menu-toggle:hover {
    background-color: var(--steel-blue-2);
    color: var(--white);
    font-style: normal;
  }

  .mobile-menu-toggle:active {
    color: #c37503;
  }

  .mobile-menu-toggle:focus {
    color: #fff;
    background-color: #6e6e6e;
  }

  .mobile-menu-toggle.w--current:hover {
    background-color: var(--steel-blue-2);
  }

  .p-left-icon {
    color: var(--dark-grey);
    margin-left: 10px;
    font-size: 1.5rem;
  }

  .p-right-icon {
    color: var(--dark-grey);
    margin-right: 10px;
    font-size: 1.5rem;
    display: block;
  }

  .dolor-dientes {
    margin-top: 48px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .background {
    height: 250%;
  }

  .mini-line._60, .mini-line._60.blue {
    margin-top: 10px;
  }

  .hero-text {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-text.relative {
    margin-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .hero-text.tratamientos {
    width: 100%;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    top: 30%;
    left: 0;
    right: 0;
  }

  .hero-text.molestias {
    top: 0;
  }

  .hero-text.financiacion {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  ._2-columns {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-grey {
    padding-top: 0;
  }

  .article._20 {
    margin-left: 0;
  }

  .section-urgencias {
    flex-flow: column wrap-reverse;
  }

  .container-text {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link.contacto {
    text-align: left;
    font-weight: 300;
  }

  .content-container {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .seguros-dentales {
    display: block;
  }

  .seguros-dentales.footer {
    margin-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .implantes-dentales {
    margin-top: 80px;
    padding-top: 0;
  }

  .youtube, .youtube.implante {
    margin-bottom: 20px;
  }

  .youtube.ortodoncia-autoligable {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .estetica-dental.coronas {
    margin-top: 80px;
    padding-left: 0;
  }

  .hero-section {
    margin-top: 0;
  }

  .hero-section.estetica {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .slider-hero-page {
    width: 100%;
    height: 240px;
    position: static;
  }

  .arrows {
    padding-top: 80px;
  }

  .primera-visita {
    margin-bottom: 60px;
    padding-bottom: 20px;
  }

  .slider-hero-full {
    height: 640px;
  }

  .hero-tratamientos {
    height: 640px;
    margin-top: 0;
  }

  .container-tratamiento {
    padding-left: 20px;
    padding-right: 20px;
  }

  .ortodoncia {
    padding-top: 70px;
  }

  .tratamiento-periodoncia, .odontologia-conservadora {
    margin-top: 0;
    padding-top: 70px;
  }

  .banner.obturaciones {
    height: 120px;
  }

  .banner.reconstrucciones, .banner.coronas-dentales {
    background-size: cover;
    height: 120px;
  }

  .banner.all-on-4 {
    height: 180px;
  }

  .banner.protesis-anterior {
    height: 120px;
  }

  .banner.sellado {
    background-size: cover;
    height: 120px;
  }

  .banner.incrustaciones, .banner.lesiones {
    height: 120px;
  }

  .banner.philips-zoom, .banner.blanqueamiento-dental {
    height: 180px;
  }

  .banner.aditamentos, .banner.injerto-oseo {
    height: 120px;
  }

  .seccion-estetica-dental {
    margin-top: 0;
    padding-top: 70px;
  }

  .seccion-implantes-dentales {
    padding-top: 70px;
  }

  .div-block-21 {
    flex-direction: column;
  }

  .column-6 {
    height: auto;
  }

  .seccion-endodoncia {
    padding-top: 70px;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-24 {
    margin-top: 20px;
    padding-bottom: 40px;
  }

  .column-8, .somos-look-dental {
    padding-top: 20px;
  }

  .div-block-25 {
    height: 160px;
  }

  .text-span-8 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .galeria-de-fotos-ibiza {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 0;
  }

  .laboratorio {
    z-index: 1;
    padding-top: 70px;
  }

  .image-16 {
    display: block;
  }

  .foto---articulo {
    flex-direction: column;
    justify-content: flex-start;
  }

  .div-block-28 {
    width: 100%;
    height: 240px;
  }

  .div-block-29 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-17 {
    width: 100%;
    inset: auto 0% 0% auto;
  }

  .tarjeta-empresas {
    margin-top: 0;
  }

  .precios-empresas {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seccion-tarjeta-look-dental {
    margin-top: 0;
  }

  .text-span-10 {
    text-shadow: none;
    font-size: 1rem;
    font-weight: 400;
  }

  .div-block-35, .image-18 {
    width: 100%;
  }

  .div-block-36 {
    margin-top: 20px;
    padding-top: 20px;
    padding-right: 20px;
  }

  .list.legal {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .div-block-37 {
    flex-direction: column;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-19 {
    position: static;
  }

  .body.prehome {
    padding-top: 60px;
  }

  .div-block-38 {
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
    display: flex;
  }

  .image-20 {
    margin-left: 0;
    position: static;
  }

  .div-block-39 {
    width: 80%;
  }

  .presupuesto {
    padding-left: 20px;
    padding-right: 20px;
  }

  .seccion-contacto {
    margin-top: 0;
  }

  .direccion-ibiza, .horarios-tenerife {
    padding-left: 0;
    padding-right: 0;
  }

  .horarios-ibiza {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .datos-de-contacto {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .datos-de-contacto.footer {
    align-items: center;
    margin-bottom: 0;
  }

  .rrss-bold-container {
    justify-content: space-around;
    padding-left: 10px;
    padding-right: 10px;
  }

  .formulariocontacto {
    width: 94%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .seccion-formulario {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .fieldcontacto.email, .fieldcontacto.telefono {
    width: 100%;
  }

  .div-block-41 {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .navegacion {
    display: none;
  }

  .clinica {
    font-size: 1.4rem;
  }

  .fixed-rrss-ibiza {
    z-index: 101;
    justify-content: space-around;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-link {
    box-shadow: 0 0 30px -5px #000;
  }

  .hero-tenerife {
    margin-top: 0;
  }

  .text-wrapper {
    display: none;
  }

  .galeria-de-fotos-tenerife {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .blog {
    height: 8%;
    min-height: 480px;
    margin-top: 0;
    padding: 70px 20px 20px;
  }

  .collection-list-wrapper {
    margin-top: 20px;
  }

  .recent-list {
    padding-bottom: 0;
  }

  .collection-item {
    width: 100%;
    max-width: none;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .blogpost-wrapper {
    background-color: var(--white);
    min-height: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .blogpost-wrapper:hover {
    background-color: var(--white);
    transform: none;
  }

  .hero-blog {
    background-position: 0%;
  }

  .hero-blog.categories {
    background-position: 0%;
    background-attachment: scroll;
    height: 360px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .intro.categories {
    justify-content: center;
    align-self: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    top: 205px;
    bottom: auto;
  }

  .hero-blog-post {
    margin-top: 0;
    padding-top: 70px;
  }

  .hero-post {
    background-position: 50% 100%;
    background-size: cover;
    height: 180px;
  }

  .category-list, .hero-cita-ibiza {
    display: none;
  }

  .div-block-45 {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    position: static;
    left: 0;
    right: 0;
  }

  .financiacion-ibiza, .tarjeta-fidelizacion {
    padding-left: 0;
    padding-right: 0;
  }

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

  .recent-item {
    width: 100%;
    max-width: none;
  }

  .recent-list-wrapper {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-16, .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-22 {
    align-self: center;
    width: 100%;
    max-width: none;
  }

  .equipo {
    padding-top: 60px;
  }

  .equipo.tenerife {
    padding-bottom: 0;
    display: block;
    top: 0;
  }

  .grid-ibiza {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: none;
  }

  .hero-cita-tenerife {
    height: 180px;
    margin-top: 0;
    display: block;
  }

  .citaonlinetenerife {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fieldform {
    width: 100%;
    margin-bottom: 10px;
  }

  .form-container {
    flex-direction: column;
  }

  .form-container.horizontal {
    flex-direction: row;
  }

  .email {
    width: 100%;
  }

  .tenerife {
    display: none;
  }

  .column-18, .column-19 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-24 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-bottom: 20px;
    display: flex;
  }

  .columns-10 {
    flex-flow: column;
    height: auto;
  }

  .image-23 {
    align-self: center;
    max-width: none;
    margin-top: 20px;
  }

  .reserva {
    margin-top: 0;
  }

  .cobertura-sanitaria {
    padding-top: 40px;
  }

  .div-block-50 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .llamar {
    color: #fff;
    background-color: #000;
    align-items: center;
    width: 80%;
    height: 60px;
    font-family: Josefin Sans, sans-serif;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: auto auto 0% 0%;
  }

  .div-block-51 {
    border: 1px solid var(--silver);
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
    transition: background-color .35s;
    display: flex;
  }

  .div-block-51:hover {
    background-color: #ffffff5c;
  }

  .text-block-183 {
    font-weight: 400;
  }

  .sensibilidad-dental {
    padding-top: 40px;
  }

  .container-5 {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .brand-mobile {
    background-color: var(--dark-grey);
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 60px;
    display: flex;
  }

  .protesis-dental {
    width: 100%;
  }

  .nuestras-instalaciones {
    background-image: url('../images/01-slide-home-tenerife_1.avif');
    background-position: 50%;
    background-size: cover;
    width: 100%;
  }

  .button-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pagination {
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 10px;
  }

  .blog-content {
    margin-top: 20px;
  }

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

  .selector-button {
    text-transform: uppercase;
    border: 0 #fff0;
    width: 100%;
    font-weight: 500;
    display: block;
  }

  .instalaciones {
    padding-top: 60px;
  }

  .cookies-table {
    grid-template-columns: 1fr;
  }

  .cookies-table._5 {
    grid-template-columns: .5fr 1fr;
  }

  .table-h1-title {
    text-align: left;
  }

  .table-h1-title.mobile {
    display: block;
  }

  .table-h1-title.small {
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .table-h2-title {
    text-align: left;
  }

  .table-h2-title.mobile {
    display: block;
  }

  .legal-bar {
    margin-bottom: 20px;
  }

  .buttoncontacto {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: .8rem;
  }

  .checkbox-label {
    color: var(--old-lace);
  }

  .column-28, .column-29 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-52 {
    z-index: 101;
    background-color: var(--dark-slate-grey);
    cursor: pointer;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    height: 60px;
    padding-top: 17px;
    padding-bottom: 17px;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
    box-shadow: 0 0 16px #00000052;
  }

  .div-block-53 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: auto;
    height: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

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

  .formcontacto {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .section-2 {
    background-color: var(--black);
  }

  .whatsapp-link {
    z-index: 999;
    inset: auto 5px 80px auto;
  }

  .wa-still {
    opacity: .25;
    transition: opacity .2s;
  }

  .wa-still:hover {
    opacity: 1;
  }

  .search {
    margin-top: 0;
  }

  .hero-search {
    z-index: 2;
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
  }

  .search-list {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .searchpost-wrapper {
    background-color: var(--white);
  }

  .searchpost-wrapper:hover {
    background-color: var(--white);
    transform: none;
  }

  .buscar {
    z-index: 90;
    box-shadow: none;
    align-self: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .search-input {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .search-button {
    background-size: 16px 16px;
    right: 20px;
  }

  .search-wrapper {
    height: auto;
    padding: 10px;
  }

  .aviso {
    flex-direction: column;
    flex: 1;
    align-items: center;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    position: fixed;
    top: 48px;
  }

  .aviso-text {
    background-color: #0000;
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
    position: static;
  }

  .aviso-button {
    border-bottom: 3px solid var(--white);
    margin: 20px auto;
    transition-property: all;
    transition-duration: .35s;
  }

  .aviso-button:hover {
    background-color: var(--white);
    border-radius: 4px;
  }

  .search-result-wrapper {
    margin-top: 24px;
  }

  .flex {
    flex-direction: column;
  }

  .advise {
    height: 130px;
    padding-left: 40px;
    padding-right: 20px;
  }

  .text-advise {
    margin-top: 20px;
  }

  .navidad-der {
    inset: 0% 0% auto auto;
  }

  .navidad-izq {
    inset: 0% auto auto 0%;
  }

  .clinic-selector {
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }

  .logos-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-self: center;
    width: 100%;
  }

  .logo-eu {
    object-fit: scale-down;
    height: 40px;
  }

  .select {
    display: inline;
  }

  .rich-text-blog {
    font-size: 1rem;
  }

  .gracias-hero {
    background-position: 50%;
    margin-top: 70px;
  }

  .gracias-wrapper {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    top: 60px;
    left: auto;
  }

  .ratoncitoperez {
    max-width: 100%;
  }

  .mask-tratamientos {
    z-index: auto;
  }

  .categories-list-wrapper.categories {
    margin-top: 40px;
  }

  .heading-h5, .heading-h6 {
    text-transform: uppercase;
    font-family: Josefin Sans, sans-serif;
  }

  .section.clinicas {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .clinica-wrapper {
    background-color: #f5f2edd9;
    align-items: center;
    width: 100%;
  }

  .card-clinica {
    width: 100%;
  }

  .body-2 {
    padding-top: 60px;
  }
}

#w-node-_2e9a9f2c-9bb0-4099-a84d-3f4ae693cd26-3d0617ea, #w-node-_297f81b2-03c3-6e96-f5b7-9a93b2020f6e-3d0617ea, #w-node-_9a01ccce-23a6-b4aa-9b9c-1fedef04a533-3d0617ea, #w-node-bee40fe9-a7ae-78db-a6ca-8b030f20cab1-3d0617ea, #w-node-_64141ffb-75ed-e469-acea-72ba93aaae13-3d0617ea, #w-node-fe3174df-ad0c-076f-5ff6-0c7cde73cbb1-3d0617ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_511629e9-ef27-5ef2-6c04-06b04a5beded-4a5bedeb {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start center;
}

#w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedef-4a5bedeb {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedf8-4a5bedeb {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-ff0fbd35-5758-2669-4109-630402225a05-4a5bedeb {
  grid-area: 4 / 1 / 5 / 4;
  justify-self: center;
}

#w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed75-7994ed73 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start;
}

#w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed77-7994ed73 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed7e-7994ed73 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed8b-7994ed73 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed9e-7994ed73 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-a8cb18e4-db62-46c1-613b-951bb9e092b3-b9e092b1 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start stretch;
}

#w-node-a8cb18e4-db62-46c1-613b-951bb9e092b5-b9e092b1 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-a8cb18e4-db62-46c1-613b-951bb9e092bc-b9e092b1 {
  grid-area: 1 / 2 / 3 / 3;
  place-self: start center;
}

#w-node-af15ca7a-767d-d7c9-f487-474b514a9bd3-b9e092b1 {
  grid-area: 3 / 3 / 4 / 4;
  align-self: end;
}

#w-node-a8cb18e4-db62-46c1-613b-951bb9e092c9-b9e092b1 {
  grid-area: 2 / 3 / 3 / 4;
  justify-self: stretch;
}

#w-node-a8cb18e4-db62-46c1-613b-951bb9e092dc-b9e092b1 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3a9b-a14d3a99 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: start stretch;
}

#w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3a9d-a14d3a99 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: start;
}

#w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3aa4-a14d3a99 {
  grid-area: 1 / 2 / 4 / 3;
  place-self: start center;
}

#w-node-_5a919130-894e-2d27-a504-c6089047ffa8-a14d3a99 {
  grid-area: 4 / 3 / 5 / 4;
  place-self: center stretch;
}

#w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ab1-a14d3a99 {
  grid-area: 2 / 3 / 4 / 4;
  justify-self: start;
}

#w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ac4-a14d3a99 {
  grid-area: 4 / 1 / 5 / 3;
}

#w-node-_7c984d36-38b7-4a17-a54c-28ecb9f2f228-a14d3a99 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-bbb50968-1b60-6a97-1c15-754ad3758b4e-340617fc {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_557e448a-37b4-4d78-b8bf-786416dc0566-340617fc {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_913ec59c-8a02-792d-ef28-8b5eb5f88742-340617fc {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_325d41be-3831-cefe-5268-0aa1781f8cbd-340617fc {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-d25483b2-c8c9-55f4-d358-66c30d51f4f4-340617fc {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_14cce898-a224-e56e-2909-03bfa23e509d-340617fc {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_4a61f093-f665-f84f-2c6b-beb1831a2437-340617fc {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_0e5a735c-5b58-b9ee-8412-9ee1c9d5039c-340617fc {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_4b961867-4302-1f29-db7c-98d6853fe789-340617fc {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d7eee7c8-f4fe-2976-73e3-0236e133547c-340617fc {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-aba6f615-ee6e-64eb-3402-9dcb0567a660-340617fc {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_5cecbca5-f87c-86f6-ed5d-9462fca684c8-340617fc {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-bf2085b2-c279-a08d-e365-9383ba0f3e85-340617fc {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47af-390618f9 {
  place-self: center;
}

#w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47b1-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47b3-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47b5-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47b7-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47b9-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47bb-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47bd-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47bf-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47c1-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47c3-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47c5-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47c7-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47c9-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47cb-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47cd-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47cf-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47d1-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47d3-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47d5-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47d7-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47d9-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47db-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47dd-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47df-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47e1-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47e3-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47e5-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47e7-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47e9-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47eb-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47ed-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47ef-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47f1-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47f3-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47f5-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47f7-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47f9-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47fb-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47fd-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb47ff-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4801-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4803-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4805-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4807-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4809-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb480b-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb480d-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb480f-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4811-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4813-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4815-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4817-390618f9, #w-node-_6ba1ec0a-9200-2b2e-8c23-750ac0cb4819-390618f9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_97402de6-f894-37f5-4d1a-e16a248f895d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8965-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f896d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8975-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f897d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8985-cd4a9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_97402de6-f894-37f5-4d1a-e16a248f8a22-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8a2b-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8a34-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8a3b-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8a42-cd4a9c9c {
  justify-self: center;
}

#w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b903-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b90b-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b913-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b91b-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b923-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b92b-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4042-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c404a-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4052-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c405a-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4062-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c406a-cd4a9c9c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_75ad32b4-89ff-893a-a924-e3382d497ef2-ff1f4ecb {
  place-self: center;
}

#w-node-_75ad32b4-89ff-893a-a924-e3382d497ef4-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497ef6-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497ef8-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497efa-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497efc-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497efe-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f00-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f02-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f04-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f06-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f08-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f0a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f0c-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f0e-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f10-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f12-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f14-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f16-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f18-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f1a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f1c-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f1e-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f20-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f22-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f24-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f26-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f28-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f2a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f2c-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f2e-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f30-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f32-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f34-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f36-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f38-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f3a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f3c-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f3e-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f40-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f42-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f44-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f46-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f48-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f4a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f4c-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f4e-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f50-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f52-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f54-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f56-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f58-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f5a-ff1f4ecb, #w-node-_75ad32b4-89ff-893a-a924-e3382d497f5c-ff1f4ecb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2e9a9f2c-9bb0-4099-a84d-3f4ae693cd26-3d0617ea, #w-node-_9a01ccce-23a6-b4aa-9b9c-1fedef04a533-3d0617ea, #w-node-bee40fe9-a7ae-78db-a6ca-8b030f20cab1-3d0617ea, #w-node-_64141ffb-75ed-e469-acea-72ba93aaae13-3d0617ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5beded-4a5bedeb {
    grid-area: 1 / 1 / 2 / 3;
    place-self: start center;
  }

  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedef-4a5bedeb {
    grid-area: 2 / 1 / 4 / 2;
    align-self: start;
  }

  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedf8-4a5bedeb {
    grid-area: 2 / 2 / 4 / 3;
    place-self: start center;
  }

  #w-node-ff0fbd35-5758-2669-4109-630402225a05-4a5bedeb {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed75-7994ed73 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed77-7994ed73 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed7e-7994ed73 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed8b-7994ed73 {
    grid-area: 2 / 3 / 3 / 4;
    align-self: start;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092b3-b9e092b1 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092b5-b9e092b1 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092bc-b9e092b1 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start center;
  }

  #w-node-af15ca7a-767d-d7c9-f487-474b514a9bd3-b9e092b1 {
    grid-area: 3 / 3 / 4 / 4;
    align-self: end;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3a9b-a14d3a99 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3a9d-a14d3a99 {
    grid-area: 2 / 1 / 3 / 2;
    align-self: start;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3aa4-a14d3a99 {
    grid-area: 2 / 2 / 3 / 3;
    place-self: start center;
  }

  #w-node-_5a919130-894e-2d27-a504-c6089047ffa8-a14d3a99 {
    align-self: end;
  }

  #w-node-_97402de6-f894-37f5-4d1a-e16a248f895d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f896d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8975-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f897d-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b903-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b913-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b91b-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b923-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4042-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4052-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c405a-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4062-cd4a9c9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2e9a9f2c-9bb0-4099-a84d-3f4ae693cd26-3d0617ea, #w-node-_297f81b2-03c3-6e96-f5b7-9a93b2020f6e-3d0617ea, #w-node-_9a01ccce-23a6-b4aa-9b9c-1fedef04a533-3d0617ea, #w-node-bee40fe9-a7ae-78db-a6ca-8b030f20cab1-3d0617ea, #w-node-_64141ffb-75ed-e469-acea-72ba93aaae13-3d0617ea, #w-node-fe3174df-ad0c-076f-5ff6-0c7cde73cbb1-3d0617ea {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5beded-4a5bedeb {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedf8-4a5bedeb {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-ff0fbd35-5758-2669-4109-630402225a05-4a5bedeb {
    grid-area: 3 / 1 / 4 / 2;
    justify-self: center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed75-7994ed73 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed77-7994ed73 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed7e-7994ed73 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed8b-7994ed73 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed9e-7994ed73 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092b3-b9e092b1 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092bc-b9e092b1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-af15ca7a-767d-d7c9-f487-474b514a9bd3-b9e092b1 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092c9-b9e092b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092dc-b9e092b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3a9b-a14d3a99 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: start center;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3aa4-a14d3a99 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-_5a919130-894e-2d27-a504-c6089047ffa8-a14d3a99 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: end center;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ab1-a14d3a99 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ac4-a14d3a99 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_0db6e638-0354-9021-a473-809b070c2c24-ff061870 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2530dd20-be8f-36e6-1cd0-0f33611aaa63-ff061870 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a110674b-630e-5edf-7fe2-958a6ea04c89-ff061870 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3dfd23bd-8b87-955a-f5d3-3cf99631b9ab-ff061870 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_50eb4305-d543-3ac6-35b7-251a9fc628e7-ff061870 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_31374cea-40cf-ce41-3c00-3faf894e96b3-ff061870, #w-node-_97402de6-f894-37f5-4d1a-e16a248f895d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8965-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f896d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8975-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f897d-cd4a9c9c, #w-node-_97402de6-f894-37f5-4d1a-e16a248f8985-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b903-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b90b-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b913-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b91b-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b923-cd4a9c9c, #w-node-_8e446882-8f8c-79d7-96a8-e0e46ba8b92b-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4042-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c404a-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4052-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c405a-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c4062-cd4a9c9c, #w-node-beb76cbc-410a-6ed7-b32e-a6e7534c406a-cd4a9c9c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0db6e638-0354-9021-a473-809b070c2c24-55e028f0 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2530dd20-be8f-36e6-1cd0-0f33611aaa63-55e028f0 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a110674b-630e-5edf-7fe2-958a6ea04c89-55e028f0 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3dfd23bd-8b87-955a-f5d3-3cf99631b9ab-55e028f0 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_50eb4305-d543-3ac6-35b7-251a9fc628e7-55e028f0 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_31374cea-40cf-ce41-3c00-3faf894e96b3-55e028f0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0db6e638-0354-9021-a473-809b070c2c24-a7b1fdd7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2530dd20-be8f-36e6-1cd0-0f33611aaa63-a7b1fdd7 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a110674b-630e-5edf-7fe2-958a6ea04c89-a7b1fdd7 {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_3dfd23bd-8b87-955a-f5d3-3cf99631b9ab-a7b1fdd7 {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_50eb4305-d543-3ac6-35b7-251a9fc628e7-a7b1fdd7 {
    grid-area: 4 / 2 / 5 / 3;
  }

  #w-node-_31374cea-40cf-ce41-3c00-3faf894e96b3-a7b1fdd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_511629e9-ef27-5ef2-6c04-06b04a5bedf8-4a5bedeb, #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed7e-7994ed73 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed8b-7994ed73 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-f8e966c8-eb96-0191-d2f2-78dc7994ed9e-7994ed73 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092bc-b9e092b1 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092c9-b9e092b1 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-a8cb18e4-db62-46c1-613b-951bb9e092dc-b9e092b1 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3aa4-a14d3a99 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start center;
  }

  #w-node-_5a919130-894e-2d27-a504-c6089047ffa8-a14d3a99 {
    grid-area: 4 / 1 / 5 / 2;
    place-self: end stretch;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ab1-a14d3a99 {
    grid-area: 5 / 1 / 6 / 2;
    justify-self: center;
  }

  #w-node-_7ab0aa9c-d408-534b-8a8f-4b7ea14d3ac4-a14d3a99 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_822ead12-2687-777d-5420-3e70d9c7bf35-ff061870, #w-node-_0db6e638-0354-9021-a473-809b070c2c24-ff061870, #w-node-_822ead12-2687-777d-5420-3e70d9c7bf35-55e028f0, #w-node-_0db6e638-0354-9021-a473-809b070c2c24-55e028f0, #w-node-_822ead12-2687-777d-5420-3e70d9c7bf35-a7b1fdd7, #w-node-_0db6e638-0354-9021-a473-809b070c2c24-a7b1fdd7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


