@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-blue: #002237;
  --light-blue: #c9dbe8;
  --grey: #d5d5d5;
  --light-grey: #f6f6f6;
  --dark-grey: #636261;
  --medium-grey: #edecec;
  --white: white;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.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-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.background-video {
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.section {
  height: auto;
  margin-bottom: 160px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.nav-link-accent {
  color: var(--dark-blue);
  letter-spacing: .25px;
  justify-content: space-between;
  align-items: center;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.nav-link-accent:hover {
  color: var(--light-blue);
}

.button-primary {
  background-color: var(--grey);
  color: var(--dark-blue);
  letter-spacing: 0;
  text-transform: none;
  cursor: pointer;
  border-radius: 64px;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 12px 32px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.button-primary:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.button-primary:active {
  background-color: var(--light-blue);
}

.h1 {
  color: var(--dark-blue);
  min-width: 100%;
  font-family: Switzer, Arial, sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: 110%;
  text-decoration: none;
}

.h1.w--current {
  text-decoration: none;
}

.h1.regular {
  font-weight: 400;
}

.h1.regular.w--current {
  text-decoration: none;
}

.h1.regular.link {
  cursor: pointer;
  font-size: 5em;
}

.h1.regular.link:hover {
  color: var(--light-blue);
}

.div_h1 {
  max-width: none;
  margin-left: 40px;
}

.div_h1.l {
  max-width: 60%;
  margin-left: 40px;
}

.body {
  background-color: var(--light-grey);
  margin-left: 0;
  margin-right: 0;
}

.hero-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-left: 20%;
  margin-right: 40px;
  display: flex;
}

.hero-wrap.nenos, .hero-wrap.servicios {
  margin-bottom: 160px;
}

.h3 {
  color: var(--dark-blue);
  margin-bottom: 48px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.h3.team {
  text-align: left;
  background-image: none;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.h3.blue {
  color: var(--light-blue);
  margin-top: 16px;
  margin-bottom: 0;
  margin-right: 4px;
  font-size: 1.9rem;
  line-height: 110%;
}

.h3.tratamientos {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 1.9rem;
  line-height: 110%;
}

.div-block-3 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  margin-top: 0%;
  margin-bottom: 40px;
  margin-right: 40px;
  display: flex;
}

.paragraph {
  color: var(--dark-blue);
  column-count: auto;
  margin-bottom: 0;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.paragraph.s {
  color: var(--dark-grey);
  text-align: left;
  font-size: 1.3em;
  font-weight: 300;
}

.paragraph.s.dark {
  color: var(--dark-blue);
  margin-bottom: 4px;
}

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

.paragraph.center.grey {
  color: var(--dark-grey);
  max-width: 70%;
  margin-top: 16px;
  margin-bottom: 0;
  font-size: 1.3em;
  font-weight: 300;
}

.paragraph.list {
  margin-bottom: 8px;
}

.paragraph.bold {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 400;
}

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

.paragraph.before {
  margin-top: 80px;
}

.paragraph.before.s {
  color: var(--dark-blue);
  margin-top: 40px;
}

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

.card {
  background-color: var(--grey);
  transform-origin: 50% 0;
  color: var(--dark-blue);
  cursor: pointer;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-left: 24px;
  padding: 2rem;
  display: flex;
}

.card:hover {
  background-color: var(--light-blue);
}

.nav_wrap {
  background-color: #ddd0;
}

.nav_button {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: static;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_4_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_4_line {
  height: var(--thickness);
  width: var(--width);
  background-color: currentColor;
  border-radius: 100vw;
  flex: none;
  margin-left: 20px;
  margin-right: 20px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  transform: rotate(0);
}

.hamburger_embed {
  position: absolute;
}

.nav-bar {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.div-block-5 {
  display: flex;
}

.tratamientos {
  height: auto;
}

.footer {
  z-index: 200;
  background-color: var(--medium-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: static;
}

.container-12 {
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

.hero-section {
  background-color: #0000;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  margin: 80px 0;
  display: flex;
  position: static;
  overflow: hidden;
}

.div-imagen_1-1 {
  background-color: #0000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 40px;
  margin-right: 8px;
  display: flex;
  overflow: visible;
}

.div-imagen_1-1.xl {
  width: 100%;
}

.card_review {
  background-color: var(--white);
  border: 1px solid #dfdeda;
  border-radius: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  width: 440px;
  height: 40vh;
  margin-right: 32px;
  padding: 40px 24px 40px 40px;
  display: flex;
}

.carousel {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.star {
  height: 1.4em;
  margin-left: 0;
  margin-right: 4px;
}

.text-review {
  height: 100%;
}

.name-review {
  color: var(--dark-grey);
  margin-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.div_img_header_nenos {
  background-image: url('../images/clinica-arcade-_2024-16.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.a-block {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 100%;
  height: 90vh;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.a-block.first {
  width: 440px;
  height: 880px;
  margin-left: 0%;
  margin-right: 0;
}

.the-width-400vh-scrollable-div {
  flex-wrap: wrap;
  align-items: center;
  width: 400vh;
  height: 100%;
  display: flex;
  overflow: visible;
}

.the-content {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.team {
  text-align: center;
  background-image: url('../images/team-01.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.team._01 {
  background-position: 50% 0;
  border-radius: 16px;
  height: 80%;
  padding-left: 0;
  padding-right: 0;
}

.team._04 {
  background-image: url('../images/team-04.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.team._02 {
  background-image: url('../images/team-02.jpg');
  height: 80%;
}

.team._03 {
  background-image: url('../images/team-03.jpg');
}

.team._05 {
  background-image: url('../images/team-05.jpg');
}

.the-overflow-hidden-mask {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: static;
  overflow: hidden;
}

.the-height-400vh-section {
  background-color: #0000;
  border-top: 60px #24242417;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 400vh;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: static;
}

.the-height-400vh-section:focus {
  box-shadow: inset 0 0 0 85px #ff00004a;
}

.the-sticky-div {
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.div-text-team {
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.h4 {
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 80px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 400;
}

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

.h4.review {
  margin-bottom: 0;
  margin-left: 0;
}

.h4.centered {
  text-align: center;
  margin-bottom: 40px;
}

.h4.tratamientos {
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 22px;
}

.h4.tratamientos.before {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 80px;
}

.h4.link {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

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

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-rows: minmax(322px, 1fr);
  grid-auto-columns: .25fr;
  width: auto;
  margin: auto 0 auto auto;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.div-block-8 {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 40px 40px 80px;
  display: flex;
}

.text-block-2 {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 40px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.link {
  color: var(--dark-blue);
  -webkit-text-decoration: underline #0000;
  text-decoration: underline #0000;
}

.h2 {
  color: var(--dark-blue);
  font-family: Switzer, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 110%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.h2:hover, .h2.w--current:hover {
  color: var(--light-blue);
}

.h2.link {
  cursor: pointer;
}

.div-block-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 160px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.container-13 {
  justify-content: space-between;
  align-items: flex-start;
  min-width: 100%;
  max-width: 100%;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0 40px;
  display: flex;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.div-block-11 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.xs {
  color: var(--dark-blue);
  margin-right: 32px;
  font-family: Switzer, Arial, sans-serif;
}

.xs.grey:hover {
  color: var(--light-blue);
}

.xs.grey.sin {
  margin-right: 4px;
}

.div_footer_c3 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div_paragraph {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  margin: 0% 40px 80px auto;
  display: flex;
}

.div_paragraph.s {
  width: 60%;
  margin-right: 0;
  padding-right: 40px;
}

.div_title {
  max-width: 1280px;
  margin: 120px auto 80px;
}

.img_end {
  background-image: url('../images/clinica-arcade-_2024-24.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  margin-top: 160px;
  margin-bottom: 0;
  overflow: hidden;
}

.img_end.nenos {
  background-image: url('../images/clinica-arcade-_2024-68.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.img_end.implantes_footer, .img_end.ortodoncia_footer {
  background-image: url('../images/clinica_01.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.img_end.blanq-footer {
  background-image: url('../images/clinica_03.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-13 {
  padding-left: 0;
  display: flex;
}

.section_tecnologia {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-bottom: 160px;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 0;
  display: flex;
}

.h3-_5 {
  color: var(--dark-blue);
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 110%;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.h3-_5:hover {
  color: var(--light-blue);
}

.card_nenos {
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: auto;
  padding: 15% 32px 20%;
  display: flex;
}

.image_card {
  width: 80px;
  max-width: none;
}

.text_card {
  color: var(--dark-blue);
  text-align: center;
  margin-top: 24px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 24px;
}

.section_cards {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  height: auto;
  margin: 0 auto 160px;
  display: flex;
}

.div-wrapper.nenos_01 {
  background-image: url('../images/clinica-arcade-_2024-8.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.nenos-02 {
  background-image: url('../images/clinica-arcade-nenos.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.home-01 {
  background-image: url('../images/clinica-arcade-_2024-26.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 49%;
  height: 60rem;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: flex;
}

.div-wrapper.ortodoncia_01 {
  background-image: url('../images/radiologia.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.ortodoncia-2 {
  background-image: url('../images/clinica-arcade-_2024-26.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.implantes-dentales-01 {
  background-image: url('../images/radiologia.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.implantes-02 {
  background-image: url('../images/clinica-arcade-_2024-24.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.blaq-01 {
  background-image: url('../images/esteticadental.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div-wrapper.blanq_02 {
  background-image: url('../images/clinica-arcade-_2024-26.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 16px;
  width: 48%;
  height: 30rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
}

.div_img_header_clinica {
  background-image: url('../images/clinica-arcade-_2024-20.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.menu {
  z-index: 99;
  transform-origin: 50% 0;
  width: 100vw;
  height: auto;
  margin-top: auto;
  padding-top: 120px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.container_left {
  background-color: var(--medium-grey);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 40px 40px;
  display: flex;
  overflow: hidden;
}

.container_right {
  background-color: var(--light-grey);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  min-width: auto;
  max-width: none;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 80px 0 0;
  display: flex;
  overflow: hidden;
}

.div_navegation {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 80px;
  margin-right: auto;
  display: flex;
}

.google-map {
  background-image: url('../images/mapa_bn_1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  background-color: var(--light-grey);
}

.paragraph_menu {
  color: var(--dark-blue);
  cursor: auto;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 300;
  line-height: 120%;
  text-decoration: none;
}

.paragraph_menu.link {
  cursor: pointer;
}

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

.h4_menu {
  color: var(--dark-blue);
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

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

.div_contact, .div_contacto {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: 160px;
  margin-left: 40px;
  margin-right: auto;
  display: flex;
}

.div-block-15 {
  margin-top: 160px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-16 {
  margin-left: 40px;
  margin-right: 40px;
}

.html-embed {
  height: 3rem;
  position: fixed;
  inset: 0% 0% auto;
}

.section_reviews {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 2rem;
}

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

.animation_wrap {
  margin-top: 9rem;
}

.animation_card_wrap {
  background-color: #0000;
  border-radius: .8rem;
  padding-top: 0;
  padding-bottom: 4rem;
  overflow: hidden;
}

.marquee_panel {
  flex: none;
  padding-left: 2rem;
  padding-right: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
}

.marquee_panel.loop-move-left, .marquee_panel.marquee_item {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--medium-grey);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--medium-grey);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--medium-grey);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--medium-grey);
  background-color: var(--white);
  border-radius: 16px;
  width: 440px;
  height: 40vh;
  margin-right: 32px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: .9rem;
  animation-duration: 20s;
}

.loop-move-left {
  animation-name: loop-move-left;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-play-state: running;
  animation-fill-mode: both;
}

.animation_item {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: column;
  margin-top: 5rem;
  display: flex;
}

.slider-2 {
  border-radius: 16px;
  height: 80vh;
  margin-left: 30%;
  margin-right: 40px;
}

.slide-2 {
  background-image: url('../images/clinica_01.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  height: auto;
}

.slide-3 {
  background-image: url('../images/clinica-arcade-_2024-8.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 16px;
}

.mask {
  border-radius: 16px;
}

.button_plus {
  background-color: var(--grey);
  color: var(--dark-blue);
  cursor: pointer;
  border-radius: 8rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 24px;
  padding: 0;
  display: flex;
}

.button_plus:hover {
  background-color: var(--light-blue);
}

.div_textotratamiento {
  display: flex;
}

.div_popup {
  max-width: 50%;
}

.div_popup.l {
  flex-flow: column;
  max-width: none;
  display: flex;
}

.div_img {
  background-image: url('../images/esteticadental.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 70vh;
  margin-bottom: 80px;
  margin-left: auto;
}

.div_img._02 {
  background-image: url('../images/Ortodoncia.jpg');
}

.div_img._03 {
  background-image: url('../images/Endodoncia.jpg');
}

.div_img._04 {
  background-image: url('../images/Periodoncia.jpg');
}

.div_img._05 {
  background-image: url('../images/Implantologia.jpg');
}

.div_img._06 {
  background-image: url('../images/radiologia.jpg');
}

.div_title_tratamiento {
  width: 60%;
  margin-bottom: 80px;
  margin-right: auto;
}

.nav_wrap-copy {
  z-index: 80;
  background-color: #ddd0;
  align-self: center;
  position: static;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: auto;
  width: auto;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-block-19 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button_close {
  background-color: var(--grey);
  color: var(--dark-blue);
  cursor: pointer;
  border-radius: 8rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-left: 24px;
  padding: 0;
  display: flex;
  transform: rotate(45deg);
}

.button_close:hover {
  background-color: var(--light-blue);
}

.div-block-20 {
  width: 70%;
  margin-left: auto;
}

.grid_nenos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(322px, 1fr);
  width: auto;
  margin: 0 0 60px auto;
  padding-left: 0;
  padding-right: 0;
}

.text_wrapper {
  overflow: hidden;
}

.div_tratamiento-_card {
  border: 1px solid var(--medium-grey);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
  margin: 8px;
  padding: 24px 32px;
  display: flex;
}

.container_tratamientos {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  display: grid;
}

.section_popup_01, .section_popup_02, .section_popup_03, .section_popup_04, .section_popup_05, .section_popup_06 {
  background-color: var(--white);
  width: 80%;
  height: auto;
  margin: 32px 0 0 auto;
  padding: 32px 40px 160px;
  display: block;
  position: static;
}

.banner-cookies {
  z-index: 4;
  background-color: #161616;
  margin-bottom: 16px;
  margin-right: 16px;
  padding: 16px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.text-block-7 {
  color: var(--light-grey);
}

.link-2 {
  color: var(--light-grey);
  margin-left: 4px;
}

.form {
  z-index: 99;
  transform-origin: 50% 0;
  width: 100vw;
  height: auto;
  margin-top: auto;
  padding-top: 120px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.animations_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 6rem;
}

.pi_animation {
  background-color: #2a2a2a;
  justify-content: space-between;
  align-items: flex-end;
  height: 20rem;
  padding: 3rem;
  display: flex;
  transform: perspective(200px)perspective(200px)perspective(200px);
}

.text_bold {
  font-weight: 700;
}

.description_2-4 {
  font-size: 2.4rem;
}

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

.main-image-cover {
  border-radius: 16px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.split-word {
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: .3px;
  text-transform: uppercase;
  column-count: auto;
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  font-family: Switzer, Arial, sans-serif;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  display: flex;
}

.split-word.s {
  color: var(--dark-grey);
  text-align: left;
  font-size: 21px;
  font-weight: 300;
}

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

.split-word.center.grey {
  color: var(--dark-grey);
  max-width: 70%;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 300;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 80px;
  display: flex;
}

.div-block-31 {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_objetivo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
  padding-bottom: 5%;
  display: flex;
}

.word-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-20 {
  align-self: center;
  width: 38rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.div-block-32 {
  flex-flow: wrap;
  order: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 24px;
  display: flex;
}

.div-block-33 {
  width: 80%;
  margin-left: auto;
  margin-right: 0;
}

.div_content {
  width: 100%;
  margin: 0 0 0 auto;
  display: flex;
}

.div_content.spacing {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-3-copy {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: 0%;
  margin-bottom: 40px;
  margin-right: auto;
  display: flex;
}

.icon, .icon-2 {
  display: none;
}

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

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

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

.left-arrow, .right-arrow {
  display: block;
}

.div_content_02 {
  width: 70%;
  margin: 0 40px 80px 0;
}

.div_content_02.spacing {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}

.div_content_02._32 {
  width: auto;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.div_content_02.margin {
  margin-bottom: 0;
  margin-left: 0;
}

.div_card_tratamientos {
  border: 1px solid var(--medium-grey);
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  height: 100%;
  margin: 8px;
  padding: 24px 32px;
  display: flex;
}

.section_tratamientos {
  padding-left: 40px;
  padding-right: 40px;
}

.section_tratamientos.after {
  margin-bottom: 160px;
}

.section-_hero {
  height: auto;
  margin-bottom: 160px;
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.section_team {
  margin-bottom: 160px;
}

.section_clinica {
  margin-top: 0;
  margin-bottom: 160px;
  margin-left: 40px;
}

.div_h1_hero {
  max-width: none;
  margin-left: 40px;
  margin-right: 40px;
}

.div_h1_hero.l {
  max-width: 60%;
  margin-left: 40px;
}

.img_end_nenos {
  background-image: url('../images/clinica-arcade-_2024-68.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 70vh;
  margin-top: 160px;
  margin-bottom: 0;
  overflow: hidden;
}

.div_content_equipo {
  width: 100%;
  margin: 40px 0 80px auto;
}

.div_content_equipo.spacing {
  width: 100%;
  margin: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-34 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div_img_header_tratamientos {
  background-image: url('../images/clinica-arcade-tratamientos.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.div-block-35 {
  width: 49%;
  height: 100%;
  margin-right: auto;
}

.main-container {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.section_content-wrapper {
  width: 100%;
}

.marquee_component {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.marquee_item {
  border: 1px solid var(--medium-grey);
  background-color: var(--white);
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 390px;
  height: auto;
  margin-bottom: 72px;
  margin-right: 0;
  padding: 40px 2rem 80px;
  display: flex;
  position: relative;
}

.marquee_item.first {
  width: 390px;
  height: auto;
  margin-right: 0;
}

.main-container-2 {
  max-width: 90rem;
  padding: 8rem 6rem;
}

.main-container-2.cc-marquee {
  max-width: none;
  padding: 12rem 0;
}

.infinite-marquee_list {
  display: flex;
}

.infinite-marquee_item {
  flex: none;
  margin-right: 2em;
}

.section-3.cc-infinite-marquee {
  background-color: #fdfdfd;
  min-height: 100vh;
  overflow: hidden;
}

.marquee_list-wrapper {
  display: flex;
}

.marquee_item-content-wrapper {
  flex-flow: column;
  width: auto;
  display: flex;
}

.div_tratamientos_home {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.div_link_review {
  cursor: pointer;
  margin-top: 80px;
  margin-left: 0;
  display: flex;
}

.preloader {
  z-index: 99999999;
  transform-origin: 50% 0;
  background-color: #18181800;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-23 {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
}

.preload_heading {
  color: #f8f6f3;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 100px;
  font-weight: 500;
  line-height: 80px;
}

.preload_text {
  color: var(--light-blue);
  text-align: center;
  margin-bottom: 8px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 20px;
}

.preload_text_s {
  opacity: .6;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 13px;
}

.preloader-mask {
  z-index: -1;
  background-color: var(--dark-blue);
  transform-origin: 50% 0;
  position: absolute;
  inset: 0%;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.code-embed {
  border-radius: 16px;
  overflow: hidden;
}

.wrap-video {
  border-radius: 16px;
  width: auto;
  height: auto;
  overflow: hidden;
}

.background-video-2 {
  border-radius: 16px;
  width: 100%;
  height: 55rem;
  overflow: hidden;
}

.img_wrapper_home_footer {
  margin-top: 0;
  overflow: hidden;
}

.testimonials-t8 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.slide-wrapper-t8 {
  border-radius: 4px;
  flex-direction: column;
  align-items: center;
  max-width: 250px;
  margin: 25px 25px 78px;
  padding: 30px 12px;
  display: flex;
  box-shadow: 5px 5px 20px #cecece;
}

.testimonials-wrapper-t8 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.mask-t8 {
  width: 390px;
  margin-right: 0;
  overflow: visible;
}

.slide-nav-t8 {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: flex;
}

.right-arrow-t8 {
  background-color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% 200px;
}

.quote-t8 {
  color: #777;
  text-align: center;
}

.slider-t8 {
  background-color: #0000;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  display: flex;
  overflow: hidden;
}

.user-picture-t8 {
  border-radius: 100px;
  margin-top: 15px;
  box-shadow: 1px 1px 3px #bbb;
}

.left-arrow-t8 {
  background-color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 200px 0% 0%;
}

.testimonials-wrapper {
  border-radius: 0;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin: 20px auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.user-name-t8 {
  margin-top: 12px;
  font-weight: 700;
}

.slide-testimonials {
  width: 390px;
  margin-left: 0;
  margin-right: 40px;
}

.link_maps {
  cursor: pointer;
  margin-top: 32px;
  margin-left: 0;
}

.image-21 {
  width: 48px;
}

.slide-7 {
  background-image: url('../images/clinica-arcade-_2024-8.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 16px;
}

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

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

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

.link-block {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.bold-text {
  letter-spacing: .5px;
  text-transform: uppercase;
}

.div-block-38 {
  order: 1;
  justify-content: flex-start;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.section__container {
  width: 100%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

.section-5 {
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}

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

.splide.splide--team {
  display: flex;
}

.splide__slide {
  flex: none;
  width: 25%;
}

.main {
  overflow: hidden;
}

.splide__arrow {
  background-color: #0000;
  background-image: url('../images/fiurstcheck--arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1em;
  border: 1px solid #cbb8af;
  border-radius: 100px;
  width: 5.625em;
  height: 5.625em;
}

.splide__arrow.splide__arrow--style {
  display: none;
}

.global_text-color--silver {
  color: #cbb8af;
}

.splide__track {
  width: 100%;
}

.global_display--none {
  display: none;
}

.layout-grid {
  grid-row-gap: 4.6875em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.splide__arrows {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 66.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 5em;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.splide__item {
  background-color: #0000;
  border-radius: 0;
  flex: none;
  width: 40vw;
  height: 85vh;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.splide__item.first {
  width: 40vw;
  height: 85vh;
  margin-left: 10%;
  margin-right: 40px;
}

.splide__item-content {
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.heading {
  color: var(--dark-blue);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 120%;
}

.splide__item-bio {
  color: var(--dark-grey);
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 120%;
}

.testimonials-team {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.team-wrapper {
  border-radius: 0;
  align-items: center;
  width: 90%;
  max-width: none;
  margin: 0 auto 20px;
  padding-top: 0;
  padding-bottom: 40px;
}

.team-t8 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.slide-team {
  width: 100%;
  margin-left: 0;
  margin-right: 54px;
}

.slide-nav-tean {
  justify-content: center;
  align-items: center;
  font-size: 10px;
  display: block;
}

.left-arrow-tean {
  background-color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 200px 0% 0%;
}

.right-arrow-tean {
  background-color: var(--grey);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  inset: auto 0% 0% 0;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.6;
}

.paragraph-regular.text-color-gray-600 {
  color: #525252;
}

.team-slide-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.team-slider {
  background-color: #0000;
  height: 100%;
  overflow: hidden;
}

.team-slider-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.icon-large {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.team-title-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 432px;
  margin-bottom: 96px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-slide-link {
  color: #b8b8b8;
  transition: opacity .3s;
}

.team-slide-link:hover {
  color: #000;
}

.overline {
  color: #000;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.team-slide {
  margin-right: 32px;
}

.team-member-image-wrapper {
  transform-origin: 50% 0;
  border-radius: 16px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 520px;
  display: flex;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-member-details {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  display: flex;
}

.h6-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.team-slider-trigger {
  background-image: linear-gradient(90deg, #fff0, var(--light-grey) 100%, white);
  width: 38%;
  transition: opacity .3s;
  inset: 0% 0% 0% auto;
}

.team-slider-trigger:hover {
  opacity: .5;
}

.team-slider-trigger.left {
  background-image: linear-gradient(270deg, #fff0, var(--light-grey) 100%, white);
  inset: 0% auto 0% 0%;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.8;
}

.paragraph-large.text-color-gray-600 {
  color: #525252;
}

.team-divider {
  background-color: #e0e0e0;
  width: 50%;
  height: 1px;
}

.h2-heading {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 1.2;
}

.team-slider-mask {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.team-member-description {
  padding: 8px;
}

.slide-nav-hidden {
  display: none;
}

.container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.h2-heading-2 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 64px;
  display: grid;
}

.section-regular {
  padding: 72px 5%;
  position: relative;
}

.section-regular.background-yellow {
  background-color: #0000;
  padding-top: 0;
  padding-bottom: 0;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.gallery-slide-nav {
  justify-content: flex-start;
  align-items: center;
  height: 32px;
  padding-top: 8px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.gallery-slide-nav.center {
  opacity: .2;
  left: auto;
}

.gallery-slide {
  width: 100%;
  margin-right: 0;
}

.css-embed {
  display: none;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.gallery-slider-large {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 64px;
  display: flex;
}

.gallery-large-mask {
  overflow: hidden;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gallery-slider-button-small {
  color: var(--dark-grey);
  background-color: #0000;
  border: 2px #23272f;
  border-radius: 20px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.gallery-slider-button-small:hover {
  background-color: var(--light-blue);
  transform: translate(0);
}

.gallery-slider-button-small.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-slider-button-small.gallery-button-left {
  box-shadow: none;
  background-color: #0000;
  border-style: none;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  transition-property: none;
  right: 40px;
}

.gallery-slider-button-small.gallery-button-left:hover {
  background-color: var(--light-blue);
}

.gallery-image-large {
  aspect-ratio: 10.8 / 5.6;
  border-radius: 16px;
  overflow: hidden;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.testimonal-slide {
  margin-right: 40px;
}

.testimonial-icon-wrapper {
  background-color: #f3f4f6;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.paragraph-regular-2 {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.icon-large-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.section-regular-2 {
  padding: 92px 5%;
  position: relative;
}

.section-regular-2.background-off-white {
  background-color: #f6f5f3;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

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

.max-width-small {
  max-width: 400px;
}

.testimonial-link-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.testimonial-slider-left {
  background-color: #0000;
  width: 100%;
  max-width: 512px;
  height: auto;
  margin-right: auto;
  position: static;
}

.testimonial-slider-button-top {
  color: var(--dark-grey);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: -13px 0% auto auto;
}

.testimonial-slider-button-top:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.testimonial-slider-button-top.left {
  top: -13px;
  right: 52px;
}

.testimonial-mask-small {
  overflow: visible;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.testimonial-title-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 64px;
  padding-right: 104px;
  display: grid;
}

.icon-regular {
  color: var(--light-blue);
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-star {
  color: #f4d452;
  background-color: #0000;
  border-radius: 100%;
}

.max-width-regular {
  width: 100%;
  max-width: 510px;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.testimonal-rating-wrapper {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 4px;
  display: flex;
}

.button-ghost-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.button-ghost-small:hover {
  color: #000;
}

.paragraph-small {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.paragraph-small.text-weight-semibold {
  font-weight: 600;
}

.title-caption {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #454f5f;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.row-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

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

.testimonial-avatar {
  background-color: #f3f4f6;
  border: 1.5px solid #dce0e5;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  display: flex;
  overflow: hidden;
}

.hide {
  display: none;
}

.icon-large-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.testimonial-card-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border: 1px solid #dce0e5;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

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

.testimonial-slider-button-top-2 {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: 32px 0% auto auto;
}

.testimonial-slider-button-top-2:hover {
  color: #fff;
  background-color: #5e53a2;
}

.testimonial-slider-button-top-2.left {
  right: 52px;
}

.icon-regular-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.slider-button {
  color: #95a1b2;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: all .3s;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider-button:hover {
  background-color: var(--light-blue);
  color: var(--dark-blue);
}

.slider-button.left {
  inset: auto 52px 0% auto;
}

.container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-regular-3 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-3.background-yellow {
  background-color: #fdf9ed;
}

.gallery-slide-2 {
  width: 100%;
  margin-right: 24px;
}

.gallery-large-mask-2 {
  overflow: hidden;
}

.icon-x-small-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gallery-slider-button-small-2 {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  inset: -96px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-2:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-2.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-slider-button-small-2.gallery-button-left {
  right: 40px;
}

.gallery-image-large-2 {
  aspect-ratio: 10.8 / 5.6;
  border-radius: 12px;
  overflow: hidden;
}

.image-cover-3 {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.section_nenos02 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  height: auto;
  margin: 160px auto;
  display: flex;
}

.div_link_tratamientos {
  cursor: pointer;
  margin-top: 80px;
  margin-left: 0;
  display: flex;
}

.section-regular-4 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-4.background-yellow {
  background-color: #fdf9ed;
}

.gallery-large-mask-3 {
  overflow: hidden;
}

.icon-x-small-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gallery-slider-button-small-3 {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  inset: -96px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-3:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-3.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-slider-button-small-3.gallery-button-left {
  right: 40px;
}

.gallery-image-large-3 {
  aspect-ratio: 10.8 / 5.6;
  border-radius: 12px;
  overflow: hidden;
}

.section-regular-5 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-5.background-yellow {
  background-color: #fdf9ed;
}

.gallery-large-mask-4 {
  overflow: hidden;
}

.icon-x-small-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.gallery-slider-button-small-4 {
  color: #fff;
  background-color: #23272f;
  border: 2px solid #23272f;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 8px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: absolute;
  inset: -96px 0% auto auto;
  overflow: hidden;
  box-shadow: 0 0 12px -2px #fe5b2500, 0 0 12px -2px #a355f700, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-4:hover {
  box-shadow: 0 0 12px -2px #fe5b25, 0 0 12px -2px #a355f7, 0 0 4px 2px #23272e3d, inset 0 2px 2px #ffffff3d;
}

.gallery-slider-button-small-4.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.gallery-slider-button-small-4.gallery-button-left {
  right: 40px;
}

.gallery-image-large-4 {
  aspect-ratio: 10.8 / 5.6;
  border-radius: 12px;
  overflow: hidden;
}

.section-regular-6 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-6.background-yellow {
  background-color: #fdf9ed;
  display: none;
}

.gallery-large-mask-5 {
  overflow: hidden;
}

.politica_privacidad {
  width: auto;
  max-width: 900px;
  margin-bottom: 160px;
  margin-left: auto;
  margin-right: auto;
}

.h4_terminos {
  color: var(--dark-blue);
  letter-spacing: .5px;
  text-transform: none;
  margin-top: 24px;
  margin-bottom: 16px;
  font-family: Switzer, Arial, sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 110%;
}

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

.h4_terminos.review {
  margin-bottom: 0;
  margin-left: 0;
}

.h4_terminos.centered {
  text-align: center;
  margin-bottom: 40px;
}

.h4_terminos.tratamientos {
  margin-top: 20px;
  margin-bottom: 16px;
  font-weight: 400;
  line-height: 22px;
}

.h4_terminos.tratamientos.before {
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 80px;
}

.h4_terminos.link {
  color: var(--dark-grey);
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: underline;
}

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

.h4_terminos.caps {
  text-transform: uppercase;
  margin-top: 80px;
}

.cookies {
  width: auto;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.firma {
  order: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: 48px;
  margin-right: 32px;
  display: flex;
}

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

.div_img_header_ortodoncia {
  background-image: url('../images/esteticadental.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.div_img_header_imlpantes {
  background-image: url('../images/Implantologia.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.div_img_header_blanq {
  background-image: url('../images/Periodoncia.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

.div_img_header_injertos {
  background-image: url('../images/Opengraph-tratamientos.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 16px;
  width: 100%;
  height: 50rem;
}

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

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

.link-4.w--current, .link-5, .link-6 {
  color: var(--dark-grey);
}

.img_end_footer {
  background-image: url('../images/clinica-arcade-_2024-24.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  height: 100vh;
  margin-top: 120px;
  margin-bottom: 0;
  overflow: hidden;
}

.img_end_footer.nenos {
  background-image: url('../images/clinica-arcade-_2024-68.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.img_end_footer.implantes_footer, .img_end_footer.ortodoncia_footer {
  background-image: url('../images/clinica_01.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.img_end_footer.blanq-footer {
  background-image: url('../images/clinica_03.jpg');
  border-radius: 16px;
  height: 80vh;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.link-7, .link-8, .link-9, .link-10, .link-11, .link-12, .bold-text-3, .bold-text-4 {
  color: var(--dark-grey);
}

.section_home_desc {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1360px;
  height: auto;
  margin: 20px auto 0;
  display: flex;
}

.bold-text-5, .link-13, .link-14, .link-15, .link-16 {
  color: var(--dark-grey);
}

@media screen and (min-width: 1920px) {
  .background-video {
    width: 90%;
  }

  .button-primary {
    background-color: var(--grey);
    color: var(--dark-blue);
  }

  .h1 {
    min-width: auto;
    max-width: 1280px;
    margin-left: 0;
    margin-right: auto;
    font-size: 8em;
    font-weight: 300;
    line-height: 100%;
  }

  .h1.regular.link:hover, .h1.regular.link.w--current:hover {
    color: var(--light-blue);
  }

  .div_h1 {
    max-width: none;
    margin-left: 0;
  }

  .div_h1.l, .div_h1.l.margin {
    max-width: none;
    margin-left: 0%;
  }

  .hero-wrap {
    border-radius: 16px;
    justify-content: center;
    align-items: flex-end;
    width: 60rem;
    height: auto;
    margin-left: 40%;
    margin-right: 0;
    overflow: hidden;
  }

  .hero-wrap.nenos {
    width: auto;
    margin-left: 30%;
    margin-right: 0;
  }

  .hero-wrap.servicios {
    width: auto;
    max-width: 1280px;
    height: auto;
    margin-left: 20%;
    margin-right: 0%;
  }

  .hero-wrap.clinica {
    width: auto;
    max-width: 1280px;
    height: auto;
    margin-left: 20%;
    margin-right: auto;
  }

  .h3.blue {
    margin-right: 8px;
  }

  .div-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin: 0% auto 40px 0;
  }

  .paragraph {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .paragraph.s {
    margin-left: 0;
  }

  .paragraph.center.grey {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.bold {
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: 0;
    font-weight: 400;
  }

  .nav-bar {
    margin-left: 0%;
    margin-right: 0%;
  }

  .footer {
    padding-left: 10%;
    padding-right: 10%;
  }

  .a-block {
    width: 25vw;
  }

  .a-block.first {
    width: 25vw;
    margin-left: 0%;
  }

  .team._01 {
    padding-left: 0;
  }

  .the-height-400vh-section {
    margin-top: 0;
  }

  .div-text-team {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 1.3em;
  }

  .h4.review {
    margin-left: 0%;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    padding-top: 80px;
  }

  .text-block-2 {
    font-size: 1.6em;
  }

  .h2:hover {
    color: var(--dark-blue);
  }

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

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

  .div-block-11 {
    justify-content: center;
    align-items: flex-end;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .div_paragraph {
    width: 60%;
    margin-bottom: 0;
    margin-right: 0%;
  }

  .div_paragraph.s {
    margin-bottom: 0;
    padding-right: 0;
  }

  .div_title {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1280px;
    height: auto;
    margin: auto auto 160px;
    display: flex;
  }

  .img_end {
    background-position: 50% 0;
    height: 100vh;
    margin-top: 0;
  }

  .img_end.nenos, .img_end.implantes_footer, .img_end.ortodoncia_footer, .img_end.blanq-footer {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section_tecnologia {
    max-width: 1260px;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 160px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .card_nenos {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    padding-bottom: 20%;
    padding-left: 0;
    padding-right: 0;
  }

  .section_cards {
    margin-top: 160px;
  }

  .div-wrapper.nenos_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.nenos-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 40px;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.home-01 {
    background-image: url('../images/clinica-arcade-_2024-26.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 40vw;
    height: 75vh;
    margin-left: auto;
    margin-right: 0%;
    padding-right: 0;
  }

  .div-wrapper.ortodoncia_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.ortodoncia-2 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 40px;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.implantes-dentales-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.implantes-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 40px;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.blaq-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 0%;
    margin-right: 0%;
    padding-right: 40px;
  }

  .div-wrapper.blanq_02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 48%;
    height: 60vh;
    margin-left: 40px;
    margin-right: 0%;
    padding-right: 40px;
  }

  .menu {
    display: none;
  }

  .container_left {
    padding-left: 10%;
  }

  .header {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_reviews {
    margin-left: 0%;
  }

  .slider-2 {
    border-radius: 16px;
    width: 60%;
    height: 45rem;
    margin-left: 30%;
    margin-right: 0%;
    overflow: hidden;
  }

  .slide-2 {
    background-image: url('../images/clinica_01.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    height: auto;
    overflow: visible;
  }

  .slide-3 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .mask {
    border-radius: 16px;
    height: 45rem;
    overflow: hidden;
  }

  .div_img {
    background-image: url('../images/esteticadental.jpg');
  }

  .div_img._03 {
    background-image: url('../images/Endodoncia.jpg');
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: .75fr .75fr .75fr;
    margin: 80px 0% auto;
    padding-left: 0;
    padding-right: 0;
  }

  .grid_nenos {
    grid-template-columns: .75fr .75fr .75fr;
    width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .text_wrapper {
    margin-bottom: 20px;
  }

  .div_tratamiento-_card {
    width: 100%;
    max-width: none;
  }

  .container_tratamientos {
    width: 30%;
    max-width: none;
  }

  .section_popup_01 {
    padding-left: 80px;
    padding-right: 10%;
    display: block;
  }

  .section_popup_02 {
    padding-left: 80px;
    padding-right: 10%;
  }

  .section_popup_03 {
    padding-left: 80px;
    padding-right: 10%;
    display: block;
  }

  .section_popup_04, .section_popup_05, .section_popup_06 {
    padding-left: 80px;
    padding-right: 10%;
  }

  .banner-cookies, .form {
    display: none;
  }

  .split-word {
    color: var(--dark-blue);
  }

  .section_objetivo {
    margin-bottom: 80px;
  }

  .image-20 {
    width: 36rem;
  }

  .div-block-32 {
    flex-flow: row;
  }

  .div_content {
    margin-top: 0;
    margin-bottom: 80px;
    display: flex;
  }

  .div-block-3-copy {
    width: 100%;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .left-arrow, .right-arrow {
    display: block;
  }

  .div_content_02 {
    width: 70%;
    margin: 0 30% 0 0%;
  }

  .div_content_02._32 {
    width: auto;
    margin-top: 160px;
    margin-left: 0%;
    margin-right: 30%;
  }

  .div_content_02.margin {
    margin-bottom: 180px;
  }

  .section_tratamientos {
    height: auto;
    margin-bottom: 80px;
  }

  .section_tratamientos.after {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-_hero {
    max-width: 1280px;
    margin-bottom: 160px;
    margin-left: auto;
    margin-right: auto;
  }

  .section_clinica {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
  }

  .div_h1_hero {
    max-width: none;
    margin-left: 0;
  }

  .img_end_nenos {
    background-image: url('../images/clinica-arcade-_2024-68.jpg');
    background-position: 50% 0;
  }

  .div_content_equipo.spacing {
    max-width: 1280px;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .div-block-34 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-35 {
    margin-right: auto;
    padding-right: 80px;
  }

  .marquee_item {
    width: 400px;
    height: auto;
  }

  .marquee_item.first {
    width: 400px;
    height: 400px;
    margin-right: 32px;
  }

  .div_tratamientos_home {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .wrap-video {
    transform-origin: 50%;
    width: 60rem;
    height: 60rem;
    transform: none;
  }

  .background-video-2 {
    overflow: hidden;
  }

  .img_wrapper_home_footer {
    height: 70vh;
    margin-top: 160px;
    padding-bottom: 30%;
    overflow: hidden;
  }

  .section-4 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .mask-t8 {
    width: 400px;
    padding-right: 0;
  }

  .right-arrow-t8:hover {
    background-color: var(--light-blue);
  }

  .slider-t8 {
    width: auto;
    margin-bottom: 0;
    overflow: hidden;
  }

  .left-arrow-t8:hover {
    background-color: var(--light-blue);
  }

  .slide-testimonials {
    width: 400px;
    margin-right: 80px;
  }

  .link_maps {
    margin-top: 16px;
    margin-left: 0;
  }

  .slide-7 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
  }

  .splide__item {
    width: 25vw;
  }

  .splide__item.first {
    width: 25vw;
    margin-left: 10%;
  }

  .splide__item-content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 24px;
  }

  .testimonials-team {
    max-width: none;
    margin-left: 0%;
    margin-right: 0;
  }

  .team-wrapper {
    width: 100%;
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .team-t8 {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-team {
    width: 25vw;
    margin-right: 80px;
  }

  .left-arrow-tean:hover, .right-arrow-tean:hover {
    background-color: var(--light-blue);
  }

  .team-slider-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-regular.background-yellow {
    background-color: #0000;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .gallery-slide-nav.center {
    opacity: .2;
    color: #95a1b2;
    border: 1px #000;
  }

  .icon-x-small {
    color: var(--dark-grey);
  }

  .gallery-slider-button-small {
    box-shadow: none;
    color: var(--dark-grey);
    background-color: #0000;
    border-style: none;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin-left: 8px;
    margin-right: 0;
    padding: 0;
    transition-property: none;
    inset: auto 0% 0% auto;
    overflow: visible;
  }

  .gallery-slider-button-small:hover {
    background-color: var(--light-blue);
    box-shadow: none;
  }

  .gallery-slider-button-small.gallery-button-left {
    border-top-style: none;
    border-top-color: var(--grey);
    border-right-style: none;
    border-right-color: var(--grey);
    border-bottom-style: none;
    border-bottom-color: var(--grey);
    border-left-style: none;
    border-left-color: var(--grey);
    box-shadow: none;
    color: var(--dark-grey);
    background-color: #0000;
    border-radius: 100px;
    width: 48px;
    height: 48px;
    margin-right: 24px;
    overflow: visible;
  }

  .gallery-slider-button-small.gallery-button-left:hover {
    background-color: var(--light-blue);
  }

  .gallery-slider-button-small.left {
    margin-right: 24px;
    right: 40px;
  }

  .image-cover-2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .testimonal-slide {
    color: #0000;
    border: 1px solid #0000;
  }

  .testimonial-card {
    border-color: var(--medium-grey);
    border-radius: 16px;
    padding-bottom: 56px;
  }

  .section-regular-2.background-off-white {
    background-color: #0000;
    overflow: hidden;
  }

  .container-large {
    overflow: visible;
  }

  .testimonial-slider-button-top {
    background-color: #0000;
  }

  .testimonial-slider-button-top:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .testimonial-slider-button-top.left {
    background-color: #0000;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
  }

  .testimonial-slider-button-top.left:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .testimonial-mask-small {
    color: #0000;
    border: 1px solid #0000;
  }

  .icon-regular {
    color: var(--light-blue);
  }

  .column-large, .row-regular.row-center {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .slider-button {
    background-color: #0000;
    inset: auto 0% 0% auto;
  }

  .slider-button:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .slider-button.left {
    background-color: #0000;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: ease;
    inset: auto 40px 0% auto;
  }

  .slider-button.left:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .section_nenos02 {
    margin-top: 160px;
  }

  .section-regular-5.background-yellow {
    background-color: #0000;
  }

  .politica_privacidad {
    width: auto;
    max-width: 900px;
    margin-bottom: 160px;
    margin-right: auto;
  }

  .h4_terminos {
    text-transform: none;
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.3em;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
  }

  .h4_terminos.review {
    margin-left: 0%;
  }

  .bold-text-2 {
    text-transform: uppercase;
  }

  .cookies {
    width: auto;
    max-width: 900px;
    margin-right: auto;
  }

  .firma {
    justify-content: space-between;
    align-items: center;
    height: 48px;
    margin-right: 32px;
  }

  .img_end_footer {
    background-position: 50% 0;
    height: 100vh;
    margin-top: 0;
  }

  .img_end_footer.nenos, .img_end_footer.implantes_footer, .img_end_footer.ortodoncia_footer, .img_end_footer.blanq-footer {
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section_home_desc {
    margin-top: 160px;
  }
}

@media screen and (max-width: 991px) {
  .background-video {
    border-radius: 0;
    width: 100%;
    height: 60vh;
  }

  .nav-link-accent, .button-primary {
    font-size: 1.6em;
    line-height: 120%;
  }

  .h1 {
    font-size: 5em;
    line-height: 110%;
  }

  .div_h1 {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div_h1.l {
    max-width: 70%;
  }

  .hero-wrap {
    margin-left: 0%;
    margin-right: 0;
  }

  .h3.blue, .h3.tratamientos {
    font-size: 1.7rem;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.center.grey {
    max-width: none;
    font-size: 1.4em;
  }

  .paragraph.bold {
    margin-bottom: 8px;
  }

  .div_img_header_nenos {
    border-radius: 0;
    height: 70vh;
  }

  .a-block {
    width: 55vw;
    height: 70vh;
    margin-left: 0;
    margin-right: 0;
  }

  .a-block.first {
    width: 55vw;
    height: 70vh;
    margin-left: 80px;
    margin-right: 16px;
    overflow: visible;
  }

  .team._01 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .team._02 {
    padding-left: 0;
    padding-right: 0;
  }

  .the-overflow-hidden-mask {
    height: 86%;
  }

  .the-sticky-div {
    height: 90vh;
  }

  .h4 {
    margin-bottom: 40px;
  }

  .grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 16px;
    margin-left: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-8 {
    padding-top: 60px;
  }

  .text-block-2 {
    margin-top: 32px;
  }

  .div-block-9 {
    margin-left: 0;
  }

  .container-13 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .xs {
    order: -1;
    margin-right: 16px;
  }

  .div_paragraph {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0%;
  }

  .div_paragraph.s {
    width: 100%;
    margin-left: auto;
  }

  .div_title {
    margin-top: 80px;
  }

  .img_end {
    height: 60vh;
    margin-top: 40px;
  }

  .img_end.nenos, .img_end.implantes_footer, .img_end.ortodoncia_footer, .img_end.blanq-footer {
    border-radius: 0;
    height: 50vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_tecnologia {
    height: auto;
    margin-bottom: 160px;
    padding-bottom: 0;
  }

  .card_nenos {
    justify-content: center;
    align-items: center;
    height: 30vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text_card {
    text-align: center;
    font-size: 1.6em;
    line-height: 110%;
  }

  .div-wrapper.nenos_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-left: 0;
    margin-right: 40px;
  }

  .div-wrapper.nenos-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-right: 0;
  }

  .div-wrapper.home-01 {
    background-image: url('../images/clinica-arcade-_2024-26.jpg');
    background-position: 50%;
    background-size: cover;
    width: 60%;
    height: 67vh;
    margin-left: auto;
    margin-right: 0;
  }

  .div-wrapper.ortodoncia_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-left: 0;
    margin-right: 40px;
  }

  .div-wrapper.ortodoncia-2 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-right: 0;
  }

  .div-wrapper.implantes-dentales-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-left: 0;
    margin-right: 40px;
  }

  .div-wrapper.implantes-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-right: 0;
  }

  .div-wrapper.blaq-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-left: 0;
    margin-right: 40px;
  }

  .div-wrapper.blanq_02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 49%;
    height: 40vh;
    margin-right: 0;
  }

  .div_img_header_clinica {
    border-radius: 0;
    height: 70vh;
  }

  .header {
    margin-bottom: 80px;
  }

  .div-block-15 {
    margin-right: 40px;
  }

  .marquee_panel.loop-move-left, .marquee_panel.marquee_item {
    border-color: var(--medium-grey);
  }

  .slider-2 {
    margin-left: 40px;
  }

  .slide-2 {
    background-image: url('../images/clinica_01.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
  }

  .slide-3 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
  }

  .div_popup {
    max-width: 100%;
  }

  .div_img {
    height: 50vh;
  }

  .div_title_tratamiento {
    width: 80%;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: .75fr .75fr;
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    width: 80%;
  }

  .grid_nenos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div_tratamiento-_card {
    max-width: none;
  }

  .section_popup_01, .section_popup_02, .section_popup_03, .section_popup_04, .section_popup_05, .section_popup_06 {
    display: none;
  }

  .banner-cookies {
    z-index: 1;
  }

  .main-image-cover {
    border-radius: 0;
    width: 100vw;
    height: 60vh;
  }

  .split-word.center.grey {
    max-width: none;
    font-size: 1.4em;
  }

  .word-wrapper {
    max-width: 70%;
  }

  .image-20 {
    align-self: flex-start;
    width: 70%;
    padding-bottom: 8px;
  }

  .div-block-32 {
    flex-flow: row;
    order: -1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .div_content {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 64px;
    margin-right: 40px;
  }

  .div_content.spacing {
    margin-bottom: 0;
  }

  .div-block-3-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div_content_02 {
    margin-right: 40px;
  }

  .div_content_02.spacing {
    margin-bottom: 0;
  }

  .section-_hero {
    margin-bottom: 160px;
  }

  .section_clinica {
    margin-right: 40px;
  }

  .div_h1_hero {
    max-width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div_h1_hero.l {
    max-width: 70%;
  }

  .img_end_nenos {
    height: 60vh;
    margin-top: 40px;
  }

  .div_content_equipo {
    margin-right: 40px;
  }

  .div_content_equipo.spacing {
    flex-flow: column;
    margin-bottom: 64px;
  }

  .div-block-34 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
  }

  .div_img_header_tratamientos {
    border-radius: 0;
    height: 70vh;
  }

  .div-block-35 {
    margin-right: 24px;
  }

  .main-container-2 {
    padding: 6rem 4rem;
  }

  .div_tratamientos_home {
    width: 100%;
    margin-left: 0;
    margin-right: 40px;
    padding-left: 0;
  }

  .preload_heading {
    margin-bottom: 8px;
    font-size: 72px;
    line-height: 70px;
  }

  .preload_text {
    font-size: 16px;
  }

  .wrap-video {
    border-radius: 0;
    width: 100vw;
    height: 60vh;
  }

  .background-video-2 {
    width: 100%;
  }

  .img_wrapper_home_footer {
    height: 50vh;
    margin-top: 80px;
  }

  .testimonials-t8 {
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-wrapper-t8 {
    max-width: 100%;
  }

  .right-arrow-t8:hover, .left-arrow-t8:hover {
    background-color: var(--light-blue);
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-21 {
    order: -1;
  }

  .slide-7 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
  }

  .div-block-38 {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-right: 0;
  }

  .section-5 {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

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

  .splide__item {
    width: 55vw;
    height: 70vh;
    margin-left: 16px;
    margin-right: 16px;
  }

  .splide__item.first {
    width: 55vw;
    height: 70vh;
    margin-left: 80px;
    margin-right: 16px;
    overflow: visible;
  }

  .testimonials-team {
    max-width: 100%;
  }

  .team-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-top: 0;
  }

  .team-t8 {
    padding-left: 0;
    padding-right: 0;
  }

  .left-arrow-tean:hover, .right-arrow-tean:hover {
    background-color: var(--light-blue);
  }

  .team-slider-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-slider-trigger {
    width: 20%;
  }

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

  .section-regular.background-yellow {
    padding-bottom: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .gallery-image-large {
    aspect-ratio: auto;
    width: 100%;
    height: 520px;
    overflow: hidden;
  }

  .image-cover-2 {
    height: 100%;
  }

  .section-regular-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-regular-2.background-off-white {
    overflow: hidden;
  }

  .testimonial-slider-left {
    max-width: 80%;
  }

  .testimonial-slider-button-top, .testimonial-slider-button-top.left {
    color: var(--dark-grey);
    top: -13px;
  }

  .testimonial-title-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .section_nenos02 {
    margin-top: 0;
  }

  .politica_privacidad {
    width: auto;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .h4_terminos {
    margin-bottom: 40px;
  }

  .cookies {
    width: auto;
    max-width: none;
    margin-left: 40px;
    margin-right: 40px;
  }

  .div_img_header_ortodoncia, .div_img_header_imlpantes, .div_img_header_blanq, .div_img_header_injertos {
    border-radius: 0;
    height: 70vh;
  }

  .img_end_footer {
    height: 60vh;
    margin-top: 40px;
  }

  .img_end_footer.nenos, .img_end_footer.implantes_footer, .img_end_footer.ortodoncia_footer, .img_end_footer.blanq-footer {
    border-radius: 0;
    height: 50vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section_home_desc {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5em;
    display: inline-block;
  }

  .button-primary {
    font-size: 1.5em;
  }

  .div_h1.l {
    max-width: 80%;
  }

  .hero-wrap {
    margin-left: 0%;
  }

  .div-block-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph.s.dark {
    font-size: 1.2em;
  }

  .footer {
    justify-content: space-between;
    align-items: flex-start;
    height: 100vh;
  }

  .name-review {
    font-size: 14px;
  }

  .div_img_header_nenos {
    border-radius: 0;
    height: 60vh;
  }

  .a-block {
    width: 340px;
    margin-left: 0;
    margin-right: 0;
  }

  .a-block.first {
    width: 65vw;
    height: 70vh;
    margin-left: 40px;
  }

  .h4.review {
    margin-left: 0;
  }

  .h4.link {
    text-align: left;
    margin-bottom: 0;
    margin-right: auto;
  }

  .grid {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h2, .h2.w--current {
    font-size: 3em;
  }

  .div-block-9 {
    margin-bottom: auto;
  }

  .container-13 {
    flex-flow: column;
  }

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0;
  }

  .xs, .xs.grey {
    margin-right: 8px;
  }

  .div_paragraph.s {
    padding-right: 0;
  }

  .img_end.nenos, .img_end.implantes_footer, .img_end.ortodoncia_footer, .img_end.blanq-footer {
    height: 40vh;
  }

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

  .section_cards {
    height: auto;
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-wrapper.nenos_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin: 0 0 24px 0%;
  }

  .div-wrapper.nenos-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .div-wrapper.home-01 {
    background-image: url('../images/clinica-arcade-_2024-26.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 60vh;
    margin: 40px 0 24px;
  }

  .div-wrapper.ortodoncia_01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin: 0 0 24px 0%;
  }

  .div-wrapper.ortodoncia-2 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .div-wrapper.implantes-dentales-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin: 0 0 24px 0%;
  }

  .div-wrapper.implantes-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .div-wrapper.blaq-01 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin: 0 0 24px 0%;
  }

  .div-wrapper.blanq_02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 40vh;
    margin-top: 0;
    margin-left: 0%;
    margin-right: 0;
  }

  .menu {
    display: none;
  }

  .container_left {
    flex-flow: column;
    width: 100%;
  }

  .container_right {
    flex-flow: column;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  .div_contacto {
    margin-bottom: auto;
    margin-left: 0;
  }

  .slider-2 {
    height: 65vh;
    margin-left: 40px;
  }

  .div_img {
    background-image: url('../images/esteticadental.jpg');
  }

  .div_img._03 {
    background-image: url('../images/Endodoncia.jpg');
  }

  .grid-2 {
    flex-flow: column;
    margin-left: 40px;
    display: flex;
  }

  .grid_nenos {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div_tratamiento-_card {
    width: 90%;
  }

  .section_popup_01 {
    width: 90%;
    display: none;
  }

  .section_popup_02, .section_popup_03, .section_popup_04, .section_popup_05, .section_popup_06 {
    display: none;
  }

  .banner-cookies {
    z-index: 999999;
  }

  .split-word {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .image-20 {
    width: 100%;
    margin-bottom: 16px;
    margin-right: 0;
    padding-bottom: 0;
  }

  .div-block-32 {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div_content {
    flex-flow: column;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-3-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div_content_02 {
    width: auto;
    margin-bottom: 60px;
    margin-left: 0;
    margin-right: 0;
  }

  .div_content_02._32 {
    margin-right: auto;
  }

  .section_team {
    margin-bottom: 160px;
  }

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

  .div_content_equipo.spacing {
    flex-flow: column;
    margin-bottom: 90px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div-block-34 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    padding-left: 0;
    padding-right: 0;
  }

  .div_img_header_tratamientos {
    border-radius: 0;
    height: 60vh;
  }

  .div-block-35 {
    width: 100%;
    margin-right: auto;
  }

  .marquee_item {
    width: 340px;
    margin-right: 24px;
  }

  .marquee_item.first {
    margin-right: 0;
  }

  .main-container-2 {
    padding: 4rem 2rem;
  }

  .div_tratamientos_home {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_link_review {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .preload_heading {
    font-size: 50px;
    line-height: 64px;
  }

  .testimonials-t8 {
    padding: 0 0 40px;
  }

  .testimonials-wrapper-t8 {
    max-width: 100%;
  }

  .mask-t8 {
    width: 340px;
  }

  .testimonials-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .slide-testimonials {
    margin-right: 24px;
  }

  .div-block-38 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .splide__slide {
    width: 33.33%;
  }

  .splide__arrow {
    width: 5em;
    height: 5em;
  }

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

  .splide__item {
    width: 65vw;
  }

  .splide__item.first {
    width: 65vw;
    height: 70vh;
    margin-left: 40px;
  }

  .testimonials-team {
    max-width: 100%;
  }

  .team-wrapper {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-t8 {
    padding: 0 0 40px;
  }

  .slide-team {
    margin-right: 48px;
  }

  .team-slider-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .team-slide {
    margin-right: 16px;
  }

  .team-member-image-wrapper {
    height: 620px;
  }

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

  .team-slider-trigger {
    background-image: none;
    width: 10%;
  }

  .team-slider-trigger.left {
    background-image: none;
  }

  .h2-heading {
    font-size: 44px;
  }

  .team-slider-mask {
    width: 80%;
  }

  .h2-heading-2 {
    font-size: 40px;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slide-nav.center {
    margin-left: 80px;
    left: 0;
  }

  .gallery-slide {
    height: 100%;
    margin-right: 0;
  }

  .gallery-large-mask {
    overflow: hidden;
  }

  .gallery-slider-button-small {
    margin-right: 80px;
    inset: auto 0% 0% auto;
  }

  .gallery-slider-button-small.gallery-button-left {
    margin-right: 104px;
  }

  .gallery-image-large {
    width: 100%;
    height: 460px;
    overflow: visible;
  }

  .image-cover-2 {
    width: 100%;
    height: 100%;
  }

  .testimonal-slide {
    margin-right: 32px;
  }

  .container-large {
    overflow: visible;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

  .h3-heading {
    font-size: 40px;
  }

  .testimonial-slider-left {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .testimonial-slider-button-top:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .testimonial-slider-button-top.left:hover {
    background-color: var(--light-blue);
  }

  .testimonial-mask-small {
    width: 90%;
  }

  .testimonial-title-row {
    margin-bottom: 48px;
  }

  .slider-button {
    right: 80px;
  }

  .slider-button:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .slider-button.left {
    right: 140px;
  }

  .slider-button.left:hover {
    background-color: var(--light-blue);
  }

  .section-regular-3 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slider-button-small-2 {
    inset: auto 0% 0% auto;
  }

  .section_nenos02 {
    height: auto;
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .div_link_tratamientos {
    margin-top: 0;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slider-button-small-3 {
    inset: auto 0% 0% auto;
  }

  .section-regular-5 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .gallery-slider-button-small-4 {
    inset: auto 0% 0% auto;
  }

  .section-regular-6 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .h4_terminos {
    margin-bottom: 16px;
  }

  .h4_terminos.review {
    margin-left: 0;
  }

  .h4_terminos.link {
    text-align: left;
    margin-bottom: 0;
    margin-right: auto;
  }

  .firma {
    margin-right: 8px;
  }

  .div_img_header_ortodoncia, .div_img_header_imlpantes, .div_img_header_blanq, .div_img_header_injertos {
    border-radius: 0;
    height: 60vh;
  }

  .img_end_footer.nenos, .img_end_footer.implantes_footer, .img_end_footer.ortodoncia_footer, .img_end_footer.blanq-footer {
    height: 40vh;
  }

  .section_home_desc {
    height: auto;
    margin-top: 40px;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    border-radius: 0;
    width: 100%;
    height: 65vh;
  }

  .section {
    margin-top: 80px;
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link-accent {
    font-size: 1.2em;
  }

  .button-primary {
    background-color: var(--grey);
    color: var(--dark-blue);
    height: 40px;
    padding: 8px 16px;
    font-size: 1.2em;
  }

  .h1 {
    text-transform: none;
    font-size: 3.3rem;
    font-weight: 300;
    line-height: 105%;
  }

  .h1.regular {
    font-size: 3.4em;
  }

  .h1.regular.link {
    cursor: pointer;
    font-size: 3.5em;
  }

  .h1.regular.link:hover {
    color: var(--light-blue);
  }

  .div_h1 {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div_h1.l {
    max-width: 100%;
    margin: 0 0 40px;
  }

  .div_h1.l.margin {
    margin-left: 32px;
    margin-right: 16px;
  }

  .hero-wrap {
    margin-bottom: 80px;
    margin-left: 0%;
    margin-right: 0;
    overflow: visible;
  }

  .hero-wrap.servicios {
    margin-bottom: 80px;
  }

  .h3 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 1.9em;
    line-height: 110%;
  }

  .h3.team {
    height: auto;
    margin-top: 0;
    font-size: 1.8em;
  }

  .h3.blue, .h3.tratamientos {
    font-size: 1.7rem;
  }

  .div-block-3 {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .paragraph.s {
    font-size: 1.3em;
  }

  .paragraph.s.bold {
    color: var(--dark-blue);
    margin-bottom: 8px;
    font-weight: 400;
  }

  .paragraph.m {
    margin-top: 0;
    font-size: 1.5em;
    font-weight: 400;
  }

  .paragraph.bold {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 400;
  }

  .card {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-end;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    padding: 1.3rem;
  }

  .nav_wrap {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
    position: static;
  }

  .nav_button {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .hamburger_4_wrap {
    flex-flow: column;
    align-self: center;
    width: 60%;
    height: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-bar {
    margin-top: 16px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer {
    height: 110vh;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-imagen_1-1 {
    width: 100%;
    margin-top: 32px;
  }

  .card_review {
    border-radius: 16px;
    width: 98vw;
    height: 55vh;
  }

  .name-review {
    font-size: 14px;
  }

  .div_img_header_nenos {
    border-radius: 0;
    height: 65vh;
    margin-left: 0;
    margin-right: 0;
  }

  .a-block {
    width: 100%;
    height: 90vh;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .a-block.first {
    width: 90vw;
    height: 90vh;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 80px;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: visible;
  }

  .the-width-400vh-scrollable-div {
    justify-content: flex-start;
    align-items: flex-end;
    width: 200vh;
  }

  .the-content {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
    overflow: visible;
  }

  .team {
    height: 63vh;
    margin-top: 0;
  }

  .team._01 {
    justify-content: flex-start;
    align-items: flex-start;
    height: 70vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .team._04, .team._02, .team._03 {
    height: 70vh;
    margin-top: 0;
  }

  .team._05 {
    height: 70vh;
  }

  .the-overflow-hidden-mask {
    height: 100%;
    overflow: hidden;
  }

  .the-height-400vh-section {
    height: 200vh;
    margin-top: 0;
    margin-left: 0;
    overflow: visible;
  }

  .the-sticky-div {
    display: block;
    overflow: visible;
  }

  .div-text-team {
    margin-top: 24px;
    margin-left: 8px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 32px;
    overflow: visible;
  }

  .h4 {
    margin-top: 0;
    margin-bottom: 32px;
    font-size: 1.3em;
    line-height: 110%;
  }

  .h4.review {
    margin-left: 0;
  }

  .h4.link {
    color: var(--dark-grey);
    font-size: 1.2em;
    text-decoration: underline;
  }

  .grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .div-block-8 {
    border: 1px solid var(--grey);
    width: 100%;
    height: 45vh;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-2 {
    color: var(--dark-grey);
    text-align: center;
    line-height: 120%;
  }

  .h2 {
    margin-bottom: 4px;
    font-size: 2.6em;
  }

  .h2:hover {
    color: var(--dark-blue);
  }

  .h2.w--current {
    margin-bottom: 4px;
    font-size: 2.6em;
  }

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

  .div-block-9 {
    margin-bottom: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    flex-flow: column;
    margin-bottom: auto;
    padding: 40px 0 0;
  }

  .div-block-10 {
    justify-content: space-between;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-10.sin {
    margin-bottom: 0;
  }

  .div-block-11 {
    flex-flow: column;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-bottom: 32px;
  }

  .xs {
    margin-right: auto;
    padding-right: 16px;
  }

  .xs.grey {
    color: var(--dark-grey);
    order: -1;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .xs.grey.sin {
    padding-right: 0;
  }

  .div_footer_c3 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 0;
    padding-bottom: 16px;
  }

  .div_paragraph {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0%;
  }

  .div_paragraph.s {
    margin-bottom: 0;
    padding-right: 0;
  }

  .div_title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
    padding-bottom: 0;
    display: flex;
  }

  .img_end {
    background-image: url('../images/clinica-arcade-_2024-24.jpg');
    background-position: 50%;
    background-size: cover;
    height: 125%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img_end.nenos, .img_end.implantes_footer, .img_end.ortodoncia_footer, .img_end.blanq-footer {
    background-image: url('../images/clinica-arcade-_2024-68.jpg');
    height: 35vh;
    overflow: visible;
  }

  .div-block-13 {
    padding-left: 0;
  }

  .section_tecnologia {
    height: auto;
    margin: 40px 0 160px;
  }

  .h3-_5 {
    margin-top: auto;
  }

  .card_nenos {
    border: 1px solid #dfdeda;
    justify-content: center;
    align-items: center;
    height: 45vh;
    max-height: 45vh;
    padding: 2.5em 32px 4em;
  }

  .section_cards {
    height: auto;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    width: 100%;
    height: 65vh;
  }

  .div-wrapper.nenos_01 {
    border-radius: 16px;
    height: 30rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-wrapper.nenos-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    border-radius: 16px;
    height: 30rem;
    margin: 40px 0 0;
  }

  .div-wrapper.home-01 {
    border-radius: 16px;
    height: 75vh;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .div-wrapper.ortodoncia_01 {
    border-radius: 16px;
    height: 30rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-wrapper.ortodoncia-2 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    border-radius: 16px;
    height: 30rem;
    margin: 40px 0 0;
  }

  .div-wrapper.implantes-dentales-01 {
    border-radius: 16px;
    height: 30rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-wrapper.implantes-02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    border-radius: 16px;
    height: 30rem;
    margin: 40px 0 0;
  }

  .div-wrapper.blaq-01 {
    border-radius: 16px;
    height: 30rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-wrapper.blanq_02 {
    background-image: url('../images/clinica-arcade-nenos.jpg');
    border-radius: 16px;
    height: 30rem;
    margin: 40px 0 0;
  }

  .div_img_header_clinica {
    background-image: url('../images/clinica-arcade-_2024-20.jpg');
    border-radius: 0;
    height: 65vh;
    margin-left: 0;
    margin-right: 0;
  }

  .menu {
    z-index: 1;
    flex-flow: column;
    width: auto;
    margin-top: 16px;
    padding-top: 0;
    display: none;
    position: relative;
    inset: 0%;
  }

  .container_left {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding-left: 32px;
    padding-right: 32px;
    overflow: visible;
  }

  .container_right {
    flex-flow: column;
    width: 100%;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .div_navegation {
    margin-bottom: 32px;
  }

  .google-map {
    background-image: url('../images/mapa_bn.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .paragraph_menu {
    font-size: 1.3em;
    font-weight: 400;
  }

  .paragraph_menu:hover {
    color: var(--dark-blue);
  }

  .paragraph_menu.link {
    cursor: pointer;
  }

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

  .h4_menu {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .h4_menu.grey {
    margin-bottom: 8px;
    font-size: 1em;
    font-weight: 300;
    line-height: 110%;
  }

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

  .div_contact {
    margin-bottom: 32px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div_contacto {
    justify-content: space-between;
    align-items: flex-start;
    margin: auto 0;
    padding: 16px 0;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
    display: flex;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    height: 50vh;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .html-embed {
    height: auto;
  }

  .section_reviews {
    margin-top: 160px;
    padding-bottom: 0;
  }

  .animation_card_wrap {
    padding-bottom: 0;
  }

  .marquee_panel.loop-move-left, .marquee_panel.marquee_item {
    width: 90vw;
    height: 55vh;
    padding-bottom: 0;
    animation-duration: 10s;
  }

  .slider-2 {
    border-radius: 0;
    width: 100%;
    height: 70vh;
    margin-left: 0%;
  }

  .slide-2 {
    background-image: url('../images/clinica_01.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 0;
    height: 70vh;
  }

  .slide-3 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
  }

  .mask {
    border-radius: 0;
    height: 70vh;
  }

  .button_plus {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 32px;
    height: 32px;
    margin-left: 8px;
    padding: 1.1rem;
    display: flex;
  }

  .div_textotratamiento {
    justify-content: space-between;
    align-items: flex-start;
  }

  .div_popup {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div_popup.l {
    max-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 32px;
  }

  .div_img {
    background-image: url('../images/esteticadental.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 16px;
    height: 70vh;
    margin-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div_img._02 {
    background-image: url('../images/Ortodoncia.jpg');
  }

  .image-7 {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .div_title_tratamiento {
    width: 100%;
  }

  .nav_wrap-copy {
    flex-flow: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    align-items: center;
    padding-left: 0;
    display: block;
  }

  .grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .div-block-19 {
    justify-content: flex-end;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .button_close {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-left: 8px;
    padding: 1.3rem;
    display: flex;
    transform: rotate(-45deg);
  }

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

  .grid_nenos {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text_wrapper {
    margin-bottom: 8px;
  }

  .div_tratamiento-_card {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 16px;
  }

  .container_tratamientos {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .section_popup_01, .section_popup_02, .section_popup_03, .section_popup_04, .section_popup_05, .section_popup_06 {
    background-color: var(--white);
    width: 100%;
    margin: 32px 0 0;
    padding: 40px 32px 80px;
    display: block;
  }

  .banner-cookies {
    z-index: 9999;
    background-color: #002237;
    flex-flow: column;
    max-width: none;
    margin-left: 16px;
    padding-left: 24px;
    padding-right: 10px;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .text-block-7 {
    letter-spacing: .2px;
    font-size: 12px;
    line-height: 20px;
    display: inline;
  }

  .link-2 {
    letter-spacing: .2px;
    margin-left: 0;
    margin-right: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .form {
    z-index: 1;
    flex-flow: column;
    width: auto;
    margin-top: 16px;
    padding-top: 0;
    display: none;
    position: relative;
    inset: 0%;
  }

  .div-block-30 {
    background-color: var(--grey);
  }

  .main-image-cover {
    border-radius: 0;
    width: 100%;
    height: 60em;
    overflow: hidden;
  }

  .split-word {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.4em;
    font-weight: 400;
  }

  .split-word.s {
    font-size: 1.3em;
  }

  .section-2 {
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
    font-family: Switzer, Arial, sans-serif;
    font-size: .8em;
  }

  .div-block-31 {
    margin-left: 32px;
    margin-right: 32px;
    font-size: 1.4em;
    font-weight: 400;
  }

  .section_objetivo {
    height: auto;
    margin-bottom: 120px;
    margin-left: 32px;
    margin-right: 32px;
    font-family: Switzer, Arial, sans-serif;
  }

  .word-wrapper {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 120%;
  }

  .image-20 {
    order: 0;
    width: auto;
    margin: 0 0 16px;
    padding-bottom: 0;
  }

  .div-block-32 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
  }

  .div_content {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .div_content.spacing {
    margin-bottom: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div-block-3-copy {
    width: 100%;
    margin: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .icon, .icon-2 {
    display: none;
  }

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

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

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

  .left-arrow, .right-arrow {
    display: block;
  }

  .div_content_02 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_content_02._32 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .div_content_02.margin {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_card_tratamientos {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section_tratamientos {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .section_tratamientos.after {
    margin-bottom: 160px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-_hero {
    margin: 80px 0 160px;
  }

  .section_team {
    margin-bottom: 160px;
  }

  .section_clinica {
    margin-left: 0;
  }

  .div_h1_hero {
    margin-left: 32px;
    margin-right: 32px;
  }

  .div_h1_hero.l {
    max-width: 100%;
    margin: 0 0 40px;
  }

  .img_end_nenos {
    background-image: url('../images/clinica-arcade-_2024-68.jpg');
    background-position: 50%;
    background-size: cover;
    height: 50vh;
    margin-top: 8rem;
    margin-bottom: 0;
  }

  .div_content_equipo {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .div_content_equipo.spacing {
    height: auto;
    margin-bottom: 80px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
  }

  .div-block-34 {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_img_header_tratamientos {
    border-radius: 16px;
    height: 65vh;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
  }

  .div-block-35 {
    flex-flow: column;
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
    display: flex;
  }

  .marquee_item {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 4rem;
  }

  .marquee_item.first {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 24px;
    margin-right: 24px;
    padding-bottom: 4rem;
  }

  .main-container-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .marquee_item-content-wrapper {
    width: auto;
    height: auto;
  }

  .div_tratamientos_home {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div_link_review {
    z-index: 8888;
    color: var(--dark-grey);
    margin-left: auto;
    margin-right: auto;
    text-decoration: underline;
    position: absolute;
    inset: auto auto 2% 0%;
  }

  .preloader {
    display: none;
  }

  .preload_heading {
    margin-bottom: 16px;
    font-size: 80px;
    font-weight: 500;
    line-height: 68px;
  }

  .preload_text {
    color: var(--light-grey);
    font-size: 22px;
  }

  .preload_text_s {
    color: var(--light-blue);
    letter-spacing: .8px;
  }

  .div-block-37 {
    color: #0000;
  }

  .code-embed {
    aspect-ratio: 1;
    object-fit: cover;
    border-radius: 0;
    width: 100%;
    height: 100%;
    margin-right: 0;
    overflow: clip;
  }

  .wrap-video {
    object-fit: fill;
    border-radius: 0;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
  }

  .play-pause-button {
    overflow: hidden;
  }

  .background-video-2 {
    border-radius: 0;
    height: 75vh;
  }

  .img_wrapper_home_footer {
    height: 75vh;
    margin-top: 160px;
    overflow: hidden;
  }

  .img_wrapper_home_footer.nenos {
    height: 30vh;
  }

  .testimonials-t8 {
    width: 100%;
    padding: 0;
  }

  .testimonials-wrapper-t8 {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .mask-t8 {
    flex: 0 auto;
    width: 100vw;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-t8 {
    justify-content: space-around;
    align-items: flex-start;
    width: auto;
    padding-bottom: 0;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-testimonials {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 16px;
  }

  .link_maps {
    color: var(--dark-grey);
    margin: 16px auto 16px 0;
    text-decoration: underline;
  }

  .image-21 {
    margin-right: 0;
  }

  .slide-7 {
    background-image: url('../images/clinica-arcade-_2024-8.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    border-radius: 16px;
  }

  .div-block-38 {
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
    display: flex;
  }

  .splide__slide {
    width: 50%;
  }

  .splide__arrow {
    width: 4em;
    height: 4em;
  }

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

  .splide__arrows {
    grid-column-gap: 1em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: column;
    justify-content: center;
    margin-top: 1em;
    display: grid;
    position: static;
  }

  .splide__item {
    width: 90vw;
    height: 90vh;
    margin-left: 0;
    margin-right: 80px;
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .splide__item.first {
    width: 90vw;
    height: 90vh;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 80px;
    padding-top: 60px;
    padding-bottom: 0;
    overflow: visible;
  }

  .splide__item-content {
    margin-top: 24px;
    margin-left: 8px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 32px;
    overflow: visible;
  }

  .testimonials-team {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .team-wrapper {
    border-radius: 0;
    width: 100%;
    max-width: none;
    height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-t8 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    padding: 0;
  }

  .slide-team {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .left-arrow-tean {
    left: auto;
  }

  .team-slider-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-member-image-wrapper {
    height: 460px;
  }

  .team-member-details {
    padding-bottom: 0;
    padding-right: 16px;
  }

  .team-slider-trigger {
    display: none;
  }

  .team-slider-mask {
    width: 85%;
    margin-left: 24px;
    margin-right: 0;
  }

  .section-regular.background-yellow {
    padding-bottom: 0;
  }

  .gallery-slide-nav.center {
    margin-left: 24px;
  }

  .gallery-slide {
    margin-right: 0;
  }

  .icon-x-small {
    color: var(--dark-grey);
  }

  .gallery-slider-button-small {
    margin-right: 24px;
  }

  .gallery-slider-button-small.gallery-button-left {
    margin-right: 40px;
  }

  .gallery-image-large {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 460px;
    display: flex;
  }

  .image-cover-2 {
    width: 100%;
    height: 100%;
    transform: none;
  }

  .testimonal-slide {
    margin-right: 16px;
  }

  .testimonial-card {
    border-radius: 16px;
    padding: 24px 24px 56px;
  }

  .section-regular-2.background-off-white {
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonial-slider-left {
    max-width: 100%;
    padding-top: 0;
    position: relative;
  }

  .testimonial-slider-button-top {
    inset: auto 0% 0% auto;
  }

  .testimonial-slider-button-top:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .testimonial-slider-button-top.left {
    inset: auto 64px 0% auto;
  }

  .testimonial-slider-button-top.left:hover {
    background-color: var(--light-blue);
  }

  .testimonial-mask-small {
    width: 100%;
    height: 75vh;
    overflow: hidden;
  }

  .testimonial-title-row {
    margin-bottom: 32px;
    padding-right: 0;
  }

  .column-large {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-card-2 {
    padding: 16px;
  }

  .testimonial-slider-button-top-2 {
    inset: 0% 0% auto auto;
  }

  .slider-button {
    inset: auto 32px 0% auto;
  }

  .slider-button:hover {
    background-color: var(--light-blue);
    color: var(--dark-blue);
  }

  .slider-button.left {
    right: 96px;
  }

  .slider-button.left:hover {
    background-color: var(--light-blue);
  }

  .section_nenos02 {
    height: auto;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .div_link_tratamientos {
    color: var(--dark-grey);
    margin-top: 48px;
    margin-left: 0;
    margin-right: auto;
    text-decoration: underline;
    position: static;
    inset: auto auto 1.4% 0%;
  }

  .section-regular-5.background-yellow, .section-regular-6.background-yellow {
    display: none;
  }

  .politica_privacidad {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .h4_terminos {
    margin-top: 24px;
    margin-bottom: 16px;
    font-size: 1.3em;
    line-height: 110%;
  }

  .h4_terminos.review {
    margin-left: 0;
  }

  .h4_terminos.link {
    color: var(--dark-grey);
    font-size: 1.2em;
    text-decoration: underline;
  }

  .cookies {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .firma {
    order: 1;
    height: auto;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .div_img_header_ortodoncia, .div_img_header_imlpantes, .div_img_header_blanq, .div_img_header_injertos {
    border-radius: 0;
    height: 65vh;
    margin-left: 0;
    margin-right: 0;
  }

  .img_end_footer {
    background-image: url('../images/clinica-arcade-_2024-24.jpg');
    background-position: 50%;
    background-size: cover;
    height: 125%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .img_end_footer.nenos, .img_end_footer.implantes_footer, .img_end_footer.ortodoncia_footer, .img_end_footer.blanq-footer {
    background-image: url('../images/clinica-arcade-_2024-68.jpg');
    height: 35vh;
    overflow: visible;
  }

  .section_home_desc {
    height: auto;
    margin-top: 0;
    margin-left: 32px;
    margin-right: 32px;
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_1b68ee8e-e615-5aa9-3353-ada581aadff0-1b08fbb7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_68d37c62-cfa2-a3b3-3a7c-bbc842d70acf-1b08fbb7 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-dd3a76d4-257b-1d17-4431-339aaa206d06-1b08fbb7 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_1b68ee8e-e615-5aa9-3353-ada581aadff0-1b08fbb7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_68d37c62-cfa2-a3b3-3a7c-bbc842d70acf-1b08fbb7 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-dd3a76d4-257b-1d17-4431-339aaa206d06-1b08fbb7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b68ee8e-e615-5aa9-3353-ada581aadff0-1b08fbb7, #w-node-_68d37c62-cfa2-a3b3-3a7c-bbc842d70acf-1b08fbb7, #w-node-dd3a76d4-257b-1d17-4431-339aaa206d06-1b08fbb7 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}