:root {
  --blue: #003c8a;
  --black: #000;
  --white: #fff;
  --azul-plomo: #3a4d63;
  --dark-grey: #2b2b2b;
  --grey: #535353;
}

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

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

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

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

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

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

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

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
}

a {
  color: #333;
  text-decoration: underline;
}

.div-block {
  background-color: var(--blue);
  height: 10%;
}

.div-block-2 {
  background-color: var(--black);
  height: 30%;
}

.hero {
  border-bottom: 4px solid var(--blue);
  background-color: #e7e7e7;
  background-image: url('../images/sala-de-espera-perfil-dental_1.avif');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  height: 60vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.div-block-3 {
  background-color: var(--white);
  height: 60%;
}

.image {
  height: 60px;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-link {
  color: #757575;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.nav-link-2 {
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  font-weight: 600;
  line-height: 1.2rem;
}

.nav-link-3, .nav-link-4 {
  font-family: Open Sans, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
}

.container {
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.section {
  background-color: #fff;
  background-image: linear-gradient(270deg, #fff0, #ffffffbf 50%, #fff0), url('../images/sala-de-espera-perfil-dental_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border-bottom: 1px #dbdbdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 60vh;
  display: flex;
  overflow: hidden;
}

.container-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1290px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.div-block-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 70%;
  padding: 50px;
  display: flex;
}

.heading {
  color: var(--blue);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.paragraph {
  color: #222;
  text-align: left;
  line-height: 1.6rem;
}

.container-3 {
  max-width: 1290px;
}

.div-block-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff40;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
}

.div-block-7 {
  background-color: #ffffffe6;
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 40vh;
  overflow: hidden;
}

.div-block-8, .div-block-9 {
  width: 100%;
}

.image-2 {
  filter: brightness(110%);
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-11 {
  border: 1px solid #dadada;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 100%;
  height: 20vh;
  margin-right: 0;
  display: flex;
}

.div-block-12 {
  background-color: #e9e9e9;
  border: 1px #000;
  border-radius: 10px;
  width: 100%;
  height: 20vh;
}

.text-span {
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
}

.text-block {
  text-align: center;
  font-family: Open Sans, sans-serif;
}

.text-block-2 {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  line-height: 3rem;
}

.text-block-3 {
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.section-2 {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.container-4 {
  width: 100%;
  max-width: 1290px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-14 {
  background-color: #fff;
  border-radius: 10px;
  height: 30vh;
}

.div-block-15 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  width: 100%;
  max-width: 1290px;
  height: 80%;
  display: grid;
}

.div-block-17 {
  background-color: var(--blue);
  height: 60vh;
}

.div-block-18 {
  width: 50%;
  height: 100%;
}

.div-block-19 {
  width: 100%;
  height: 50%;
}

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

.div-block-21 {
  object-fit: cover;
  background-image: url('../images/paciente-odontologa.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 30vh;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.div-block-22 {
  background-image: url('../images/paciente-odontologa.avif');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  position: relative;
}

.div-block-4-copy {
  z-index: 10;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffb3;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 50px 0 50px 50px;
  display: flex;
  position: static;
}

.div-block-23 {
  background-color: #fff;
  border-radius: 30px;
  width: 100px;
  height: 100px;
}

.div-block-24 {
  margin-top: auto;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.cta-nav {
  background-color: var(--azul-plomo);
  color: #fff;
  white-space: nowrap;
  border-radius: 20px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-5 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand {
  width: 220px;
}

.navbar-2 {
  background-color: #fff;
  border-bottom: 1px solid #dadada;
  position: sticky;
  top: 0;
}

.nav-link-5 {
  color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  transition: all .15s;
  display: flex;
}

.nav-link-5:hover {
  font-weight: 600;
}

.nav-link-5.w--current {
  color: var(--azul-plomo);
  width: auto;
  font-weight: 600;
  transition: all .2s;
}

.div-block-26 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-2 {
  color: var(--azul-plomo);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 2.6rem;
}

.paragraph-2 {
  color: var(--azul-plomo);
  text-align: center;
  max-width: 60%;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.div-block-27 {
  background-image: url('../images/sala-de-espera-perfil-dental_1.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  width: 100%;
  max-width: 1100px;
  height: 40vh;
  margin-top: 100px;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 20px 11px #003c8a33;
}

.image-3 {
  border-radius: 20px;
  position: static;
}

.button {
  background-color: var(--azul-plomo);
  border-radius: 30px;
  margin-top: 30px;
  padding: 15px 60px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.div-block-28 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.div-block-29 {
  box-shadow: none;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.div-block-29:hover {
  border-color: #919191;
  box-shadow: 0 5px 20px -8px #0003;
}

.section-copy {
  border-bottom: 1px solid #dbdbdb;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  overflow: hidden;
}

.div-block-30 {
  background-image: linear-gradient(135deg, var(--azul-plomo), #1d2e44);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 14vh;
  margin-bottom: 0;
  display: flex;
}

.paragraph-3 {
  color: var(--azul-plomo);
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.4rem;
}

.heading-3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.7rem;
  font-weight: 200;
  line-height: 1.6rem;
}

.div-block-31, .div-block-32, .div-block-33, .div-block-34 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-35 {
  background-color: #fff;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-36 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-28-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  margin-top: 20px;
  display: flex;
}

.image-4 {
  width: 70px;
}

.div-block-37 {
  background-color: var(--white);
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
}

.div-block-28-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 40px;
  display: flex;
}

.heading-3-copy {
  color: var(--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
}

.div-block-38 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1200px;
  margin-top: 30px;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-right: 0;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(135deg, #ffffff80, #ffffff1a);
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-40 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.paragraph-2-copy {
  color: var(--azul-plomo);
  text-align: left;
  font-family: Montserrat, sans-serif;
  line-height: 1.6rem;
}

.div-block-41 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-42 {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  display: flex;
}

.heading-2-copy {
  color: var(--azul-plomo);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3rem;
}

.image-5 {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 0%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: auto;
  height: 340px;
  overflow: clip;
}

.div-block-43 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.div-block-44 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-around;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.div-block-45 {
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.div-block-46 {
  background-color: var(--white);
  border-bottom: 1px solid #d1d1d1;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  height: 100%;
  padding-bottom: 20px;
}

.div-block-47 {
  flex-flow: column;
  width: 100%;
  max-width: 24%;
  display: flex;
}

.heading-4 {
  color: var(--azul-plomo);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2rem;
}

.text-block-4 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.div-block-48, .div-block-49 {
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  display: flex;
}

.section-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: grid;
}

.div-block-51 {
  background-color: var(--azul-plomo);
  border: 1px solid #003c8a33;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  transition: all .2s;
  display: flex;
  box-shadow: 9px 10px 20px #0000000d;
}

.div-block-51:hover {
  border-color: #003c8acc;
}

.highlight-title {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
}

.image-6 {
  width: 380px;
  margin-bottom: 0;
}

.div-block-52 {
  background-image: radial-gradient(circle at 100% 100%, #dddddd1a, #fff);
}

.image-7 {
  filter: grayscale();
  width: 60px;
  height: 60px;
}

.image-7.icon1 {
  opacity: 1;
  filter: grayscale();
  width: 60px;
  height: 60px;
}

.image-7.icon4 {
  width: 50px;
  height: 50px;
}

.image-7.icon2 {
  filter: grayscale();
  width: 50px;
  height: 50px;
}

.div-block-53 {
  background-color: var(--azul-plomo);
  box-shadow: none;
  border: 1px solid #e8eaee33;
  border-radius: 50%;
  padding: 20px;
}

.section-5 {
  border-top: 1px solid #e9e9e9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-55 {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-56 {
  width: 50%;
}

.div-block-57 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.image-8 {
  border-radius: 20px;
}

.image-9 {
  filter: brightness(120%);
  border-radius: 20px;
}

.heading-2-copy-copy {
  border-left: 1px solid var(--blue);
  color: var(--azul-plomo);
  text-align: left;
  margin-top: 0;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 3rem;
}

.text-span-2 {
  color: var(--blue);
}

.text-span-3 {
  color: var(--azul-plomo);
}

.text-span-4, .text-span-5, .text-span-6 {
  color: var(--blue);
}

.section-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-58 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.paragraph-4 {
  color: var(--azul-plomo);
  font-family: Montserrat, sans-serif;
}

.div-block-59 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  column-count: 3;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  height: auto;
  margin-top: 50px;
  display: block;
  position: relative;
}

.text-block-5 {
  color: var(--azul-plomo);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-block-60 {
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px;
}

.div-block-61 {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

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

.image-10 {
  width: 20px;
  height: 20px;
}

.div-block-63 {
  background-image: linear-gradient(#fff0, #fff);
  height: 200px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-7 {
  background-color: var(--azul-plomo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-64 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  display: flex;
}

.heading-5 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 2.6rem;
}

.button-2 {
  color: var(--azul-plomo);
  background-color: #fff;
  border-radius: 20px;
  margin-top: 2rem;
  padding: 15px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.section-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.div-block-65 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-block-66 {
  border-left: 1px solid #e6e6e6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  display: flex;
}

.div-block-66.first {
  border-left-style: none;
}

.text-block-6 {
  color: var(--azul-plomo);
  text-align: center;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
}

.list-item {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
}

.list-item.last {
  margin-bottom: 0;
}

.title-footer {
  color: var(--azul-plomo);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.list {
  color: var(--azul-plomo);
  padding-left: 20px;
}

.div-block-67 {
  background-color: #e0e0e0;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.text-block-7 {
  color: var(--azul-plomo);
  font-family: Montserrat, sans-serif;
}

.adress {
  color: var(--azul-plomo);
  margin-top: 10px;
  display: block;
}

.div-block-68 {
  border-top: 1px solid #dbdbdb;
  margin-top: 40px;
}

.link-block {
  width: 100%;
}

.section-9 {
  border-bottom: 1px solid #dfdfdf;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.heading-6 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 3.4rem;
}

.heading-6.white {
  color: var(--white);
}

.section-10 {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.map {
  height: 45vh;
}

.div-block-69 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  min-height: 40vh;
  padding: 80px 70px;
  display: flex;
}

.image-11 {
  max-width: 440px;
  margin-bottom: 20px;
}

.div-block-70 {
  background-color: #fff;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  margin-top: 90px;
  display: flex;
}

.div-block-70.up {
  background-color: var(--blue);
  margin-top: 0;
}

.div-block-71 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 50px;
  display: flex;
}

.heading-7 {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.heading-7.w {
  color: #fff;
  font-size: 2.5rem;
  line-height: 2.5rem;
}

.text-block-8 {
  color: var(--grey);
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-block-8.w {
  color: #fff;
  text-align: center;
}

.div-block-72 {
  background-color: var(--azul-plomo);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  padding: 40px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  text-align: center;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
}

.div-block-73 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: auto;
  margin-top: 30px;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ebebeb;
  border-radius: 30px;
  flex-flow: column;
  width: 50%;
  height: auto;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.div-block-74-copy {
  background-color: #d6d6d6;
  background-image: url('../images/sala-de-espera-perfil-dental-alcorcn_1.avif');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 50%;
  height: auto;
}

.div-block-75 {
  background-color: #fff;
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 30px 20px;
  display: flex;
}

.text-block-9 {
  color: var(--azul-plomo);
  padding: 0 20px 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-style: italic;
  font-weight: 700;
}

.text-block-10 {
  color: var(--azul-plomo);
  text-transform: uppercase;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
}

.paragraph-5 {
  color: var(--azul-plomo);
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.section-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 10rem;
  display: flex;
}

.div-block-76 {
  width: 100%;
  max-width: 1200px;
}

.div-block-77 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-78, .div-block-79 {
  width: 100%;
}

.div-block-80 {
  flex-flow: column;
  width: 100%;
  max-width: 32%;
  display: flex;
}

.div-block-80.esther {
  max-width: 23%;
}

.slide, .mask {
  height: auto;
}

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

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide-nav {
  margin-bottom: -80px;
}

.heading-9 {
  color: var(--dark-grey);
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-block-11 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.image-12 {
  object-fit: cover;
  object-position: 50% 10%;
  border-radius: 20px;
  max-height: 420px;
}

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

.heading-10 {
  color: var(--azul-plomo);
  text-align: left;
  margin-bottom: 70px;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
}

.section-12 {
  background-image: linear-gradient(90deg, #fff 36%, #fff0 86%), url('../images/chatgpt-image-17-abr-2025-11_51_42.avif');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-bottom: 1px solid #eee;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-81 {
  flex-flow: column;
  width: 100%;
  max-width: 990px;
  display: flex;
}

.text-block-12 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.2rem;
}

.heading-11 {
  color: var(--blue);
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
}

.paragraph-6 {
  max-width: 63%;
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.div-block-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.section-13 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-83 {
  border: 1px solid #e4e4e4;
  border-radius: 20px;
  height: 25vh;
}

.div-block-83.blue {
  background-color: var(--blue);
}

.div-block-83.darkgrey {
  background-color: #727272;
}

.div-block-83-copy {
  background-color: #f3f3f3;
  border-radius: 20px;
  height: 25vh;
}

.section-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-85 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  display: flex;
}

.div-block-86 {
  background-color: #f0f0f0;
  width: 100%;
  height: 40vh;
}

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

.heading-12 {
  margin-top: 0;
  font-family: Montserrat, sans-serif;
}

.italic-text {
  color: var(--blue);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.section-15 {
  height: auto;
}

.div-block-88 {
  background-color: #ebe3d9;
  background-image: linear-gradient(90deg, #fff, #fff0 80%), url('../images/chatgpt-image-18-abr-2025-10_52_44.avif');
  background-position: 0 0, 100% 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-89 {
  width: 100%;
  max-width: 50%;
}

.text-span-7 {
  color: var(--azul-plomo);
  font-weight: 300;
}

.heading-13 {
  color: var(--azul-plomo);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.paragraph-7 {
  color: var(--azul-plomo);
  margin-top: 40px;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8rem;
}

._1st {
  background-color: var(--azul-plomo);
  border-radius: 10px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

._2nd {
  color: var(--grey);
  background-color: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  margin-left: 30px;
  padding: 15px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
}

.div-block-90 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.text-span-8 {
  color: var(--azul-plomo);
  font-weight: 300;
}

.section-16 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-91 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-92 {
  background-color: var(--azul-plomo);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 15px 10px 10px;
  display: flex;
}

.heading-14 {
  color: var(--azul-plomo);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.div-block-93 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-95 {
  background-color: #f9f9f9;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.div-block-96 {
  background-color: #fefcfd;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-97 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.div-block-98 {
  text-align: center;
  background-color: #f9f9f9;
  padding-left: 0;
}

.heading-15 {
  color: var(--azul-plomo);
  text-align: left;
  margin-top: -20px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.text-block-13 {
  color: var(--azul-plomo);
  text-align: left;
  margin-top: 20px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.div-block-98-copy {
  text-align: center;
  background-color: #fefcfd;
  padding-left: 0;
}

.div-block-99 {
  margin-top: 40px;
  margin-left: auto;
}

.text-block-14 {
  color: var(--azul-plomo);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}

.link {
  color: var(--azul-plomo);
}

.paragraph-8 {
  color: var(--azul-plomo);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.section-17 {
  border-top: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.slide-2, .mask-2 {
  height: auto;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
  padding-bottom: 80px;
}

.icon-3 {
  background-color: var(--blue);
}

.icon-4 {
  background-color: #3a4d63bf;
  border: 1px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  font-size: 20px;
  transition: all .325s;
  display: flex;
}

.icon-4:hover {
  background-color: var(--azul-plomo);
}

.div-block-100 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-101 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  display: flex;
}

.heading-14-copy {
  color: var(--azul-plomo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 2.3rem;
}

.image-13 {
  width: 40px;
  height: 40px;
}

.image-13.invert {
  filter: invert();
  width: 45px;
  height: 45px;
}

.text-span-9, .text-span-10 {
  color: var(--blue);
}

.heading-16 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.div-block-102 {
  background-color: var(--azul-plomo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-15-copy {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 50px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
}

.text-span-11 {
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: underline;
  display: block;
}

.lingual-img {
  object-fit: contain;
  width: 100%;
  height: 380px;
  margin-left: auto;
  margin-right: auto;
}

.section-18 {
  border-top: 1px solid #dfdfdf;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-103 {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.heading-17 {
  color: var(--azul-plomo);
  text-transform: uppercase;
  margin-bottom: 60px;
  font-family: Montserrat, sans-serif;
  font-size: 2.2rem;
  font-weight: 200;
  line-height: 2.3rem;
}

.div-block-104 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.div-block-106 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.handle-wrapper {
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 580px;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.image-right {
  z-index: 0;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 580px;
  position: absolute;
}

.image-left {
  z-index: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 580px;
  position: absolute;
}

.handle-bar {
  z-index: 10;
  color: #0000;
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 580px;
  display: flex;
  position: relative;
}

.circle-wrapper {
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/arrows.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.before {
  z-index: 3;
  background-color: #ffffff26;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px auto auto 20px;
}

.handle {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.after {
  z-index: 3;
  background-color: #ffffff26;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
}

.paragraph-9 {
  color: var(--azul-plomo);
  max-width: 70%;
  font-family: Montserrat, sans-serif;
  line-height: 1.6rem;
}

.div-block-107 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.text-span-12, .text-span-13 {
  color: var(--blue);
}

.div-block-106-copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-5.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Material Icons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 6rem 0;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading {
  color: var(--azul-plomo);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 30px;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.text-center {
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.2rem;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 990px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.paragraph-10 {
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.bold-text {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}

.bold-text-2 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.paragraph-11, .paragraph-12 {
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.bold-text-3 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
}

.paragraph-13, .paragraph-14, .paragraph-15 {
  font-family: Montserrat, sans-serif;
  line-height: 1.4rem;
}

.heading-18 {
  color: var(--azul-plomo);
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.hero-implantes {
  background-color: #dbd3c8;
  background-image: linear-gradient(270deg, #fff, #fff0 78%), url('../images/chatgpt-image-20-abr-2025-20_02_18.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.dropdown-toggle {
  width: 160px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  transition: all .15s;
}

.dropdown-toggle:hover {
  font-weight: 600;
}

.dropdown-toggle.dropdown-active {
  color: var(--azul-plomo);
  font-weight: 600;
}

.dropdown-toggle.drop {
  width: 170px;
}

.dropdown-link {
  font-family: Montserrat, sans-serif;
  transition: all .15s;
}

.dropdown-link:hover {
  font-weight: 600;
}

.dropdown-link.w--current {
  color: var(--azul-plomo);
  font-weight: 600;
}

.wrapper-hero-ortodoncia {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.icon-implant {
  width: 40px;
}

.div-block-108 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

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

.paragraph-7-copy {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.paragraph-7-copy-copy {
  color: var(--azul-plomo);
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8rem;
}

.p {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.p._80 {
  max-width: 80%;
}

.p._1-4rem {
  color: var(--grey);
  font-size: 1rem;
  line-height: 2rem;
}

.p.semi {
  color: var(--azul-plomo);
  font-weight: 500;
  line-height: 1.6rem;
}

.p.w {
  color: var(--white);
}

.p.w.center {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 300;
}

.list-2 {
  color: var(--azul-plomo);
  margin-top: 20px;
  padding-left: 20px;
}

.list-item-2 {
  margin-bottom: 10px;
}

.paragraph-7-copy-copy-copy {
  color: var(--azul-plomo);
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2rem;
}

.div-block-110 {
  background-color: #f0f0f0;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  width: 50%;
  margin-top: 0;
  padding: 40px;
}

.div-block-109-copy {
  width: 52%;
}

.div-block-111 {
  border-top: 1px solid #f1f1f1;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 60px;
  display: flex;
}

.div-block-112 {
  width: 50%;
}

.title-icon-implant {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-span-14 {
  color: var(--blue);
}

.icon-wrapper-implant {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

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

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

.hero-wrapper-odonto {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.hero-odontopediatria {
  background-color: #dbd3c8;
  background-image: linear-gradient(105deg, #fff 52%, #fffc 61%, #fff0 81%), url('../images/chatgpt-image-21-abr-2025-12_11_37.avif');
  background-position: 0 0, 100% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
}

.div-block-89-copy {
  width: 100%;
  max-width: 60%;
}

.text-span-15 {
  color: var(--blue);
}

.icon-odontopediatria {
  width: 60px;
}

.icon-wrapper-odontopediatria {
  background-color: var(--azul-plomo);
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 15px;
  display: flex;
}

.div-block-108-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.icon-wrapper-odonto {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-101-copy {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 30px;
  display: flex;
}

.title-icon-odontoped {
  color: var(--azul-plomo);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6rem;
}

.div-block-113 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.image-13-copy {
  filter: invert();
  width: 60px;
  height: 60px;
}

.image-13-copy {
  width: 60px;
  height: 60px;
}

.image-13-copy.invert {
  filter: invert();
}

.section-19 {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/sala-de-espera-perfil-dental_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.div-block-114 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.div-block-115 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-116 {
  width: 100%;
  max-width: 60%;
}

.image-14 {
  filter: brightness(130%);
  object-fit: cover;
  object-position: 10% 50%;
  border-radius: 20px;
  width: 730px;
  height: 480px;
}

.div-block-117 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 40%;
  max-width: 40%;
  display: flex;
}

.text-span-16 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}

.heading-19 {
  color: var(--azul-plomo);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.text-block-15 {
  color: var(--azul-plomo);
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.link-2 {
  color: var(--azul-plomo);
  font-size: .9rem;
  font-weight: 500;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  font-weight: 600;
}

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

.div-block-118 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.bold-text-7 {
  font-weight: 600;
}

.div-block-119 {
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  max-width: 60%;
  padding: 30px;
}

.textarea {
  border-radius: 10px;
  min-height: 160px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.submit-button {
  background-color: var(--azul-plomo);
  border-radius: 20px;
  width: 100%;
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.8rem;
}

.field-label {
  color: var(--azul-plomo);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.text-field {
  border-radius: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

.div-block-120 {
  -webkit-text-fill-color: inherit;
  background-color: #e7e7e7;
  background-image: linear-gradient(#0000 51%, #ffffffbf), linear-gradient(#ffffffb3, #ffffffb3), url('../images/gabinete-perfil-dental_1.avif');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
  background-clip: border-box;
  border: 1px solid #c5c5c5;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  padding: 40px;
  display: flex;
}

.image-15 {
  width: 250px;
}

.heading-20 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
}

.text-span-17 {
  color: var(--blue);
}

.div-block-121 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 40%;
}

.heading-21 {
  color: var(--azul-plomo);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.heading-22 {
  color: var(--azul-plomo);
  text-transform: none;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2.4rem;
  font-weight: 300;
  line-height: 2.4rem;
}

.text-block-15-copy {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.4rem;
}

.div-block-122 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: #fffc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-123 {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  width: 100%;
  max-width: 480px;
  height: auto;
  padding: 40px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px #0003;
}

.heading-23 {
  color: var(--azul-plomo);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2rem;
}

.text-block-16 {
  color: var(--azul-plomo);
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.4rem;
}

.div-block-124 {
  background-color: var(--azul-plomo);
  cursor: pointer;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  position: absolute;
  inset: 25px 25px auto auto;
}

.text-block-17 {
  color: var(--white);
  padding-top: 3px;
  font-family: Varela Round, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-block-104-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-94-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  width: 85%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-55-copy {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-125 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-126 {
  width: 50%;
  height: 100%;
}

.div-block-126-copy {
  background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/gabinete-perfil-dental_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 50%;
  height: auto;
}

.div-block-127 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-21 {
  background-color: var(--azul-plomo);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 40vh;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: 3rem;
  font-weight: 100;
  line-height: 3rem;
}

.text-span-18, .text-span-19 {
  color: var(--dark-grey);
}

.div-block-128 {
  background-color: var(--azul-plomo);
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
}

.text-block-15-copy {
  color: var(--azul-plomo);
  text-align: left;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  line-height: 1.6rem;
}

.text-span-20, .text-span-21, .text-span-22, .text-span-23, .text-span-24 {
  font-weight: 500;
}

.link-4 {
  color: var(--azul-plomo);
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
}

.bold-text-8 {
  font-weight: 300;
}

.form, .form-2 {
  margin-top: 20px;
}

.image-13-copy-copy {
  filter: invert();
  width: 50px;
  height: 50px;
}

.image-13-copy-copy {
  width: 50px;
  height: 50px;
}

.image-13-copy-copy.invert {
  filter: invert();
}

.image-5-copy {
  object-fit: cover;
  object-position: 50% 10%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  height: 280px;
}

.div-block-129 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.text-span-25 {
  color: var(--azul-plomo);
  font-size: 2rem;
  line-height: 3rem;
}

.text-block-19 {
  color: var(--grey);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 1.4rem;
}

.text-span-26 {
  color: var(--azul-plomo);
  font-size: 2rem;
  line-height: 3rem;
}

.text-block-20 {
  color: var(--grey);
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
}

.text-span-27 {
  color: var(--azul-plomo);
  font-size: 2rem;
  line-height: 3rem;
}

.text-block-21 {
  color: var(--grey);
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
}

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

.checkbox-label {
  font-family: Montserrat, sans-serif;
  font-size: .8rem;
  font-weight: 400;
}

.checkbox-field {
  margin-bottom: 10px;
}

.checkbox-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.checkbox-field-2 {
  margin-bottom: 10px;
}

.div-block-131 {
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-132 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-16 {
  border-radius: 20px;
}

.heading-10-copy {
  color: var(--azul-plomo);
  text-align: left;
  margin-bottom: 70px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
}

.image-17 {
  border-radius: 0;
  transition: all .325s cubic-bezier(.455, .03, .515, .955);
}

.image-17:hover {
  filter: brightness(80%);
}

.div-block-133 {
  width: 100%;
  max-width: 1200px;
}

.section-10-copy {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.text-block-22 {
  font-family: Montserrat, sans-serif;
}

.success-message, .error-message {
  border-radius: 20px;
}

.text-block-23 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.success-message-2 {
  border-radius: 20px;
  margin-top: 40px;
}

.text-block-24 {
  font-family: Montserrat, sans-serif;
}

.text-block-25 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.error-message-2 {
  border-radius: 20px;
}

.image-5-copy {
  aspect-ratio: auto;
  object-fit: cover;
  object-position: 50% 20%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: auto;
  height: 340px;
  overflow: clip;
}

.image-12-copy {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 20px;
  width: 100%;
  height: auto;
  max-height: 420px;
}

.div-block-80-copy {
  background-color: var(--azul-plomo);
  background-image: linear-gradient(#3a4d63cc, #3a4d63cc), url('../images/dentista-profesional-masculino.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 400px;
  display: flex;
}

.heading-9-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.3rem;
}

.div-block-134 {
  background-color: var(--azul-plomo);
  background-image: linear-gradient(#3a4d63bf, #3a4d63bf), url('../images/gabinete-perfil-dental-alcorcn_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75%;
  height: 340px;
  max-height: 100%;
  padding: 2rem 3rem;
  display: flex;
}

.heading-24 {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 2rem;
}

@media screen and (max-width: 991px) {
  .handle-wrapper {
    width: 700px;
    max-width: 80%;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .image-left {
    width: auto;
  }

  .handle-bar {
    height: 100%;
  }

  .circle-wrapper {
    width: 60px;
    height: 60px;
  }

  .before {
    border-radius: 8px;
  }

  .handle {
    text-transform: uppercase;
    font-family: Varela Round, sans-serif;
    font-size: 14px;
  }

  .after {
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .handle-wrapper {
    width: 500px;
    max-width: 100%;
    height: 470px;
  }

  .before {
    border-radius: 8px;
  }

  .handle {
    text-transform: uppercase;
    font-family: Varela Round, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .accordion-item-content {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    background-image: linear-gradient(270deg, #fff6, #ffffffb3 50%, #fff6), url('../images/sala-de-espera-perfil-dental_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: auto;
  }

  .nav-menu {
    background-color: #dfdfdf;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-nav {
    text-align: center;
    text-transform: uppercase;
  }

  .div-block-25 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    margin-bottom: 10px;
  }

  .container-5 {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 0;
  }

  .brand {
    width: 180px;
    padding-left: 0;
  }

  .brand.w--current {
    width: 180px;
  }

  .nav-link-5 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
  }

  .heading-2 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .div-block-27 {
    height: 20vh;
    margin-top: 40px;
  }

  .button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .div-block-28 {
    flex-flow: column;
  }

  .section-copy {
    padding: 4rem 1rem;
  }

  .div-block-30 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-3 {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .div-block-35 {
    padding: 15px 10px;
  }

  .div-block-38 {
    flex-flow: column;
  }

  .div-block-39 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-40 {
    flex-flow: column;
  }

  .paragraph-2-copy {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .div-block-41, .div-block-42 {
    width: 100%;
  }

  .heading-2-copy {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-43 {
    max-width: 100%;
  }

  .div-block-44 {
    flex-flow: column;
  }

  .div-block-45, .div-block-47, .div-block-48, .div-block-49 {
    max-width: 100%;
  }

  .section-4 {
    padding: 2rem 1rem;
  }

  .div-block-50 {
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .div-block-51 {
    height: auto;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .highlight-title {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .image-6 {
    width: 80%;
  }

  .image-7, .image-7.icon1, .image-7.icon4, .image-7.icon2 {
    width: 40px;
    height: 40px;
  }

  .section-5 {
    padding: 2rem 1rem;
  }

  .div-block-54 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .div-block-55 {
    flex-flow: column;
  }

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

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

  .image-8, .image-9 {
    object-fit: cover;
    min-height: 340px;
  }

  .heading-2-copy-copy {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .section-6 {
    padding: 4rem 1rem;
  }

  .paragraph-4 {
    margin-bottom: 0;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .div-block-59 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    display: flex;
  }

  .text-block-5 {
    line-height: 1.2rem;
  }

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

  .section-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-5 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .button-2 {
    text-align: center;
    margin-top: 0;
    font-size: 1rem;
  }

  .div-block-65 {
    flex-flow: column;
    display: flex;
  }

  .div-block-66.first {
    padding: 20px 40px;
  }

  .section-9 {
    background-color: var(--azul-plomo);
    flex-flow: column;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .heading-6 {
    color: var(--white);
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .section-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-69 {
    min-height: 20vh;
    padding-left: 0;
    padding-right: 0;
  }

  .image-11 {
    max-width: 220px;
  }

  .div-block-70 {
    margin-top: 0;
  }

  .div-block-71 {
    flex-flow: column;
  }

  .div-block-72 {
    border-radius: 0;
    padding: 4rem 10px;
  }

  .heading-8 {
    margin-bottom: 0;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }

  .div-block-73 {
    flex-flow: column;
  }

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

  .div-block-74-copy {
    width: 100%;
    height: 340px;
  }

  .div-block-75 {
    flex-flow: column;
  }

  .text-block-10 {
    line-height: 1.4rem;
  }

  .paragraph-5 {
    font-size: .9rem;
  }

  .section-11 {
    padding: 4rem 1rem;
  }

  .div-block-77 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-80, .div-block-80.esther {
    max-width: 100%;
  }

  .heading-9 {
    color: var(--azul-plomo);
    font-size: 1.2rem;
  }

  .text-block-11 {
    color: var(--grey);
    font-size: .9rem;
  }

  .heading-10 {
    margin-bottom: 20px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-88 {
    background-color: #ebebeb;
    background-image: none;
    background-position: 0 0;
    padding: 4rem 1rem;
  }

  .div-block-89 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    display: flex;
  }

  .heading-13 {
    margin-bottom: 30px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .paragraph-7 {
    margin-top: 10px;
    padding-top: 0;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  ._1st {
    text-align: center;
    width: 100%;
  }

  ._2nd {
    margin-top: 20px;
    margin-left: 0;
  }

  .section-16 {
    padding: 4rem 1rem;
  }

  .div-block-92 {
    width: 70px;
    height: 70px;
  }

  .heading-14 {
    margin-left: 0;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-93 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-94 {
    flex-flow: column;
    width: 100%;
  }

  .heading-15 {
    padding-left: 20px;
    font-size: 1.4rem;
  }

  .text-block-13 {
    padding-left: 20px;
    font-size: .9rem;
  }

  .text-block-14 {
    display: none;
  }

  .paragraph-8 {
    font-size: .9rem;
    font-weight: 400;
  }

  .section-17 {
    padding: 4rem 1rem;
  }

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

  .div-block-100 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .div-block-101 {
    padding: 20px;
  }

  .heading-14-copy {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .heading-16 {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .heading-15-copy {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .text-span-11 {
    font-size: .9rem;
    font-weight: 300;
    line-height: 1.4rem;
  }

  .section-18 {
    padding: 4rem 1rem;
  }

  .heading-17 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .div-block-104 {
    flex-flow: column;
  }

  .handle-wrapper {
    width: 300px;
    min-width: auto;
    max-width: 100%;
    height: 300px;
  }

  .image-right {
    width: 300px;
    height: 300px;
  }

  .image-left, .handle-bar {
    height: 300px;
  }

  .circle-wrapper {
    width: 40px;
    height: 40px;
  }

  .before {
    border-radius: 8px;
  }

  .handle {
    text-transform: uppercase;
    font-family: Varela Round, sans-serif;
    font-size: 12px;
  }

  .after {
    border-radius: 8px;
  }

  .paragraph-9 {
    max-width: 100%;
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .icon-5.accordion-icon {
    color: #3a4d6399;
  }

  .section-faq {
    padding: 4rem 15px;
  }

  .accordion-heading {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4rem;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .text-center {
    color: var(--azul-plomo);
  }

  .accordion-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-10, .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    color: var(--azul-plomo);
    font-size: .9rem;
  }

  .heading-18 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .hero-implantes {
    background-color: #e4e4e4;
    background-image: none;
    background-position: 0 0;
    padding: 4rem 1rem;
  }

  .dropdown-toggle.drop {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    padding: 12px 40px 12px 0;
    display: flex;
  }

  .dropdown-link {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .wrapper-hero-ortodoncia {
    flex-flow: column;
  }

  .icon-implant {
    width: 30px;
  }

  .div-block-108 {
    flex-flow: column;
  }

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

  .paragraph-7-copy-copy {
    line-height: 1.6rem;
  }

  .p {
    color: var(--azul-plomo);
    font-size: .9rem;
  }

  .p._1-4rem {
    color: var(--azul-plomo);
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.4rem;
  }

  .p.semi {
    font-weight: 400;
    line-height: 1.4rem;
  }

  .list-2 {
    font-size: .9rem;
    line-height: 1.4rem;
  }

  .paragraph-7-copy-copy-copy {
    font-size: 1.4rem;
    line-height: 1.6rem;
  }

  .div-block-110 {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-109-copy {
    width: 100%;
  }

  .div-block-111 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

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

  .icon-wrapper-implant, .hero-wrapper-odonto {
    flex-flow: column;
  }

  .hero-odontopediatria {
    background-color: #e7e7e7;
    background-image: none;
    background-position: 0 0;
    padding: 4rem 1rem;
  }

  .div-block-89-copy {
    max-width: 100%;
  }

  .icon-wrapper-odontopediatria {
    width: 60px;
    height: 60px;
  }

  .div-block-108-copy, .icon-wrapper-odonto {
    flex-flow: column;
  }

  .div-block-101-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-icon-odontoped {
    font-size: .9rem;
    font-weight: 400;
  }

  .image-13-copy {
    width: 50px;
    height: 50px;
  }

  .section-19 {
    background-image: linear-gradient(#ffffff80, #ffffff80), url('../images/sala-de-espera-perfil-dental_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 40vh;
    padding: 40px 1rem;
  }

  .div-block-114 {
    border-radius: 10px;
    width: 90%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-20 {
    padding: 4rem 1rem;
  }

  .div-block-115 {
    flex-flow: column;
  }

  .div-block-116 {
    max-width: 100%;
  }

  .image-14 {
    height: 230px;
  }

  .div-block-117 {
    width: 100%;
    max-width: 100%;
  }

  .heading-19 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

  .text-block-15 {
    font-size: .9rem;
  }

  .div-block-118 {
    flex-flow: column;
  }

  .div-block-119 {
    background-color: #f5f5f5;
    max-width: 100%;
    padding: 20px 20px 10px;
  }

  .textarea, .field-label {
    color: var(--azul-plomo);
    font-size: .9rem;
  }

  .text-field {
    color: var(--azul-plomo);
    font-size: .9rem;
    line-height: 1.4rem;
  }

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

  .heading-21 {
    font-size: 1rem;
    line-height: 1.4rem;
  }

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

  .div-block-122 {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .div-block-123 {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading-23 {
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text-block-16 {
    font-size: .9rem;
  }

  .div-block-124 {
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
  }

  .text-block-17 {
    font-size: 1.2rem;
    line-height: 1.1rem;
  }

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

  .menu-button.w--open {
    background-color: var(--azul-plomo);
  }

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

  .menu-button-2.w--open {
    background-color: var(--azul-plomo);
  }

  .div-block-104-copy {
    flex-flow: wrap-reverse;
  }

  .div-block-94-copy {
    flex-flow: column;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .div-block-55-copy {
    flex-flow: wrap-reverse;
  }

  .dropdown {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .div-block-125 {
    padding: 5rem 1rem;
  }

  .div-block-126, .div-block-126-copy {
    width: 100%;
  }

  .section-21 {
    padding: 2rem 1rem;
  }

  .text-block-18 {
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .text-block-15-copy {
    font-size: .9rem;
  }

  .link-5, .link-6 {
    color: var(--azul-plomo);
  }

  .bold-text-8 {
    font-weight: 300;
  }

  .image-13-copy-copy {
    width: 50px;
    height: 50px;
  }

  .div-block-129 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
  }

  .text-span-25 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-19 {
    font-size: 1rem;
  }

  .text-span-26 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-20 {
    font-size: 1rem;
  }

  .text-span-27 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .text-block-21 {
    font-size: 1rem;
  }

  .div-block-130 {
    flex-flow: column;
    margin-bottom: 40px;
  }

  .div-block-132 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-10-copy {
    margin-bottom: 40px;
    font-size: 1.6rem;
    line-height: 2rem;
  }

  .image-17 {
    border-radius: 0;
  }

  .div-block-133 {
    padding-left: 1rem;
  }

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

  .dropdown-2 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .icon-6, .icon-7 {
    margin-right: 10px;
  }

  .div-block-80-copy {
    max-width: 100%;
    padding: 3rem 2rem;
  }

  .heading-9-copy {
    color: var(--white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .div-block-134 {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 6rem 2rem;
  }

  .heading-24 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}

#w-node-_19676dd5-63a9-4901-8acd-1a77e9c63b81-e9c63b55 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_469166ba-a732-c357-a18c-2fdb7267657d-cbdbc00d, #w-node-_70b089f3-e6a4-7045-1506-164e3c453342-cbdbc00d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


