.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;
}

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

body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #fff;
  text-decoration: none;
}

.paragraph {
  color: #353535;
}

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

.paragraph.white {
  color: #fff;
}

.paragraph.white.small {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 0.8rem;
  line-height: 1.2rem;
}

.paragraph.white._40 {
  width: 35%;
  color: #b8b8b8;
  text-align: center;
}

.paragraph.light {
  color: #b8b8b8;
}

.paragraph.light._30 {
  width: 30%;
}

.paragraph.dark {
  color: #000;
}

.brand {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 92;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  margin-left: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.back-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 91;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(#000));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.75), #000);
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.36);
}

.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 90;
  height: 75px;
}

.text-block {
  color: #fff;
  font-size: 0.6rem;
  text-align: right;
}

.nav-bar {
  position: relative;
  top: 0px;
  z-index: 92;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.nav-bar.footer {
  position: static;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-block {
  height: 45px;
  padding: 0px;
  -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;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.link-block.footer {
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.link-nav {
  position: static;
  height: 75px;
  padding-top: 30px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-size: 1rem;
}

.link-nav:hover {
  border-top: 5px solid #f19500;
  color: #928268;
}

.link-nav.footer {
  height: 45px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.link-nav.footer:hover {
  background-color: hsla(0, 0%, 72.2%, 0.15);
  background-image: none;
}

.drop-nav {
  margin-right: 0px;
  margin-left: 0px;
}

.drop-nav.footer {
  height: 45px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 25%;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/Zebra.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 128px 0 rgba(0, 0, 0, 0.36);
}

.slogan {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Amatic SC', sans-serif;
  font-size: 3.5rem;
  line-height: 3rem;
  font-weight: 400;
}

.half {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.skill {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.333333333%;
  padding: 50px 5%;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/background-Muros.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/background-Muros.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.skill:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.15)), to(hsla(0, 0%, 100%, 0.2))), url('../images/background-Muros.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.2)), url('../images/background-Muros.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 125px;
}

.heading-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 300;
}

.heading-h2.center {
  text-align: center;
}

.heading-h2.center.white {
  font-family: Lato, sans-serif;
  color: #fff;
}

.heading-h2.white {
  margin-top: 0px;
  color: #fff;
}

.heading-h2.white.big {
  line-height: 2.2rem;
}

.heading-h2.big {
  font-size: 2rem;
  line-height: 2.2rem;
  font-weight: 300;
}

.selector {
  padding-top: 2px;
  padding-bottom: 2px;
}

.big-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  min-height: 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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: transparent;
  font-size: 1rem;
  letter-spacing: 0px;
  text-decoration: none;
  text-shadow: 0 0 4px transparent;
}

.big-button:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 4px #000;
}

.big-button.trabajos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  margin-bottom: 2px;
  -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;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-Trabajos.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-Trabajos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  color: transparent;
  font-size: 1rem;
  letter-spacing: 0px;
  text-decoration: none;
  text-shadow: 0 0 3px transparent;
}

.big-button.trabajos:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Trabajos.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Trabajos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 0 3px #000;
}

.big-button.casos-clinicos {
  height: auto;
  margin-right: 2px;
  margin-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Casos-Clinicos.jpg');
  background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Casos-Clinicos.jpg');
}

.big-button.casos-clinicos:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Casos-Clinicos.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Casos-Clinicos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
}

.big-button.laboratorio {
  margin-right: 2px;
  margin-bottom: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-Laboratorio.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-Laboratorio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
  text-shadow: 0 0 4px transparent;
}

.big-button.laboratorio:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Laboratorio.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Laboratorio.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
}

.big-button.protocolos {
  margin-bottom: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-Protocolos.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-Protocolos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.big-button.protocolos:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Protocolos.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Protocolos.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 110%;
  background-repeat: repeat, no-repeat;
}

.big-button.anterior {
  height: 167px;
  margin-right: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-Prettau-Anterior.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-Prettau-Anterior.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.big-button.anterior:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Prettau-Anterior.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Prettau-Anterior.jpg');
  background-size: auto, 110%;
}

.big-button.prettau {
  height: auto;
  margin-right: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-Prettau.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-Prettau.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.big-button.prettau:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-Prettau.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-Prettau.jpg');
  background-size: auto, 110%;
}

.big-button.ice-zirkon-translucent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.big-button.ice-zirkon-translucent:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
  background-size: auto, 110%;
}

.big-button.pmma {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0)), to(hsla(37, 17%, 49%, 0))), url('../images/Selector-PMMA.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0), hsla(37, 17%, 49%, 0)), url('../images/Selector-PMMA.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, 100%;
  background-repeat: repeat, no-repeat;
}

.big-button.pmma:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(37, 17%, 49%, 0.4)), to(hsla(37, 17%, 49%, 0.4))), url('../images/Selector-PMMA.jpg');
  background-image: linear-gradient(180deg, hsla(37, 17%, 49%, 0.4), hsla(37, 17%, 49%, 0.4)), url('../images/Selector-PMMA.jpg');
  background-size: auto, 110%;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url('../images/background-Muros-Grey.jpg');
  background-position: 0px 0px;
  background-size: 125px;
}

.brand-footer {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  z-index: 92;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.white-link {
  color: #fff;
  text-decoration: none;
}

.white-link.big {
  font-size: 1rem;
  font-weight: 700;
}

.calidad {
  width: 100%;
  text-align: right;
}

.marca {
  margin-right: 5px;
  margin-bottom: 10px;
  -webkit-filter: brightness(200%) saturate(0%);
  filter: brightness(200%) saturate(0%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.marca:hover {
  -webkit-filter: brightness(100%) saturate(100%);
  filter: brightness(100%) saturate(100%);
}

.grid-footer {
  width: 80%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.mkt-empresas {
  background-color: #000;
}

.text-block-3 {
  padding-top: 3px;
  padding-bottom: 3px;
  color: #585858;
  text-align: center;
}

.dropdown-link {
  border-bottom: 1px solid hsla(37, 17%, 49%, 0.27);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.dropdown-link:hover {
  background-color: #928268;
  color: #fff;
}

.dropdown-link.w--current {
  color: #928268;
}

.dropdown-link.w--current:hover {
  color: #fff;
}

.dropdown-link.footer {
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: none;
  color: #b8b8b8;
}

.dropdown-link.footer:hover {
  background-color: hsla(37, 17%, 49%, 0.5);
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  top: 75px;
  box-shadow: 0 0 20px -8px #000;
}

.dropdown-list.footer.w--open {
  top: 45px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: hsla(0, 0%, 72.2%, 0.15);
  background-image: none;
  color: #b8b8b8;
}

.header {
  height: 489px;
  margin-top: 75px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.header:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.header.trabajos {
  height: 435px;
  margin-top: 0px;
  background-color: #fff;
  background-image: url('../images/background_Sofia379.jpg');
  background-position: 0% 50%;
  background-size: contain;
  background-attachment: scroll;
}

.header.casos-clinicos {
  height: 435px;
  margin-top: 0px;
  background-color: #fff;
  background-image: url('../images/Casos-Clinicos.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.header.casos-clinicos:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.header.laboratorio {
  height: 435px;
  margin-top: 75px;
  background-color: #fff;
  background-image: url('../images/Panorama-ZahnLab.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-attachment: scroll;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: -webkit-filter 350ms ease;
  transition: -webkit-filter 350ms ease;
  transition: filter 350ms ease;
  transition: filter 350ms ease, -webkit-filter 350ms ease;
}

.header.laboratorio:hover {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.nuestro-trabajo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  padding-bottom: 140px;
  -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;
  background-color: #534741;
}

.h1-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  color: #b8b8b8;
  font-weight: 300;
}

.h1-title.dark {
  color: #000;
}

.h1-title.big {
  color: #fff;
  font-size: 4rem;
  font-weight: 100;
}

.h1-title.big.center {
  text-align: center;
}

.intro {
  width: 420px;
  padding-left: 40px;
  border-left: 1px solid #b8b8b8;
}

.intro.dark {
  border-left-color: #000;
}

.intro.no-line {
  border-left: 0px none transparent;
}

.intro.laboratorio {
  display: block;
}

.galerias {
  width: 560px;
  margin-top: 0px;
  margin-right: 140px;
  margin-bottom: 0px;
  text-align: center;
}

.galeria {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 265px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.galeria:hover {
  box-shadow: 1px 1px 16px -4px #000;
  -webkit-filter: sepia(100%);
  filter: sepia(100%);
}

.galeria.lightbox {
  display: inline-block;
  height: 150px;
  margin: 5px 7px;
  background-image: none;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.66);
}

.galeria.lightbox:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.66);
}

.galeria.zahnlab {
  display: inline-block;
  overflow: visible;
  width: 50%;
  max-width: 850px;
  background-image: none;
  -webkit-transition-property: none;
  transition-property: none;
  cursor: auto;
}

.galeria.zahnlab:hover {
  box-shadow: none;
  -webkit-filter: none;
  filter: none;
}

.description {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 12%;
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  -webkit-transform: translate(-101%, 0px);
  -ms-transform: translate(-101%, 0px);
  transform: translate(-101%, 0px);
  color: #000;
}

.illustration {
  height: 360px;
}

.illustration.protesis-completa {
  background-color: #000;
  background-image: url('../images/IMG_9407.jpg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.illustration.fresadora-zirkonzahn {
  height: 480px;
  background-color: #000;
  background-image: url('../images/IMG_8887.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.illustration.zirconio {
  width: 100%;
  height: auto;
  max-width: 580px;
  min-width: 230px;
  margin-right: 100px;
  box-shadow: 0 0 4px 0 #000;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.illustration.zirconio:hover {
  box-shadow: 0 0 16px -4px #000;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.illustration.translucent-zircon {
  width: 100%;
  height: auto;
  max-width: 580px;
  min-width: 230px;
  margin-right: 100px;
  box-shadow: 0 0 4px 0 #000;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.illustration.translucent-zircon:hover {
  box-shadow: 0 0 16px -4px #000;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.illustration.translucent {
  height: auto;
  max-width: none;
  margin-bottom: 20px;
}

.illustration.burn-out {
  width: 100%;
  height: auto;
  max-width: 580px;
  min-width: 230px;
  margin-right: 0px;
  margin-left: 100px;
  box-shadow: 0 0 4px 0 #000;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.illustration.burn-out:hover {
  box-shadow: 0 0 16px -4px #000;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.illustration.protesis-completa {
  width: 100%;
  height: auto;
  max-width: 580px;
  min-width: 230px;
  margin-right: 100px;
  box-shadow: 0 0 4px 0 #000;
  -webkit-filter: saturate(25%);
  filter: saturate(25%);
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.illustration.protesis-completa:hover {
  box-shadow: 0 0 16px -4px #000;
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.illustration.protesis-sin-encia {
  height: auto;
  max-width: 420px;
  min-width: 240px;
  margin-right: 100px;
}

.illustration.escaner-horno {
  height: 480px;
  background-color: #000;
  background-image: url('../images/IMG_9912.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.illustration.fachada {
  height: 480px;
  background-color: #000;
  background-image: url('../images/fachada.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.lightbox {
  display: none;
}

.lightbox.on {
  display: block;
}

.lightbox.zahnlab {
  display: inline-block;
  width: 215px;
  margin: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.75);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.lightbox.zahnlab:hover {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.75);
}

.container-gallery {
  text-align: center;
}

.casos-clinicos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
  background-color: #b8b8b8;
}

.zirconia-prettau {
  margin-top: 75px;
}

.materiales {
  -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;
  background-color: #534741;
}

.materiales-fresables {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
}

.prettau-anterior {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
  background-color: #000;
}

.slider {
  width: 40%;
  max-width: 580px;
  min-width: 280px;
  margin-left: 100px;
  background-color: transparent;
}

.slider._50 {
  width: 50%;
  height: 100%;
  max-width: none;
  min-width: 0px;
  margin-left: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

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

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

.slide-3 {
  background-image: url('../images/003_Prettau_Anterior_Apr14_gesintert.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-4 {
  background-image: url('../images/004_Prettau_Anterior_Apr14_gegl_nzt.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-5 {
  background-image: url('../images/031_Prettau_Anterior_Jul14_0053.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-nav {
  height: 30px;
  font-size: 0.5rem;
}

.right-arrow {
  opacity: 0.4;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.right-arrow:hover {
  opacity: 1;
}

.left-arrow {
  opacity: 0.4;
  -webkit-transition: opacity 350ms ease;
  transition: opacity 350ms ease;
}

.left-arrow:hover {
  opacity: 1;
}

.descripton {
  width: 420px;
  padding-left: 40px;
  border-left: 1px solid #b8b8b8;
}

.descripton.dark {
  border-left-color: #000;
}

.list-item {
  margin-bottom: 5px;
}

.list-item.light {
  color: #b8b8b8;
}

.list {
  padding-left: 20px;
}

.prettau {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
  background-color: #b8b8b8;
}

._50-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.slide-6 {
  background-image: url('../images/014_Prettau_Anterior_Apr14_0139.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-7 {
  background-image: url('../images/008_Inlays_Prettau_Anterior_Mai14_006.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-8 {
  background-image: url('../images/019_Prettau_Anterior_Apr14_0300.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-9 {
  background-image: url('../images/015_Prettau_Anterior_Apr14_0158.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-10 {
  background-image: url('../images/020_Prettau_Anterior_mit_3D_Mai14_3D_malen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-11 {
  background-image: url('../images/029_Prettau_Anterior_Jul14_0020.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-12 {
  background-image: url('../images/028_Prettau_Anterior_Jul14_0014.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-13 {
  background-image: url('../images/030_Prettau_Anterior_Jul14_0046.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ice-zirkon-translucent {
  display: block;
  -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;
  background-color: #534741;
}

.flex-h {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
}

.flex-v {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burn-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 75vh;
  -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;
  background-color: #fff;
}

.filosofia {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #534741;
}

.pasion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  -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;
}

.div-block {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pie-de-foto {
  width: 220px;
  padding: 10px 20px;
  background-color: #b8b8b8;
  text-align: center;
}

.fresadora-escaner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -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;
  background-color: #000;
}

.m5-milling {
  position: absolute;
  left: auto;
  top: auto;
  right: 37px;
  bottom: -25px;
  width: 240px;
}

.laboratorio {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #b8b8b8;
}

.escaner-3d {
  position: relative;
  z-index: 2;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.ubicacion {
  min-height: 100vh;
}

.mapa {
  margin-top: 75px;
}

.contacto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #928268;
}

.flex-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
}

.flex-half.right {
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-half.left {
  padding-left: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.textarea {
  min-height: 140px;
}

.text-field {
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent #b8b8b8;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
}

.text-field:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 72.2%, 0)), to(hsla(0, 0%, 72.2%, 0.35)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 72.2%, 0), hsla(0, 0%, 72.2%, 0.35));
  color: #fff;
}

.text-field:focus {
  border-bottom-color: #534741;
  background-color: hsla(0, 0%, 100%, 0.64);
  color: #534741;
}

.text-field::-webkit-input-placeholder {
  color: #b8b8b8;
}

.text-field:-ms-input-placeholder {
  color: #b8b8b8;
}

.text-field::-ms-input-placeholder {
  color: #b8b8b8;
}

.text-field::placeholder {
  color: #b8b8b8;
}

.form {
  padding: 40px;
  background-color: hsla(0, 0%, 100%, 0.1);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.01);
  -webkit-transition: box-shadow 350ms ease;
  transition: box-shadow 350ms ease;
}

.form:hover {
  box-shadow: 0 0 36px -16px rgba(0, 0, 0, 0.48);
}

.text-area {
  min-height: 140px;
  border-style: none none solid;
  border-width: 0px 0px 1px;
  border-color: transparent transparent #b8b8b8;
  background-color: transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #fff;
}

.text-area:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 72.2%, 0)), to(hsla(0, 0%, 72.2%, 0.35)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 72.2%, 0), hsla(0, 0%, 72.2%, 0.35));
  color: #fff;
}

.text-area:focus {
  border-bottom-color: #534741;
  background-color: hsla(0, 0%, 100%, 0.64);
  color: #534741;
}

.text-area::-webkit-input-placeholder {
  color: #b8b8b8;
}

.text-area:-ms-input-placeholder {
  color: #b8b8b8;
}

.text-area::-ms-input-placeholder {
  color: #b8b8b8;
}

.text-area::placeholder {
  color: #b8b8b8;
}

.submit-button {
  width: 120px;
  margin-top: 10px;
  border-radius: 2px;
  background-color: #b8b8b8;
  box-shadow: 0 0 4px 0 #534741;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  color: #534741;
  font-weight: 400;
}

.submit-button:hover {
  background-color: #534741;
  color: #b8b8b8;
}

.entrega {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  background-color: #b8b8b8;
}

.text-span {
  font-style: italic;
}

.cuadro {
  width: 380px;
  padding: 40px 20px 40px 40px;
  background-color: #534741;
}

.h3-heading {
  font-size: 1.6rem;
  font-weight: 300;
}

.h3-heading.light {
  display: inline-block;
  margin-top: 0px;
  color: #b8b8b8;
  font-size: 1.2rem;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  -ms-grid-columns: 1fr 0.25fr;
  grid-template-columns: 1fr 0.25fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.form-block {
  margin-bottom: 0px;
}

.mobile-navbar {
  display: none;
}

.one-third {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.quarter {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .paragraph.white._40 {
    width: 65%;
  }

  .section {
    padding-top: 185px;
    padding-right: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .big-button:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-image: linear-gradient(180deg, null, null), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-size: auto, cover;
  }

  .big-button.trabajos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Trabajos.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Trabajos.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.trabajos:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Trabajos.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Trabajos.jpg');
    background-size: auto, cover;
  }

  .big-button.casos-clinicos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Casos-Clinicos.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Casos-Clinicos.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.casos-clinicos:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Casos-Clinicos.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Casos-Clinicos.jpg');
    background-size: auto, cover;
  }

  .big-button.laboratorio {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Laboratorio.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Laboratorio.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.laboratorio:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Laboratorio.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Laboratorio.jpg');
    background-size: auto, cover;
  }

  .big-button.protocolos {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Protocolos.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Protocolos.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.protocolos:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Protocolos.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Protocolos.jpg');
    background-size: auto, cover;
  }

  .big-button.anterior {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Prettau-Anterior.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Prettau-Anterior.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.anterior:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Prettau-Anterior.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Prettau-Anterior.jpg');
    background-size: auto, cover;
  }

  .big-button.prettau {
    padding: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-Prettau.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-Prettau.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.prettau:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-Prettau.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-Prettau.jpg');
    background-size: auto, cover;
  }

  .big-button.ice-zirkon-translucent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.ice-zirkon-translucent:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-ICE-Zirkon-Translucent.jpg');
    background-size: auto, cover;
  }

  .big-button.pmma {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Selector-PMMA.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/Selector-PMMA.jpg');
    background-size: auto, cover;
    color: #fff;
    letter-spacing: 0.5px;
  }

  .big-button.pmma:hover {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Selector-PMMA.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/Selector-PMMA.jpg');
    background-size: auto, cover;
  }

  .grid-footer {
    width: 90%;
    max-width: none;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .header.trabajos {
    background-size: contain;
  }

  .nuestro-trabajo {
    padding-right: 20px;
    padding-left: 20px;
  }

  .intro {
    width: auto;
    max-width: 320px;
  }

  .intro.no-line {
    padding-left: 0px;
  }

  .intro.laboratorio {
    display: block;
    width: auto;
    margin-left: 0px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: transparent;
  }

  .galerias {
    width: 50%;
    margin-right: 0px;
    text-align: center;
  }

  .galeria.lightbox {
    width: 215px;
    height: 120px;
  }

  .galeria.zahnlab {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .illustration.zirconio {
    max-width: 320px;
    margin-right: 40px;
  }

  .illustration.translucent-zircon {
    max-width: 320px;
    margin-right: 40px;
  }

  .illustration.burn-out {
    max-width: 380px;
    margin-left: 40px;
    padding: 0px;
  }

  .illustration.protesis-sin-encia {
    max-width: 320px;
    margin-right: 60px;
  }

  .lightbox.zahnlab {
    width: 160px;
  }

  .materiales-fresables {
    height: auto;
    padding: 100px 20px;
  }

  .prettau-anterior {
    height: auto;
    padding: 140px 20px;
  }

  .slider {
    width: 50%;
    max-height: 220px;
    max-width: 380px;
    min-width: 220px;
    margin-left: 20px;
  }

  .slider._50 {
    width: 100%;
    height: 220px;
    max-height: none;
    max-width: 380px;
    min-width: 220px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .descripton {
    width: 50%;
  }

  .descripton.dark {
    width: auto;
  }

  .descripton.dark.left-space {
    margin-left: 40px;
  }

  .prettau {
    height: auto;
    padding: 140px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .flex-h {
    height: auto;
    padding: 140px 20px 100px;
  }

  .flex-v {
    height: auto;
    padding-bottom: 100px;
  }

  .burn-out {
    height: auto;
    padding: 140px 40px;
  }

  .pie-de-foto {
    margin-top: 20px;
  }

  .fresadora-escaner {
    height: 640px;
  }

  .laboratorio {
    padding-right: 40px;
    padding-left: 20px;
  }

  .div-block-2 {
    width: 35%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .contacto {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .flex-half.right {
    padding-right: 0px;
  }

  .flex-half.left {
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .form {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cuadro {
    width: auto;
  }

  .form-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .text-block-4 {
    font-size: 0.9rem;
  }

  .text-block-5 {
    letter-spacing: 0.2px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    text-align: center;
  }

  .paragraph.white {
    text-align: left;
  }

  .paragraph.white.small {
    text-align: left;
  }

  .paragraph.white._40 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

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

  .paragraph.light._30 {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

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

  .navigation {
    display: none;
  }

  .nav-bar.footer {
    position: relative;
    z-index: 99;
  }

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

  .drop-nav.footer {
    z-index: 99;
  }

  .section {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 101px;
    -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;
  }

  .slogan {
    padding: 10px 20px;
    background-color: hsla(0, 0%, 100%, 0.75);
  }

  .half {
    display: none;
  }

  .skill {
    width: 50%;
  }

  .heading-h2.big {
    text-align: center;
  }

  .heading-h2.big.white {
    text-align: left;
  }

  .big-button {
    width: 100%;
  }

  .big-button.trabajos {
    border-right: 2px solid #fff;
  }

  .big-button.laboratorio {
    -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-right: 2px solid #fff;
  }

  .big-button.anterior {
    margin-bottom: 2px;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-right: 2px solid #fff;
  }

  .big-button.prettau {
    margin-bottom: 2px;
  }

  .big-button.ice-zirkon-translucent {
    border-right: 2px solid #fff;
  }

  .brand-footer {
    position: relative;
  }

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

  .header.trabajos {
    height: 320px;
  }

  .header.casos-clinicos {
    height: 320px;
    margin-top: 50px;
    background-position: 0% 50%;
  }

  .header.laboratorio {
    height: 320px;
    margin-top: 50px;
  }

  .nuestro-trabajo {
    height: auto;
    padding-top: 100px;
    padding-bottom: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .h1-title.big.center {
    font-size: 3rem;
  }

  .intro {
    max-width: none;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .intro.laboratorio {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-bottom: 20px;
  }

  .galerias {
    width: auto;
    margin-top: 0px;
  }

  .galeria.zahnlab {
    width: 100%;
    max-width: none;
  }

  .illustration.fresadora-zirkonzahn {
    height: 320px;
  }

  .illustration.zirconio {
    margin-right: 20px;
  }

  .illustration.translucent-zircon {
    max-width: none;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  .illustration.translucent {
    width: auto;
  }

  .illustration.protesis-sin-encia {
    max-width: 240px;
    min-width: 120px;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .illustration.escaner-horno {
    height: 320px;
  }

  .illustration.fachada {
    height: 320px;
  }

  .lightbox.zahnlab {
    width: 120px;
  }

  .casos-clinicos {
    height: auto;
    padding: 60px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .zirconia-prettau {
    margin-top: 50px;
  }

  .prettau-anterior {
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    width: 100%;
    margin-top: 40px;
  }

  .slider._50 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .descripton {
    width: auto;
    padding-left: 20px;
  }

  .descripton.dark.left-space {
    margin-left: 20px;
  }

  .prettau {
    padding-top: 100px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  ._50-container {
    width: auto;
  }

  .flex-h {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .burn-out {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .pasion {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .m5-milling {
    width: 160px;
  }

  .laboratorio {
    padding-right: 20px;
    padding-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .escaner-3d {
    width: 240px;
  }

  .mapa {
    margin-top: 50px;
  }

  .contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-half {
    width: 100%;
    margin-bottom: 40px;
  }

  .flex-half.left {
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-half.left.mobile {
    width: 100%;
    padding-left: 0px;
  }

  .entrega {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cuadro {
    padding-left: 20px;
  }

  .mobile-navbar {
    position: fixed;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #928268;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.75);
  }

  .llamar {
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
  }

  .llamar:hover {
    background-color: #534741;
  }

  .mobile-menu {
    width: 60px;
    height: 50px;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 0px;
    -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;
    background-color: #fff;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
  }

  .dropdown-toggle:hover {
    background-color: #b8b8b8;
  }

  .text-block-6 {
    font-family: 'Amatic SC', sans-serif;
    font-size: 2rem;
  }

  .burguer {
    width: 26px;
    height: 3px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

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

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

  .dropdown {
    left: auto;
    top: 50px;
    right: 0px;
    bottom: auto;
    z-index: 999;
    background-color: #fff;
  }

  .dropdown.w--open {
    right: 0px;
    bottom: auto;
    background-color: #fff;
    box-shadow: 0 6px 12px -3px rgba(0, 0, 0, 0.75);
  }

  .dropdown-mobile-menu {
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    text-align: right;
  }

  .dropdown-mobile-menu:hover {
    background-color: #534741;
    color: #fff;
  }

  .dropdown-mobile-menu.w--current {
    color: #928268;
  }

  .link-block-2 {
    margin-bottom: 20px;
  }

  .logo-zahnlab.small {
    height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .paragraph {
    text-align: left;
  }

  .paragraph.white._40 {
    width: auto;
    margin-right: 20px;
    margin-left: 20px;
  }

  .paragraph.light._30 {
    width: auto;
    text-align: center;
  }

  .nav-bar.footer {
    display: none;
  }

  .section {
    background-position: 50% 50%;
    background-size: cover;
  }

  .slogan {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 2rem;
  }

  .skill {
    width: 100%;
  }

  .big-button.trabajos {
    border-left: 2px solid #fff;
  }

  .big-button.casos-clinicos {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .big-button.laboratorio {
    border-left: 2px solid #fff;
  }

  .big-button.protocolos {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .big-button.anterior {
    border-left: 2px solid #fff;
  }

  .big-button.prettau {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .big-button.ice-zirkon-translucent {
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .big-button.pmma {
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }

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

  .header.trabajos {
    height: 160px;
    margin-top: 50px;
  }

  .header.casos-clinicos {
    height: 180px;
    margin-top: 50px;
  }

  .header.laboratorio {
    height: 180px;
    margin-top: 50px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .nuestro-trabajo {
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .h1-title.big.center {
    font-size: 2rem;
  }

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

  .intro.no-line {
    padding-right: 0px;
  }

  .intro.laboratorio {
    padding-right: 0px;
    padding-left: 0px;
  }

  .galerias {
    width: auto;
    margin-top: 40px;
  }

  .illustration.fresadora-zirkonzahn {
    background-attachment: scroll;
  }

  .illustration.zirconio {
    margin-bottom: 40px;
  }

  .illustration.translucent-zircon {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .illustration.translucent {
    width: 100%;
  }

  .illustration.burn-out {
    margin-top: 40px;
    margin-left: 0px;
  }

  .illustration.protesis-sin-encia {
    max-width: 280px;
    margin-right: 0px;
  }

  .casos-clinicos {
    height: auto;
    padding-top: 60px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .zirconia-prettau {
    margin-top: 50px;
  }

  .materiales-fresables {
    padding-top: 80px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .prettau-anterior {
    padding-top: 100px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    margin-left: 0px;
  }

  .slider._50 {
    width: 100%;
    height: 180px;
  }

  .descripton {
    width: auto;
  }

  .descripton.dark.left-space {
    margin-left: 0px;
  }

  .prettau {
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  ._50-container {
    width: auto;
  }

  .flex-h {
    padding-top: 20px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-v {
    padding-bottom: 60px;
  }

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

  .filosofia {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .pasion {
    padding-top: 0px;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .pie-de-foto {
    margin-top: 20px;
  }

  .fresadora-escaner {
    height: 640px;
    padding-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .mapa {
    height: 450px;
    margin-top: 50px;
  }

  .contacto {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-half.right {
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .flex-half.left {
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .text-field {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    padding: 60px 20px;
    -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-area {
    width: auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .cuadro {
    margin-bottom: -40px;
  }

  .form-block {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .mobile-navbar {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .one-third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .quarter {
    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;
  }

  .logo-zahnlab.small {
    height: 25px;
  }
}

#w-node-f3a8da3a86f3-da3a86f1 {
  -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;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-f3a8da3a86f7-da3a86f1 {
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-f3a8da3a8702-da3a86f1 {
  -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: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

#w-node-a745c4b9b31f-da3a86f1 {
  -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-f3a8da3a870e-da3a86f1 {
  -ms-grid-column-span: 2;
  grid-column-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-row-align: end;
  align-self: end;
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-f3a8da3a86f7-da3a86f1 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a745c4b9b31f-da3a86f1 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
  }

  #w-node-f3a8da3a870e-da3a86f1 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f3a8da3a86f3-da3a86f1 {
    -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: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f3a8da3a86f7-da3a86f1 {
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 4;
    grid-column-end: 5;
  }

  #w-node-f3a8da3a8702-da3a86f1 {
    -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: 4;
    -ms-grid-row: 3;
    grid-row-start: 3;
  }

  #w-node-a745c4b9b31f-da3a86f1 {
    -ms-grid-column-span: 4;
    grid-column-end: 5;
    -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-f3a8da3a870e-da3a86f1 {
    -ms-grid-column-span: 3;
    grid-column-end: 5;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-f3a8da3a86f3-da3a86f1 {
    -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;
    -ms-grid-column-align: end;
    justify-self: end;
    -ms-grid-row-align: start;
    align-self: start;
  }

  #w-node-f3a8da3a86f7-da3a86f1 {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
  }

  #w-node-f3a8da3a8702-da3a86f1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 2;
    grid-row-end: 4;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }

  #w-node-f3a8da3a870e-da3a86f1 {
    -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: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-align: end;
    align-self: end;
    -ms-grid-column-align: end;
    justify-self: end;
  }
}

