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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

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

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #00211f;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #00211f;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #00211f;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Barlow, sans-serif;
  color: #00918c;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
}

a {
  padding: 0px;
  text-decoration: none;
}

.logo_dra {
  width: 150px;
  height: 51px;
  max-width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.container {
  width: 1088px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav_link {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Barlow, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.nav_link:hover {
  border-bottom: 3px solid #ff52b6;
}

.link_whats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 167px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #57c6be;
}

.nav_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.flex_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_hero.download {
  margin-bottom: 63px;
}

.flex_hero.align_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_hero.align_center.messageweb {
  margin-bottom: 20px;
}

.flex_hero.align_center.messageweb.hidde {
  display: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.flex_hero.relative {
  position: relative;
}

.flex_hero.relative.movil {
  display: none;
}

.flex_hero.relative.banner_movil {
  display: none;
}

.flex_hero.margin_career {
  margin-bottom: 93px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_hero.map.movil {
  display: none;
}

.flex_hero.movil {
  display: none;
}

.div_hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-top: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div_hero.green {
  position: relative;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #e5f4f3;
}

.div_hero.blue {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #008f8e;
}

.image_dra {
  position: relative;
  z-index: 6;
  width: 439px;
  height: 455px;
  max-width: 100%;
  background-image: url('../images/Header.png');
  background-position: 50% 50%;
  background-size: cover;
}

.title_hero {
  margin-bottom: 60px;
  text-align: center;
}

.title_hero.movil {
  display: none;
}

.text_blue {
  color: #56c3bc;
}

.text_blue.ortho {
  color: #00918c;
  font-weight: 700;
}

.text_hero {
  margin-bottom: 41.9px;
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.text_hero.banner {
  margin-bottom: 0px;
}

.text_green {
  color: #008f8e;
}

.flex_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.button_hero {
  padding: 16px 32px;
  border-radius: 30px;
  background-color: #005350;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.button_hero:hover {
  background-color: #00211f;
}

.button_hero.services {
  background-color: #008f8e;
}

.button_hero.services:hover {
  background-color: #56c3bc;
}

.button_hero.send {
  background-color: #00918c;
}

.button_hero.send:hover {
  background-color: #00211f;
}

.button_hero.footer {
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #00211f;
}

.button_hero.footer:hover {
  background-color: #00918c;
}

.button_hero.form {
  background-color: #57c6be;
}

.button_hero.form:hover {
  background-color: #00211f;
}

.div_info {
  margin-bottom: 61px;
  padding-right: 62px;
  padding-left: 62px;
}

.div_pink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 67px 21px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 30px;
  background-color: #ff52b6;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 21px;
  text-align: center;
}

.div_pink.movil {
  display: none;
}

.smile {
  width: 23.06px;
  height: 18.5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/smile.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text_small {
  margin-right: 50px;
  margin-left: 50px;
}

.banner_pink {
  position: relative;
  overflow: hidden;
  padding-top: 51.8px;
  padding-bottom: 51.8px;
  border-bottom-right-radius: 30px;
  background-color: #ffe5f6;
}

.banner_pink.movil {
  display: none;
}

.div_banner_info {
  width: 536px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.title_banner {
  margin-bottom: 19.5px;
}

.text_pink {
  display: inline-block;
  margin-top: 5px;
  background-color: #fff;
  color: #ff52b6;
}

.link_pink {
  color: #ff52b6;
  font-weight: 700;
}

.circle_pink {
  position: absolute;
  left: -12%;
  top: auto;
  right: auto;
  bottom: -17%;
  width: 232.57px;
  height: 232.57px;
  border-radius: 250px;
  background-color: #ff52b6;
}

.circle_pink.right {
  left: auto;
  top: auto;
  right: -19%;
  bottom: -92%;
  width: 413.14px;
  height: 413.14px;
  border-style: solid;
  border-width: 16px;
  border-color: #ff52b6;
  background-color: transparent;
}

.circle_pink.banner_green {
  left: auto;
  top: auto;
  right: -14%;
  bottom: -40%;
  width: 244.61px;
  height: 244.61px;
  border-style: solid;
  border-width: 16px;
  border-color: #ffe5f6;
  background-color: transparent;
}

.circle_pink.banner_green.left {
  left: -14%;
  top: -40%;
  right: auto;
  bottom: auto;
  border-color: #ff52b6;
}

.circle_pink.banner_green.price {
  left: -1%;
  top: auto;
  right: auto;
  bottom: -25%;
}

.circle_white {
  position: absolute;
  left: 4%;
  top: auto;
  right: auto;
  bottom: 35%;
  width: 87px;
  height: 87px;
  border-radius: 250px;
  background-color: #fff;
  opacity: 1;
}

.circle_white.right {
  left: auto;
  top: auto;
  right: 12%;
  bottom: 41%;
  width: 63.75px;
  height: 63.75px;
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.grid_specialties {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 58.5px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.title_specialties {
  margin-bottom: 30px;
  text-align: center;
}

.section_specialties {
  padding-top: 64px;
  padding-bottom: 56.1px;
}

.specialty {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.specialty_img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 73px;
  height: 73px;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #57c6be;
}

.specialty_name {
  margin-bottom: 16px;
}

.specialty_text {
  margin-bottom: 0px;
  padding-right: 40px;
  padding-left: 40px;
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.div_download {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #008f8e;
}

.div_download.img {
  width: 40%;
  padding-right: 40px;
  padding-bottom: 38px;
  padding-left: 89px;
  border-radius: 0px 20px 20px 0px;
  background-image: url('../images/white.png');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.div_download.overflow {
  overflow: hidden;
}

.title_download {
  margin-bottom: 35px;
  color: #fff;
}

.link_download {
  border-bottom: 2px solid #fff;
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.tex_download {
  margin-bottom: 5px;
}

.div_link_download {
  position: relative;
  margin-bottom: 37.5px;
  padding-right: 64px;
  text-align: center;
}

.text_black {
  color: #00211f;
}

.div_white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 40px;
  padding-right: 87.1px;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-bottom-left-radius: 20px;
  background-color: #e5f4f3;
}

.arrow {
  width: 14.71px;
  height: 15.21px;
  background-image: url('../images/arrow-down.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 292px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
}

.flex.movil {
  display: none;
}

.img_dra {
  position: absolute;
  left: 74.8px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 162.41px;
  height: 281px;
  background-image: url('../images/banner-download.png');
  background-position: 50% 0%;
  background-size: cover;
}

.smile_white {
  width: 24px;
  height: 10.64px;
  margin-bottom: 16.3px;
  background-image: url('../images/smile_white.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.smile_white.pink {
  position: absolute;
  left: 55%;
  top: auto;
  right: auto;
  bottom: 6%;
  background-image: url('../images/smile_pink.svg');
  background-size: contain;
}

.smile_white.pink.first {
  left: 50%;
  top: 14%;
  right: auto;
  bottom: auto;
  width: 38px;
  height: 17.23px;
  background-image: url('../images/smile_down.svg');
  background-position: 60% 50%;
  background-size: contain;
}

.smile_white.pink.second {
  left: 38%;
  top: 33%;
  right: auto;
  bottom: auto;
  width: 38px;
  height: 18px;
  background-size: contain;
}

.text_brackets {
  font-family: Roboto, sans-serif;
  line-height: 21px;
  text-align: right;
}

.div_brackets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div_appointment {
  width: 60%;
}

.div_appointment_now {
  width: 40%;
  padding-left: 30px;
}

.embed_doctoralia {
  height: auto;
  margin-bottom: 0px;
}

.div_green {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 112.4px;
  padding-bottom: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #005350;
}

.div_green.margin {
  margin-bottom: 24px;
}

.div_green.gradient {
  height: 341px;
  background-color: transparent;
  background-image: url('../images/BG_green_cel.png');
  background-position: 50% 50%;
  background-size: cover;
}

.div_green.gradient.tablet {
  display: none;
}

.div_shape {
  position: relative;
  margin-bottom: 24.3px;
}

.shape_white {
  width: 233.15px;
  height: 116.37px;
  border-bottom-left-radius: 150px;
  border-bottom-right-radius: 150px;
  background-color: #fff;
}

.shape_white.img_brackets {
  position: absolute;
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: auto;
  display: block;
  background-color: transparent;
  background-image: url('../images/brackets.png');
  background-position: 50% 50%;
  background-size: auto;
}

.text_banner_green {
  font-family: Barlow, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  text-align: center;
}

.star {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 18.49px;
  height: 17.69px;
  margin-top: 24px;
  margin-left: 24px;
  background-image: url('../images/star.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.shape_tooth {
  width: 50.68px;
  height: 50.68px;
  margin-right: 16.2px;
  background-image: url('../images/tooth.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.message {
  position: relative;
  width: 403px;
  padding: 15px 25.3px;
  border-radius: 20px;
  background-color: rgba(0, 83, 80, 0.88);
  font-family: Barlow, sans-serif;
  color: #fff;
  line-height: 21px;
}

.name_menssage {
  margin-bottom: 7.6px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 700;
}

.text_message {
  font-family: Barlow, sans-serif;
}

.number {
  position: absolute;
  left: auto;
  top: -9%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 24.4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #3c84e0;
  font-size: 16px;
  font-weight: 700;
}

.section_experience {
  padding-top: 45px;
}

.div_experience {
  position: relative;
  width: 40%;
  height: 100%;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.div_experience_info {
  width: 60%;
  padding: 43px 37.5px 42px 30px;
}

.div_gray {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 212px;
  background-color: #f6f8f9;
}

.title_experience {
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.title_experience.career {
  font-size: 14px;
  line-height: 21px;
}

.title_experience.principal {
  padding-right: 25px;
}

.text_experience {
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 13px;
  line-height: 21px;
}

.text_experience.size {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
}

.career {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career.margin {
  margin-bottom: 28px;
}

.career_logo {
  margin-right: 27px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.careers {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid_graduates {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 21px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.graduates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.graduates_check {
  width: 21px;
  height: 21px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/Check.svg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.shape_exp {
  position: absolute;
  width: 100%;
  height: 90px;
  background-image: url('../images/shape2.png');
  background-position: 0% 100%;
  background-size: auto;
}

.shape_exp.first {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 145px;
  background-image: url('../images/shape1.png');
  background-position: 0.8% 100%;
}

.shape_exp.second {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  background-position: 0.8% 100%;
}

.imagen_exp {
  position: relative;
  height: 420px;
  background-image: url('../images/Profile.png');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
}

.div_description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 61.1px 233px 62px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div_title_services {
  margin-bottom: 40px;
  text-align: center;
}

.text_services {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.section_services {
  padding-top: 64px;
  padding-bottom: 64.5px;
}

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

.service {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 38.2px 68px 32.4px 32.1px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #f6f8f9;
  box-shadow: 0 5px 10px -4px #c8bfbf;
}

.servic_img {
  width: 82.28px;
  height: 82.42px;
  margin-right: 24.6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 100px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.servic_img.cm {
  max-width: 100%;
  background-image: url('../images/Joselyn.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.servic_img.end {
  background-image: url('../images/Nayeli.svg');
}

.servic_img.per {
  background-image: url('../images/Nancy.svg');
}

.div_plan {
  width: 50%;
}

.div_plan.pink {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 108px 117px 108px 62px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-left-radius: 20px;
  background-color: #ffe5f6;
  text-align: center;
}

.div_plan.blue {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 41px 52px 52px 83px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-top-right-radius: 20px;
  background-color: #008f8e;
  color: #fff;
}

.title_smile {
  margin-bottom: 19px;
}

.text_smile {
  margin-bottom: 22px;
  padding-right: 10px;
  padding-left: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.title_price {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
  text-align: right;
}

.div_title_price {
  text-align: right;
}

.price {
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: #ffe5f6;
  font-size: 58px;
  line-height: 64px;
  font-weight: 700;
}

.price_text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.price_text.opacity {
  opacity: 0.6;
}

.price_img {
  position: absolute;
  left: auto;
  top: auto;
  right: 30%;
  bottom: 0%;
  z-index: 6;
  width: 332px;
  height: 392.89px;
  background-image: url('../images/Contact.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section_price {
  padding-bottom: 88px;
}

.footerbg {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #00211f;
}

.text_small_footer {
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 21px;
}

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

.grid_footer {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid_footer_first {
  display: -ms-grid;
  display: grid;
  margin-bottom: 51px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo_footer {
  width: 139px;
  height: 132px;
  background-image: url('../images/logo_footer.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.link_footer {
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 30px;
}

.title_footer {
  margin-bottom: 9px;
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}

.title_footer.margin {
  margin-bottom: 17px;
}

.footer_link.margin {
  margin-bottom: 28px;
}

.column_links.align_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

.column_links.size {
  padding-left: 40px;
}

.links_rrss {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85px;
  max-width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.button_chat {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}

.bg_ortho {
  position: relative;
  padding: 67px 53px 47px;
  background-color: #f6f8f9;
}

.bg_ortho.movil {
  display: none;
}

.title_ortho {
  margin-bottom: 36px;
  font-family: Barlow, sans-serif;
  font-size: 58px;
  line-height: 60px;
}

.r {
  font-size: 25px;
}

.text_care {
  color: #005350;
}

.subtitle_ortho {
  margin-bottom: 38px;
  font-weight: 400;
}

.text_ortho {
  margin-bottom: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.text_terms {
  font-family: Roboto, sans-serif;
  color: #005350;
  line-height: 30px;
  font-style: italic;
}

.link_terms {
  color: #005350;
  font-weight: 700;
}

.div_ortho {
  width: 52%;
}

.rectangle1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: 6px;
  background-color: #008f8e;
}

.rectangle1.color {
  top: 6px;
  background-color: #56c3bc;
}

.div_map {
  width: 50%;
}

.div_map.form {
  position: relative;
}

.map_ubication {
  position: relative;
  width: 100%;
  height: 396px;
}

.div_place_title {
  padding: 20px;
  background-color: #00211f;
  font-family: Roboto, sans-serif;
  color: #fff;
  line-height: 21px;
  text-align: center;
}

.link_place {
  color: #fff;
  font-weight: 700;
}

.link_place:hover {
  color: #56c3bc;
}

.embed_map {
  width: 100%;
  height: 100%;
}

.embed_map.puebla {
  display: none;
}

.bg_blue_form {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 584px;
  padding: 36px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/bg_formulario.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_green_form {
  position: absolute;
  left: 0%;
  top: -43%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100%;
  height: 200px;
  background-image: url('../images/bg_green.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_form {
  position: absolute;
  left: auto;
  top: -114%;
  right: 43.8px;
  bottom: auto;
  z-index: 2;
  width: 420.36px;
  height: 492.52px;
  max-width: 100%;
  background-image: url('../images/Formulario.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.form_ortho {
  width: 100%;
}

.title_form {
  margin-bottom: 30px;
  padding-left: 80px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: right;
}

.title_form.center {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 0px;
  text-align: center;
}

.title_form.margin {
  margin-bottom: 0px;
  padding-left: 0px;
}

.text_field {
  margin-bottom: 16px;
  padding: 8px 12px 8px 16px;
  border-radius: 10px;
  font-family: Roboto, sans-serif;
  color: #00211f;
  line-height: 30px;
  font-style: italic;
}

.text_field.margin_right {
  margin-right: 7px;
}

.text_field.margin_left {
  margin-left: 7px;
}

.checkbox_field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-right: 85px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.link_terms_form {
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
}

.checkbox_label {
  margin-bottom: 0px;
}

.checkbox {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  margin-right: 16px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-width: 2px;
  border-radius: 20px;
}

.checkbox.w--redirected-checked {
  width: 16px;
  height: 16px;
  margin-top: 0px;
  padding: 5px;
  border-color: #fff;
  background-color: #56c3bc;
  background-image: none;
}

.form_block {
  margin-bottom: 0px;
}

.success_message {
  padding-bottom: 176px;
  background-color: transparent;
}

.title_success {
  margin-bottom: 48px;
  font-family: Barlow, sans-serif;
  color: #e5f4f3;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
}

.error_message {
  padding: 0px;
  background-color: transparent;
}

.div_title_privacy {
  margin-bottom: 108.7px;
  padding-top: 63.3px;
  padding-right: 77px;
  padding-left: 77px;
}

.line {
  width: 15%;
  height: 0.5px;
  background-color: #58585a;
  opacity: 0.6;
}

.flex_privacy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.title_privacy {
  margin-bottom: 12px;
  text-align: center;
}

.subtitle_privacy {
  width: 70%;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.flex_term {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 87.7px;
  padding-bottom: 79.3px;
  border-bottom: 0.5px solid rgba(0, 33, 31, 0.6);
}

.title_term {
  width: 30%;
  padding-right: 167px;
  font-family: Roboto, sans-serif;
  color: #008f8e;
  font-size: 16px;
  line-height: 24px;
}

.text_term {
  width: 70%;
  font-family: Roboto, sans-serif;
  color: #00211f;
  font-size: 16px;
  line-height: 24px;
}

.circle_hero {
  position: absolute;
  top: 49px;
  z-index: 0;
  width: 988px;
  height: 988px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 500px;
  background-color: #56c3bc;
  opacity: 0.1;
}

.circle_hero.second {
  top: 173px;
  width: 741.22px;
  height: 741.22px;
  opacity: 0.2;
}

.circle_hero.third {
  top: 286px;
  width: 494px;
  height: 494px;
  opacity: 0.4;
}

.shape_bracket {
  position: absolute;
  left: auto;
  top: 4%;
  right: 21%;
  bottom: auto;
  width: 24.76px;
  height: 5.5px;
  background-image: url('../images/bracket.png');
  background-position: 50% 50%;
  background-size: cover;
}

.shape_bracket.second {
  top: 23%;
  right: 37%;
}

.shape_bracket.specialitie {
  top: 47%;
  right: auto;
  width: 61px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/bracket1.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.tooth {
  width: 26px;
  height: 28.16px;
  background-image: url('../images/tooth1.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.tooth.down {
  background-image: url('../images/tooth_1.svg');
}

.tooth.down.absolute {
  position: absolute;
  bottom: 10.4132px;
  z-index: 2;
}

.tooth.pink {
  background-image: url('../images/tooth2.svg');
}

.tooth.black {
  background-image: url('../images/tooth_1.svg');
}

.tooth.black.absolute {
  position: absolute;
  bottom: 28.4132px;
  z-index: 1;
  background-image: url('../images/toothblack.svg');
}

.star_specialty {
  position: absolute;
  left: 24%;
  top: auto;
  right: auto;
  bottom: 26%;
  width: 11.3px;
  height: 11.3px;
  background-image: url('../images/star2.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.star_specialty.second {
  left: auto;
  top: 40%;
  right: 27%;
  bottom: auto;
  width: 8.13px;
  height: 8.13px;
}

.specialty_img-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73px;
  height: 73px;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #57c6be;
}

.resina {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 30%;
  width: 18px;
  height: 10px;
  background-image: url('../images/Enmascarar-grupo-21.svg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lines {
  position: absolute;
  bottom: 10.4896px;
  width: 9.52px;
  height: 6px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/lines.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.shape_dental {
  position: absolute;
  left: -1.1319px;
  width: 41.25px;
  height: 5.86px;
  background-image: url('../images/limpieza.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.flash {
  position: absolute;
  left: 16%;
  top: auto;
  right: auto;
  bottom: 18%;
  width: 10.13px;
  height: 16.23px;
  background-image: url('../images/flash.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.flash.right {
  left: auto;
  right: 16%;
  background-image: url('../images/flash2.svg');
}

.button_whats_movil {
  display: none;
}

.div_hearts {
  position: relative;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 101px;
  height: 200px;
  padding-right: 43px;
  background-color: #56c3bc;
}

.heart {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 17.64px;
  height: 16.39px;
  background-image: url('../images/heart.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heart.one {
  right: 5%;
  bottom: 5%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heart._2 {
  right: 3%;
  bottom: 14%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heart._3 {
  right: 8%;
  bottom: 9%;
  width: 12.64px;
  height: 10.39px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.heart._4 {
  right: 7%;
  bottom: 17%;
  width: 14.64px;
  height: 15.39px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
}

.heart._5 {
  right: 8%;
  bottom: 25%;
  background-size: contain;
  background-repeat: no-repeat;
}

.heart._6 {
  right: 3%;
  bottom: 28%;
  width: 15.64px;
  height: 14.39px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.heart._7 {
  right: 8%;
  bottom: 35%;
  width: 12.64px;
  height: 10.39px;
  background-position: 0% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.5;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .link_whats {
    display: none;
  }

  .navbar {
    position: relative;
    z-index: 1;
    margin-top: 43.99305725097656px;
  }

  .menu_links {
    background-color: #00918c;
  }

  .flex_menu {
    padding-top: 10px;
  }

  .flex_hero {
    display: none;
  }

  .flex_hero.align_center.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex_hero.relative {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_hero.relative.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .flex_hero.relative.banner_movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex_hero.margin_career {
    margin-bottom: 60px;
  }

  .flex_hero.margin_career.view {
    padding-top: 30px;
  }

  .flex_hero.size_movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex_hero.map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -32px;
    margin-left: -32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_hero.map.movil {
    display: none;
  }

  .flex_hero.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex_hero.movil.citas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .flex_hero.view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .div_hero.blue {
    padding-top: 0px;
  }

  .image_dra {
    height: 340px;
    background-position: 50% 0%;
  }

  .title_hero {
    display: none;
    font-size: 30px;
    line-height: 35px;
  }

  .title_hero.movil {
    display: block;
    margin-bottom: 30px;
  }

  .text_hero {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .flex_buttons {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .button_hero {
    padding: 13px 15px;
    text-align: center;
  }

  .button_hero.footer {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: center;
  }

  .div_info {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-right: 32px;
    padding-left: 32px;
  }

  .div_pink {
    padding-right: 32px;
    padding-left: 32px;
  }

  .text_small {
    margin-right: 18px;
    margin-left: 18px;
  }

  .circle_pink {
    left: -15%;
    bottom: -32%;
    width: 200px;
    height: 200px;
  }

  .circle_pink.right {
    right: -15%;
    bottom: -32%;
    width: 200px;
    height: 200px;
  }

  .circle_pink.banner_green {
    width: 200px;
    height: 200px;
  }

  .circle_pink.banner_green.left {
    width: 200px;
    height: 200px;
  }

  .circle_pink.banner_green.price {
    left: auto;
    bottom: auto;
    width: 400px;
    height: 400px;
    margin-top: 296px;
  }

  .circle_white {
    bottom: 31%;
    width: 40px;
    height: 40px;
  }

  .circle_white.right {
    right: 7%;
    bottom: 32%;
    width: 40px;
    height: 40px;
  }

  .grid_specialties {
    grid-column-gap: 6px;
    grid-row-gap: 30px;
  }

  .title_specialties {
    font-size: 30px;
  }

  .section_specialties {
    padding-top: 50px;
  }

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

  .div_download {
    border-radius: 0px;
  }

  .div_download.img {
    padding-left: 55px;
    border-radius: 0px;
  }

  .title_download {
    font-size: 24px;
  }

  .div_link_download {
    padding-right: 18px;
  }

  .div_white {
    padding-right: 12px;
    border-radius: 0px;
  }

  .arrow {
    display: none;
  }

  .flex {
    width: auto;
  }

  .img_dra {
    left: 9.8px;
  }

  .smile_white.pink.first {
    left: 50%;
    top: 7%;
  }

  .smile_white.pink.second {
    left: 36%;
    top: 27%;
  }

  .div_appointment {
    width: 50%;
  }

  .div_appointment_now {
    width: 50%;
  }

  .div_green.gradient {
    display: block;
  }

  .div_green.gradient.movil {
    display: none;
  }

  .shape_white.img_brackets {
    z-index: 1;
  }

  .message {
    width: 250px;
  }

  .section_experience {
    padding-top: 0px;
  }

  .div_experience {
    width: 100%;
  }

  .div_experience_info {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div_description {
    display: block;
    padding-right: 82px;
    padding-left: 82px;
  }

  .div_description.movil {
    display: none;
  }

  .section_services {
    padding-top: 40px;
  }

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

  .service {
    min-width: 350.50347900390625px;
  }

  .div_plan.pink {
    width: 100%;
    padding: 60px 32px;
  }

  .div_plan.blue {
    width: 100%;
    padding-right: 32px;
    padding-bottom: 277px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .title_price {
    text-align: center;
  }

  .price {
    text-align: center;
  }

  .price_text {
    text-align: center;
  }

  .price_img {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: block;
    width: 250px;
    height: 280px;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
  }

  .section_price {
    padding-bottom: 40px;
  }

  .text_small_footer {
    font-size: 13px;
  }

  .grid_footer_first {
    margin-bottom: 20px;
    grid-column-gap: 16px;
  }

  .logo_footer {
    width: 100px;
  }

  .column_links.size {
    padding-left: 0px;
  }

  .bg_ortho {
    display: none;
    padding-bottom: 317px;
  }

  .bg_ortho.movil {
    display: block;
    padding-bottom: 413px;
  }

  .title_ortho {
    margin-bottom: 20px;
  }

  .subtitle_ortho {
    margin-bottom: 20px;
  }

  .text_ortho.movil {
    display: none;
  }

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

  .div_map {
    width: 100%;
  }

  .div_map.form {
    height: 584px;
    margin-top: -177px;
  }

  .bg_blue_form {
    padding-right: 120px;
    padding-left: 120px;
    background-position: 50% 0%;
  }

  .bg_green_form {
    top: -13%;
    background-position: 50% 80%;
  }

  .image_form {
    top: -41%;
    right: 150px;
    width: 300px;
    height: 300px;
    background-position: 50% 0%;
  }

  .div_title_privacy {
    margin-bottom: 60px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .title_privacy {
    font-size: 30px;
  }

  .title_term {
    padding-right: 50px;
  }

  .circle_hero {
    width: 500px;
    height: 500px;
  }

  .circle_hero.second {
    width: 400px;
    height: 400px;
  }

  .circle_hero.third {
    width: 300px;
    height: 300px;
  }

  .menu_button_movil {
    color: #008f8e;
  }

  .menu_button_movil.w--open {
    background-color: transparent;
    color: #00211f;
  }

  .button_whats_movil {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 10;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #57c6be;
    opacity: 1;
  }

  .icon_whats {
    width: 23.39px;
    height: 23.39px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/Whatsapp_Logo.svg');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .text_button {
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
  }

  .arrow_cita {
    position: absolute;
    top: 187px;
    right: 35px;
    width: 14.71px;
    height: 15.21px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-image: url('../images/arrow-down-white.svg');
    background-position: 50% 50%;
    background-size: contain;
  }
}

@media screen and (max-width: 767px) {
  .flex_hero.download.movil {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex_hero.align_center.view.message_movil {
    margin-bottom: 16px;
  }

  .flex_hero.align_center.view.form_buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_hero.margin_career.view {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex_hero.size_movil {
    width: 30%;
  }

  .flex_hero.movil.hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_hero.movil.citas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .flex_hero.view.form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div_hero.green {
    width: 100%;
  }

  .div_hero.blue {
    width: 100%;
    padding-top: 82px;
  }

  .image_dra {
    width: 296px;
    height: 307px;
    background-size: cover;
  }

  .title_hero.movil {
    font-size: 24px;
    line-height: 32px;
  }

  .flex_buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button_hero.services {
    display: none;
  }

  .button_hero.form {
    margin-bottom: 16px;
  }

  .div_info {
    margin-bottom: 40px;
    padding-top: 28px;
  }

  .div_pink {
    display: none;
  }

  .div_pink.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0px;
  }

  .smile {
    display: none;
  }

  .text_small {
    margin-right: 0px;
    margin-left: 0px;
  }

  .banner_pink {
    display: none;
  }

  .banner_pink.movil {
    display: block;
    padding: 22px 32px 94.8px;
    border-radius: 0px;
  }

  .title_banner {
    font-size: 24px;
    line-height: 32px;
  }

  .circle_pink.right {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -47%;
    margin-right: auto;
    margin-left: auto;
  }

  .circle_pink.banner_green.price {
    top: 107px;
  }

  .circle_pink.hidde {
    display: none;
  }

  .circle_white.right {
    left: 13%;
    top: auto;
    right: 0%;
    bottom: 23%;
    margin-right: auto;
    margin-left: auto;
  }

  .circle_white.hidde {
    display: none;
  }

  .grid_specialties {
    grid-row-gap: 25px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .title_specialties {
    margin-bottom: 23px;
    font-size: 24px;
    line-height: 32px;
  }

  .section_specialties {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .specialty_text {
    font-size: 14px;
    line-height: 21px;
  }

  .div_download {
    width: 100%;
    padding-top: 35px;
    border-radius: 0px;
  }

  .div_download.img {
    width: 100%;
    height: 304px;
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0px;
  }

  .title_download {
    line-height: 32px;
    text-align: right;
  }

  .div_link_download {
    padding-right: 32px;
    text-align: right;
  }

  .div_white {
    padding: 24px 32px;
    border-radius: 0px;
  }

  .flex {
    display: none;
  }

  .flex.movil {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
  }

  .img_dra {
    left: 46.8px;
    width: 156.16px;
    height: 270px;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .smile_white.pink.first {
    left: 0px;
    top: 3%;
    right: 173px;
    margin-right: auto;
    margin-left: auto;
  }

  .smile_white.pink.second {
    left: 147px;
    top: 27%;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .text_brackets {
    text-align: center;
  }

  .div_brackets {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div_appointment {
    width: 100%;
  }

  .div_appointment_now {
    width: 100%;
    margin-bottom: 24px;
    padding-left: 0px;
  }

  .div_green.gradient {
    display: none;
  }

  .div_green.gradient.movil {
    display: block;
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    background-image: none;
  }

  .shape_white.img_brackets {
    background-size: cover;
  }

  .message {
    width: 100%;
  }

  .section_experience {
    padding-top: 33px;
  }

  .div_experience.margin_movil {
    padding-top: 30px;
  }

  .div_experience_info {
    padding-bottom: 0px;
  }

  .div_gray {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 71%;
  }

  .title_experience.principal {
    margin-bottom: 22px;
    padding-right: 0px;
    font-size: 24px;
    line-height: 32px;
  }

  .text_experience {
    font-size: 14px;
  }

  .career_logo {
    margin-right: 20px;
  }

  .grid_graduates {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .imagen_exp {
    height: 358px;
    background-size: contain;
  }

  .div_description {
    display: none;
    padding: 0px 0px 15px;
  }

  .div_description.movil {
    display: block;
  }

  .title_services {
    font-size: 24px;
    line-height: 32px;
  }

  .service {
    padding-right: 32px;
    padding-left: 32px;
  }

  .div_plan.pink {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .title_smile {
    font-size: 24px;
    line-height: 32px;
  }

  .text_smile {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .title_price {
    font-size: 24px;
    line-height: 32px;
  }

  .price {
    font-size: 40px;
    line-height: 56px;
  }

  .price_text {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 21px;
  }

  .price_text.opacity {
    margin-bottom: 14.4px;
    font-size: 12px;
    line-height: 18px;
  }

  .text_small_footer.link {
    color: #57c6be;
    text-decoration: none;
  }

  .grid_footer {
    justify-items: center;
    grid-row-gap: 15px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid_footer_first {
    margin-bottom: 24px;
    justify-items: center;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    text-align: center;
  }

  .logo_footer {
    width: 139px;
  }

  .footer_link.margin {
    margin-bottom: 24px;
  }

  .column_links {
    padding-right: 0px;
  }

  .bg_ortho.movil {
    padding: 40px 32px 438px;
  }

  .title_ortho {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 40px;
  }

  .subtitle_ortho {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .text_ortho {
    display: none;
    font-size: 14px;
    line-height: 21px;
  }

  .text_ortho.movil {
    display: block;
  }

  .div_map.form {
    height: 604.85px;
  }

  .map_ubication {
    height: 261.96px;
  }

  .bg_blue_form {
    height: 604.85px;
    padding: 40px 32px 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .bg_green_form {
    top: -18%;
  }

  .image_form {
    left: 0px;
    right: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .title_form {
    padding-left: 0px;
    font-size: 14px;
    line-height: 21px;
  }

  .title_form.margin {
    text-align: center;
  }

  .text_field.margin_right {
    margin-right: 0px;
  }

  .text_field.margin_left {
    margin-left: 0px;
  }

  .checkbox_field {
    padding-right: 0px;
  }

  .div_title_privacy {
    margin-bottom: 39.7px;
    padding-top: 38.3px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .line {
    display: none;
  }

  .flex_privacy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .title_privacy {
    font-size: 24px;
    line-height: 30px;
  }

  .subtitle_privacy {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .flex_term {
    margin-bottom: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title_term {
    width: 100%;
    margin-bottom: 24px;
    padding-right: 0px;
    text-align: center;
  }

  .text_term {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
  }

  .circle_hero {
    width: 700px;
    height: 700px;
  }

  .circle_hero.second {
    width: 600px;
    height: 600px;
  }

  .circle_hero.third {
    width: 400px;
    height: 400px;
  }

  .title_description {
    font-size: 24px;
    line-height: 32px;
  }

  .arrow_cita {
    top: 178px;
  }
}

@media screen and (max-width: 479px) {
  .flex_hero.size_movil {
    width: 50%;
  }

  .image_dra {
    background-repeat: no-repeat;
  }

  .smile {
    display: none;
  }

  .circle_pink.banner_green {
    bottom: -15%;
    width: 100px;
    height: 100px;
    border-width: 8px;
  }

  .circle_pink.banner_green.left {
    top: -15%;
    width: 100px;
    height: 100px;
    border-width: 8px;
  }

  .circle_pink.banner_green.price {
    top: 131px;
    width: 300px;
    height: 300px;
    border-width: 16px;
  }

  .circle_white.right {
    bottom: 19%;
  }

  .div_download {
    border-radius: 0px;
  }

  .img_dra {
    left: -10.2px;
    height: 200px;
    background-size: contain;
  }

  .smile_white.pink.first {
    left: 158px;
  }

  .smile_white.pink.second {
    left: -57px;
  }

  .shape_white {
    width: 101.63px;
    height: 50.37px;
  }

  .text_banner_green {
    font-size: 14px;
    line-height: 24px;
  }

  .div_gray {
    height: 72%;
  }

  .service {
    min-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .bg_ortho.movil {
    padding-bottom: 386px;
  }

  .bg_blue_form {
    padding-right: 32px;
    padding-bottom: 30px;
    padding-left: 32px;
  }

  .bg_green_form {
    top: -35%;
    height: 300px;
  }

  .image_form {
    top: -31%;
    width: 189.18px;
    height: 221.65px;
  }

  .title_form {
    font-size: 14px;
    line-height: 21px;
  }

  .title_form.margin {
    font-size: 12px;
    line-height: 15px;
    text-align: center;
  }

  .checkbox_field {
    padding-right: 0px;
  }

  .success_message {
    padding-right: 0px;
    padding-left: 0px;
  }

  .circle_hero.third {
    width: 300px;
    height: 300px;
  }

  .flex_message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

#w-node-_352330b1-321f-648c-72e4-bfb64d217860-4d217851 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_352330b1-321f-648c-72e4-bfb64d21786b-4d217851 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_352330b1-321f-648c-72e4-bfb64d21787b-4d217851 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_352330b1-321f-648c-72e4-bfb64d21787f-4d217851 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e812f55c-3d5f-4683-f497-cb35b67334cc-bc621e1d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c753c110-69e6-4ec9-78b5-465ec5c72359-bc621e1d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5334c512-38a2-e391-b465-6ee895466272-bc621e1d {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_352330b1-321f-648c-72e4-bfb64d217854-4d217851 {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_352330b1-321f-648c-72e4-bfb64d217860-4d217851 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_352330b1-321f-648c-72e4-bfb64d21786b-4d217851 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_352330b1-321f-648c-72e4-bfb64d21787b-4d217851 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_352330b1-321f-648c-72e4-bfb64d21787d-4d217851 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
  }

  #w-node-_352330b1-321f-648c-72e4-bfb64d21787f-4d217851 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

