:root {
  --cys: #0b323e;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

body {
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  color: var(--cys);
  text-align: justify;
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.6rem;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #0b323e33;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 0;
  padding-top: 0;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.section.cc-cta {
  background-color: #f4f4f4;
  padding: 80px;
}

.section.cc-home-wrap {
  margin-left: 0;
  margin-right: 0;
}

.section.inicio-1 {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 100px;
}

.section.inicio-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.inicio-3 {
  border-bottom: 5px solid var(--cys);
  background-image: linear-gradient(to bottom, var(--cys), var(--cys));
  background-position: 0 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.inicio-3.orto {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.inicio-4 {
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.inicio-5 {
  background-color: #0b323e05;
  padding-top: 0;
  padding-bottom: 0;
}

.section.inicio-6 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.section.inicio-1bis {
  background-color: #3b8594;
  background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/lesly-juarez-1ahgngkuhr0-unsplash-1_1.avif');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 400px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.inicio-1bis.ortodoncia {
  margin-top: 125px;
  padding-left: 30px;
  padding-right: 30px;
}

.section.inicio-1bis.implantologia {
  background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/peter-kasprzyk-u1gvhqvq2kq-unsplash_1.avif');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  margin-top: 125px;
  padding-left: 30px;
  padding-right: 30px;
}

.section.inicio-1bis.periodoncia, .section.inicio-1bis.estetica, .section.inicio-1bis.protesis, .section.inicio-1bis.conservadora, .section.inicio-1bis.preventiva, .section.inicio-1bis.ortognatica {
  margin-top: 125px;
  padding-left: 30px;
  padding-right: 30px;
}

.section.inicio-5-copy {
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.section.main {
  background-color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.main.reviews {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  padding-bottom: 50px;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin: auto;
  padding: 0 30px;
  display: flex;
}

.container.valoraciones {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.container.especialidades, .container.la-clinica {
  display: block;
}

.container.ortodoncia {
  border: 1px solid #fff9;
  border-radius: 3px;
}

.container.equipo {
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
}

.container.legal {
  flex-flow: column;
  padding-top: 50px;
  padding-bottom: 50px;
}

.paragraph-tiny {
  color: #0b323e;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #0b323e;
  font-size: 16px;
  line-height: 22px;
}

.paragraph-bigger.cc-bigger-white-light {
  border-bottom: 1px none var(--white);
  opacity: 1;
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.paragraph-bigger.cc-bigger-white-light-copy {
  border-bottom: 1px none var(--white);
  opacity: 1;
  color: var(--white);
  text-align: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.button {
  border: 1px solid var(--cys);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #0b323e;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
  display: block;
}

.button:hover {
  background-color: var(--white);
  color: var(--cys);
  font-weight: 500;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  border: 1px solid var(--cys);
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button:hover {
  border: 1px solid var(--cys);
  background-color: var(--white);
  color: var(--cys);
  font-weight: 500;
}

.button.cc-jumbo-button.cc-jumbo-white {
  background-color: var(--white);
  color: #000;
  border: 1px solid #0b323e;
  border-radius: 3px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #fffc;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  border: 1px solid var(--white);
  background-color: #0000;
  border-radius: 5px;
  display: block;
  position: relative;
}

.button.cc-contact-us:hover {
  color: var(--white);
  background-color: #fff3;
  font-weight: 400;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.button.casosclinicos {
  width: 80%;
  margin-top: 30px;
  display: block;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #0b323e;
  text-align: left;
  letter-spacing: 0;
  font-weight: 500;
}

.label.cc-light.center {
  text-align: center;
}

.label.cc-light.miedo {
  color: var(--white);
  text-align: center;
  font-weight: 500;
}

.label.cc-light.bis {
  color: var(--white);
}

.label.cc-light.bis.center {
  font-weight: 500;
}

.label.cc-blog-date {
  opacity: .6;
  color: #0b323e;
  margin-top: 20px;
}

.label.title {
  color: var(--cys);
  font-size: 16px;
  font-weight: 500;
}

.label.cc-light-copy {
  opacity: .6;
  color: #0b323e;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
}

.label.cc-light-copy.center {
  text-align: center;
}

.label.cc-light-copy.miedo {
  color: var(--white);
  text-align: center;
}

.label.cc-light-copy.bis {
  color: var(--white);
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.paragraph-light {
  opacity: .8;
  color: #0b323e;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-light.miedo {
  opacity: 1;
  color: var(--white);
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.paragraph-light.testimonio {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.heading-jumbo {
  color: var(--white);
  text-align: center;
  text-transform: none;
  white-space: pre-line;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 200;
  line-height: 72px;
}

.heading-jumbo.cc-white-heading-jumbo {
  color: #fff;
}

.heading-jumbo-small {
  color: var(--cys);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 50px;
}

.heading-jumbo-small.center {
  text-align: center;
}

.heading-jumbo-small.miedo {
  color: var(--white);
}

.heading-jumbo-small.bis {
  color: var(--white);
  margin-bottom: 0;
}

.heading-jumbo-small.laclinica {
  margin-bottom: 80px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: var(--cys);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 1px 1px 8px #00000040;
}

.navigation-item {
  opacity: .9;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: 1;
  color: var(--white);
}

.navigation-item:active {
  opacity: .8;
  color: var(--white);
}

.navigation-item.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #fff;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: 0;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  color: #0b323e;
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.intro-header {
  opacity: 1;
  background-color: #f4f4f4;
  background-image: linear-gradient(#0b323ecc, #0b323ecc);
  background-position: 0 0;
  justify-content: center;
  align-items: center;
  height: 690px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: linear-gradient(#0b323e80, #0b323e80), url('../images/view-of-clinic-305568-1_1.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 60vh;
  margin-top: 125px;
}

.intro-header.cc-subpage.casos {
  background-image: linear-gradient(#0b323e80, #0b323e80), url('../images/chairs-arranged-on-table-305564-1_1.avif');
}

.intro-header.cc-subpage.blog {
  background-image: linear-gradient(#0b323e80, #0b323e80), url('../images/josue-michel-qcintp6j0xq-unsplash_1.avif');
  margin-bottom: 50px;
}

.intro-header.cc-subpage.contacto {
  background-image: linear-gradient(#0b323e80, #0b323e80), url('../images/img_5326.avif');
  height: 40vh;
  margin-bottom: 0;
}

.intro-header.cc-subpage.equipo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#0b323e80, #0b323e80), url('../images/juan-carlos-rivera-9k6sx9ml7ra-unsplash_1.avif');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 83px;
  padding-bottom: 0;
}

.intro-header.cc-subpage.legal {
  background-color: var(--cys);
  background-image: none;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 85px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
}

.motto-wrap {
  text-align: center;
  width: 850px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
}

.motto-wrap.miedo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.motto-wrap.miedo.ortodoncia {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.motto-wrap.bis {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: block;
}

.motto-wrap.laclinica {
  width: 900px;
  padding-top: 0;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 59px;
  grid-row-gap: 60px;
  flex-flow: row;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-bottom: 120px;
  display: grid;
}

.section-heading-wrap {
  border: 1px none var(--cys);
  text-align: center;
  border-radius: 3px;
  width: 800px;
  margin: 30px auto 0;
  padding: 50px 50px 0;
}

.section-heading-wrap.equipo {
  border-style: none;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-heading-wrap.blog, .section-heading-wrap.casosclinicos {
  width: auto;
  margin-bottom: 60px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #78a090;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.status-message.cc-error-message {
  background-color: #92273d;
  border-radius: 5px;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  color: var(--cys);
  border-color: #0b323e80;
  border-radius: 3px;
  margin-bottom: 15px;
  padding: 10px;
  font-size: .9rem;
  line-height: 1.2rem;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.text-field.cc-textarea.cc-contact-field {
  height: 120px;
  padding-top: 10px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  color: var(--cys);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 0;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #0000;
  border-bottom: 1px solid #0b323e33;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
}

.team-members {
  flex-flow: row;
  grid-template: ". . ."
                 ". . ."
                 / 1fr 1fr;
  grid-auto-columns: minmax(0, auto);
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.team-members.equipo {
  grid-column-gap: 16px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: minmax(0, auto);
  grid-auto-flow: row;
  place-items: center;
  margin-bottom: 0;
  display: flex;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 30px;
  display: flex;
}

.team-member-title-wrap.home {
  margin-left: 0;
}

.team-member-name {
  opacity: 1;
  color: var(--cys);
  text-align: left;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
  display: flex;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1-wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2-wide.svg');
  background-position: 50%;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: flex;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  flex-direction: column;
  margin-bottom: 0;
  display: block;
}

.blog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-color: #dadada;
  border-radius: 3px;
  width: 100%;
  height: 250px;
  margin-bottom: 25px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  color: var(--cys);
  text-align: left;
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-heading-link {
  color: var(--cys);
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 0;
}

.home-section-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: 60px;
  display: block;
}

.home-section-wrap._1 {
  margin-right: 25px;
}

.home-section-wrap._2 {
  margin-left: 0;
  margin-right: 0;
}

.section-heading {
  color: #0b323e;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 400;
}

.section-heading.tipos {
  color: var(--white);
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
}

.section-heading.orto {
  line-height: 40px;
}

.about-grid {
  flex-flow: column;
  grid-template: ". ."
  / 1fr 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.about-grid.cc-about-2 {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-direction: row-reverse;
  grid-template: ". ."
  / 1.75fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 80px;
  display: grid;
}

.about-grid.cc-about-2.ortodoncia {
  flex-direction: row-reverse;
  width: auto;
  margin-top: 60px;
}

.about-grid.ortodoncia {
  flex-flow: row;
  align-items: center;
  width: auto;
  display: flex;
}

.about-grid.orto {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.about-grid.implanto {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  margin-bottom: 20px;
}

.about-grid.protesis {
  flex-flow: column;
  justify-content: center;
}

.about-grid.inicio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-grid.inicio2 {
  grid-template-columns: 1fr 1.75fr;
}

.about-grid.conservadora {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-around;
  width: 100%;
}

.about-grid.inicio2-copy {
  flex-flow: row;
  grid-template-columns: 1fr 1.75fr;
}

.intro-text {
  z-index: 3;
  flex-direction: column;
  align-self: auto;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  color: #0b323e;
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 32px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 0;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  color: #0b323e;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.text-block {
  color: #0b323e;
}

.text-span {
  text-align: center;
  letter-spacing: 9px;
  text-transform: none;
  white-space: break-spaces;
  font-size: 22px;
  font-style: normal;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.text-field-2 {
  color: var(--white);
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff21;
  flex: 0 auto;
  min-height: 62px;
  margin-bottom: 0;
  font-size: 16px;
}

.social-link {
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
}

.footer-link {
  color: #dfdfdf;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: 1;
  color: var(--white);
  font-weight: 300;
}

.footer-link.col2 {
  margin-top: 50px;
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.footer-grid-01 {
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 2fr 1.5fr .75fr .75fr;
  width: 1200px;
}

.footer-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.form-block {
  margin-top: 40px;
}

.footer-title-button {
  color: #fff;
  margin-right: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.form {
  align-items: center;
  width: 350px;
  display: flex;
}

.button-2 {
  border: 1px solid var(--white);
  color: #dfdfdf;
  background-color: #0000;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 16px;
}

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

.footer-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 16px;
}

.container-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.secondary-link {
  color: #dfdfdf;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

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

.submit-button {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  min-width: 62px;
  min-height: 62px;
  padding-top: 9px;
  font-size: 17px;
}

.footer-01 {
  background-color: var(--cys);
  padding: 0 3%;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  max-width: 100%;
  margin-bottom: 30px;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.footer-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.footer-column.last {
  align-items: center;
}

.footer-column.logo {
  align-items: flex-start;
}

.footer-logo {
  max-width: 250px;
}

.success-message {
  background-color: #0000;
  padding-left: 0;
  font-weight: 300;
}

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

.section-2 {
  background-color: var(--cys);
  border: 1px #000;
  height: 40px;
  padding-bottom: 5px;
}

.container-3 {
  border-bottom: 1px solid #fff3;
  max-width: 1200px;
  height: 40px;
  padding-bottom: 0;
}

.text-block-3 {
  float: left;
  color: var(--white);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  display: inline-block;
}

.text-block-3._1 {
  float: right;
}

.text-block-3._2 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: static;
}

.text-block-4 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}

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

.dropdown-link {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link:hover {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-2 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-2:hover {
  background-color: var(--white);
  color: var(--cys);
  font-weight: 400;
}

.dropdown-link-2.w--current {
  background-color: var(--white);
  color: var(--cys);
}

.dropdown-link-2.dropdown-link:hover {
  background-color: #f5f5f5;
}

.dropdown-link-2.dropdown-link.w--current {
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-2.dropdown-link.w--current:hover {
  font-weight: 400;
}

.dropdown-link-3 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-3:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-3.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link-4 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-4:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-4.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link-5 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-5:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-5.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link-6 {
  text-transform: uppercase;
  background-color: #fff;
  font-size: 12px;
}

.dropdown-link-6:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-6.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link-7 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-7:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-7.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-link-8 {
  background-color: var(--white);
  text-transform: uppercase;
  font-size: 12px;
}

.dropdown-link-8:hover {
  color: var(--cys);
  background-color: #f5f5f5;
  font-weight: 400;
}

.dropdown-link-8.w--current {
  color: var(--cys);
  background-color: #f5f5f5;
}

.dropdown-toggle {
  opacity: .9;
}

.text-block-5 {
  height: 18px;
}

.feature-section {
  justify-content: flex-start;
  width: 100%;
  margin-left: 0;
  padding-top: 70px;
  padding-bottom: 50px;
  padding-left: 0;
  display: block;
}

.feature-section._1 {
  padding-top: 50px;
  padding-bottom: 0;
}

.flex-container {
  flex-flow: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 60px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 3px;
  width: 100%;
  height: 100%;
}

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

.div-block {
  margin-left: 60px;
}

.div-block-2 {
  margin-right: 60px;
}

.div-block-3 {
  height: 1px;
}

.heading, .heading-2 {
  color: var(--cys);
  margin-bottom: 25px;
}

.heading-3 {
  color: var(--cys);
}

.background-video {
  background-image: linear-gradient(#0b323e80, #0b323e80);
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  height: 80vh;
  margin-bottom: 0;
  display: none;
  position: relative;
}

.dropdown-list {
  z-index: auto;
  position: absolute;
}

.dropdown-list.w--open {
  z-index: 999999999;
}

.section-header {
  z-index: 1;
  background-image: radial-gradient(circle at 50% 35%, #0003, #0b323ecc), url('../images/img_5326.avif');
  background-position: 0 0, 50% -5%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  border: 1px #fff;
  border-radius: 0;
  align-items: center;
  height: 60vh;
  margin-top: 125px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.columns {
  margin-top: 40px;
}

.heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
  color: var(--cys);
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.image, .image-2, .image-3, .image-4, .image-5, .image-6, .image-7, .image-8 {
  margin-left: auto;
  margin-right: auto;
}

.collection-list-wrapper-2 {
  width: 100%;
}

.collection-list-wrapper-3 {
  margin-top: 35px;
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 50%;
  padding: 20px;
}

.collection-list-wrapper-4 {
  flex-direction: row;
  display: flex;
}

.collection-list-2 {
  flex: 0 auto;
}

.html-embed {
  width: 90%;
}

.image-9 {
  opacity: .2;
  background-image: radial-gradient(circle, #fff, #0000 72%);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}

.heading-12 {
  color: var(--cys);
}

.collection-list-wrapper-5 {
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.field-label, .field-label-2, .field-label-3 {
  color: var(--cys);
  margin-bottom: 5px;
}

.image-10 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  max-height: 450px;
}

.image-10.ortodoncia {
  object-fit: cover;
  width: 500px;
  height: 100%;
}

.image-11 {
  object-fit: cover;
  border-radius: 3px;
  width: 100%;
  min-width: 100%;
  min-height: 450px;
  max-height: 450px;
}

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

.slider {
  background-color: #0000;
  flex: 0 auto;
  height: auto;
}

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

.slide-nav {
  font-size: 12px;
  line-height: 28px;
}

.div-block-5 {
  z-index: 2;
  filter: blur(3px);
  background-color: #0b323e40;
  width: 100%;
  height: 80vh;
  position: absolute;
}

.link-block, .link-block-2, .link-block-3, .link-block-4, .link-block-5, .link-block-6, .link-block-7, .link-block-8 {
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.column, .column-2, .column-3, .column-4, .column-5, .column-6, .column-7, .column-8 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-6 {
  background-color: var(--cys);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
}

.div-block-7 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 430px;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
}

.text-block-6 {
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.image-12 {
  width: 40px;
  height: 40px;
  margin-right: 30px;
}

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

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

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

.slider-2 {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.slide-nav-2 {
  color: var(--cys);
  font-size: 12px;
  line-height: 20px;
  display: none;
}

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

.collection-item-2 {
  justify-content: center;
  display: flex;
}

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

.image-14 {
  width: 25px;
  height: 25px;
}

.div-block-11 {
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  display: flex;
}

.section-3 {
  min-height: 100vh;
  margin-top: 125px;
  padding-top: 60px;
  padding-bottom: 80px;
}

.container-4 {
  max-width: 1190px;
}

.heading-13 {
  color: var(--cys);
  text-align: center;
}

.paragraph {
  color: var(--cys);
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
}

.div-block-12, .div-block-13 {
  width: 100%;
}

.collection-item-3 {
  display: block;
}

.collection-list-wrapper-6 {
  display: none;
}

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

.slide {
  width: 500px;
}

.slide-2 {
  width: 350px;
}

.mask-2 {
  width: 500px;
  overflow: hidden;
}

.slide-3, .slide-4, .mask-3 {
  width: 500px;
}

.image-15 {
  object-fit: cover;
  max-width: 600px;
}

.image-16 {
  object-fit: cover;
  width: 600px;
}

.image-17 {
  object-fit: cover;
  border-radius: 50%;
  display: none;
}

.heading-14, .heading-15, .heading-16 {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
  display: block;
}

.heading-17 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 22px;
}

.dropdown-toggle-2 {
  color: var(--white);
}

.dropdown-link-9 {
  text-decoration: none;
}

.dropdown-link-9:hover {
  background-color: var(--white);
}

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

.dropdown-link-9.w--current:hover {
  background-color: #0000;
}

.dropdown-link-10 {
  color: var(--cys);
}

.dropdown-link-10:hover {
  background-color: var(--white);
  color: var(--cys);
}

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

.dropdown-link-10.w--current:hover {
  background-color: #0000;
}

.dropdown-link-11 {
  color: var(--cys);
}

.dropdown-link-11:hover {
  background-color: var(--white);
}

.dropdown-link-11.w--current {
  color: var(--cys);
  background-color: #0000;
  font-weight: 600;
}

.dropdown-link-12 {
  color: var(--cys);
}

.dropdown-link-12:hover {
  background-color: var(--white);
}

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

.dropdown-link-12.w--current:hover {
  background-color: #0000;
}

.dropdown-link-13 {
  color: var(--cys);
}

.dropdown-link-13:hover {
  background-color: var(--white);
}

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

.dropdown-link-13.w--current:hover {
  background-color: #0000;
}

.dropdown-link-14 {
  color: var(--cys);
}

.dropdown-link-14:hover {
  background-color: var(--white);
}

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

.dropdown-link-14.w--current:hover {
  background-color: #0000;
}

.dropdown-link-15 {
  color: var(--cys);
}

.dropdown-link-15:hover {
  background-color: var(--white);
}

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

.dropdown-link-15.w--current:hover {
  background-color: #0000;
}

.dropdown-link-16 {
  color: var(--cys);
}

.dropdown-link-16:hover {
  background-color: var(--white);
}

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

.dropdown-link-16.w--current:hover {
  background-color: #0000;
}

.dropdown-list-2 {
  background-color: #e0dfdf;
}

.dropdown-list-2.w--open {
  background-color: #eee;
}

.link-block-9 {
  text-decoration: none;
}

.image-18 {
  object-fit: cover;
  width: auto;
  height: 250px;
  margin: auto;
}

.descripcion-equipo {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: .9rem;
}

.image-19 {
  object-fit: cover;
  border-radius: 0%;
  flex: 0 auto;
  width: auto;
  height: 250px;
}

.div-block-15, .div-block-16 {
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.team-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 50%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-18 {
  flex-flow: column;
  width: 100%;
  max-width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

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

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-22 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 30%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-20 {
  object-fit: cover;
  width: auto;
  height: 250px;
}

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

.text-span-4 {
  flex: 0 auto;
  font-weight: 600;
}

.paragraph-light-center {
  opacity: .8;
  color: #0b323e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-light-center.miedo {
  opacity: 1;
  color: var(--white);
}

.paragraph-light-center.testimonio {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.image-21 {
  object-fit: cover;
  width: auto;
  height: 250px;
}

.image-22 {
  object-fit: cover;
  width: 320px;
  height: 250px;
}

.image-23, .image-24 {
  object-fit: cover;
  width: auto;
  height: 250px;
}

.div-block-24, .div-block-25, .div-block-26 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.highlight {
  flex-flow: row;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-28 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div-block-37 {
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.div-block-38 {
  flex-direction: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.div-block-46 {
  position: sticky;
  top: 200px;
}

.submit-button-2 {
  background-color: var(--cys);
  border-radius: 5px;
}

.paragraph-light-copy {
  opacity: .8;
  color: #0b323e;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-light-copy.miedo {
  opacity: 1;
  color: var(--white);
  text-align: center;
}

.paragraph-light-copy.testimonio {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.heading-3-copy {
  color: var(--cys);
}

.image-26 {
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.section-heading-wrap-copy {
  border: 1px none var(--cys);
  text-align: center;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin: 0 auto;
  padding: 50px;
  display: flex;
}

.section-heading-wrap-copy.equipo {
  border-style: none;
  flex: 0 auto;
  width: auto;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.section-heading-wrap-copy.blog, .section-heading-wrap-copy.casosclinicos {
  width: auto;
  margin-bottom: 60px;
}

.heading-jumbo-small-copy {
  color: var(--cys);
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.heading-jumbo-small-copy.center {
  text-align: center;
}

.heading-jumbo-small-copy.miedo {
  color: var(--white);
}

.heading-jumbo-small-copy.bis {
  color: var(--white);
  margin-bottom: 0;
}

.heading-jumbo-small-copy.laclinica {
  margin-bottom: 80px;
}

.div-block-47 {
  background-color: var(--cys);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  max-width: 250px;
  height: 60px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.recaptcha {
  margin-bottom: 20px;
}

.text-block-10 {
  color: #dfdfdf;
  font-size: 14px;
  font-weight: 300;
}

.blog-title {
  color: var(--white);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 3.2rem;
}

.blog-date {
  color: var(--white);
}

.ck-txt-link {
  color: #515750;
  font-weight: 400;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.ck-txt-link:hover {
  color: #262926;
}

.prefs-cookies-panel {
  background-color: #fff;
  flex-flow: column;
  min-width: 450px;
  padding: 25px 40px 20px;
  display: flex;
  position: absolute;
}

.open-cookies-prefs {
  z-index: 999;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  background-color: #0b323e;
  border: 1px solid #fff;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding: 5px;
  display: flex;
  position: fixed;
  inset: auto auto 30px 30px;
}

.fs-consent_open-prefs_icon {
  color: #fff;
  width: 2rem;
  line-height: 0;
  display: flex;
}

.submit-button-3 {
  background-color: var(--cys);
  width: 100%;
  margin-top: 20px;
  display: inline-block;
}

.cookies-title {
  color: var(--cys);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}

.text-block-52 {
  color: var(--cys);
  cursor: pointer;
  margin-top: 0;
  margin-right: 0;
  padding: 15px 20px;
  font-family: Varela Round, sans-serif;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  inset: 10px 10px auto auto;
}

.btn-aceptar {
  background-color: var(--cys);
  color: #fff;
  border: 1px solid #141414f2;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.btn-aceptar:hover {
  color: #fff;
}

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

.btn-rechazar {
  border: 1px solid var(--cys);
  opacity: 1;
  color: var(--cys);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.btn-prefs {
  border-style: none none solid;
  border-width: 1px;
  border-color: #cacaca #cacaca var(--cys);
  color: var(--cys);
  background-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

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

.checkbox-label-6 {
  opacity: .8;
  color: var(--cys);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.cookie-banner {
  z-index: 2147483647;
  background-color: #00000080;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-4 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: block;
}

.cookie-panel {
  z-index: 999999;
  background-color: #0003;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.btn-prefs-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
}

.form-message-cookies {
  background-color: #eee;
}

.form-message-cookies.error {
  background-color: #ffe0e0;
}

.form-message-cookies.success {
  background-color: #ebf8e5;
}

.checkbox-label-5 {
  opacity: .8;
  color: var(--cys);
  letter-spacing: 0;
  text-transform: none;
  font-family: Montserrat, sans-serif;
  font-size: .9rem;
  font-weight: 500;
}

.cookie-msg-copy {
  z-index: 99999999;
  background-color: #fff;
  max-width: 680px;
  padding: 40px;
  position: fixed;
  inset: auto 30px 30px auto;
}

.wrapper-btn-cookies {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-53 {
  color: var(--cys);
  font-size: .9rem;
  line-height: 1.2rem;
}

.error-msg {
  color: var(--cys);
  text-align: center;
  font-size: .9rem;
  line-height: 1.2rem;
}

.text-field-3 {
  display: none;
}

.cookies {
  display: flex;
}

.paragraph-light-center-copy {
  opacity: .8;
  color: #0b323e;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 22px;
}

.paragraph-light-center-copy.miedo {
  opacity: 1;
  color: var(--white);
}

.paragraph-light-center-copy.testimonio {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  display: flex;
}

.link {
  opacity: .8;
  color: var(--cys);
  display: inline-block;
}

.text-block-54 {
  color: #ffffff4d;
  text-align: center;
  font-size: .8rem;
  font-weight: 300;
  line-height: 1rem;
}

.link-2 {
  color: #ffffff4d;
  display: inline-block;
}

.link-2:hover {
  color: #fff6;
}

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

.main-container {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.main-container.miedo {
  padding-top: 50px;
  padding-bottom: 50px;
}

.main-container.miedo.ortodoncia {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.main-container.bis {
  flex-direction: column;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: block;
}

.main-container.laclinica {
  width: 900px;
  padding-top: 0;
}

.especialidades-icon-title {
  color: var(--cys);
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.div-grid-team {
  display: flex;
}

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

.team-member-title-wrap-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
}

.profile-img {
  object-fit: cover;
  width: 320px;
  height: 250px;
}

.section-4 {
  background-color: var(--cys);
  background-image: linear-gradient(135deg, #0000, var(--cys)), url('../images/josue-michel-qcintp6j0xq-unsplash_1.avif');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding: 150px 40px;
}

.div-block-112 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-55 {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.button-3 {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #3898ec00;
  border: 1px solid #fff;
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 30px;
  transition: background-color .2s cubic-bezier(.455, .03, .515, .955);
}

.button-3:hover {
  background-color: var(--cys);
  color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
}

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

.div-block-113 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0b323e80;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-114 {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  max-width: 520px;
  padding: 50px;
  position: relative;
}

.heading-18 {
  color: var(--cys);
  margin-bottom: 30px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8rem;
  display: block;
}

.div-block-115 {
  position: absolute;
  top: 0;
  right: 0;
}

.text-block-56 {
  color: var(--cys);
  cursor: pointer;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.div-block-116 {
  background-color: #ffffff1a;
  border: 1px solid #ffffff80;
  border-radius: 10px;
  width: 100%;
  max-width: 520px;
  padding: 20px;
}

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

.highlight-icon {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}

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

.navigation-dropdown {
  opacity: .9;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-dropdown:hover {
  opacity: 1;
  color: var(--white);
}

.navigation-dropdown:active {
  opacity: .8;
  color: var(--white);
}

.navigation-dropdown.w--current {
  opacity: 1;
  color: #fff;
  font-weight: 500;
}

.navigation-dropdown.w--current:hover {
  opacity: .8;
  color: #fff;
}

.navigation-dropdown.w--current:active {
  opacity: .7;
  color: #32343a;
}

.checkbox-label-7 {
  letter-spacing: 0;
  text-transform: none;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.link-3 {
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .divider {
    display: none;
  }

  .section.cc-cta {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-home-wrap {
    margin-top: 85px;
  }

  .section.inicio-1, .section.inicio-2, .section.inicio-3, .section.inicio-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section.inicio-1bis {
    padding-left: 30px;
    padding-right: 31px;
  }

  .section.inicio-1bis.ortodoncia, .section.inicio-1bis.implantologia, .section.inicio-1bis.periodoncia, .section.inicio-1bis.estetica, .section.inicio-1bis.protesis, .section.inicio-1bis.conservadora, .section.inicio-1bis.preventiva, .section.inicio-1bis.ortognatica {
    background-attachment: scroll, scroll;
    margin-top: 85px;
  }

  .section.main {
    padding-left: 30px;
    padding-right: 30px;
  }

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

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

  .container.la-clinica {
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .container.equipo {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-bigger.cc-bigger-light {
    margin-bottom: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    border-style: none;
    display: block;
  }

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

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .heading-jumbo-small {
    line-height: 36px;
  }

  .heading-jumbo-small.bis {
    font-size: 28px;
  }

  .heading-jumbo-small.laclinica {
    margin-bottom: 50px;
  }

  .logo-link.w--current {
    flex: 0 auto;
  }

  .menu-icon {
    filter: invert();
    color: var(--white);
    display: block;
  }

  .menu {
    margin-left: 0;
    padding-right: 20px;
    position: static;
  }

  .navigation-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .navigation {
    padding: 0 20px;
  }

  .navigation-item {
    color: var(--cys);
    text-align: right;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    color: var(--cys);
    text-align: right;
    background-color: #f7f8f9;
    font-weight: 500;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .navigation-item.w--current {
    color: var(--cys);
    text-align: right;
  }

  .navigation-item.w--current:hover {
    color: var(--cys);
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #eee;
    justify-content: center;
    padding-right: 0;
    position: absolute;
    inset: 100% 0% auto auto;
  }

  .cta-text {
    width: auto;
    margin-bottom: 0;
    padding-top: 0;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px;
  }

  .intro-header.cc-subpage {
    margin-top: 85px;
    margin-bottom: 0;
    position: relative;
  }

  .intro-header.cc-subpage.contacto {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_5326.avif');
    background-attachment: scroll, scroll;
  }

  .intro-header.cc-subpage.equipo {
    height: 60vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .motto-wrap.laclinica {
    width: auto;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap {
    width: auto;
    padding-top: 0;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-pic {
    flex-direction: row;
    display: flex;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-members.equipo {
    grid-column-gap: 16px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: minmax(0, auto);
    display: grid;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image, .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .home-section-wrap {
    margin-right: 0;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    justify-content: space-around;
    width: 100%;
  }

  .about-grid.cc-about-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
    display: flex;
  }

  .about-grid.cc-about-2.ortodoncia, .about-grid.ortodoncia {
    flex-direction: column;
  }

  .about-grid.orto {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .about-grid.implanto {
    justify-content: space-between;
    width: 100%;
  }

  .about-grid.protesis {
    justify-content: space-around;
    width: 100%;
  }

  .about-grid.inicio, .about-grid.inicio2, .about-grid.inicio2-copy {
    flex-direction: column;
    grid-template-columns: 1.75fr;
    display: flex;
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .footer-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .footer-grid-01 {
    flex-flow: column;
    grid-template-columns: 1.5fr .75fr .75fr;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .footer-01 {
    padding-bottom: 30px;
  }

  .footer-column {
    padding-right: 0;
  }

  .footer-column.logo {
    align-items: center;
    margin-bottom: 20px;
  }

  .section-2 {
    display: none;
  }

  .text-block-5 {
    color: var(--cys);
    text-align: right;
  }

  .feature-section, .feature-section._1 {
    padding-top: 0;
  }

  .flex-container {
    flex-direction: column-reverse;
    margin-top: 30px;
  }

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

  .feature-image {
    width: auto;
    height: auto;
    margin-top: 50px;
  }

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

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

  .heading, .heading-2 {
    text-align: center;
  }

  .section-header {
    background-attachment: scroll, scroll;
    border-style: none;
    height: 60vh;
    margin-top: 85px;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
  }

  .collection-item {
    width: 50%;
  }

  .dropdown-toggle-2 {
    color: var(--cys);
    padding: 0;
  }

  .dropdown-link-9 {
    color: var(--cys);
    text-align: right;
  }

  .dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15, .dropdown-link-16 {
    text-align: right;
  }

  .dropdown-list-2.w--open {
    background-color: #0000;
    margin-top: 10px;
    position: relative;
    top: 0;
    right: 0;
  }

  .div-block-15, .div-block-16, .team-wrapper, .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-22 {
    flex-direction: column;
    display: flex;
  }

  .image-20 {
    flex: 0 auto;
  }

  .icon-2 {
    margin-right: 0;
  }

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

  .div-block-29, .div-block-30, .div-block-31, .div-block-32, .div-block-33, .div-block-34, .div-block-35, .div-block-36, .div-block-37, .div-block-38, .div-block-39, .div-block-40, .div-block-41, .div-block-42, .div-block-43, .div-block-44, .div-block-45 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-8 {
    margin-right: 20px;
  }

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

  .heading-3-copy {
    margin-top: 30px;
  }

  .section-heading-wrap-copy {
    width: auto;
    padding-top: 0;
  }

  .heading-jumbo-small-copy {
    line-height: 36px;
  }

  .heading-jumbo-small-copy.bis {
    font-size: 28px;
  }

  .heading-jumbo-small-copy.laclinica {
    margin-bottom: 50px;
  }

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

  .main-container.laclinica {
    width: auto;
  }

  .team-member-title-wrap-copy {
    margin-bottom: 30px;
  }

  .navigation-dropdown {
    color: var(--cys);
    text-align: right;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-dropdown:hover {
    color: var(--cys);
    text-align: right;
    background-color: #f7f8f9;
    font-weight: 500;
  }

  .navigation-dropdown:active {
    background-color: #eef0f3;
  }

  .navigation-dropdown.w--current {
    color: var(--cys);
    text-align: right;
  }

  .navigation-dropdown.w--current:hover {
    color: var(--cys);
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 0;
    margin-right: 0;
  }

  .section.cc-cta {
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
  }

  .section.cc-home-wrap {
    margin-top: 85px;
    margin-left: 0;
    margin-right: 0;
  }

  .section.inicio-1 {
    margin-left: 0;
    margin-right: 0;
  }

  .section.inicio-2 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .section.inicio-3 {
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.inicio-4, .section.inicio-5 {
    margin-left: 0;
    margin-right: 0;
  }

  .section.inicio-1bis {
    margin-left: 0;
    margin-right: 0;
    padding-right: 30px;
  }

  .section.inicio-5-copy, .section.main {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .container.ortodoncia {
    display: flex;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .paragraph-bigger.cc-bigger-white-light, .paragraph-bigger.cc-bigger-white-light-copy {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-small.laclinica {
    margin-bottom: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 0 20px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-header.cc-subpage.contacto {
    background-image: linear-gradient(to bottom, null, null), url('../images/img_5326.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
  }

  .intro-header.cc-subpage.equipo {
    height: 50vh;
  }

  .intro-content {
    width: 80%;
  }

  .motto-wrap, .motto-wrap.bis {
    width: auto;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    width: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .team-members.equipo {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .home-content-wrap {
    flex: 0 auto;
    margin-top: 40px;
  }

  .home-section-wrap._1 {
    margin-right: 0;
  }

  .about-grid.cc-about-2.ortodoncia {
    width: 100%;
    max-width: 100%;
    display: flex;
  }

  .about-grid.orto {
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .about-grid.implanto {
    flex-direction: column;
  }

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-column {
    padding-right: 0;
  }

  .feature-section {
    padding: 0 0 40px;
  }

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

  .flex-container._2 {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-3 {
    line-height: 40px;
  }

  .section-header {
    background-attachment: scroll, scroll;
    height: 60vh;
  }

  .columns {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-4, .heading-5, .heading-6, .heading-7, .heading-8, .heading-9, .heading-10, .heading-11 {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .link-block, .link-block-2, .link-block-3, .link-block-5, .link-block-6, .link-block-7 {
    margin-bottom: 20px;
  }

  .image-15 {
    width: 100%;
    max-width: none;
  }

  .image-18, .image-19 {
    padding-bottom: 30px;
  }

  .div-block-15, .div-block-16, .team-wrapper, .div-block-18, .div-block-19, .div-block-20, .div-block-21, .div-block-22 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-20 {
    padding-bottom: 0;
  }

  .div-block-23 {
    justify-content: space-around;
    display: flex;
  }

  .image-21, .image-22, .image-23, .image-24, .image-25 {
    padding-bottom: 30px;
  }

  .heading-3-copy {
    margin-top: 30px;
    line-height: 40px;
  }

  .heading-jumbo-small-copy {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-jumbo-small-copy.laclinica {
    margin-bottom: 0;
  }

  .main-container, .main-container.bis {
    width: auto;
  }

  .especialidades-icon-title {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .profile-img {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section {
    max-width: 100%;
  }

  .section.cc-home-wrap {
    margin-top: 70px;
  }

  .section.inicio-1 {
    padding: 50px 20px;
  }

  .section.inicio-2, .section.inicio-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.inicio-4 {
    padding: 60px 10px;
  }

  .section.inicio-1bis {
    background-position: 0 0, 70% 20%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .section.inicio-1bis.ortodoncia {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/vinicius-wiesehofer-uoavp_z38le-unsplash_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.implantologia {
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
  }

  .section.inicio-1bis.periodoncia {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/caroline-lm-jibssizvpza-unsplash_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.estetica {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/lesly-juarez-1ahgngkuhr0-unsplash-1_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.protesis {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/peter-kasprzyk-u1gvhqvq2kq-unsplash_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.conservadora {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/quang-tri-nguyen-objnavixrho-unsplash-1_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.preventiva {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/quang-tri-nguyen-er1vkawrqns-unsplash-1_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.inicio-1bis.ortognatica {
    background-image: linear-gradient(45deg, #3b8594cc, #0b323ecc), url('../images/gabinete-cys_1.avif');
    background-attachment: scroll, scroll;
    height: 40vh;
    margin-top: 70px;
    padding: 20px;
    display: flex;
  }

  .section.main {
    padding: 50px 20px;
  }

  .section.main.reviews {
    border-top: 1px solid #ccc;
  }

  .container {
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    overflow: visible;
  }

  .container.valoraciones {
    margin-left: 0;
    margin-right: 0;
  }

  .container.ortodoncia {
    height: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .container.equipo {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-bigger.cc-bigger-light {
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .paragraph-bigger.cc-bigger-white-light, .paragraph-bigger.cc-bigger-white-light-copy {
    border-bottom-style: none;
    margin-top: 5px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .button.cc-contact-us {
    background-color: var(--cys);
    color: #fff;
    border-radius: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 20px;
  }

  .button.cc-contact-us:hover {
    background-color: var(--cys);
    color: var(--white);
  }

  .label {
    color: var(--cys);
    font-weight: 600;
  }

  .label.cc-light {
    text-align: left;
    font-weight: 500;
  }

  .label.cc-light.center, .label.cc-light.miedo {
    text-align: left;
  }

  .label.cc-light.bis {
    opacity: .8;
    text-align: center;
    margin-bottom: 10px;
    font-size: .6rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .label.cc-light.bis.center {
    margin-bottom: 20px;
    font-size: .8rem;
  }

  .label.cc-light.bis.center.espec {
    margin-bottom: 10px;
    font-size: .6rem;
  }

  .label.cc-light-copy {
    text-align: center;
    font-weight: 500;
  }

  .label.cc-light-copy.center, .label.cc-light-copy.miedo {
    text-align: left;
  }

  .label.cc-light-copy.bis {
    opacity: .8;
    text-align: center;
    margin-bottom: 10px;
    font-size: .6rem;
    font-weight: 400;
    line-height: 1rem;
  }

  .label.cc-light-copy.bis.center {
    margin-bottom: 20px;
    font-size: .8rem;
  }

  .label.cc-light-copy.bis.center.espec {
    margin-bottom: 10px;
    font-size: .6rem;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: left;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .paragraph-light.miedo {
    text-align: left;
    padding-left: 10px;
    font-size: 1rem;
    line-height: 1.6rem;
    text-decoration: none;
  }

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

  .heading-jumbo {
    font-size: 1.8em;
    font-weight: 300;
    line-height: 1em;
  }

  .heading-jumbo-small {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .heading-jumbo-small.bis {
    text-align: center;
    margin-top: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
  }

  .menu-icon {
    width: 50px;
    padding: 15px;
  }

  .menu {
    margin-left: auto;
    margin-right: 10px;
    padding: 0;
  }

  .navigation-wrap {
    justify-content: space-between;
    max-width: 100%;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
    position: fixed;
  }

  .navigation-item {
    width: 100%;
    padding-left: 0;
    padding-right: 20px;
    font-weight: 500;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .logo-image {
    width: 100%;
    max-height: 60px;
    margin-left: 10px;
    margin-right: auto;
  }

  .navigation-items {
    z-index: 9999;
    width: 100%;
    inset: 100% 0% auto auto;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header.cc-subpage.contacto {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #0000, var(--cys)), url('../images/img_5326.avif');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 25vh;
    margin-top: 70px;
  }

  .intro-header.cc-subpage.equipo {
    background-image: radial-gradient(circle at 50% 35%, #0000, #0b323e), url('../images/caroline-lm-m-4tymtlli-unsplash_1.avif');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    height: 40vh;
    position: static;
  }

  .intro-header.cc-subpage.legal {
    height: 25vh;
    padding-top: 0;
  }

  .motto-wrap {
    padding-top: 0;
  }

  .section-heading-wrap {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .status-message.cc-no-data {
    width: 100%;
  }

  .contact-form-wrap {
    border-style: none;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
  }

  .contact-form-grid {
    grid-column-gap: 0px;
    flex-direction: column;
    align-items: center;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .get-in-touch-form {
    width: 100%;
    max-width: 100%;
    overflow: visible;
  }

  .text-field.cc-contact-field {
    color: var(--cys);
    border-color: #0b323e80;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .text-field.cc-textarea.cc-contact-field {
    padding: 10px;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .contact-form {
    width: auto;
  }

  .contact-heading {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2rem;
  }

  .our-contacts {
    width: 90%;
  }

  .team-pic {
    width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .team-members {
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
    justify-content: flex-start;
    height: auto;
  }

  .team-members.equipo {
    grid-row-gap: 20px;
    place-items: start center;
  }

  .team-member-title-wrap {
    color: #0b323e;
    text-align: left;
    background-color: #f5f5f5;
    border-radius: 5px;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    padding: 20px;
  }

  .team-member-title-wrap.home {
    justify-content: center;
    align-items: center;
  }

  .team-member-name {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2rem;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .contact-email-link {
    color: var(--cys);
  }

  .section-heading {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .section-heading.tipos {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .section-heading.orto {
    line-height: 2rem;
  }

  .about-grid {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .about-grid.cc-about-2 {
    grid-row-gap: 40px;
    margin-bottom: 60px;
  }

  .about-grid.orto {
    grid-row-gap: 10px;
  }

  .about-grid.implanto {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .about-grid.protesis {
    grid-row-gap: 20px;
  }

  .about-grid.inicio2 {
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

  .about-grid.conservadora {
    margin-bottom: 0;
  }

  .about-grid.inicio2-copy {
    grid-row-gap: 20px;
    margin-bottom: 0;
  }

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

  .footer-link {
    text-align: center;
    line-height: 22px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-title-button {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .footer-01 {
    padding-bottom: 0;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column.logo {
    margin-bottom: 20px;
  }

  .footer-logo {
    margin-bottom: 0;
  }

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

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

  .section-header {
    z-index: 0;
    grid-column-gap: 47px;
    grid-row-gap: 47px;
    background-attachment: scroll, scroll;
    height: 50vh;
    margin-top: 70px;
    position: static;
    top: 70px;
  }

  .heading-8 {
    font-size: 1rem;
  }

  .collection-item {
    width: 100%;
  }

  .field-label, .field-label-2, .field-label-3 {
    margin-bottom: 5px;
  }

  .image-10 {
    height: 300px;
  }

  .image-11 {
    min-height: 300px;
  }

  .div-block-6 {
    width: 100px;
    height: 100px;
  }

  .image-13 {
    opacity: .8;
    width: 40px;
  }

  .slider-2 {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-top: 30px;
    display: flex;
  }

  .div-block-13 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    display: flex;
  }

  .image-17 {
    display: none;
  }

  .heading-14, .heading-15, .heading-16, .heading-17 {
    font-size: 1rem;
  }

  .dropdown-toggle-2 {
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
    display: block;
  }

  .dropdown-toggle-2.w--open {
    margin-right: 20px;
  }

  .dropdown-link-9, .dropdown-link-10, .dropdown-link-11, .dropdown-link-12, .dropdown-link-13, .dropdown-link-14, .dropdown-link-15 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .dropdown-link-16 {
    margin-bottom: -15px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .image-18 {
    padding-bottom: 0;
  }

  .descripcion-equipo {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  .div-block-15, .div-block-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .team-wrapper {
    flex-flow: column;
    max-width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-19, .div-block-20 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-21, .div-block-22 {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-20 {
    height: auto;
    padding-bottom: 0;
  }

  .paragraph-light-center {
    text-align: left;
    font-size: .9rem;
    line-height: 1.2rem;
  }

  .div-block-23 {
    justify-content: space-around;
  }

  .image-23, .image-24 {
    padding-bottom: 0;
  }

  .highlight {
    margin-right: 0;
  }

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

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

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

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

  .div-block-46 {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-8 {
    text-align: right;
  }

  .heading-3-copy {
    margin-top: 0;
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .image-26 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-heading-wrap-copy {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-jumbo-small-copy {
    font-size: 1.8rem;
    line-height: 2rem;
  }

  .div-block-47 {
    background-color: var(--cys);
    border-radius: 5px;
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .text-block-10 {
    text-align: center;
    margin-bottom: 10px;
    line-height: 16px;
  }

  .prefs-cookies-panel {
    min-width: auto;
  }

  .open-cookies-prefs {
    z-index: 999999;
    border-radius: 50%;
    padding-left: 5px;
    padding-right: 5px;
    bottom: 10px;
    left: 10px;
  }

  .submit-button-3 {
    font-family: Varela Round, sans-serif;
  }

  .cookies-title {
    font-weight: 400;
    line-height: 1.6rem;
  }

  .btn-aceptar, .btn-rechazar, .btn-prefs {
    text-align: center;
    width: 100%;
  }

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

  .cookie-banner, .cookie-panel, .btn-prefs-text {
    display: none;
  }

  .checkbox-label-5 {
    font-weight: 400;
  }

  .cookie-msg-copy {
    flex-flow: column;
    display: flex;
    inset: auto 0% 0%;
  }

  .wrapper-btn-cookies {
    flex-flow: column;
  }

  .cookies {
    display: flex;
  }

  .paragraph-light-center-copy {
    text-align: left;
    font-size: .8rem;
    line-height: 1.2rem;
  }

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

  .especialidades-icon-title {
    font-size: 1rem;
  }

  .div-grid-team, .div-block-111 {
    flex-flow: column;
  }

  .team-member-title-wrap-copy {
    color: var(--cys);
    text-align: left;
    padding: 20px;
  }

  .profile-img {
    width: 200px;
    padding-bottom: 0;
  }

  .section-4 {
    background-attachment: scroll, scroll;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-112 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-block-55 {
    font-size: 1.4rem;
  }

  .button-3 {
    text-align: center;
  }

  .div-block-113 {
    padding: 20px;
    display: none;
  }

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

  .heading-18 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }

  .text-block-56 {
    padding: 15px;
    font-size: 1.2rem;
    line-height: 1.2rem;
  }

  .div-block-116 {
    padding: 0;
  }

  .image-27, .image-28 {
    max-width: 75%;
    margin-bottom: 20px;
  }

  .navigation-dropdown {
    width: 100%;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
  }
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-138d6f35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-138d6f35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276351d-138d6f35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c57756c-914d-b2c6-a9e7-55243e91f90a-138d6f35 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c57756c-914d-b2c6-a9e7-55243e91f90b-138d6f35 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3c57756c-914d-b2c6-a9e7-55243e91f912-138d6f35 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_062b99fb-93a0-afdd-50bf-cc8cb3855359-b385532a, #w-node-_062b99fb-93a0-afdd-50bf-cc8cb385534e-b385532a, #w-node-_3420fdbd-9c74-20bd-e875-ade60ea1cfc5-b385532a, #w-node-_062b99fb-93a0-afdd-50bf-cc8cb3855343-b385532a {
  align-self: center;
}

#w-node-_984be147-4746-17a7-394b-4e26a3cdd06c-b385532a {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be705858e-b58d6f3f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-b58d6f3f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2878ffd7-26fe-9471-3c4e-7763e2d38cdc-898d6f41 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: center;
}

#w-node-_37305751-d86b-cc39-456e-50fcdcf7cfda-7142145d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98043-7142145d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_293e7329-d5d3-a55c-de6e-99000da241aa-7142145d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-dc597496-d971-8ed6-a331-f0af9fcbafd7-7142145d {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee2d4885-1390-9a74-666c-3af66ffeadb8-7142145d {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7142145d {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-b9da1bdd-a9e4-c166-6b06-6dd5d5046c47-7142145d {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-fcbf5188 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-fcbf5188 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-6748c7c1 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-6748c7c1 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-8f9d3ff5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-8f9d3ff5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-999f3eb6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-999f3eb6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-14f8aa1f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-14f8aa1f {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-88fbf04c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-88fbf04c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-3bce2dfa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-3bce2dfa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-b39f5432 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c5301227-5f78-51df-3bf2-01fea276353a-b39f5432 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-138d6f35, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-138d6f35, #w-node-c5301227-5f78-51df-3bf2-01fea276351d-138d6f35, #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-b58d6f3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_37305751-d86b-cc39-456e-50fcdcf7cfda-7142145d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_293e7329-d5d3-a55c-de6e-99000da241aa-7142145d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc597496-d971-8ed6-a331-f0af9fcbafd7-7142145d {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-ee2d4885-1390-9a74-666c-3af66ffeadb8-7142145d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7142145d {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b9da1bdd-a9e4-c166-6b06-6dd5d5046c47-7142145d {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-fcbf5188, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-fcbf5188, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-6748c7c1, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-6748c7c1, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-8f9d3ff5, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-8f9d3ff5, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-999f3eb6, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-999f3eb6, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-14f8aa1f, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-14f8aa1f, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-88fbf04c, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-88fbf04c, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-3bce2dfa, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-3bce2dfa, #w-node-_06a062aa-743e-39a3-e81f-85d9aea6aa09-b39f5432, #w-node-c5301227-5f78-51df-3bf2-01fea276353a-b39f5432 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_062b99fb-93a0-afdd-50bf-cc8cb3855334-b385532a {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_37305751-d86b-cc39-456e-50fcdcf7cfda-7142145d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-7142145d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_293e7329-d5d3-a55c-de6e-99000da241aa-7142145d {
    grid-row: 3 / 4;
  }

  #w-node-dc597496-d971-8ed6-a331-f0af9fcbafd7-7142145d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ee2d4885-1390-9a74-666c-3af66ffeadb8-7142145d {
    grid-row: 7 / 8;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7142145d {
    grid-row: 5 / 6;
  }

  #w-node-b9da1bdd-a9e4-c166-6b06-6dd5d5046c47-7142145d {
    grid-area: 6 / 1 / 7 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3c57756c-914d-b2c6-a9e7-55243e91f912-138d6f35 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_062b99fb-93a0-afdd-50bf-cc8cb3855334-b385532a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3f61509a-fac7-b0d5-3763-509be70585a6-b58d6f3f {
    align-self: auto;
  }

  #w-node-_37305751-d86b-cc39-456e-50fcdcf7cfda-7142145d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98043-7142145d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_293e7329-d5d3-a55c-de6e-99000da241aa-7142145d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc597496-d971-8ed6-a331-f0af9fcbafd7-7142145d {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-ee2d4885-1390-9a74-666c-3af66ffeadb8-7142145d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c28cc763-f708-1e61-f196-6bd9fce98058-7142145d {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-b9da1bdd-a9e4-c166-6b06-6dd5d5046c47-7142145d {
    grid-area: 6 / 1 / 7 / 2;
  }
}


