@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_odontostudio---main-red: #c8102e;
  --_odontostudio---dark-red: #8b0f1c;
  --_odontostudio---dark-grey: #4f4f4f;
  --_odontostudio---white: #fff;
  --dark-khaki: #a8d069;
  --dark-slate-gray-2: #404047;
  --medium-sea-green: #30ad64;
  --_odontostudio---grey-red: #cc9090;
  --steel-blue: #3b99d9;
  --light-slate-gray: #8e8e9c;
  --_odontostudio---grey: #a5a5a5;
  --light-sea-green-2: #20ac99;
  --firebrick: #bf3a30;
  --dodger-blue: #2e9dff;
  --indian-red: #cf404d;
  --salmon: #fd7072;
  --tan: #d39f9a;
  --brown: #822e50;
  --cadet-blue: #668cad;
  --dim-gray: #735260;
  --khaki: #face6a;
  --goldenrod: #e2a62b;
  --pale-turquoise: #bfe0ff;
  --steel-blue-2: #2e80b6;
  --dim-gray-3: #676770;
  --light-sky-blue: #69b9ff;
  --silver: #bec3c7;
  --light-sea-green: #25ccbf;
  --indian-red-2: #af4173;
  --black: #192024;
  --sandy-brown-2: #e4b962;
  --tomato: #e64c40;
  --white-smoke: #ecf0f1;
  --salmon-2: #fc7d64;
  --white-smoke-3: #edeff2;
  --white-smoke-2: #f0f0f0;
  --dim-gray-2: #49647b;
  --sandy-brown: #f8c740;
  --dark-slate-gray: #2d3e4f;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

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

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  background-color: var(--_odontostudio---main-red);
  color: #fff;
  text-align: center;
  letter-spacing: .5px;
  border-radius: 100px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: var(--_odontostudio---dark-red);
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.no-left-margin {
  margin-left: 0;
}

.button.contact {
  margin-left: 0;
  margin-right: 0;
}

.navigation-link {
  color: var(--_odontostudio---dark-grey);
  font-weight: 500;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: var(--_odontostudio---dark-red);
}

.navigation-link.w--current {
  color: var(--_odontostudio---main-red);
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.navigation-bar {
  z-index: 1000;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
}

.hamburger-button {
  color: var(--_odontostudio---main-red);
  display: none;
}

.navigation-menu {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-logo {
  max-width: 4em;
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
  padding-bottom: 150px;
}

.section.profesionales {
  background-image: url('../images/Frame-211.svg');
  background-position: 50%;
  background-size: cover;
}

.section.politica-calidad {
  background-image: url('../images/red-bg.svg');
  background-position: 0 0;
  background-size: cover;
  height: 100%;
  min-height: 85vh;
  padding-top: 150px;
  position: relative;
}

.section.valoracion-gratis {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  background-color: #fff5f5;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  min-height: 80vh;
  padding: 0 5vw;
  display: flex;
}

.section.contacto {
  background-image: linear-gradient(#0000 82%, #fff), url('../images/background.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section.blogs {
  background-image: url('../images/Frame-211.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
}

.white-box.smile-again-section {
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.white-box.contact {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.hero-section.centered {
  z-index: 10;
  min-height: 100vh;
  padding-top: 30vh;
  position: relative;
}

.hero-section.nosotros {
  z-index: 10;
  min-height: 100vh;
  padding-top: 11vh;
  position: relative;
}

.hero-section.servicios {
  z-index: 10;
  padding-top: 11vh;
  padding-bottom: 11vh;
}

.hero-heading {
  color: var(--_odontostudio---dark-red);
  text-align: left;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.3;
}

.hero-heading.mobile {
  display: none;
}

.hero-heading.servicios {
  text-align: center;
  margin-bottom: 150px;
}

.hero-heading.blog {
  color: var(--_odontostudio---dark-red);
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
  font-family: Inter, Georgia, sans-serif;
  font-weight: 600;
}

.hero-heading.blog-hero {
  color: var(--_odontostudio---white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.hero-subheading {
  color: var(--_odontostudio---dark-grey);
  text-align: left;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  border: 1px solid var(--_odontostudio---dark-red);
  background-color: var(--_odontostudio---white);
  color: var(--_odontostudio---dark-red);
  letter-spacing: .5px;
  vertical-align: baseline;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px 10px 25px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: flex;
}

.hollow-button:hover {
  border-color: var(--_odontostudio---main-red);
  color: var(--_odontostudio---main-red);
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: var(--_odontostudio---main-red);
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-title-group {
  max-width: 660px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}

.footer.center {
  text-align: center;
  background-color: #383838;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  width: 40%;
  margin: 20px auto;
  padding: 17px 20px 20px;
  display: block;
}

.info-icon {
  float: left;
}

.footer-link {
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #008cffd6;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.footer-link.quick-links {
  margin-bottom: 1rem;
}

.form {
  margin-top: 40px;
}

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

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

.main-body {
  font-family: Inter, Georgia, sans-serif;
  font-weight: 400;
}

.navigation-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-left: 3em;
  margin-right: 3em;
  display: flex;
}

.btn-cta {
  background-color: var(--_odontostudio---main-red);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 18px 20px;
  font-family: Inter, Georgia, sans-serif;
  font-weight: 500;
  display: flex;
}

.btn-cta:hover {
  box-shadow: 0 2px 4px #0000001a;
}

.btn-cta.w--current {
  font-weight: 500;
}

.hero-img-container {
  background-color: #fff;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-img-container.mobile {
  display: none;
}

.hero-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  overflow: visible;
}

.image-auto {
  object-fit: contain;
  width: auto;
  height: auto;
  max-height: none;
}

.container-2 {
  z-index: 1;
  position: absolute;
  left: 5vw;
}

.container-2.blog {
  bottom: 8vh;
  right: 5vw;
}

.button-icon {
  width: 20px;
  margin-right: 10px;
}

.div-block {
  display: flex;
}

.div-block.margin-above {
  margin-top: 30px;
}

.div-block.centered {
  justify-content: center;
  align-items: center;
}

.column-label {
  color: var(--_odontostudio---dark-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 900;
  line-height: 34px;
}

.column-pg {
  color: var(--_odontostudio---dark-grey);
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.column-pg.left {
  text-align: left;
}

.column-pg.left.margin-below {
  margin-bottom: 20px;
}

.columns {
  margin-left: auto;
  margin-right: auto;
}

.default-container {
  max-width: 1200px;
}

.default-container.large {
  max-width: 1600px;
}

.default-container.politica {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.red-text {
  color: var(--_odontostudio---main-red);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  flex: 1;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 900;
  line-height: 58px;
}

.photo-wrapper {
  flex: none;
}

.img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: contain;
}

.img.user-img {
  object-fit: cover;
}

.smile-again-columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.column, .column-2 {
  flex: 1;
  height: auto;
}

.column-2.contact-form {
  align-items: center;
  display: flex;
}

.tooth-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.tooth-wrapper {
  width: 640px;
}

.tooth-item {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 50px;
  margin-right: 40px;
  display: flex;
}

.tooth-item.center {
  justify-content: center;
  align-items: flex-end;
}

.tooth-item.down {
  justify-content: flex-end;
  align-items: flex-end;
}

.tooth-header {
  color: var(--_odontostudio---dark-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.tooth-pg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

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

.tooth-item-second-column {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 40px;
  margin-right: 50px;
  display: flex;
}

.tooth-item-second-column.center {
  justify-content: center;
  align-items: flex-start;
}

.tooth-item-second-column.down {
  justify-content: flex-end;
  align-items: flex-start;
}

.first-step-columns {
  flex-flow: row-reverse;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.first-step-list {
  color: var(--_odontostudio---dark-grey);
  text-align: left;
  margin-bottom: 80px;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--_odontostudio---dark-red);
  border-radius: 20px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.calification-flex {
  display: flex;
}

.google-logo {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.rating-flex {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
}

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

.user-img-wrapper {
  aspect-ratio: 1;
  border-radius: 50%;
  max-height: 60px;
  margin-right: 20px;
  overflow: hidden;
}

.user-info {
  text-align: left;
}

.user-name {
  color: var(--_odontostudio---main-red);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
}

.user-subtitle {
  opacity: .8;
  color: var(--_odontostudio---dark-grey);
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

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

.nosotros-pg {
  color: var(--_odontostudio---dark-grey);
  max-width: 670px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.container-img {
  z-index: 1;
  position: absolute;
  right: 5vw;
}

.profesionales-pg {
  color: var(--_odontostudio---dark-grey);
  text-align: justify;
  margin-bottom: 80px;
  font-size: 20px;
  line-height: 30px;
}

.profesionales-grid {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.profesional-card {
  flex-flow: row;
  position: relative;
}

.profesional-title-wrap {
  background-color: var(--_odontostudio---main-red);
  border-radius: 10px;
  flex-flow: column;
  padding: 1em;
  display: flex;
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}

.profesional-image-wrap {
  border-radius: 20px;
  width: auto;
  position: static;
  inset: 0%;
  overflow: hidden;
}

.profesional-title {
  color: var(--_odontostudio---white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
}

.profesional-subtitle {
  color: var(--_odontostudio---white);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.hero-img-nosotros {
  width: 40vw;
  max-width: 562px;
}

.politica-content {
  text-align: left;
  max-width: 580px;
}

.heading-politica {
  color: var(--_odontostudio---white);
  text-align: left;
  text-transform: uppercase;
  margin-top: 32px;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
}

.politica-pg {
  color: var(--_odontostudio---white);
  text-align: justify;
  max-width: 670px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 30px;
}

.button-politica {
  border: 1px solid var(--_odontostudio---dark-red);
  background-color: var(--_odontostudio---white);
  color: var(--_odontostudio---dark-red);
  text-align: center;
  letter-spacing: .5px;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-politica:hover {
  background-color: var(--_odontostudio---dark-red);
  color: var(--_odontostudio---white);
}

.button-politica.w--current {
  background-color: #2e80b6;
}

.politica-img-wrap {
  border-top-left-radius: 350px;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.hero-container {
  z-index: 1;
  max-width: none;
  position: absolute;
  left: 5vw;
  right: 5vw;
}

.hero-container.servicios {
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
  left: 0;
  right: 0;
}

.services-grid {
  grid-column-gap: 16px;
  grid-row-gap: 54px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

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

.services-card {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
  padding: 20px;
  display: flex;
}

.services-title {
  color: var(--_odontostudio---dark-grey);
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.5;
}

.services-subtitle {
  color: var(--_odontostudio---dark-grey);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

.services-img-wrapper {
  border-radius: 20px;
  margin-bottom: 25px;
  overflow: hidden;
}

.img-services {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.valoracion-img-wrap {
  flex: none;
  max-height: 600px;
  position: relative;
  bottom: 0%;
  overflow: hidden;
}

.valoracion-wrap {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

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

.image {
  max-width: 475px;
  margin-bottom: 2em;
}

.blog-grid {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-card {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  background-color: var(--_odontostudio---white);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.blog-img-wrapper {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.blog-header {
  color: var(--_odontostudio---dark-red);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.blog-pg {
  color: var(--_odontostudio---dark-grey);
  text-align: justify;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.valoracion-header {
  color: var(--_odontostudio---dark-red);
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 1em;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.3;
}

.image-2 {
  display: none;
}

.cover-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 90vh;
  overflow: visible;
}

.cover-img.no-overflow {
  overflow: hidden;
}

.tooth-section-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.tooth-header-grid {
  color: var(--_odontostudio---dark-grey);
  letter-spacing: 0;
  text-transform: none;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.heading {
  text-align: left;
}

.heading-1 {
  color: var(--_odontostudio---dark-red);
  text-align: left;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 900;
  line-height: 1.05;
}

.heading-1.mobile {
  display: none;
}

.heading-1.servicios {
  text-align: center;
  margin-bottom: 150px;
}

.heading-1.blog {
  color: var(--_odontostudio---white);
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.footer-curve {
  z-index: 1;
  background-color: var(--_odontostudio---dark-red);
  border-radius: 50%;
  width: 220vw;
  height: 180vw;
  position: absolute;
  inset: 5vh 0% 0% 50%;
  transform: translate(-50%);
}

.footer-content {
  z-index: 2;
  position: relative;
}

.footer-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 5rem;
  padding: 3rem 10vw;
  display: grid;
}

.footer-heading {
  color: var(--_odontostudio---white);
  letter-spacing: 0;
  text-transform: capitalize;
  margin-bottom: 32px;
  font-family: Inter, Georgia, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.footer-text {
  color: var(--_odontostudio---white);
}

.footer-subheading {
  color: var(--_odontostudio---white);
  margin-bottom: 4px;
}

.footer-block {
  margin-bottom: 1rem;
}

.footer-low {
  justify-content: space-between;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
}

.social-icons {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  display: flex;
}

.social-icon {
  width: 32px;
  height: 32px;
}

.container-contacto {
  display: flex;
}

.contacto-columns {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.contact-form {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-label {
  color: var(--_odontostudio---dark-red);
  text-align: left;
  font-family: Inter, Georgia, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contact-field {
  color: var(--_odontostudio---main-red);
  border: 1px solid #d9d9d9;
  border-radius: 40px;
  font-family: Inter, Georgia, sans-serif;
  font-size: 16px;
}

.whatsapp-block {
  z-index: 30;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #00b94a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: inline-flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  border: 1px solid var(--_odontostudio---white);
  background-color: var(--_odontostudio---dark-red);
  transform: scale(1.05);
}

.whatsapp-icon {
  vertical-align: baseline;
  display: inline-block;
}

.live-icon {
  background-color: var(--_odontostudio---main-red);
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 3px auto auto 3px;
}

.image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: 20px;
  margin-bottom: 100px;
  overflow: hidden;
}

.blog-paragraph {
  text-align: justify;
  margin-bottom: 32px;
  font-family: Inter, Georgia, sans-serif;
  font-weight: 500;
}

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

  .navigation-link.w--current {
    color: var(--_odontostudio---main-red);
  }

  .hamburger-button.w--open {
    background-color: var(--_odontostudio---white);
    color: var(--_odontostudio---dark-red);
  }

  .navigation-menu {
    background-color: var(--_odontostudio---white);
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.politica-calidad {
    flex-flow: column-reverse;
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    display: flex;
  }

  .section.valoracion-gratis {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .white-box.smile-again-section {
    width: 90vw;
  }

  .white-box.contact {
    align-items: stretch;
    width: 100%;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-section.nosotros {
    flex-flow: column-reverse;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
    padding-bottom: 144px;
    display: flex;
  }

  .hero-section.servicios {
    flex-flow: column-reverse;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-bottom: 144px;
    display: flex;
  }

  .hero-heading {
    font-size: 32px;
  }

  .hero-heading.mobile {
    text-align: center;
    display: block;
  }

  .hero-heading.hidden-mobile {
    display: none;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .navigation-wrap {
    margin-left: 2em;
    margin-right: 2em;
  }

  .hero-img-container {
    height: auto;
  }

  .hero-img-container.mobile {
    display: none;
  }

  .hero-img {
    max-height: none;
  }

  .hero-img.hero-main {
    display: block;
  }

  .container-2 {
    max-width: 80vw;
    position: relative;
    left: 0;
  }

  .div-block.margin-above {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .default-container {
    max-width: none;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .photo-wrapper {
    flex: 1;
  }

  .smile-again-columns {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

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

  .column-2.contact-form {
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: stretch;
    display: flex;
  }

  .tooth-section {
    display: none;
  }

  .tooth-wrapper {
    width: 40vw;
  }

  .tooth-header {
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .tooth-pg {
    text-align: left;
  }

  .first-step-columns {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .testimonial-grid {
    flex-flow: column;
    display: flex;
  }

  .nosotros-pg {
    max-width: none;
    font-size: 19px;
    line-height: 1.5;
  }

  .container-img {
    margin-bottom: 2em;
    position: static;
  }

  .profesionales-pg {
    font-size: 19px;
    line-height: 1.5;
  }

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

  .hero-img-nosotros {
    width: 50vw;
    max-width: none;
  }

  .politica-content, .heading-politica {
    text-align: center;
  }

  .politica-pg {
    font-size: 19px;
    line-height: 1.5;
  }

  .button-politica {
    margin-left: auto;
    margin-right: auto;
  }

  .politica-img-wrap {
    width: 80vw;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .hero-container {
    max-width: 90vw;
    position: static;
  }

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

  .valoracion-img-wrap {
    width: 80vw;
    position: relative;
    inset: 0% 0% 0% auto;
  }

  .blog-grid {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    grid-template-columns: 1fr 1fr;
  }

  .valoracion-header {
    font-size: 32px;
  }

  .image-2 {
    object-fit: cover;
    width: 100vw;
  }

  .cover-img.hero-main {
    display: block;
  }

  .tooth-section-mobile {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-h {
    background-color: var(--_odontostudio---main-red);
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 2px;
    display: flex;
  }

  .timeline-container {
    width: 100%;
  }

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

  .line-vertical {
    background-color: var(--_odontostudio---main-red);
    flex: 1 0 auto;
    width: 2px;
    height: 100%;
  }

  .corner {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: flex;
    position: relative;
  }

  .upper-grid {
    flex: 1;
  }

  .upper-grid.last {
    border-left: 2px solid var(--_odontostudio---main-red);
  }

  .line-wrapper {
    border-left: 2px solid var(--_odontostudio---main-red);
    grid-template-rows: auto;
    grid-template-columns: 1.5fr .5fr;
    grid-auto-columns: 1fr;
    align-items: center;
    width: 18vw;
    display: grid;
  }

  .line-wrapper.last {
    border-left-style: none;
  }

  .text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 70vw;
    padding-top: 3em;
    padding-bottom: 3em;
    display: flex;
  }

  .down-grid {
    border-top: 2px solid var(--_odontostudio---main-red);
    border-left: 2px solid var(--_odontostudio---main-red);
    flex: 1;
  }

  .down-grid.last {
    border-left-style: none;
  }

  .tooth-header-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 32px;
    display: grid;
  }

  .line-ball {
    background-color: var(--_odontostudio---main-red);
    border-radius: 64px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
  }

  .heading-1 {
    font-size: 32px;
  }

  .heading-1.mobile {
    text-align: center;
    display: block;
  }

  .heading-1.hidden-mobile {
    display: none;
  }

  .footer-low {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .contacto-columns {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .blog-paragraph {
    margin-bottom: 1em;
  }

  .blog-text-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .button {
    margin-left: 0;
    font-size: 14px;
    font-weight: 600;
  }

  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.profesionales {
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .white-box {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .white-box.smile-again-section {
    padding: 0;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 250px;
  }

  .hero-section.nosotros, .hero-section.servicios {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .hero-heading.servicios {
    margin-bottom: 97px;
  }

  .hero-heading.blog {
    margin-bottom: 2em;
  }

  .hero-subheading {
    margin-bottom: 140px;
    font-size: 18px;
  }

  .hollow-button {
    margin-left: 0;
    margin-right: 0;
  }

  .section-heading.centered {
    font-size: 32px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 40%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .navigation-wrap {
    margin-left: 1em;
    margin-right: 1em;
  }

  .hero-img-container.hero {
    display: none;
  }

  .hero-img-container.mobile {
    height: 60vh;
    display: flex;
    position: static;
    inset: -171% 0% 0%;
  }

  .hero-img.hero-main {
    display: none;
  }

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

  .container-2 {
    position: relative;
    left: 0;
  }

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

  .div-block.margin-above {
    flex-flow: row;
    margin-left: auto;
    margin-right: auto;
  }

  .default-container {
    max-width: 90vw;
    padding-left: 0;
    padding-right: 0;
  }

  .default-container.large {
    padding-left: 3vw;
    padding-right: 3vw;
  }

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

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

  .nosotros-pg, .profesionales-pg {
    font-size: 18px;
    line-height: 1.5;
  }

  .profesionales-grid {
    flex-flow: column;
    display: flex;
  }

  .politica-pg {
    font-size: 18px;
  }

  .politica-img-wrap {
    width: 90vw;
  }

  .valoracion-img-wrap {
    width: 90vw;
    overflow: hidden;
  }

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

  .image-2 {
    display: block;
  }

  .cover-img {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .cover-img.hero-main {
    display: none;
  }

  .people-img {
    object-fit: cover;
    width: 100vw;
    overflow: visible;
  }

  .tooth-section-mobile {
    display: block;
  }

  .line-wrapper {
    width: 15vw;
  }

  .text-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .heading-1 {
    margin-bottom: 15px;
    font-size: 32px;
  }

  .heading-1.servicios {
    margin-bottom: 97px;
  }

  .footer-curve {
    border-bottom-right-radius: 0%;
    border-bottom-left-radius: 0;
  }

  .footer-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .footer-low {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .whatsapp-block {
    display: none;
    bottom: 15px;
    right: 15px;
  }

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

  .blog-paragraph {
    margin-top: 1em;
  }

  .blog-text-wrapper {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 479px) {
  .button {
    width: 100%;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 16px;
  }

  .button.no-left-margin {
    width: 100%;
    font-size: 4vw;
  }

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

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

  .section.valoracion-gratis {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.blogs {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .white-box.smile-again-section {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 25vh;
  }

  .hero-section.nosotros, .hero-section.servicios {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-heading.blog {
    margin-bottom: 1em;
  }

  .hero-subheading {
    margin-bottom: 32px;
  }

  .hollow-button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .section-heading.centered {
    line-height: 1.5;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .navigation-wrap {
    margin-left: 1em;
    margin-right: 1em;
  }

  .hero-img-container.mobile {
    justify-content: center;
    align-items: center;
    display: flex;
    position: static;
  }

  .container-2.blog {
    top: 50vh;
  }

  .button-icon {
    width: auto;
    max-width: 20px;
  }

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

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

  .column-pg.left, .column-pg.left.margin-below {
    text-align: justify;
  }

  .column, .column-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nosotros-pg, .profesionales-pg {
    font-size: 14px;
    line-height: 1.5;
  }

  .hero-img-nosotros {
    width: 80vw;
  }

  .heading-politica {
    font-size: 32px;
    line-height: 1.5;
  }

  .politica-pg {
    font-size: 14px;
    line-height: 1.5;
  }

  .button-politica {
    margin-bottom: 25px;
  }

  .politica-img-wrap {
    width: 100vw;
  }

  .hero-container.servicios {
    padding-left: 1vw;
    padding-right: 1vw;
  }

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

  .services-card {
    padding: 1em;
  }

  .valoracion-img-wrap {
    width: 100vw;
  }

  .button-div {
    flex-flow: column;
  }

  .image {
    width: 90vw;
  }

  .people-img {
    object-fit: contain;
  }

  .timeline-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .footer-curve {
    width: 180vh;
    height: 180vh;
  }

  .contact-form {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-container {
    width: 80px;
    height: 80px;
    bottom: 10px;
    right: 0;
  }

  .blog-text-wrapper {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

#w-node-ced59d6b-b7c2-f307-a708-c3994c2c87d9-2086f2db {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-d902244b-9d19-8e2c-9f75-40c0d102ca23-2086f2d8, #w-node-_67bf6853-ddb9-ffab-fd5b-1e9215769d86-2086f2d8 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}