:root {
  --white: white;
  --principal: #139f90;
  --light-sea-green: #19b8a7;
  --teal: #1f796f;
  --tipografía: #333;
  --dark-grey: #aaa7a7;
  --light-sea-green-2: rgba(19, 159, 144, .26);
}

body {
  color: #333;
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  opacity: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  text-indent: 0;
  text-shadow: 0 1px 8px #000;
  column-count: 0;
  white-space: normal;
  flex-flow: column wrap;
  flex: 0 auto;
  align-content: space-between;
  justify-content: space-between;
  align-self: center;
  margin-top: -50px;
  margin-bottom: 0;
  margin-left: -140px;
  font-size: 70px;
  font-weight: 700;
  line-height: 44px;
  display: block;
}

a {
  text-decoration: none;
}

.global-container {
  flex-direction: column;
  justify-content: space-between;
  width: 100vw;
  min-height: 100vw;
  display: flex;
}

.main {
  flex: 1;
  width: 100%;
}

.footer {
  background-color: var(--principal);
  background-image: linear-gradient(to bottom, var(--principal) 37%, #0e665d 90%);
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  grid-template: "." 1fr
                 "." .25fr
                 "." 1fr
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-self: stretch;
  align-items: center;
  height: 16rem;
  padding: 3rem 2rem 2rem;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

.text-block {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  font-weight: 700;
}

.paragraph {
  color: #fff;
  text-align: left;
  height: auto;
  font-size: 20px;
  font-weight: 700;
}

.image {
  text-align: right;
  order: 0;
  align-self: flex-start;
  width: 30px;
  height: 30px;
  margin-top: 9px;
}

.column {
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-footer__title {
  outline-offset: 0px;
  color: #e0e0e0;
  outline: 3px #e0e0e0;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 15px;
  display: block;
  overflow: visible;
}

.paragraph-footer__description {
  color: #fff;
  letter-spacing: 0;
  flex: 0 auto;
  order: -1;
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  transition: opacity .2s;
  position: static;
}

.paragraph-footer__description:hover {
  opacity: 1;
  color: #c9c9c9;
  mix-blend-mode: normal;
  object-fit: fill;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column-reverse wrap;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-around;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.paragraph-2 {
  align-self: flex-end;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  color: #444;
  margin-bottom: 10px;
  text-decoration: none;
  display: block;
}

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

.bold-text {
  color: #fff;
  white-space: normal;
}

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

.bold-text-2 {
  text-decoration: none;
}

.div-block-2 {
  flex-direction: column;
  justify-content: space-between;
  width: 400px;
  height: 270px;
  display: flex;
}

.div-block-3 {
  width: 300px;
  height: 270px;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr auto;
  grid-template-columns: .25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: minmax(auto, 1fr) minmax(0, 1.25fr);
  grid-template-columns: minmax(10px, .25fr) minmax(0, .25fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  display: grid;
}

.div-block-4 {
  width: 300px;
}

.div-section-footer {
  flex-flow: column wrap;
  order: 0;
  align-content: center;
  justify-content: flex-start;
  align-items: flex-start;
  width: 400px;
  height: 200px;
  margin-bottom: 0;
  display: flex;
}

.div-block-5 {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  align-self: flex-start;
  width: 40px;
  height: 40px;
}

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

.div-block-7 {
  flex-flow: column-reverse wrap;
  align-content: stretch;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  align-self: flex-end;
}

.div-block-9 {
  order: -1;
  align-self: flex-start;
}

.div-block-10 {
  flex: 0 auto;
}

.image-2 {
  align-self: flex-start;
}

.div-block-11 {
  flex: 0 auto;
  margin-bottom: 25px;
  display: flex;
}

.div-block-12 {
  align-self: center;
}

.image-3 {
  margin-right: 11px;
}

.div-block-13 {
  margin-top: 25px;
  display: flex;
}

.bold-text-3 {
  color: #fff;
}

.div-block-14 {
  flex-direction: column-reverse;
  order: 0;
  align-items: flex-start;
  display: block;
}

.image-4 {
  margin-right: 11px;
}

.bold-text-4 {
  font-size: 21px;
}

.text-block-2 {
  font-size: 22px;
}

.div-block-15, .div-block-16 {
  flex-direction: column;
  height: 170px;
  display: flex;
}

.div-block-17 {
  order: 0;
  justify-content: space-between;
  align-self: auto;
  align-items: stretch;
  width: auto;
  height: 200px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.text-block-3 {
  color: #fff;
  text-align: left;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -19px;
  font-weight: 700;
  display: block;
}

.footer-line_separation {
  color: rgba(255, 255, 255, .36);
  margin-top: -10px;
  transition: opacity .2s;
}

.text-block-4 {
  outline-offset: 0px;
  color: rgba(255, 255, 255, .36);
  outline: 3px solid rgba(255, 255, 255, .36);
  flex-flow: row;
  font-weight: 700;
  display: block;
}

.div-block-18 {
  background-color: rgba(255, 255, 255, .22);
  align-self: auto;
  width: 2px;
  height: 150px;
  margin-left: -160px;
  margin-right: -160px;
}

.div-block-19---horizontal-divisor, .div-block-20 {
  background-color: rgba(255, 255, 255, .22);
  height: 2px;
}

.text-block-5 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 0;
}

.paragraph-3 {
  margin-bottom: 0;
}

.text-block-6 {
  color: #fcf8f8;
  align-items: flex-end;
  margin-top: 0;
  margin-right: 20px;
  font-size: 17px;
  display: block;
}

.div-block-21 {
  flex-flow: column;
  align-content: space-between;
  justify-content: space-around;
  display: flex;
}

.div-block-22 {
  flex-wrap: nowrap;
  flex: none;
  order: 1;
  align-content: space-between;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.image-5 {
  margin-top: -27px;
}

.image-6 {
  margin-right: 13px;
}

.slider {
  outline-offset: 0px;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 720px;
  display: flex;
}

.slide {
  opacity: 1;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/imagen-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 720px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-7 {
  height: 720px;
}

.container-2 {
  flex-flow: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading {
  color: #fff;
  font-size: 70px;
}

.heading-2 {
  clear: none;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: static;
  top: auto;
  bottom: 0%;
  left: -27px;
  right: 0%;
}

.slide-2 {
  background-image: url('../images/imagen4-celular.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-3 {
  align-self: center;
  margin-top: 0;
  margin-left: 0;
  font-weight: 600;
}

.heading-4 {
  flex: 0 auto;
  align-self: auto;
  margin-top: 0;
  margin-left: 0;
  font-weight: 600;
  position: static;
  overflow: visible;
}

.slide-3 {
  background-image: url('../images/blanqueamiento_dental.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.heading-5 {
  align-self: center;
}

.slide-4 {
  background-image: url('../images/imgen-3.jpg');
  background-position: 0 0;
  background-size: cover;
}

.container-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.main-2 {
  justify-content: space-around;
  align-items: baseline;
  height: 600px;
  margin-bottom: 0;
  padding: 75px 21px;
  transition: opacity .2s;
  display: flex;
}

.div-section__h2 {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  display: block;
}

.div-block-24 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.div-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.div-section__icon {
  outline-offset: 0px;
  mix-blend-mode: normal;
  outline: 3px #333;
  height: 125px;
  transform: none;
}

.paragraph-5, .paragraph-6 {
  color: #333;
  text-align: center;
  font-size: 16px;
}

.heading-6, .heading-7 {
  margin-top: 0;
  margin-left: 0;
  font-weight: 600;
}

.div-block-27 {
  align-self: auto;
}

.div-block-30---phone-vertical {
  background-color: rgba(255, 255, 255, .22);
  width: 4px;
  height: 150px;
}

.image-8 {
  width: 300px;
}

.container-6 {
  flex: 1;
}

.slider-2 {
  background-color: rgba(19, 159, 144, 0);
  flex-direction: column;
  flex: 1;
  order: 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.block-quote {
  text-align: center;
  width: 75%;
}

.mask {
  flex: 1;
  align-self: center;
  width: 100%;
}

.slide-5 {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-7 {
  text-align: center;
  width: 75%;
}

.block-quote-2 {
  text-align: center;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.block-quote-3 {
  text-align: center;
  border-left-color: rgba(0, 0, 0, 0);
  font-style: italic;
}

.div-block-33, .div-block-34 {
  background-color: rgba(255, 255, 255, .22);
  height: 2px;
}

.body-2 {
  background-image: linear-gradient(#17bba9, #e9e9e9);
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: block;
}

.div-block-35 {
  height: 1000px;
  margin-top: 0;
}

.div-block-36 {
  background-color: var(--white);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: stretch;
  height: 1100px;
  margin-top: 140px;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.heading-8 {
  margin-top: 0;
}

.heading-9 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.gallery {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 68px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.centered-container {
  text-align: center;
  flex: 1;
}

.gallery-grid-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  margin-top: 40px;
  display: flex;
}

.gallery-lightbox {
  object-position: 50% 50%;
  position: relative;
  overflow: hidden;
}

.gallery-thumbnail {
  object-fit: cover;
  object-position: 50% 50%;
  width: 50%;
  max-width: none;
  height: auto;
}

.heading-consultorio {
  color: var(--white);
  text-align: center;
  text-shadow: 1px 1px 14px rgba(0, 0, 0, .58);
  font-size: 60px;
}

.parrafo-consultorio_bold {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .58);
  margin-top: 40px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.container-8 {
  display: flex;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 7px;
  flex: 0 auto;
  grid-template-rows: .25fr 1.5fr .25fr .25fr 1fr 1fr;
  grid-template-columns: .75fr .5fr .5fr .5fr .5fr .5fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: space-around;
  align-self: stretch;
  height: 100%;
  margin-bottom: 53px;
  padding-left: 65px;
  padding-right: 65px;
  display: grid;
}

.image-9 {
  height: 200px;
}

.div-block-38 {
  background-image: url('../images/img-consultorio-03.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: 570px;
  background-attachment: scroll;
  border-radius: 0;
}

.div-block-39 {
  background-image: url('../images/foto-prueba-consultorio.jpg');
  background-position: 50%;
  background-size: auto;
  border-radius: 15px;
  box-shadow: 1px 1px 3px #000;
}

.parrafo-consultorio_normal {
  color: var(--white);
  text-align: center;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .58);
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 25px;
}

.text-block-8 {
  color: var(--white);
  font-weight: 400;
}

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

.dropdown-link {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  width: auto;
  height: 30px;
  margin-left: 0;
  padding: 5px 26px;
  transition: background-color .3s;
  display: block;
}

.dropdown-link:hover {
  -webkit-text-fill-color: inherit;
  background-color: #139f90;
  background-clip: border-box;
}

.dropdown-list {
  background-color: rgba(221, 221, 221, .6);
}

.dropdown-list.w--open {
  background-color: rgba(19, 159, 144, .28);
}

.button {
  background-color: var(--principal);
  border-radius: 15px;
  margin-bottom: 0;
}

.dropdown {
  background-image: linear-gradient(#139f90, #139f90);
  border-radius: 50px;
  width: 225px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 35px;
  position: absolute;
  overflow: hidden;
}

.dropdown-toggle {
  padding-right: 20px;
  font-weight: 400;
}

.div-block-40 {
  background-color: var(--white);
  width: 100%;
}

.body-3 {
  background-image: linear-gradient(#17bba9, #fff);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-41 {
  background-color: var(--white);
  flex-flow: row;
  flex: 1;
  align-content: stretch;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: 100vw;
  margin-top: 140px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.image-10 {
  height: 75px;
}

.div-block-42 {
  background-color: var(--principal);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  height: 70px;
  display: flex;
}

.heading-11 {
  color: #fff;
  flex: 0 auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 47px;
  font-weight: 400;
}

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

.bottom-tratamiento {
  background-color: var(--principal);
  background-image: linear-gradient(to right, #15a193, #27bfae);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 39px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

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

.div-block-44 {
  width: 300px;
}

.link-block-3 {
  background-image: linear-gradient(to right, #139f90, #27bfae);
  width: 225px;
  height: 30px;
  margin-left: 20px;
}

.text-block-10 {
  text-align: center;
  font-size: 12px;
}

.dropdown-trigger {
  background-image: linear-gradient(to right, var(--principal), #2fc2b2);
  cursor: default;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  padding: 10px 25px;
}

.dropdown-wrapper {
  flex: none;
  order: 0;
  align-self: auto;
  width: 300px;
  height: auto;
  display: block;
  position: relative;
}

.div-block-45 {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  width: 350px;
  margin-bottom: 5px;
  display: flex;
}

.heading-12 {
  color: var(--white);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-weight: 400;
}

.dropdown-content {
  width: 80%;
  margin-top: 3px;
  margin-bottom: 0;
  margin-left: 35px;
  position: absolute;
  overflow: hidden;
}

.dropdown-link-2 {
  background-image: linear-gradient(to right, var(--principal), #2fc2b2);
  border-radius: 0 50px 50px 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
}

.image-11 {
  border-radius: 20px;
  align-self: center;
  height: 300px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .21);
}

.container-9 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.image-12 {
  flex: 1;
  align-self: center;
  max-width: none;
  height: 200px;
  display: block;
}

.slide-6 {
  height: 100%;
}

.slide-7 {
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-13 {
  height: 200px;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  height: 100px;
  display: flex;
}

.image-14 {
  flex: none;
  align-self: center;
  width: 400px;
  height: auto;
}

.div-block-46 {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.container-12 {
  background-image: url('../images/image-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  align-items: stretch;
  height: 80%;
  margin-top: 20px;
  display: flex;
}

.slider-3 {
  flex-direction: column;
  flex: 0 auto;
  order: 1;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  display: block;
}

.slide-8 {
  text-align: center;
  height: auto;
}

.image-15 {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-13 {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.mask-2 {
  height: 100%;
}

.div-block-47 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
  display: flex;
}

.container-testimony {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 90%;
  display: flex;
}

.image-16 {
  border-radius: 20px;
  flex: 0 auto;
  align-self: auto;
  height: auto;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .33);
}

.slider-4 {
  background-color: rgba(221, 221, 221, 0);
  height: 500px;
}

.image-17, .image-18, .image-19 {
  border-radius: 20px;
  width: 450px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .33);
}

.image-20 {
  border-radius: 20px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .33);
}

.image-21, .image-22 {
  border-radius: 20px;
  width: 450px;
  box-shadow: 0 1px 9px rgba(0, 0, 0, .33);
}

.icon-7, .icon-8 {
  background-color: var(--principal);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.div-block-48 {
  background-image: url('../images/consultorio.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-49 {
  margin-bottom: 0;
}

.div-block-50 {
  background-color: rgba(0, 0, 0, 0);
  flex: 1;
  order: 1;
  align-self: stretch;
  margin-left: 0;
  margin-right: 93px;
  display: block;
}

.heading-13 {
  background-color: var(--principal);
  color: var(--white);
  width: auto;
  margin-top: 0;
  padding-left: 11px;
  padding-right: 11px;
  font-size: 25px;
}

.body-4 {
  background-image: linear-gradient(#17bba9, #fff);
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-51 {
  background-color: #111;
  flex: 1;
  margin-top: 122px;
}

.div-block-52 {
  background-color: var(--principal);
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  flex-direction: column;
  justify-content: center;
  width: 350px;
  height: 70px;
  margin-top: 27px;
  display: flex;
}

.text-block-13 {
  align-self: center;
}

.heading-14 {
  margin-top: 0;
  margin-left: 0;
}

.text-block-14 {
  color: var(--white);
  flex: 0 auto;
  align-self: center;
  font-size: 30px;
  font-weight: 700;
}

.container-14 {
  text-align: center;
  background-image: url('../images/img-tratamientos_blanqueamiento-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.paragraph-10 {
  background-color: var(--principal);
  color: var(--white);
  margin-top: 12px;
  padding: 16px;
}

.tab-link-tab-1 {
  display: flex;
}

.tab-link-tab-1.w--current {
  flex-flow: column;
  align-content: center;
  align-items: center;
}

.div-block-53 {
  background-color: var(--white);
  padding: 35px 35px 35px 0;
}

.tabs {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
  grid-auto-columns: 1fr;
  padding-left: 30px;
  display: grid;
}

.tabs-menu {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: var(--light-sea-green);
  color: var(--white);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-1-2:hover {
  background-color: var(--teal);
}

.tab-link-tab-1-2.w--current {
  background-color: var(--teal);
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 1px;
}

.tab-link-tab-1-2.w--current:hover {
  background-color: var(--teal);
}

.text-block-15 {
  color: var(--tipografía);
}

.tab-link-tab-2 {
  background-color: #19b8a7;
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-2:hover {
  background-color: var(--teal);
}

.tab-link-tab-2.w--current {
  background-color: var(--teal);
  color: #3d3d3d;
}

.text-block-16 {
  color: var(--white);
}

.tab-link-tab-3 {
  background-color: #19b8a7;
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-3:hover {
  background-color: var(--teal);
}

.tab-link-tab-3.w--current {
  background-color: var(--teal);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.text-block-17, .text-block-18 {
  color: var(--white);
}

.image-23 {
  text-align: center;
  display: inline-block;
}

.image-24 {
  text-align: center;
  height: 400px;
  display: block;
}

.image-25 {
  height: 400px;
}

.tab-link-restauraciones-dentales {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-restauraciones-dentales:hover {
  background-color: var(--teal);
}

.tab-link-restauraciones-dentales.w--current {
  background-color: var(--teal);
  border-radius: 20px;
}

.text-block-19 {
  color: var(--white);
}

.tab-link-tab-5 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 2px;
}

.tab-link-tab-5:hover, .tab-link-tab-5.w--current {
  background-color: var(--teal);
}

.tab-link-tab-6 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-6:hover, .tab-link-tab-6.w--current {
  background-color: var(--teal);
}

.tab-link-tab-7 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-7:hover, .tab-link-tab-7.w--current {
  background-color: var(--teal);
}

.tab-link-tab-8 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-8:hover, .tab-link-tab-8.w--current {
  background-color: var(--teal);
}

.tab-link-tab-9 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-9:hover, .tab-link-tab-9.w--current {
  background-color: var(--teal);
}

.tab-link-tab-10 {
  background-color: var(--light-sea-green);
  border-radius: 20px;
  margin-bottom: 1px;
}

.tab-link-tab-10:hover, .tab-link-tab-10.w--current {
  background-color: var(--teal);
}

.text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24, .text-block-25 {
  color: var(--white);
}

.tab-link-keep-smiling {
  background-color: var(--light-sea-green);
  border-radius: 20px;
}

.tab-link-keep-smiling:hover, .tab-link-keep-smiling.w--current {
  background-color: var(--teal);
}

.text-block-26 {
  color: var(--white);
}

.container-15 {
  background-image: url('../images/Limpieza-dental.jpeg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: auto 575px;
  background-attachment: scroll;
  height: 400px;
}

.container-16 {
  background-image: url('../images/Sección-implantes-dentales.jpeg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: auto 450px;
  height: 400px;
}

.container-17 {
  background-image: url('../images/protesis-dental.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 400px;
}

.container-18 {
  background-image: url('../images/Carillas.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.container-19 {
  background-image: url('../images/Incrustraciones.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.container-20 {
  background-image: url('../images/Estética-dental-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.container-21 {
  background-image: url('../images/ortodoncia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.link {
  color: var(--tipografía);
}

.container-22 {
  background-image: url('../images/Keep-Smiling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.container-23 {
  background-image: url('../images/Restauraciones-con-luz-LED.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.container-24 {
  background-image: url('../images/ortodoncia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.container-25 {
  background-image: url('../images/Tecnología-Cad-Cam.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
}

.div-block-54 {
  background-image: linear-gradient(360deg, var(--dark-grey), white 37%);
}

.container-26 {
  margin-top: 13px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

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

.nav-link.w--current {
  color: var(--principal);
}

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

.nav-link-2.w--current {
  color: var(--tipografía);
}

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

.nav-link-3.w--current {
  color: var(--tipografía);
}

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

.navbar-4 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.image-26 {
  width: 250px;
}

.navbar-5 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-6 {
  background-color: rgba(221, 221, 221, 0);
  margin-top: 20px;
  padding: 15px 95px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link {
  font-size: 16px;
  transition: background-color .2s, opacity .2s;
}

.nav-link:hover {
  background-color: rgba(19, 159, 144, .25);
}

.nav-link.w--current {
  color: var(--tipografía);
  font-size: 16px;
}

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

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

.div-block-55 {
  background-color: var(--white);
  text-align: center;
  height: 100vw;
  margin-top: 100px;
  padding: 50px;
}

.body-5 {
  background-color: var(--light-sea-green);
  background-image: linear-gradient(#17bba9, #fff);
}

.heading-15 {
  color: var(--tipografía);
  text-shadow: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 50px;
}

.form-section-inner-04 {
  background-color: var(--light-sea-green);
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: 0;
  padding: 50px;
  display: flex;
  box-shadow: 0 1px 12px 1px rgba(0, 0, 0, .15);
}

.paragraph-11 {
  opacity: .75;
  font-size: 16px;
  line-height: 22px;
}

.contact-method {
  color: #3b2ae5;
  align-items: center;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.contact-method:hover {
  opacity: .8;
}

.contact-method.no-link:hover {
  opacity: 1;
}

.heading-2 {
  margin-top: 0;
  font-size: 35px;
  font-weight: 600;
  line-height: 45px;
}

.section-title {
  color: var(--tipografía);
  text-align: center;
  text-transform: none;
  align-self: center;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
}

.big-image-form-04 {
  background-image: url('../images/imagen1-celular.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  display: flex;
}

.form-block-04 {
  border: 1px #dbdbdb;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  padding: 0;
}

.form-section-04 {
  background-color: var(--white);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.contact-text {
  margin-bottom: 1px;
}

.form-spacer {
  flex: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.contact-method-wrap {
  align-items: center;
  margin-top: 20px;
  margin-right: 20px;
  display: flex;
}

.text-field-inform {
  border: 1px solid #dbdbdb;
  height: 48px;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 22px;
}

.text-field-inform:active {
  color: #3b2ae5;
  border-color: #dbdbdb;
}

.text-field-inform.bigger {
  height: auto;
  min-height: 58px;
}

.contact-icon {
  background-color: #3b2ae5;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  padding: 4px;
  display: flex;
}

.button-2 {
  text-transform: none;
  background-color: #3b2ae5;
  border-radius: 0;
  padding: 13px 22px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .2s;
}

.button-2:hover {
  opacity: .8;
}

.button-2.in-form {
  background-color: var(--principal);
  text-align: center;
  text-align: center;
  width: 100%;
}

._2-questions-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: var(--white);
  text-shadow: none;
  margin-top: 0;
  margin-left: 0;
  font-size: 25px;
  font-weight: 400;
}

.form-section-inner-04-3 {
  background-color: var(--white);
  text-align: center;
  border: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 750px;
  margin-top: -250px;
  padding: 50px;
  display: flex;
}

.section-title-2 {
  color: var(--tipografía);
  text-align: center;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 22px;
}

.big-image-form-04-2 {
  background-image: url('../images/imagen1-celular.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 450px;
}

.form-section-04-2 {
  background-color: var(--white);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.paragraph-70 {
  opacity: .7;
  margin-bottom: 10px;
}

.paragraph-70.paragraph70-bottom-clear {
  margin-bottom: 0;
}

.text-label {
  opacity: .7;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.text-field {
  color: #18181d;
  text-transform: none;
  background-color: #f5f5f5;
  border-style: none;
  border-radius: 0;
  align-self: stretch;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  background-color: #f0f0f0;
}

.text-field:active {
  background-color: #ececec;
}

.text-field:focus {
  color: #18181d;
  background-color: #ececec;
}

.text-field.bottom-margin-field {
  margin-bottom: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.button-small {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #18181d;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 18px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.button-small:hover {
  background-color: #272731;
}

.button-small.form-centered-button {
  justify-content: center;
}

.text-area {
  background-color: #f5f5f5;
  border-style: none;
  min-height: 170px;
  padding: 14px 20px 18px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-area:hover {
  background-color: #f0f0f0;
}

.text-area:active, .text-area:focus {
  background-color: #ececec;
}

.cta11-title-wrap {
  margin-bottom: 40px;
}

.error-message {
  color: #db4b68;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(219, 75, 104, .05);
  border-bottom: 3px solid #db4b68;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.size5-link {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  display: block;
}

.size5-link:hover {
  opacity: .7;
}

.cta11-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1200px;
  min-height: 460px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.cta11-form {
  align-self: center;
  margin-bottom: 0;
}

.cta11-form-wrap-copy {
  flex-direction: column;
  display: flex;
}

.cta11-map-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -103px;
}

.success-message-2 {
  color: #12b878;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(18, 184, 120, .1);
  border-bottom: 3px solid #12b878;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 30px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.cta11-item-wrap {
  margin-bottom: 25px;
}

.cta11-map {
  z-index: 1;
  line-height: 20px;
}

.size3-text {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
}

.size3-text.size3-top-clear {
  margin-top: 0;
}

.cta11-form-wrap {
  z-index: 2;
  grid-column-gap: 50px;
  grid-row-gap: 30px;
  background-color: #fff;
  border: 1px solid #ebedee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 67px;
  display: grid;
  position: relative;
}

.section {
  background-image: url('../images/imagen1-celular.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  flex: 1;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
  padding-left: 36px;
  padding-right: 36px;
}

.big-image-form-04-3 {
  background-image: url('../images/imagen-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  height: 300px;
}

.form-section-04-3 {
  background-color: var(--white);
  border-bottom: 1px solid #dbdbdb;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 100px;
  display: flex;
}

.div-block-56 {
  background-color: var(--light-sea-green);
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  height: 300px;
  margin-top: -200px;
  padding: 50px;
  display: flex;
}

.heading-17 {
  color: var(--white);
  text-shadow: none;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-size: 50px;
  font-weight: 600;
  line-height: 50px;
}

.div-block-57 {
  background-color: var(--light-sea-green);
}

.div-block-58 {
  background-image: url('../images/imagen-consultorio.jpg');
  background-position: 50%;
  background-size: cover;
}

.container-27 {
  width: 100%;
}

.navbar-7 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  margin-top: 45px;
  padding: 30px 80px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-5 {
  color: var(--white);
  font-size: 16px;
}

.nav-link-5:hover {
  background-color: var(--light-sea-green-2);
}

.nav-link-5:visited {
  color: var(--tipografía);
}

.nav-link-6 {
  color: var(--white);
  font-size: 16px;
}

.nav-link-6:hover {
  background-color: var(--light-sea-green-2);
}

.nav-link-7 {
  color: var(--white);
  font-size: 16px;
}

.nav-link-7:hover {
  background-color: var(--light-sea-green-2);
}

.nav-link-7.w--current {
  color: var(--tipografía);
  background-color: rgba(0, 0, 0, 0);
}

.nav-link-8 {
  color: var(--white);
  font-size: 16px;
}

.nav-link-8:hover {
  background-color: var(--light-sea-green-2);
}

.nav-link-9 {
  color: var(--white);
  background-color: rgba(0, 0, 0, 0);
  font-size: 16px;
}

.nav-link-9:hover {
  background-color: var(--light-sea-green-2);
}

.image-28 {
  width: 350px;
}

.slide-10 {
  width: 350px;
  height: auto;
  margin-left: 20px;
  margin-right: 0;
}

.div-block-63 {
  border-radius: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 350px;
  height: auto;
  display: flex;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .48);
}

.mask-3 {
  padding-left: 10px;
}

.slide-nav {
  display: none;
}

.slide-nav-2 {
  font-weight: 600;
}

.div-block-67 {
  background-image: url('../images/CONSULTORIO-2.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 500px;
  padding-top: 60px;
}

.image-29 {
  width: 350px;
}

.div-block-71 {
  background-image: url('../images/CONSULTORIO-1.jpg');
  background-position: 50% 0;
  background-size: 100%;
  border-radius: 10px;
  height: 100%;
}

.slider-7 {
  border-radius: 10px;
  align-self: center;
  width: 1000px;
  height: 575px;
  position: absolute;
  top: 539px;
  box-shadow: 0 20px 20px rgba(0, 0, 0, .23);
}

.div-block-72 {
  background-image: url('../images/CONSULTORIO-3.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-73 {
  background-image: url('../images/CONSULTORIO-4.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-74 {
  background-image: url('../images/CONSULTORIO-5.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-75 {
  background-image: url('../images/CONSULTORIO-6.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-76 {
  background-image: url('../images/CONSULTORIO-7.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-77 {
  background-image: url('../images/CONSULTORIO-8.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-78 {
  background-image: url('../images/CONSULTORIO-9.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.div-block-79 {
  background-image: url('../images/CONSULTORIO-10.jpg');
  background-position: 50% 0;
  background-size: 100%;
  height: 100%;
}

.div-block-80 {
  background-image: url('../images/CONSULTORIO-11.jpg');
  background-position: 50%;
  background-size: 100%;
  height: 100%;
}

.icon-11, .icon-12 {
  background-color: rgba(31, 121, 111, .59);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.slide-14, .mask-6 {
  border-radius: 10px;
}

.div-block-81 {
  background-color: #000;
  background-image: url('../images/Carillas.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-82 {
  background-image: url('../images/img-tratamientos_blanqueamiento-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.div-block-83 {
  background-color: #000;
  background-image: url('../images/Incrustraciones.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-84 {
  background-color: #000;
  background-image: url('../images/Restauraciones-con-luz-LED.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-85 {
  background-color: #000;
  background-image: url('../images/Limpieza-dental.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 150%;
  height: 400px;
}

.div-block-86 {
  background-color: #000;
  background-image: url('../images/Sección-implantes-dentales-2.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-87 {
  background-image: url('../images/protesis-dental.jpg');
  background-position: 0 0;
  background-size: auto;
  height: 400px;
}

.div-block-88 {
  background-color: #000;
  background-image: url('../images/ESTÉTICA-DENTAL.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.div-block-89 {
  background-image: url('../images/Tecnología-Cad-Cam.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-block-90 {
  background-image: url('../images/ortodoncia.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.div-block-91 {
  background-image: url('../images/Keep-Smiling.jpg');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.bold-text-5 {
  color: var(--white);
}

.div-block-92 {
  align-self: stretch;
}

.paragraph-footer__title-wp {
  outline-offset: 0px;
  color: #e0e0e0;
  outline: 3px #e0e0e0;
  align-self: flex-end;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 18px;
  display: block;
  overflow: visible;
}

.body-6 {
  background-image: linear-gradient(to bottom, var(--principal), var(--teal));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 70px;
  display: flex;
}

.div-pago {
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  align-self: center;
  align-items: stretch;
  width: 550px;
  height: auto;
  padding-top: 30px;
  display: flex;
  box-shadow: 0 20px 20px 20px rgba(0, 0, 0, .11);
}

.h1-pago {
  color: var(--tipografía);
  text-shadow: none;
  margin-top: 10px;
  margin-left: 0;
  font-size: 30px;
  line-height: 37px;
}

.div-icon_check {
  width: 120px;
}

.h2-pago {
  text-align: center;
  align-self: stretch;
  font-size: 25px;
  line-height: 30px;
}

.div-seccion_inferior {
  background-color: var(--principal);
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
  display: flex;
}

.div-seccion_superior {
  flex-direction: column;
  flex: 1;
  align-self: stretch;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.h3-pago {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.buton-formulario {
  background-color: var(--white);
  color: var(--principal);
  border-radius: 20px;
  margin-bottom: 28px;
  padding: 12px 20px;
  font-weight: 600;
  box-shadow: 0 4px 3px 1px rgba(0, 0, 0, .15);
}

.buton-formulario:hover {
  background-color: var(--teal);
  color: var(--white);
}

.div-block-97 {
  width: 175px;
  margin-top: 15px;
  margin-bottom: 6px;
}

.paragraph-71 {
  color: var(--white);
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 11px;
}

.div-block-99 {
  background-image: linear-gradient(to bottom, var(--principal), var(--teal));
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  height: 1000px;
  margin-top: 0;
  padding-top: 40px;
  display: flex;
}

.button-3 {
  background-color: var(--principal);
  border-radius: 10px;
}

.a-banner-announcement {
  background-color: var(--principal);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.a-banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: flex;
  position: relative;
}

.a-banner-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.a-paragraph-small {
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: 9px;
  margin-right: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.a-banner-strong-text {
  color: #7788f8;
  font-weight: 700;
}

.a-banner-button {
  background-color: var(--white);
  color: var(--principal);
  white-space: nowrap;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  transition: color .3s, background-color .3s;
  display: flex;
}

.a-banner-button:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--principal);
  color: var(--white);
}

.a-banner-button-small {
  color: #b2b3bd;
  background-color: #26272c;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 4px;
  transition: color .2s, background-color .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.a-banner-button-small:hover {
  color: #000;
  background-color: #fff;
}

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

.a-paragraph-slash {
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-left: 9px;
  margin-right: 9px;
  font-size: 14px;
  line-height: 1.8;
}

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

.code-embed {
  justify-content: center;
  align-self: stretch;
  margin-top: 0;
  margin-bottom: 140px;
  padding-bottom: 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

@media screen and (min-width: 1280px) {
  .global-container {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    width: 100vw;
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .footer {
    justify-content: space-around;
    padding-left: 3rem;
  }

  .div-block-13 {
    align-items: stretch;
    margin-top: 0;
  }

  .text-block-2 {
    font-size: 22px;
  }

  .div-block-17 {
    flex-flow: column-reverse;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 400px;
    height: 150px;
  }

  .div-block-19---horizontal-divisor {
    height: 3px;
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .div-block-22 {
    flex: 0 auto;
    order: 1;
    justify-content: center;
    margin-top: 25px;
  }

  .image-5 {
    margin-top: 0;
  }

  .slide {
    clear: none;
    position: static;
  }

  .container-2 {
    clear: none;
  }

  .container-3 {
    flex-direction: row;
    justify-content: center;
  }

  .heading-3 {
    margin-top: 0;
    margin-left: 0;
    font-size: 78px;
    font-weight: 600;
  }

  .heading-4 {
    align-self: center;
    margin-top: 0;
    margin-left: 0;
    font-size: 78px;
    font-weight: 600;
  }

  .main-2 {
    flex-wrap: nowrap;
    flex: 0 auto;
    order: 0;
    align-content: center;
    justify-content: space-around;
    align-self: center;
    align-items: baseline;
    width: 100%;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    transition-property: none;
  }

  .div-section__h2 {
    font-weight: 700;
  }

  .paragraph-4 {
    font-size: 16px;
  }

  .div-section {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 59px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-6 {
    font-size: 16px;
  }

  .heading-6, .heading-7 {
    margin-top: 0;
    margin-left: 0;
    font-size: 78px;
    font-weight: 600;
  }

  .body {
    background-image: none;
  }

  .div-block-30---phone-vertical {
    background-color: rgba(255, 255, 255, .22);
    align-self: flex-start;
    width: 4px;
    height: 175px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-31 {
    flex: 0 auto;
    height: 50px;
  }

  .container-6 {
    flex: 1;
  }

  .block-quote-3 {
    border-left-color: rgba(0, 0, 0, 0);
    font-size: 22px;
  }

  .body-2 {
    background-image: linear-gradient(to bottom, var(--light-sea-green) 100%, #e9e9e9);
  }

  .div-block-36 {
    background-color: var(--white);
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 1200px;
    margin-top: 130px;
    padding-top: 0;
  }

  .heading-consultorio {
    color: var(--white);
    text-shadow: 0 1px 14px rgba(0, 0, 0, .58);
    font-size: 60px;
  }

  .parrafo-consultorio_bold {
    color: var(--white);
    text-shadow: 1px 1px 14px rgba(0, 0, 0, .58);
    margin-top: 40px;
    font-size: 18px;
    line-height: 30px;
  }

  .div-block-37 {
    grid-template-columns: .75fr .5fr .5fr .5fr .5fr .5fr;
    display: flex;
  }

  .parrafo-consultorio_normal {
    color: var(--white);
    text-shadow: 1px 1px 14px rgba(0, 0, 0, .58);
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
  }

  .text-block-8 {
    color: var(--white);
    font-weight: 600;
  }

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

  .dropdown-link {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
  }

  .body-3 {
    background-color: var(--light-sea-green);
    background-image: none;
  }

  .div-block-41 {
    margin-top: 130px;
  }

  .dropdown-toggle-2 {
    padding-right: 20px;
  }

  .text-block-12 {
    color: var(--white);
  }

  .link-block-4 {
    display: block;
  }

  .div-block-47 {
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-16 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slider-4 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: center;
    align-items: center;
    height: 550px;
    display: flex;
  }

  .image-22 {
    width: 400px;
  }

  .icon-7, .icon-8 {
    background-color: var(--principal);
    color: var(--white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin-top: 230px;
    padding: 25px;
    display: flex;
  }

  .div-block-48 {
    background-position: 100%;
  }

  .container-14 {
    background-size: cover;
  }

  .paragraph-10 {
    background-color: var(--principal);
    color: var(--white);
  }

  .tab-link-tab-1-2:hover {
    border: 1px solid var(--principal);
    background-color: var(--teal);
    outline-offset: 0px;
    color: var(--white);
    outline: 3px solid #fff;
  }

  .tab-link-tab-1-2.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-2 {
    margin-top: 1px;
  }

  .tab-link-tab-2:hover, .tab-link-tab-2.w--current, .tab-link-tab-3:hover {
    background-color: var(--teal);
  }

  .tab-link-tab-3.w--current {
    background-color: var(--teal);
    margin-top: 1px;
  }

  .text-block-18:hover {
    color: var(--white);
  }

  .tab-link-restauraciones-dentales {
    margin-top: 1px;
  }

  .tab-link-restauraciones-dentales:hover, .tab-link-restauraciones-dentales.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-5 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tab-link-tab-5:hover, .tab-link-tab-5.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-6 {
    margin-top: 1px;
  }

  .tab-link-tab-6:hover, .tab-link-tab-6.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-7 {
    margin-top: 1px;
  }

  .tab-link-tab-7:hover, .tab-link-tab-7.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-8 {
    margin-top: 1px;
    margin-bottom: 1px;
  }

  .tab-link-tab-8:hover, .tab-link-tab-8.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-9 {
    margin-top: 1px;
  }

  .tab-link-tab-9:hover, .tab-link-tab-9.w--current {
    background-color: var(--teal);
  }

  .tab-link-tab-10 {
    margin-top: 1px;
  }

  .tab-link-tab-10:hover, .tab-link-tab-10.w--current {
    background-color: var(--teal);
  }

  .tab-link-keep-smiling {
    margin-top: 1px;
  }

  .tab-link-keep-smiling.w--current {
    background-color: var(--teal);
  }

  .container-15 {
    background-color: #000;
  }

  .container-16 {
    background-image: url('../images/Tecnología-Cad-Cam.jpg');
    background-size: cover;
  }

  .container-18 {
    background-color: #000;
    background-size: contain;
  }

  .container-19 {
    background-color: #000;
  }

  .container-20 {
    background-color: #000;
    background-image: url('../images/ESTÉTICA-DENTAL.jpg');
  }

  .container-21 {
    background-image: url('../images/Tecnología-Cad-Cam.jpg');
  }

  .link {
    color: var(--tipografía);
  }

  .container-23 {
    background-size: cover;
  }

  .container-24 {
    background-image: url('../images/ortodoncia.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .container-25 {
    background-image: url('../images/Tecnología-Cad-Cam.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .div-block-54 {
    background-image: linear-gradient(360deg, var(--dark-grey), #bdbbbb 6%, white 44%);
  }

  .navbar-6 {
    background-color: rgba(0, 0, 0, 0);
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding: 27px 140px;
    display: block;
  }

  .nav-link, .nav-link.w--current {
    font-size: 16px;
  }

  .body-5 {
    background-image: none;
  }

  .form-block {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: flex;
  }

  .form-section-inner-04 {
    text-align: center;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, .25);
  }

  .section-title {
    color: var(--tipografía);
    align-self: center;
    font-size: 40px;
    font-weight: 700;
  }

  .big-image-form-04 {
    background-image: url('../images/imagen-1.jpg'), linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%, 0 0, 50%;
    background-repeat: no-repeat, repeat, repeat;
    background-size: cover, auto, cover;
    background-attachment: scroll, scroll, fixed;
  }

  .form-section-04 {
    margin-top: 87px;
  }

  .button-2.in-form {
    background-color: var(--principal);
  }

  .success-message {
    background-color: rgba(25, 184, 167, .45);
  }

  .form-section-04-3 {
    margin-top: 120px;
  }

  .div-block-58 {
    background-image: url('../images/imagen-consultorio.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .navbar-7 {
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    margin-top: 55px;
    padding: 15px 135px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .container-28 {
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link-5 {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link-5:hover {
    background-color: var(--light-sea-green-2);
  }

  .nav-link-5:visited {
    color: var(--tipografía);
  }

  .nav-link-6 {
    color: var(--white);
    font-size: 16px;
  }

  .nav-link-6:hover {
    background-color: var(--light-sea-green-2);
  }

  .nav-link-7 {
    color: var(--white);
    font-size: 16px;
  }

  .nav-link-7:hover {
    background-color: var(--light-sea-green-2);
  }

  .nav-link-7.w--current {
    color: var(--tipografía);
  }

  .nav-link-8 {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
  }

  .nav-link-8:hover {
    background-color: var(--light-sea-green-2);
  }

  .nav-link-9 {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    font-size: 16px;
  }

  .nav-link-9:hover {
    background-color: var(--light-sea-green-2);
  }

  .container-29 {
    align-items: stretch;
    display: flex;
  }

  .nav-menu-4 {
    align-items: center;
    margin-left: 73px;
    display: flex;
  }

  .image-28 {
    width: 350px;
  }

  .div-block-59, .slide-9 {
    width: 450px;
  }

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

  .slide-10 {
    width: auto;
    height: auto;
    margin-top: 20px;
    margin-left: 80px;
    margin-right: 10px;
  }

  .div-block-61, .div-block-62 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .div-block-63 {
    align-items: center;
    height: auto;
    display: flex;
    box-shadow: 0 6px 5px rgba(0, 0, 0, .28);
  }

  .mask-3 {
    flex: 1;
    height: 550px;
    padding-left: 40px;
    padding-right: 50px;
  }

  .slide-nav {
    display: none;
  }

  .div-block-64 {
    flex: 1;
  }

  .div-block-65 {
    flex: 1;
    margin-left: 0;
  }

  .container-30 {
    margin-top: 30px;
  }

  .div-consultorio1 {
    background-image: url('../images/CONSULTORIO-1.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    flex: 0 auto;
    align-self: center;
    width: 1000px;
    height: 500px;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    position: static;
    top: 405px;
    box-shadow: 0 20px 20px 20px rgba(0, 0, 0, .07);
  }

  .div-block-67 {
    background-color: var(--teal);
    background-image: url('../images/CONSULTORIO-2.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    flex: 0 auto;
    align-self: stretch;
    height: 600px;
    padding-top: 60px;
  }

  .div-block-68 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 1000px;
    display: flex;
    position: static;
    top: 414px;
  }

  .div-consultorio2 {
    background-image: url('../images/CONSULTORIO-3.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    flex: 0 auto;
    align-self: center;
    width: 1000px;
    height: 500px;
    margin-top: 0;
    position: static;
    top: 405px;
    box-shadow: 0 20px 20px 20px rgba(0, 0, 0, .07);
  }

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

  .div-block-69 {
    width: 1000px;
  }

  .slider-5 {
    justify-content: center;
    align-self: center;
    height: 500px;
    display: flex;
  }

  .consultorio1 {
    border-radius: 10px;
    height: 100%;
  }

  .slide-11 {
    border-radius: 10px;
  }

  .slide-12 {
    width: auto;
  }

  .mask-4 {
    align-self: auto;
    width: 100%;
  }

  .div-block-70 {
    width: 1000px;
    height: 100%;
  }

  .slider-6 {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    height: 500px;
    display: flex;
  }

  .mask-5 {
    flex: 0 auto;
    align-self: stretch;
  }

  .slide-13 {
    width: auto;
    margin-left: 75px;
    margin-right: 251px;
  }

  .div-block-71 {
    background-image: url('../images/CONSULTORIO-1.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .slider-7 {
    border-radius: 10px;
    align-self: center;
    width: 1000px;
    height: 575px;
    position: absolute;
    top: 620px;
    box-shadow: 0 20px 20px rgba(0, 0, 0, .23);
  }

  .div-block-72 {
    background-image: url('../images/CONSULTORIO-3.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-73 {
    background-image: url('../images/CONSULTORIO-4.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-74 {
    background-image: url('../images/CONSULTORIO-5.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-75 {
    background-image: url('../images/CONSULTORIO-6.jpg');
    background-position: 50% 40%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-76 {
    background-image: url('../images/CONSULTORIO-7.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-77 {
    background-image: url('../images/CONSULTORIO-8.jpg');
    background-position: 50%;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-78 {
    background-image: url('../images/CONSULTORIO-9.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-79 {
    background-image: url('../images/CONSULTORIO-10.jpg');
    background-position: 50% 0;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .div-block-80 {
    background-image: url('../images/CONSULTORIO-11.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    height: 100%;
  }

  .icon-11 {
    background-color: rgba(31, 121, 111, .59);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .16);
  }

  .icon-12 {
    background-color: rgba(31, 121, 111, .59);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 25px;
    display: flex;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .16);
  }

  .div-block-81 {
    background-color: #000;
    background-image: url('../images/Carillas.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .div-block-82 {
    background-image: url('../images/img-tratamientos_blanqueamiento-02.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .div-block-83 {
    background-color: #000;
    background-image: url('../images/Incrustraciones.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
    display: block;
  }

  .div-block-84 {
    background-color: #000;
    background-image: url('../images/Restauraciones-con-luz-LED.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .div-block-85 {
    background-color: #000;
    background-image: url('../images/Limpieza-dental.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 150%;
    height: 400px;
  }

  .div-block-86 {
    background-color: #000;
    background-image: url('../images/Sección-implantes-dentales-2.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .div-block-87 {
    background-image: url('../images/protesis-dental.jpg');
    background-position: 50% 0;
    background-size: auto;
    height: 400px;
  }

  .div-block-88 {
    background-color: #000;
    background-image: url('../images/ESTÉTICA-DENTAL.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 400px;
  }

  .div-block-89 {
    background-image: url('../images/Tecnología-Cad-Cam.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .div-block-90 {
    background-image: url('../images/ortodoncia.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
  }

  .div-block-91 {
    background-image: url('../images/Keep-Smiling.jpg');
    background-position: 50%;
    background-size: cover;
    height: 400px;
  }

  .div-block-92 {
    align-self: stretch;
  }

  .paragraph-footer__title-wp {
    font-size: 18px;
  }

  .body-6 {
    background-color: var(--teal);
    background-image: linear-gradient(to bottom, var(--principal), var(--teal));
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .div-pago {
    background-color: var(--white);
    border-radius: 25px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    width: 600px;
    height: 800px;
    margin-bottom: 0;
    padding: 30px 0 0;
    display: flex;
    box-shadow: 0 20px 20px 20px rgba(0, 0, 0, .11);
  }

  .heading-18 {
    margin-top: 0;
    margin-left: 0;
  }

  .h1-pago {
    color: var(--tipografía);
    text-align: center;
    text-shadow: none;
    flex: 0 auto;
    align-self: center;
    margin-top: 10px;
    margin-left: 0;
    font-size: 35px;
  }

  .div-icon_check {
    align-self: center;
    width: 150px;
  }

  .h2-pago {
    color: var(--tipografía);
    text-align: center;
    text-shadow: none;
    flex: 0 auto;
    align-self: stretch;
    margin-top: 20px;
    margin-left: 0;
    font-size: 30px;
  }

  .div-seccion_inferior {
    background-color: var(--principal);
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    flex: 1;
    order: 1;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .div-seccion_superior {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .h3-pago {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
  }

  .buton-formulario {
    background-color: var(--white);
    color: var(--principal);
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 40px;
    padding: 15px 23px;
    font-size: 16px;
    font-weight: 600;
    box-shadow: 0 4px 3px 1px rgba(0, 0, 0, .15);
  }

  .buton-formulario:hover {
    background-color: var(--teal);
    color: var(--white);
  }

  .div-block-97 {
    flex-direction: column;
    order: 0;
    align-self: center;
    align-items: center;
    width: 200px;
    margin-top: 0;
    display: flex;
  }

  .paragraph-71 {
    color: var(--white);
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
  }

  .div-block-98 {
    background-image: linear-gradient(to bottom, var(--principal), var(--teal));
    flex-direction: column;
    flex: 1;
    align-self: auto;
    align-items: stretch;
    width: 100%;
    height: 1000px;
    padding-top: 40px;
    display: flex;
  }

  .div-block-100 {
    background-color: var(--principal);
    height: 30px;
  }

  .a-banner-announcement {
    background-color: var(--principal);
  }

  .a-banner-button {
    background-color: var(--white);
    color: var(--principal);
    margin-left: 0;
  }

  .a-banner-button:hover {
    background-color: var(--principal);
    color: var(--white);
    border: 1px solid #fce0e0;
  }

  .a-paragraph-slash {
    margin-right: 9px;
  }

  .div-block-101 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    flex-direction: column;
    justify-content: space-around;
    align-self: stretch;
    align-items: center;
    height: 26rem;
    padding-top: 1rem;
  }

  .paragraph-footer__description {
    font-size: 17px;
  }

  .footer-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-11 {
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .div-block-12 {
    align-self: flex-start;
  }

  .div-block-13 {
    order: 0;
    align-self: center;
    align-items: flex-start;
    margin-top: 0;
  }

  .div-block-19---horizontal-divisor {
    width: 2px;
    height: 60%;
  }

  .div-block-21 {
    flex-wrap: nowrap;
    align-content: center;
    align-self: auto;
    align-items: center;
  }

  .heading-3, .heading-4 {
    font-size: 76px;
    font-weight: 600;
  }

  .main-2 {
    justify-content: space-around;
  }

  .paragraph-4, .paragraph-5, .paragraph-6 {
    font-size: 14px;
  }

  .heading-6 {
    font-weight: 600;
  }

  .heading-7 {
    font-size: 76px;
    font-weight: 600;
  }

  .div-block-26 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 550px;
    height: 110px;
    margin-top: 0;
    display: flex;
  }

  .div-block-27 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: space-around;
    align-self: center;
    align-items: center;
    width: 475px;
    height: 110px;
    margin-bottom: 0;
    display: flex;
  }

  .body {
    background-image: none;
  }

  .div-block-30---phone-vertical {
    width: 400px;
    height: 4px;
    overflow: visible;
  }

  .container-6 {
    flex: 1;
  }

  .div-block-32 {
    text-align: center;
    background-color: rgba(255, 255, 255, .22);
    align-self: center;
    width: 3px;
    height: 50px;
    margin-left: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-35---tablet {
    background-color: rgba(252, 250, 250, .22);
    width: 2px;
    height: 60%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gallery-grid-container {
    align-self: stretch;
  }

  .heading-consultorio {
    margin-bottom: 20px;
  }

  .parrafo-consultorio_bold {
    margin-top: 20px;
  }

  .div-block-37 {
    grid-template-rows: .25fr 1.75fr 2.25fr .25fr 1fr 1fr auto;
  }

  .div-block-38 {
    background-size: cover;
  }

  .div-block-47 {
    padding-bottom: 10px;
    display: block;
  }

  .container-15, .container-16 {
    background-size: cover;
    height: 300px;
  }

  .container-17 {
    height: 300px;
  }

  .container-20 {
    background-size: cover;
    height: 300px;
  }

  .container-23, .container-24 {
    height: 300px;
  }

  .container-25 {
    background-size: cover;
    height: 300px;
  }

  .div-block-54 {
    background-image: linear-gradient(360deg, var(--dark-grey), white 40%);
  }

  .menu-button-3.w--open {
    background-color: var(--principal);
  }

  .icon-9 {
    color: var(--white);
  }

  .form-section-inner-04 {
    width: 70%;
  }

  .form-block-04 {
    margin-top: 20px;
  }

  .brand-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-27 {
    margin-top: 0;
  }

  .error-message {
    max-width: 738px;
  }

  .cta11-grid {
    grid-column-gap: 24px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: 738px;
  }

  .cta11-map-wrap {
    flex-direction: row;
    min-height: 360px;
    margin-top: 0;
    display: flex;
  }

  .success-message-2 {
    max-width: 738px;
  }

  .cta11-map {
    height: auto;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .nav-menu-3 {
    background-color: var(--light-sea-green);
  }

  .navbar-7 {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-5:hover {
    background-color: var(--dark-grey);
  }

  .nav-link-6 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-6:hover {
    background-color: var(--dark-grey);
  }

  .nav-link-7 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-7:hover {
    background-color: var(--dark-grey);
  }

  .nav-link-8 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-8:hover, .nav-link-9:hover {
    background-color: var(--dark-grey);
  }

  .nav-menu-4 {
    background-color: var(--principal);
  }

  .icon-10 {
    color: var(--white);
    font-size: 50px;
  }

  .brand-4 {
    margin-right: 5px;
  }

  .brand-4.w--current {
    margin-right: 50px;
  }

  .menu-button-4 {
    margin-left: 50px;
  }

  .menu-button-4.w--open {
    background-color: var(--principal);
  }

  .slide-10 {
    margin-left: 10px;
  }

  .mask-3 {
    padding-left: 25px;
  }

  .div-block-71 {
    background-size: cover;
  }

  .slider-7 {
    width: 90%;
  }

  .div-block-72, .div-block-73, .div-block-74, .div-block-75, .div-block-76, .div-block-77, .div-block-78, .div-block-79, .div-block-80 {
    background-size: cover;
  }

  .a-banner-announcement {
    background-color: var(--principal);
  }

  .a-banner-container {
    justify-content: center;
  }

  .a-banner-button {
    background-color: var(--white);
    color: var(--principal);
  }

  .a-banner-button:hover {
    border: 1px solid var(--white);
    background-color: var(--principal);
    color: var(--white);
  }

  .code-embed {
    align-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  .footer {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 30rem;
    padding: 2rem;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .div-block-17 {
    flex-flow: column;
    align-content: center;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    height: 200px;
  }

  .div-block-19---horizontal-divisor {
    height: 100%;
  }

  .div-block-20 {
    width: 263.083px;
  }

  .slider, .slide {
    height: 480px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .heading-3 {
    align-self: center;
    font-size: 50px;
  }

  .heading-4 {
    font-size: 50px;
  }

  .main-2 {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 1200px;
    padding-top: 24px;
  }

  .div-section {
    margin-top: 10px;
  }

  .div-section__icon {
    height: 100px;
  }

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

  .heading-7 {
    font-size: 50px;
  }

  .icon, .icon-2 {
    font-size: 20px;
  }

  .div-block-26 {
    width: 550px;
    height: auto;
  }

  .div-block-27 {
    width: 475px;
    height: auto;
  }

  .div-block-28 {
    background-color: #fff;
    width: 400px;
  }

  .body {
    background-image: none;
  }

  .div-block-29 {
    order: -1;
    align-self: flex-start;
  }

  .div-block-30---phone-vertical {
    background-color: rgba(255, 255, 255, .22);
    width: 400px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-31 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 100px;
    display: flex;
  }

  .image-8 {
    margin-left: 10px;
  }

  .menu-button {
    margin-right: 12px;
  }

  .div-block---phone-horizontal {
    background-color: rgba(255, 255, 255, .22);
    width: 2px;
    height: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-36 {
    justify-content: space-between;
  }

  .gallery {
    padding: 40px 20px;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: none;
  }

  .heading-consultorio {
    margin-bottom: 10px;
  }

  .parrafo-consultorio_bold {
    letter-spacing: normal;
    text-indent: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .div-block-37 {
    grid-column-gap: 20px;
    flex: 1;
    grid-template-rows: minmax(48px, .25fr) .5fr minmax(0, .25fr) .5fr .25fr;
    align-content: space-around;
    align-self: center;
    align-items: stretch;
    justify-items: stretch;
    width: 400px;
  }

  .div-block-38 {
    background-size: cover;
  }

  .parrafo-consultorio_normal {
    margin-bottom: 0;
    font-size: 16px;
  }

  .div-block-47 {
    height: 350px;
  }

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

  .icon-7 {
    margin-right: 10px;
    padding: 15px;
    font-size: 20px;
  }

  .icon-8 {
    margin-left: 10px;
    padding: 15px;
    font-size: 20px;
    line-height: 14px;
  }

  .container-14 {
    height: 200px;
  }

  .container-15, .container-16 {
    background-size: cover;
    height: 200px;
  }

  .container-17, .container-18, .container-19, .container-20, .container-22, .container-23, .container-24, .container-25 {
    height: 200px;
  }

  .div-block-54 {
    background-color: var(--dark-grey);
    background-image: linear-gradient(360deg, var(--dark-grey), white 31%);
  }

  .container-26 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menu-button-3 {
    margin-right: 15px;
  }

  .icon-9 {
    color: var(--white);
  }

  .brand-3 {
    margin-left: 15px;
  }

  .image-27 {
    margin-top: 0;
  }

  .error-message {
    width: 100%;
    max-width: none;
  }

  .cta11-grid {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    max-width: none;
  }

  .success-message-2 {
    width: 100%;
    max-width: none;
  }

  .cta11-form-wrap {
    padding: 36px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu-3 {
    background-color: var(--light-sea-green);
  }

  .navbar-7 {
    margin-top: 45px;
  }

  .slide-10 {
    width: 250px;
    margin-left: 10px;
  }

  .div-block-63 {
    width: 250px;
  }

  .div-block-67 {
    background-size: cover;
  }

  .image-29 {
    width: 250px;
  }

  .div-pago {
    width: 520px;
  }

  .a-banner-announcement {
    background-color: var(--principal);
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .a-banner-container {
    grid-column-gap: 24px;
    justify-content: center;
  }

  .a-paragraph-small {
    display: block;
  }

  .a-banner-button {
    background-color: var(--white);
    color: var(--principal);
  }

  .a-banner-button:hover {
    border: 1px solid var(--white);
    background-color: var(--principal);
    color: var(--white);
  }

  .a-banner-button-small {
    position: static;
  }

  .code-embed {
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  .global-container {
    width: 100vw;
  }

  .footer {
    flex-direction: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    height: 35rem;
    padding: 2rem .8rem 1rem;
  }

  .footer-2 {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .div-block-11 {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .div-block-12 {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-19---horizontal-divisor {
    align-self: center;
    width: 209.817px;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-20 {
    align-self: center;
    width: 209.8px;
  }

  .text-block-5 {
    text-align: center;
    font-size: 12px;
  }

  .div-block-21 {
    flex-direction: column;
    order: -1;
    justify-content: space-around;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: 170px;
  }

  .image-5 {
    max-width: 100%;
    line-height: 18px;
  }

  .slider {
    height: 300px;
  }

  .slide {
    background-image: url('../images/imagen1-celular.jpg');
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
    height: 300px;
  }

  .container-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 480px;
    height: 100%;
  }

  .slide-2 {
    background-image: url('../images/imagen4-celular.jpg');
    background-size: cover;
  }

  .heading-3 {
    margin-top: 0;
    margin-left: 0;
    font-size: 40px;
  }

  .heading-4 {
    text-align: center;
    letter-spacing: 0;
    text-indent: 0;
    column-count: 0;
    column-rule-width: 0px;
    white-space: normal;
    flex: 0 auto;
    align-self: center;
    column-gap: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 400;
    overflow: visible;
  }

  .main-2 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 320px;
    max-width: 480px;
    height: 1000px;
    padding-bottom: 60px;
  }

  .div-section__icon {
    height: 100px;
  }

  .heading-6 {
    font-size: 30px;
  }

  .heading-7 {
    outline-offset: 0px;
    white-space: normal;
    outline: 3px #fff;
    font-size: 40px;
  }

  .icon {
    font-size: 14px;
    line-height: 20px;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 10%;
  }

  .icon-2 {
    font-size: 14px;
    line-height: 10px;
    top: 0%;
    bottom: 0%;
    left: 10px;
    right: auto;
  }

  .div-block-25 {
    align-self: center;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    display: flex;
  }

  .div-block-27 {
    flex-direction: column;
    align-self: center;
    width: auto;
    height: auto;
  }

  .text-block-7 {
    font-size: 15px;
  }

  .div-block-28 {
    color: #fff;
    background-color: rgba(255, 255, 255, .17);
    width: 300px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .body {
    background-image: none;
    min-width: 320px;
    max-width: 480px;
  }

  .div-block-29 {
    order: 0;
    align-self: auto;
  }

  .div-block-30---phone-vertical {
    width: 280px;
  }

  .image-8 {
    width: 150px;
  }

  .container-6 {
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    margin-top: -15px;
    display: flex;
  }

  .menu-button {
    flex-direction: column;
    order: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-end;
    display: block;
  }

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

  .brand, .icon-3 {
    order: -1;
    align-self: center;
  }

  .icon-4 {
    margin-right: 15px;
    font-size: 20px;
  }

  .icon-5 {
    margin-left: 15px;
    font-size: 20px;
  }

  .body-2 {
    background-color: var(--light-sea-green);
    background-image: none;
  }

  .div-block-36 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 950px;
    margin-top: 74px;
    padding-left: 0;
    padding-right: 0;
  }

  .centered-container {
    text-align: left;
  }

  .gallery-grid-container {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-consultorio {
    text-align: center;
    margin-bottom: 9px;
    font-size: 40px;
  }

  .parrafo-consultorio_bold {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .58);
    margin-bottom: 8px;
    font-size: 12px;
  }

  .div-block-37 {
    grid-column-gap: 13px;
    grid-row-gap: 0px;
    text-align: center;
    flex-direction: column;
    flex: none;
    grid-template-rows: minmax(48px, .25fr) .75fr minmax(0, .75fr) .5fr;
    grid-template-columns: .25fr .5fr .25fr;
    grid-auto-flow: row;
    align-content: stretch;
    justify-content: space-around;
    justify-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-38 {
    order: 0;
    height: 350px;
  }

  .div-block-39 {
    background-size: cover;
  }

  .parrafo-consultorio_normal {
    text-shadow: 0 1px 5px rgba(0, 0, 0, .58);
    font-size: 12px;
  }

  .dropdown {
    flex: 1;
    align-self: flex-start;
  }

  .dropdown-toggle {
    display: block;
  }

  .div-block-41 {
    flex: 1;
    align-self: stretch;
    margin-top: 75px;
  }

  .dropdown-content {
    display: block;
    overflow: visible;
  }

  .div-block-47 {
    height: 100%;
    display: block;
  }

  .image-16, .image-17, .image-18, .image-19, .image-20, .image-21, .image-22 {
    width: 80%;
  }

  .icon-7 {
    margin-right: 5px;
    font-size: 20px;
  }

  .icon-8 {
    background-color: var(--principal);
    margin-left: 5px;
    font-size: 20px;
  }

  .div-block-48 {
    flex: 0 auto;
    align-self: auto;
    height: 350px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .div-block-49 {
    flex: 0 auto;
    order: -1;
    align-self: center;
    height: auto;
    margin-bottom: 19px;
  }

  .div-block-50 {
    margin-right: 0;
  }

  .container-14 {
    background-image: url('../images/img-tratamientos_blanqueamiento-02.jpg');
    background-position: 50%;
    background-size: auto 300px;
  }

  .tabs {
    grid-template-columns: 5fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .tabs-menu {
    display: block;
    position: static;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    overflow: visible;
  }

  .image-25 {
    flex: 0 auto;
  }

  .container-17 {
    background-position: 50%;
  }

  .container-23 {
    background-image: url('../images/Restauraciones-con-luz-LED.jpeg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 300px;
    height: 400px;
  }

  .container-24 {
    background-image: url('../images/ortodoncia.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-25 {
    background-image: url('../images/Tecnología-Cad-Cam.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
  }

  .div-block-54 {
    background-image: linear-gradient(360deg, var(--dark-grey), #fefefe 29%, white 80%);
  }

  .container-26 {
    color: var(--white);
    background-color: rgba(0, 0, 0, 0);
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    display: flex;
  }

  .brand-2, .brand-2.w--current {
    padding-left: 0;
  }

  .nav-menu-2 {
    background-color: var(--light-sea-green);
    color: var(--white);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
  }

  .menu-button-2.w--open {
    background-color: var(--light-sea-green);
  }

  .nav-link {
    background-color: var(--light-sea-green);
    color: var(--white);
  }

  .nav-link:visited {
    color: var(--tipografía);
  }

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

  .nav-link-2:visited {
    color: var(--tipografía);
  }

  .nav-link-3, .nav-link-3:visited, .nav-link-4, .nav-link-4:visited {
    color: var(--white);
  }

  .navbar-4 {
    background-color: var(--light-sea-green);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .image-26 {
    width: 200px;
  }

  .navbar-6 {
    padding-left: 10px;
    padding-right: 10px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .nav-link {
    color: #fff;
    display: inline-block;
  }

  .nav-link:hover {
    background-color: var(--principal);
  }

  .menu-button {
    background-color: rgba(25, 184, 167, 0);
  }

  .menu-button-3, .menu-button-3:active {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-9 {
    color: var(--white);
  }

  .div-block-55 {
    padding: 18px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .form-section-inner-04 {
    width: 90%;
    padding: 20px;
  }

  .contact-method {
    margin-bottom: 10px;
  }

  .form-block-04 {
    width: 100%;
    max-width: 100%;
  }

  .contact-method-wrap {
    flex-direction: column;
  }

  .contact-method-wrap.in-form-04 {
    align-items: flex-start;
    width: 100%;
  }

  .contact-icon {
    min-width: 22px;
    min-height: 22px;
  }

  ._2-questions-wrap {
    flex-direction: column;
  }

  .brand-3 {
    margin-right: 0;
  }

  .image-27 {
    width: 175px;
    margin-top: 10px;
  }

  .form-section-inner-04-3 {
    width: 90%;
    padding: 20px;
  }

  .button-small {
    flex: none;
    align-self: stretch;
  }

  .cta11-grid {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .cta11-form-wrap {
    border-style: none;
    border-width: 0;
    padding: 0;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-section-04-3 {
    margin-top: 75px;
  }

  .div-block-56 {
    height: 250px;
  }

  .heading-17 {
    width: 80vw;
    font-size: 30px;
    line-height: 35px;
  }

  .nav-menu-3 {
    background-color: var(--principal);
    flex-direction: row;
    display: flex;
  }

  .div-block-58 {
    background-size: cover;
    height: 350px;
  }

  .navbar-7 {
    color: var(--white);
    margin-top: 55px;
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .nav-link-5:visited {
    color: var(--tipografía);
  }

  .nav-link-6, .nav-link-6:hover {
    color: var(--white);
  }

  .nav-link-6:focus, .nav-link-6:visited {
    color: var(--tipografía);
  }

  .nav-link-7 {
    color: var(--white);
    text-align: left;
    white-space: normal;
  }

  .nav-link-7:hover {
    background-color: var(--teal);
  }

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

  .nav-link-7:visited, .nav-link-8:visited {
    color: var(--tipografía);
  }

  .nav-link-9:hover {
    background-color: var(--teal);
  }

  .icon-10 {
    font-size: 30px;
  }

  .brand-4.w--current {
    margin-right: 0;
  }

  .menu-button-4 {
    margin-top: 10px;
    margin-left: 0;
    padding: 15px;
  }

  .image-28 {
    width: 200px;
    display: block;
  }

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

  .text-span-2:focus {
    color: var(--tipografía);
  }

  .text-span-3, .text-span-4 {
    color: var(--white);
  }

  .text-span-4:focus {
    color: var(--tipografía);
  }

  .slide-10 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-67 {
    align-self: auto;
  }

  .slider-7 {
    width: 95%;
    height: 400px;
  }

  .icon-11 {
    margin-right: 5px;
    padding: 17px;
    font-size: 16px;
  }

  .icon-12 {
    margin-left: 5px;
    padding: 17px;
    font-size: 16px;
  }

  .div-block-87 {
    background-position: 50%;
    background-size: cover;
  }

  .body-6 {
    padding-top: 15px;
  }

  .div-pago {
    width: 300px;
  }

  .h1-pago {
    font-size: 22px;
    line-height: 30px;
  }

  .div-icon_check {
    width: 100px;
  }

  .h2-pago {
    margin-top: 10px;
    font-size: 22px;
    line-height: 28px;
  }

  .div-block-97 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .a-banner-announcement {
    background-color: var(--principal);
    flex-direction: column;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .a-banner-container {
    flex-direction: row;
    justify-content: center;
  }

  .a-banner-text-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .a-paragraph-small {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }

  .a-banner-button {
    background-color: var(--white);
    color: var(--principal);
  }

  .a-banner-button:hover {
    border: 1px solid var(--white);
    background-color: var(--principal);
    color: var(--white);
  }

  .a-paragraph-slash {
    line-height: 1.5;
    display: block;
  }

  .code-embed {
    flex-flow: wrap;
    justify-content: space-around;
    align-self: stretch;
    margin-bottom: 0;
    display: block;
  }
}

#w-node-_27ed05ce-4c3a-cb6d-4387-2e9e324cbe66-c8b0e3b3 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_10ff3edd-4614-3d6e-caf9-95e56641ae76-c8b0e3b3 {
  grid-area: 3 / 1 / 4 / 3;
}

#w-node-_5d8ef27a-f52d-5021-2a0e-d551f0f4d595-ee7941ad {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_27ed05ce-4c3a-cb6d-4387-2e9e324cbe66-c8b0e3b3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_10ff3edd-4614-3d6e-caf9-95e56641ae76-c8b0e3b3 {
    grid-area: 3 / 1 / 4 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5d8ef27a-f52d-5021-2a0e-d551f0f4d595-ee7941ad {
    grid-area: 1 / 1 / 2 / 2;
    align-self: stretch;
    justify-self: start;
  }

  #w-node-_5d8ef27a-f52d-5021-2a0e-d551f0f4d59f-ee7941ad {
    align-self: auto;
    justify-self: auto;
  }
}