@font-face {
  font-family: Sentient Variable;
  src: url('../fonts/Sentient-Variable.woff2') format("woff2");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Commitmono Variablefont;
  src: url('../fonts/CommitMono-VariableFont.ttf') format("truetype");
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 300";
  src: url('../fonts/CommitMono-300-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 500";
  src: url('../fonts/CommitMono-500-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 675";
  src: url('../fonts/CommitMono-675-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 300";
  src: url('../fonts/CommitMono-300-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 675";
  src: url('../fonts/CommitMono-675-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Commitmono 500";
  src: url('../fonts/CommitMono-500-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --pleca-9: 1px;
  --color--jaf-blue: #0070cc;
  --text: Inter, sans-serif;
  --white-pure: #fff;
  --corner-blue: #0070cc52;
  --light-blue: #f3f9ff;
}

.navbar-wrapper {
  border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
  justify-content: space-between;
  align-items: center;
  padding-bottom: .5rem;
  display: flex;
}

.navbar-navigation-wrapper {
  background-color: #008cff26;
  border-radius: 30px;
  display: flex;
}

.text-block {
  color: var(--color--jaf-blue);
  text-transform: uppercase;
  font-family: Commitmono Variablefont, Arial, sans-serif;
  font-size: .85rem;
  font-weight: 500;
  line-height: 1rem;
}

.text-block-2 {
  font-family: var(--text);
  color: #83abcc;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
  line-height: .9rem;
}

.link-block {
  color: #0070cc;
  max-width: 4.4rem;
  text-decoration: none;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.link-block:hover {
  filter: brightness(120%);
}

.link-block.w--current {
  max-width: 4.4rem;
}

.section {
  z-index: 9;
  background-color: var(--white-pure);
  width: auto;
  padding-top: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-3 {
  font-family: var(--text);
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 5px;
  font-size: .65rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.text-block-3:hover {
  background-color: #ffffffbf;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}

.navbar-link {
  color: var(--color--jaf-blue);
  justify-content: center;
  align-items: center;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

.navbar-link.w--current {
  color: #0070cc;
  background-color: #ffffffbf;
  border-radius: 20px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
}

.navbar-navigation {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  height: 1.7rem;
  padding-left: .4rem;
  padding-right: .4rem;
  display: flex;
}

.section-2 {
  flex-flow: column;
  margin-top: 3.6rem;
  margin-bottom: 0;
  margin-left: 14.2rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.section-2.procedimientos {
  flex-flow: row;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3.6rem;
  margin-left: 14.2rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.body {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.text-block-general {
  color: #0070cc;
  font-family: Sentient Variable, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.65rem;
}

.text-block-leermas {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  background-color: #0000;
  margin-top: 0;
  padding-left: 0;
  padding-right: 4px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: underline;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
}

.text-block-leermas:hover {
  opacity: .65;
  text-decoration: underline;
}

.text-block-general-mas {
  width: auto;
  font-family: var(--text);
  color: var(--color--jaf-blue);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.div-leer-mas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  margin-top: 1rem;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.leer-mas-wrapper {
  cursor: pointer;
  margin-top: .5rem;
  display: inline-block;
}

.text-block-leermas-menos {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  background-color: #0000;
  border-radius: 20px;
  margin-top: 0;
  padding-left: 0;
  padding-right: 4px;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: underline;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.text-block-leermas-menos:hover {
  opacity: .65;
  background-color: #0000;
}

.image {
  aspect-ratio: 2.8 / 3.5;
  object-fit: cover;
}

.div-retrato {
  border-top: var(--pleca-9) solid var(--color--jaf-blue);
  border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
  width: 7rem;
  max-width: 7rem;
  margin-bottom: .8rem;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
}

.div-block {
  background-color: var(--color--jaf-blue);
  height: 12rem;
  margin-left: -1rem;
  margin-right: -1rem;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.div-block-3 {
  background-color: #7ec9ff;
  align-items: center;
  height: auto;
  display: flex;
}

.foto-landing {
  filter: grayscale();
  mix-blend-mode: multiply;
  height: 11rem;
  transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
}

.foto-landing:hover {
  filter: none;
  mix-blend-mode: normal;
}

.text-block-procedimientos {
  width: auto;
  max-width: 45vw;
  font-family: var(--text);
  color: var(--color--jaf-blue);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.div-block-4 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  margin-top: 2rem;
  display: flex;
}

.text-block-4 {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.div-procedimiento-wrapper {
  border-bottom: 0px none var(--color--jaf-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-6 {
  cursor: pointer;
  background-color: #d5e7f5;
  border: 1px #0070cc;
  border-bottom: 1px solid #0070cc78;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 10px 17px;
  transition: background-color .3s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.div-block-6:hover {
  background-color: #b6d8f3;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-7 {
  height: auto;
  overflow: hidden;
}

.text-block-5 {
  font-family: var(--text);
  color: #0070cc;
  background-color: #f3f9ff;
  border-bottom: 1px solid #0070cc78;
  border-left: 1px solid #0070cc78;
  border-right: 1px solid #0070cc78;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: .5rem;
  padding: 1rem 10px;
  font-size: .78rem;
  line-height: 1.2rem;
}

.div-block-8 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-9 {
  border: .5px solid var(--corner-blue);
  background-color: var(--light-blue);
  border-radius: 12px;
  min-height: 22rem;
  max-height: 22rem;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.div-block-9.none {
  display: none;
}

.div-block-10 {
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  padding-right: 2rem;
  display: flex;
}

.map {
  border-radius: 5px;
  width: 80%;
  height: auto;
}

.text-block-mapas {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  font-size: .775rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-block-mapas.consultorio {
  color: #005ca8;
  text-transform: uppercase;
  background-color: #0073ff3d;
  border-radius: 30px;
  margin-bottom: .1rem;
  margin-left: -2px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: .6rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
}

.text-block-mapas.consultorio.home {
  margin-top: 3rem;
  display: inline-block;
}

.text-block-mapas.title {
  text-transform: none;
  font-size: .9rem;
  font-weight: 700;
  line-height: 1rem;
}

.div-block-11 {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.link {
  font-family: var(--text);
  color: var(--white-pure);
  text-align: center;
  text-transform: uppercase;
  background-color: #008cff;
  border-radius: 30px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .28s cubic-bezier(.175, .885, .32, 1.275);
}

.link:hover {
  color: #fff;
  background-color: #008cffc7;
}

.button {
  font-family: var(--text);
  text-transform: uppercase;
  font-size: .8rem;
}

.div-block-12 {
  display: block;
}

.whatsapp-button {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #006aff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2.1rem;
  padding-left: 11px;
  padding-right: 11px;
  text-decoration: none;
  transition: all .25s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: fixed;
  inset: auto .5rem .5rem auto;
  box-shadow: 0 2px 5px #0003;
}

.whatsapp-button:hover {
  background-color: #045cd8;
  box-shadow: inset 0 3px 5px #0003;
}

.text-block-6 {
  font-family: var(--text);
  color: #fff;
  text-transform: uppercase;
  font-size: .8rem;
  line-height: .9rem;
  text-decoration: none;
}

.image-2 {
  width: 1rem;
  height: 1rem;
}

.image-2.whatsapp {
  width: .8rem;
  height: .8rem;
}

.pleca-navbar {
  border-right: 1px solid var(--color--jaf-blue);
  width: 0;
  height: .6rem;
}

.div-block-13, .div-block-14 {
  display: block;
}

.main-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1px 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  height: auto;
  min-height: 100vh;
  margin-top: 3.6rem;
  margin-left: 14.2rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.columna1-wrapper {
  background-color: var(--white-pure);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: fixed;
}

.text-block-7 {
  color: var(--color--jaf-blue);
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-span {
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: .8rem;
  font-weight: 600;
}

.text-block-7-number {
  color: var(--color--jaf-blue);
  text-transform: none;
  margin-bottom: .3rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .8rem;
  text-decoration: none;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
  display: block;
}

.text-block-7-number:hover {
  text-decoration: underline;
}

.text-block-7-number.footer {
  color: var(--white-pure);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: .7rem;
}

.div-block-15 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  align-items: flex-start;
  margin-right: 1rem;
  display: flex;
}

.text-block-hora {
  color: var(--color--jaf-blue);
  text-transform: none;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: .65rem;
  font-weight: 400;
  line-height: .8rem;
}

.div-block-16 {
  border-right: var(--pleca-9) solid var(--color--jaf-blue);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 90vh;
  padding-bottom: 1rem;
  display: flex;
}

.clima-hora-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-right: 1rem;
  display: flex;
}

.columna2-wrapper {
  width: auto;
  margin-bottom: 4rem;
  margin-left: auto;
  padding-right: 0;
}

.columna3-wrapper {
  border-left: var(--pleca-9) none var(--color--jaf-blue);
  width: 100%;
  min-width: 100%;
  margin-top: 0;
  padding-right: 0;
  position: static;
  inset: 30% 0% 0% auto;
}

.slider {
  object-fit: contain;
  background-color: #0000;
  width: 100%;
  height: 90vh;
  padding-left: .8rem;
  display: flex;
}

.slider.div {
  display: none;
}

.div-block-18 {
  border-left: var(--pleca-9) solid var(--color--jaf-blue);
  width: 0;
}

.div-block-19 {
  background-color: #c99090;
  height: 800px;
}

.custom-map {
  border-radius: 8px;
  width: 80%;
}

.link-block-2 {
  width: 80%;
}

.link-block-whatsapp-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #016bff;
  border-radius: 10rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  margin-left: -2px;
  padding: .3rem .4rem;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.link-block-whatsapp-button:hover {
  background-color: #1d7cff;
}

.link-block-whatsapp-button.contact {
  justify-content: center;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.text-block-8 {
  font-family: var(--text);
  color: var(--white-pure);
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
}

.body-2 {
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}

.procedimientos-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 7px;
  border-top: var(--pleca-9) solid var(--color--jaf-blue);
  grid-template-rows: auto 1px;
  grid-template-columns: 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  padding-top: 1rem;
  display: grid;
}

.text-block-9 {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-transform: none;
  font-size: .8rem;
  font-weight: 500;
  line-height: .9rem;
}

.div-block-21 {
  background-color: var(--color--jaf-blue);
  justify-content: center;
  align-items: center;
  height: 14rem;
  display: flex;
}

.image-4 {
  width: 5rem;
}

.div-block-22 {
  margin-top: .3rem;
}

.procedimiento-1 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-1:hover {
  filter: brightness(120%);
}

.pleca-vertical {
  border-right: var(--pleca-9) solid var(--color--jaf-blue);
}

.pleca-horizontal {
  border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
  width: 100%;
  height: 1px;
}

.pleca-horizontal.none {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.procedimiento-2 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-2:hover {
  filter: brightness(120%);
}

.procedimiento-3 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-3:hover {
  filter: brightness(120%);
}

.procedimiento-4 {
  cursor: pointer;
  transition: opacity .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-4:hover {
  filter: brightness(120%);
}

.procedimiento-5 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-5:hover {
  filter: brightness(120%);
}

.procedimiento-6 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-6:hover {
  filter: brightness(120%);
}

.procedimiento-7 {
  cursor: pointer;
  transition: all .23s cubic-bezier(.39, .575, .565, 1);
}

.procedimiento-7:hover {
  filter: brightness(120%);
}

.div-block-23 {
  width: auto;
  min-width: auto;
  margin-bottom: 3rem;
}

.div-block-23.procedimientos {
  width: 50vw;
  min-width: 50vw;
}

.div-block-24 {
  height: auto;
  margin-left: 0;
  padding-left: 1rem;
  position: sticky;
  top: 57px;
  overflow: visible;
}

.text-block-10 {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-align: center;
  text-transform: none;
  margin-bottom: .4rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.text-block-procedimientos-ind {
  width: auto;
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-align: left;
  margin-top: .6rem;
  font-size: .75rem;
  font-weight: 400;
  line-height: .95rem;
}

.div-block-25 {
  border-right: var(--pleca-9) solid var(--color--jaf-blue);
  width: 1px;
  height: 90vh;
  margin-left: 1rem;
  position: sticky;
  top: 57px;
}

.procedimiento-01 {
  height: auto;
  margin-left: 0;
  padding-left: 1rem;
  display: block;
  position: sticky;
  top: 57px;
  overflow: visible;
}

.procedimiento-02, .procedimiento-03, .procedimiento-04, .procedimiento-05, .procedimiento-06, .procedimiento-07 {
  height: auto;
  margin-left: 0;
  padding-left: 1rem;
  display: none;
  position: sticky;
  top: 57px;
  overflow: visible;
}

.div-block-26 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--color--jaf-blue);
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 7.5rem;
  margin-left: 16.6rem;
  margin-right: -1rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.text-block-7-white {
  color: var(--white-pure);
  text-transform: none;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: .95rem;
}

.text-block-7-white:where(.w-variant-9d10c59a-9fd7-d439-4491-f97effe564d9) {
  text-transform: none;
}

.text-span-2 {
  font-family: "Commitmono 675", Arial, sans-serif;
  font-weight: 400;
}

.div-block-27 {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

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

.text-block-7-ig {
  color: var(--color--jaf-blue);
  text-transform: none;
  margin-bottom: 1.5rem;
  font-family: Inter, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: .8rem;
  text-decoration: none;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
}

.text-block-7-ig:hover {
  text-decoration: underline;
}

.text-block-7-ig.footer {
  color: var(--white-pure);
  text-transform: none;
  font-family: Inter, sans-serif;
  font-size: .7rem;
}

.div-block-29 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.div-block-30 {
  flex-flow: column;
  margin-right: 1rem;
  display: flex;
}

.ee-pasito {
  object-fit: contain;
  background-color: #0000;
  min-height: 90vh;
  max-height: 90vh;
  margin-left: .8rem;
  display: flex;
}

.ee-pasito.div, .left-arrow, .right-arrow {
  display: none;
}

.code-embed {
  position: absolute;
}

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

.mask {
  width: 100%;
  height: 90vh;
}

.slidecontent-1 {
  background-image: url('../images/688606688_18098317006900747_3428421741087386983_n.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-3 {
  background-image: url('../images/WhatsApp-Image2-2026-05-13-at-1.14.26-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.slidecontent-2 {
  background-image: url('../images/687454065_18098915185900747_8473626603913495705_n.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-4 {
  background-image: url('../images/WhatsApp-Image-2025-11-03-at-6.14.45-PM-7.jpeg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.image-5 {
  align-self: flex-start;
  max-width: 93%;
}

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

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

.div-block-32-contact {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  display: flex;
}

.section-contact {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: auto;
  margin-top: 3.6rem;
  margin-bottom: 0;
  margin-left: 14.2rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 0;
  display: flex;
}

.section-contact.procedimientos {
  flex-flow: row;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 3.6rem;
  margin-left: 17rem;
  padding-right: 1.5rem;
  display: flex;
  position: relative;
}

.div-block-33 {
  margin-bottom: 1rem;
}

.div-block-10-contact {
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: auto;
  padding-right: 0;
  display: flex;
}

.link-2 {
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 300;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.div-block-34 {
  background-color: #0070cc52;
  width: 100%;
  height: .9px;
  margin-top: 2rem;
  margin-bottom: .4rem;
}

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

.div-block-9-contact {
  background-color: #f3f9ff;
  border: .5px solid #0070cc52;
  border-radius: 12px;
  width: 50%;
  margin-bottom: 1rem;
  padding: 1rem;
  display: flex;
}

.div-block-9-contact.none {
  display: none;
}

.div-block-9-contact.foto {
  background-image: url('../images/WhatsApp-Image-2026-05-13-at-1.14.27-PM-5.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 90vh;
  padding: 0;
}

.image-6 {
  vertical-align: baseline;
  align-self: flex-start;
  width: 8rem;
}

.image-7 {
  width: 7rem;
  max-width: 7rem;
}

.div-block-36 {
  background-color: var(--light-blue);
  justify-content: center;
  align-items: center;
  height: 12rem;
  padding: 2rem;
  display: flex;
}

.div-block-37 {
  cursor: pointer;
  background-image: url('../images/Captura-de-pantalla-2026-05-10-a-las-19.37.31.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160%;
  border-radius: 8px;
  width: 80%;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.div-block-37:hover {
  opacity: .85;
}

.div-block-37-map2 {
  cursor: pointer;
  background-image: url('../images/Captura-de-pantalla-2026-05-10-a-las-19.37.39.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160%;
  border-radius: 8px;
  width: 80%;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.div-block-37-map2:hover {
  opacity: .85;
}

.div-block-37-map3 {
  cursor: pointer;
  background-image: url('../images/Captura-de-pantalla-2026-05-10-a-las-19.37.50.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 160%;
  border-radius: 8px;
  width: 80%;
  transition: opacity .2s cubic-bezier(.39, .575, .565, 1);
}

.div-block-37-map3:hover {
  opacity: .85;
}

.slide-nav-2, .right-arrow-3, .left-arrow-3 {
  display: none;
}

.image-8 {
  width: 100%;
}

.slider-2 {
  pointer-events: none;
  background-color: #0000;
  width: 20%;
}

.div-close-proced {
  display: none;
}

.div-block-38 {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.link-block-whatsapp-button-mobil {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #016bff;
  border-radius: 10rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .5rem;
  margin-left: -2px;
  padding: .1rem .4rem;
  text-decoration: none;
  transition: opacity .25s cubic-bezier(.39, .575, .565, 1);
  display: none;
}

.link-block-whatsapp-button-mobil:hover {
  background-color: #1d7cff;
}

.link-block-whatsapp-button-mobil.contact {
  justify-content: center;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.div-retrato-mobil {
  border-top: var(--pleca-9) solid var(--color--jaf-blue);
  border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
  width: 7rem;
  max-width: 7rem;
  margin-bottom: .8rem;
  padding-top: 3px;
  padding-bottom: 3px;
  display: none;
}

.div-block-39 {
  margin-left: 13.3rem;
}

.text-block-general-mas-copy {
  width: auto;
  font-family: var(--text);
  color: var(--color--jaf-blue);
  font-size: .8rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.text-about-home {
  width: auto;
  font-family: var(--text);
  color: var(--color--jaf-blue);
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.title-home {
  border: 1px solid var(--color--jaf-blue);
  background-color: var(--white-pure);
  font-family: var(--text);
  color: var(--color--jaf-blue);
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  margin-left: -2px;
  padding-left: 7px;
  padding-right: 7px;
  font-size: .7rem;
  font-weight: 400;
  text-decoration: none;
  transition: all .24s cubic-bezier(.39, .575, .565, 1);
  display: inline-block;
}

.title-home:hover {
  background-color: #0000;
  text-decoration: none;
}

.text-span-3 {
  font-size: .8rem;
  font-weight: 600;
}

.slidecontent-5 {
  background-image: url('../images/WhatsApp-Image-2026-05-13-at-1.14.27-PM-4.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-6 {
  background-image: url('../images/WhatsApp-Image-2026-05-13-at-1.14.27-PM.jpeg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-7 {
  background-image: url('../images/WhatsApp-Image-2026-05-13-at-1.14.28-PM.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-8 {
  background-image: url('../images/WhatsApp-Image-2026-05-13-at-1.14.27-PM-6.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

.slidecontent-9 {
  background-image: url('../images/717596128_18104333788900747_6954985103805271283_n.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 90vh;
}

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

.image-10 {
  min-width: 60%;
  max-width: 60%;
}

.div-block-41 {
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.image-11 {
  border-radius: 12px;
  max-height: 50vh;
}

.foto-home-movil {
  display: none;
}

.preloader {
  z-index: 9;
  background-color: var(--white-pure);
  justify-content: center;
  align-items: center;
  width: 100svw;
  height: 100svh;
  display: none;
  position: fixed;
  inset: 0%;
}

.lottie-animation {
  width: 16rem;
}

.image-12, .link-block-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-titulo {
    text-align: center;
  }

  .navbar-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    align-items: center;
  }

  .section-2 {
    padding-right: 0;
  }

  .section-2.procedimientos {
    margin-left: 13.3rem;
    padding-left: .1rem;
    padding-right: 0;
  }

  .text-block-procedimientos {
    width: auto;
    max-width: none;
    line-height: 1.1rem;
  }

  .div-block-9 {
    flex-flow: column-reverse;
  }

  .div-block-10 {
    flex-flow: column;
    width: auto;
    padding-right: 0;
  }

  .link {
    margin-top: 1rem;
  }

  .main-wrapper {
    grid-template-columns: 1fr;
    height: auto;
  }

  .columna2-wrapper {
    margin-bottom: 0;
  }

  .columna3-wrapper {
    width: 100%;
    margin-bottom: 2rem;
  }

  .slider {
    height: auto;
    padding-left: 0;
  }

  .procedimientos-wrapper {
    grid-row-gap: 15px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

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

  .procedimiento-1 {
    border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
    background-color: var(--light-blue);
    padding-bottom: .5rem;
  }

  .pleca-vertical, .pleca-horizontal {
    display: none;
  }

  .procedimiento-2, .procedimiento-3, .procedimiento-4 {
    border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
    background-color: var(--light-blue);
    padding-bottom: .5rem;
  }

  .procedimiento-5 {
    border-bottom: 1px solid var(--color--jaf-blue);
    background-color: var(--light-blue);
    padding-bottom: .5rem;
  }

  .procedimiento-6, .procedimiento-7 {
    border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
    background-color: var(--light-blue);
    padding-bottom: .5rem;
  }

  .div-block-23 {
    width: auto;
    margin-bottom: 0;
    padding-left: 1rem;
  }

  .div-block-23.procedimientos {
    width: auto;
    min-width: auto;
  }

  .text-block-procedimientos-ind {
    text-align: left;
    width: auto;
    font-size: .8rem;
    line-height: 1.1rem;
  }

  .div-block-25 {
    display: none;
  }

  .procedimiento-01, .procedimiento-02, .procedimiento-03, .procedimiento-04, .procedimiento-05 {
    background-color: var(--white-pure);
    height: 100vh;
    padding: 46px 1rem 2rem;
    display: none;
    position: fixed;
    top: 0;
    overflow: auto;
  }

  .procedimiento-06 {
    background-color: var(--white-pure);
    height: 100vh;
    margin-right: 0;
    padding: 46px 1rem 2rem;
    display: none;
    position: fixed;
    top: 0;
    overflow: auto;
  }

  .procedimiento-07 {
    background-color: var(--white-pure);
    height: 100vh;
    padding-top: 46px;
    padding-bottom: 2rem;
    padding-right: 1rem;
    display: none;
    position: fixed;
    top: 0;
    overflow: auto;
  }

  .div-block-26 {
    height: auto;
    padding-top: 1rem;
  }

  .div-block-27 {
    justify-content: space-between;
    align-items: flex-end;
  }

  .div-block-29 {
    flex-flow: column;
    justify-content: flex-end;
  }

  .div-block-30 {
    justify-content: flex-end;
    padding-bottom: 1rem;
  }

  .mask {
    height: auto;
  }

  .slidecontent-1 {
    height: 90vh;
  }

  .image-5 {
    max-width: 40%;
  }

  .div-block-32-contact {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .section-contact {
    flex-flow: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-9-contact {
    width: auto;
  }

  .div-block-9-contact.foto {
    min-height: 80vh;
  }

  .image-7 {
    width: 70%;
    max-width: none;
  }

  .div-block-36 {
    justify-content: center;
    align-items: center;
    height: 19rem;
    margin-top: .8rem;
    padding: 120px;
    display: flex;
  }

  .div-block-37, .div-block-37-map2, .div-block-37-map3 {
    width: auto;
    height: 15rem;
    margin-bottom: 1rem;
  }

  .slider-2 {
    width: auto;
    height: 100%;
  }

  .div-close-proced {
    border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
    justify-content: flex-end;
    margin-bottom: 1rem;
    display: flex;
  }

  .image-9 {
    cursor: pointer;
    width: 3rem;
  }

  .image-9:hover {
    opacity: .6;
  }

  .image-10 {
    min-width: 30%;
    max-width: 30%;
  }

  .lottie-animation {
    width: 12rem;
  }
}

@media screen and (max-width: 767px) {
  .navbar-titulo {
    width: 4rem;
    padding-top: 1rem;
    padding-bottom: .7rem;
  }

  .navbar-wrapper {
    padding-bottom: 0;
  }

  .text-block-2 {
    color: #2694ee;
    font-size: .6rem;
  }

  .section {
    padding-top: 0;
  }

  .text-block-3, .text-block-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .navbar-navigation {
    height: 1.7rem;
  }

  .section-2, .section-2.procedimientos {
    margin-top: 4.2rem;
    margin-left: 0;
    padding-left: 0;
  }

  .div-leer-mas {
    flex-flow: column;
  }

  .div-retrato {
    display: none;
  }

  .text-block-procedimientos {
    width: auto;
    font-size: .8rem;
    line-height: 1rem;
  }

  .div-block-9 {
    flex-flow: column;
    min-height: auto;
    max-height: none;
  }

  .div-block-10 {
    width: auto;
    padding-right: 0;
  }

  .map {
    width: auto;
    height: 20rem;
  }

  .div-block-11 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .link {
    margin-top: 22px;
    margin-bottom: 22px;
  }

  .main-wrapper {
    margin-top: 4.5rem;
    margin-left: auto;
  }

  .columna1-wrapper {
    z-index: 9;
    background-color: var(--white-pure);
    width: 100vw;
    padding-left: 1rem;
    padding-right: 1rem;
    inset: auto 0% 0%;
  }

  .text-block-7 {
    margin-bottom: .5rem;
    padding-top: 0;
  }

  .text-block-7-number {
    display: none;
  }

  .text-block-7-number.footer {
    display: block;
  }

  .div-block-15 {
    border-bottom: var(--pleca-9) solid var(--color--jaf-blue);
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: .5rem;
    margin-right: 0;
    padding-top: .5rem;
  }

  .div-block-16 {
    border-top: var(--pleca-9) solid var(--color--jaf-blue);
    border-bottom: var(--pleca-9) none var(--color--jaf-blue);
    background-color: var(--white-pure);
    border-right-style: none;
    flex-flow: row;
    width: 100%;
    height: auto;
  }

  .clima-hora-wrapper {
    display: none;
  }

  .slider {
    height: 80vh;
  }

  .link-block-whatsapp-button {
    width: 12rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .div-block-23.procedimientos {
    width: auto;
    min-width: auto;
  }

  .text-block-procedimientos-ind {
    width: auto;
  }

  .procedimiento-01 {
    padding-top: 56px;
    padding-bottom: 200px;
    padding-left: 0;
    display: none;
    overflow: auto;
  }

  .procedimiento-02, .procedimiento-03, .procedimiento-04, .procedimiento-05, .procedimiento-06, .procedimiento-07 {
    padding-top: 56px;
    padding-bottom: 200px;
    padding-left: 0;
    overflow: auto;
  }

  .div-block-26 {
    margin-left: -1rem;
    padding-bottom: 4.8rem;
  }

  .div-block-27 {
    align-items: flex-start;
  }

  .div-block-28, .text-block-7-ig {
    display: none;
  }

  .text-block-7-ig.footer {
    display: block;
  }

  .div-block-29 {
    flex-flow: row;
    justify-content: space-between;
    width: auto;
  }

  .mask, .slidecontent-1 {
    height: 80vh;
  }

  .image-5 {
    max-width: 80%;
  }

  .section-contact {
    margin-top: 4.2rem;
    margin-left: 0;
  }

  .div-block-10-contact {
    width: auto;
    padding-right: 0;
  }

  .div-block-9-contact {
    flex-flow: column;
    min-height: auto;
    max-height: none;
  }

  .div-block-38 {
    flex-flow: row;
    justify-content: space-between;
    width: 100%;
  }

  .link-block-whatsapp-button-mobil {
    margin-left: 0;
    padding: .3rem .7rem;
    display: flex;
  }

  .div-retrato-mobil {
    width: auto;
    max-width: none;
    margin-bottom: 0;
    display: none;
  }

  .div-block-39 {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 4.5rem;
  }

  .lottie-animation {
    width: 8rem;
  }
}

@media screen and (max-width: 479px) {
  .navbar-titulo {
    align-items: stretch;
    width: 6rem;
    padding-top: .7rem;
    display: flex;
  }

  .navbar-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .text-block {
    font-size: .74rem;
  }

  .text-block-2 {
    max-width: 17rem;
    line-height: .8rem;
  }

  .link-block.w--current {
    min-width: 4.5rem;
  }

  .section {
    border-style: solid;
    border-width: var(--pleca-9);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: #f5faffc4;
    border-color: #0070cc12;
    border-radius: 60px;
    margin-top: .3rem;
    margin-left: .3rem;
    margin-right: .3rem;
  }

  .text-block-3, .text-block-3:hover {
    padding-left: 3px;
    padding-right: 3px;
  }

  .navbar-link {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-navigation {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    height: 1.8rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-block-procedimientos {
    font-size: .8rem;
    line-height: 1.05rem;
  }

  .text-block-mapas.consultorio {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: .6rem;
  }

  .text-block-mapas.consultorio.home {
    margin-top: 1.5rem;
  }

  .whatsapp-button {
    height: 1.5rem;
  }

  .text-block-6 {
    font-size: .7rem;
    line-height: .8rem;
  }

  .image-2 {
    width: .8rem;
    height: .8rem;
  }

  .main-wrapper {
    margin-top: 5rem;
  }

  .text-block-7 {
    font-size: .7rem;
    line-height: .9rem;
  }

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

  .div-block-16 {
    padding-bottom: .5rem;
  }

  .columna3-wrapper {
    margin-bottom: 1rem;
  }

  .link-block-whatsapp-button {
    width: 8.5rem;
    padding: .5rem .2rem;
  }

  .link-block-whatsapp-button.contact {
    align-self: center;
    width: 100%;
    margin-top: 1rem;
  }

  .div-block-23 {
    padding-left: 0;
  }

  .div-block-23.procedimientos {
    width: auto;
    min-width: auto;
  }

  .text-block-procedimientos-ind {
    line-height: 1rem;
  }

  .procedimiento-01 {
    display: none;
  }

  .div-block-30 {
    padding-bottom: 0;
  }

  .mask {
    border-radius: 12px;
  }

  .section-contact {
    margin-top: 4.7rem;
  }

  .div-block-33 {
    margin-bottom: 1rem;
  }

  .div-block-10-contact {
    justify-content: space-between;
    align-items: stretch;
  }

  .link-2 {
    font-weight: 700;
  }

  .div-block-36 {
    height: 12rem;
    padding: 96px;
  }

  .div-block-38 {
    align-items: center;
  }

  .div-block-39 {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .foto-home-movil {
    background-image: url('../images/Home-Movile-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    height: 28rem;
    margin-top: 0;
    display: block;
  }

  .lottie-animation {
    width: 7rem;
  }

  .div-block-42 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    padding-bottom: 1.5rem;
    display: flex;
  }

  .image-12 {
    align-self: center;
    min-width: 3rem;
    max-width: 3rem;
    display: none;
    transform: rotate(-90deg);
  }

  .link-block-3 {
    align-self: center;
    display: block;
  }
}


@font-face {
  font-family: 'Sentient Variable';
  src: url('../fonts/Sentient-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono Variablefont';
  src: url('../fonts/CommitMono-VariableFont.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 300';
  src: url('../fonts/CommitMono-300-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 500';
  src: url('../fonts/CommitMono-500-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 675';
  src: url('../fonts/CommitMono-675-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 300';
  src: url('../fonts/CommitMono-300-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 675';
  src: url('../fonts/CommitMono-675-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Commitmono 500';
  src: url('../fonts/CommitMono-500-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}