:root {
  --light-slate-gray: #8668ab;
  --medium-sea-green: #4dbd90;
  --cornflower-blue: #489fd9;
  --gainsboro: #dfe8e4;
}

h1 {
  color: #fff;
  text-shadow: 0 -1px #000;
  margin-top: auto;
  margin-bottom: 19px;
  font-size: 38px;
  font-weight: 300;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: #c758c1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

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

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

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

p {
  margin-top: 0;
  margin-bottom: 5px;
}

a {
  float: none;
  color: #0082f3;
  text-decoration: underline;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  margin-right: 14px;
  padding: 13px 23px;
  font-family: Roboto Slab, sans-serif;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s, color .3s;
  display: inline-block;
  box-shadow: 0 2px 1px #0000001f;
}

.button:hover {
  background-color: #489fd9;
}

.button.hollow {
  color: #000;
  text-shadow: none;
  background-color: #0000;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #000;
}

.button.hollow:hover {
  color: #fff;
  text-shadow: none;
  background-color: #489fd9;
  box-shadow: 0 2px 1px #0000001f, inset 0 0 0 2px #489fd9;
}

.button.in-pricing {
  margin-top: 19px;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.logo-text {
  color: #1c1c1c;
  margin-top: 24px;
  font-family: Roboto Slab, sans-serif;
  font-size: 27px;
  font-weight: 500;
}

.logo-text.footer {
  color: #e6eaed;
  margin-top: 0;
  margin-bottom: 19px;
}

.navigation {
  color: #fff;
  background-color: #0098ff;
  background-image: linear-gradient(to right, #4256b8 19%, #5fc0c2 99% 99%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navigation:hover {
  color: #030303;
  background-image: none;
}

.navigation:focus {
  background-image: linear-gradient(to right, #4256b8 19%, #5fc0c2 99% 99%);
}

.nav-link {
  float: none;
  color: #000;
  padding: 26px 40px 26px 10px;
  transition: box-shadow .5s, color .3s;
  box-shadow: inset 0 3px #0000;
}

.nav-link:hover {
  color: #000;
  font-size: 16px;
  box-shadow: inset 0 1px #fff;
}

.nav-link.w--current {
  color: #fff;
  box-shadow: inset 0 3px #fff;
}

.nav-link.w--open {
  padding-left: 17px;
  padding-right: 40px;
}

.nav-link.norm {
  color: #000;
  padding-right: 20px;
}

.section {
  background-image: linear-gradient(#00000080, #ffffff80), url('../images/Testimonios-Dermatologia.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  color: #fff;
  text-shadow: 0 1px #0000003b;
  background-image: linear-gradient(#f1b4e8, #cfbc5366), url('../images/Masaje-Pareja-Encabezado.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  height: 316px;
  margin-top: 53px;
  padding-top: 30px;
}

.section.main:hover {
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.main:focus {
  background-image: linear-gradient(to top, #4256b8e6 24%, #5fc0c2b3 97%), url('../images/Masaje-Pareja-Encabezado.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  color: #fff;
  background-image: url('../images/town.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.footer {
  color: #e4e8eb;
  text-shadow: 1px 1px 3px #000;
  background-color: #cfbc53;
  background-image: none;
  padding-top: 42px;
  padding-bottom: 42px;
}

.section.footer.copyright {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  background-color: #f1b4e8;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 14px;
}

.section.purple {
  text-align: center;
  background-image: linear-gradient(to top, #f1b4e8 10%, #cfbc53);
  padding-top: 40px;
}

.section.purple:focus {
  background-image: linear-gradient(135deg, #4256b8, #5fc0c2), linear-gradient(#0000, #0000);
}

.section.clients {
  background-color: #5fc0c2b3;
  background-image: none;
  padding-top: 0;
  padding-bottom: 0;
}

.section.press {
  background-color: #0000;
  background-image: url('../images/Dermotologa-Cita.jpg');
  background-position: 50%;
  background-size: cover;
  padding-top: 29px;
  padding-bottom: 38px;
}

.slider {
  background-color: #303030;
  height: 360px;
  display: none;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 26px;
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
}

.nav-menu {
  text-align: center;
}

.footer-slogan {
  color: #fff;
  margin-bottom: 11px;
}

.social-icon {
  opacity: .41;
  margin-right: 11px;
  transition: opacity .3s;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 700;
}

.page-link {
  color: #489fd9;
  border-bottom: 1px solid #0000;
  text-decoration: none;
  transition: color .3s, border .3s;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  color: #fff;
  display: block;
}

.page-link.in-footer:hover {
  color: #d2d7d9;
  border-bottom-color: #0000;
}

.page-link.in-footer.w--current {
  color: #f9fbfc;
}

.page-link.white {
  color: #fff;
  border-bottom-color: #ffffff7d;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  float: left;
  background-color: #e8e8e8;
  border: 1px solid #0000;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  width: 60%;
  height: 40px;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px #489fd9;
}

.newsletter-button {
  float: left;
  color: #d5d8db;
  background-color: #5f6166;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  transition: all .5s;
}

.newsletter-button:hover {
  color: #fff;
  background-color: #489fd9;
}

.newsletter-form {
  width: 70%;
}

.social-icon-group {
  float: left;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
}

.section-subtitle {
  text-align: center;
  margin-bottom: 68px;
  font-size: 19px;
  font-weight: 300;
  line-height: 22px;
}

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

.plan-wrapper {
  color: #2b2b2b;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  letter-spacing: 0;
  font-size: 20px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  background-color: #dbdbdb;
  width: 50%;
  height: 1px;
  margin-top: 13px;
  margin-bottom: 12px;
}

.additional-contact {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  margin-top: 21px;
}

.feature, .feature.centered {
  text-align: center;
}

.feature-row {
  margin-bottom: 14px;
}

.testimonial-slider {
  color: #fff;
  background-color: #0000;
  height: auto;
  margin-top: 45px;
}

.testimony-slide {
  text-align: center;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
}

.testimony-text {
  margin-bottom: 21px;
  font-family: Roboto Slab, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 31px;
}

.slide-nav {
  font-size: 10px;
  display: none;
}

.person {
  border-radius: 100%;
  width: 70px;
  margin-bottom: 13px;
}

.name {
  font-weight: 500;
}

.title {
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-weight: 500;
  line-height: 30px;
}

.title.suc {
  text-shadow: 1px 1px 1px #000;
  margin-top: 20px;
}

.slider-arrow {
  color: #bdbdbd;
  width: 50px;
  font-size: 32px;
  transition: color .3s;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  margin-bottom: 12px;
}

.main-feature-group {
  margin-top: 30px;
}

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

.small-features-row {
  margin-top: 71px;
}

.client-logo {
  width: 16.6%;
}

.press-logo {
  opacity: .94;
  width: 16%;
  margin-left: 2%;
  margin-right: 2%;
}

.small-text {
  color: #ffffff4f;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

.sliderpricipal {
  height: 400px;
  margin-top: 75px;
}

.sliderone {
  background-image: linear-gradient(270deg, #cfbc53, #fff);
}

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

.sliderthree {
  background-image: linear-gradient(#cfbc53, #fff);
}

.sliderfour {
  background-image: linear-gradient(to top, #cfbc53, #fff);
}

.sliderfive {
  background-image: linear-gradient(#cfbc53, #fff);
}

.barheader {
  color: #413f48;
  background-color: #fff;
  border-bottom: 2px solid #cfbc53;
}

.iconbar {
  float: none;
  margin-right: 2px;
}

.encabezados {
  margin-top: 73px;
}

.subtitle {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

.arrowmenu {
  transform: rotate(-90deg);
}

.elige {
  padding-right: 60px;
}

.elige:hover {
  color: #fff;
  background-color: #cdbc51;
}

.elige.w--open {
  display: inline-block;
}

.dermatologia {
  text-align: left;
  background-color: #fff;
}

.submedica {
  background-color: #fff;
  margin-top: -63px;
  margin-left: 153px;
  display: none;
}

.subcosmetic, .subquirurgic {
  background-color: #fff;
  margin-top: -63px;
  margin-left: 153px;
}

.textquienes {
  direction: rtl;
  color: #fff;
  text-indent: 25.1px;
  background-image: linear-gradient(#00000080 1% 99%);
  margin-top: 40px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
  display: inline-block;
  position: relative;
  left: 19px;
}

.instala {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  display: inline-block;
}

.video {
  text-align: center;
  height: 200px;
  padding-left: 10px;
  padding-right: 10px;
}

.dramaria {
  background-image: url('../images/Dra-Maria-Eugenia.png');
  background-position: 50% 0;
  background-size: cover;
  height: 200px;
}

.sderma {
  background-image: url('../images/Dermatologia.jpg');
  background-position: 50%;
  background-size: cover;
  height: 130px;
}

.sderma.cservicio {
  height: 130px;
}

.servicios {
  margin-top: 0;
  margin-bottom: 100px;
}

.sdermainfant {
  background-image: url('../images/Dermatologia-Infantil.jpg');
  background-position: 50%;
  background-size: cover;
  height: 130px;
}

.sspa {
  background-image: url('../images/Spa.jpg');
  background-position: 50%;
  background-size: cover;
  height: 130px;
}

.sfarma {
  background-image: url('../images/Farmacia.jpg');
  background-position: 50% 0;
  background-size: cover;
  height: 130px;
}

.testimonios {
  text-shadow: 1px 1px 3px #000;
  background-image: linear-gradient(#f1b4e8, #cfbc5380), url('../images/Testimonios-Dermatologia.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  height: 320px;
}

.testimonios:focus {
  background-image: linear-gradient(to top, #4256b8cc, #5fc0c2b3 97%), url('../images/Testimonios-Dermatologia.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.consulta {
  text-shadow: 1px 1px 1px #000;
  background-image: linear-gradient(#cdbc51, #cdbc51);
  height: 150px;
}

.rconsulta {
  text-align: center;
  margin-top: 25px;
  font-size: 16px;
}

.botonconsulta {
  float: none;
  color: #fff;
  background-color: #cdbc51;
  border: 1px solid #fff;
  border-radius: 5px;
  display: inline-block;
}

.botonconsulta:hover {
  background-color: var(--light-slate-gray);
}

.somos, .promos {
  margin-top: 50px;
}

.ttestimonios {
  margin-top: auto;
  padding-top: 50px;
}

.preductivo {
  background-image: url('../images/relaxing-massage.jpg');
  background-position: 50%;
  background-size: cover;
  height: 200px;
}

.preductivo.relax {
  background-image: url('../images/Hidrodermoabrasion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.pradiofrecuencia {
  background-image: url('../images/Facial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.pradiofrecuencia.dermo {
  background-image: url('../images/Masaje-Relajante.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ppresoterapia {
  background-image: url('../images/Depilacion_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.ppresoterapia.relanate {
  background-image: url('../images/ipl-facial.jpg');
  background-position: 50%;
  background-size: cover;
}

.pfaciales {
  background-image: url('../images/EliminaciondeTatto.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.pfaciales.facial {
  background-image: url('../images/Depilacion.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.iconcontac {
  float: right;
  margin-right: 10px;
}

.ccontact {
  border-bottom: 1px solid #0006;
  display: block;
}

.rcontact {
  margin-top: 15px;
}

.contacto {
  margin-top: 50px;
}

.tprincipal {
  color: #020202;
  text-align: left;
  margin-top: 100px;
  font-size: 48px;
  font-weight: 400;
  line-height: 40px;
  display: inline-block;
}

.tprincipal.direc {
  text-align: center;
  margin-top: auto;
  font-weight: 500;
}

.tprincipal.direc.texc {
  margin-top: 20px;
}

.tiitlesub {
  color: #000;
  margin-top: 20px;
  font-size: 23px;
  line-height: 25px;
  display: inline-block;
}

.tslider3 {
  margin-top: 61px;
}

.sliderimage {
  text-align: center;
  margin-top: 25px;
}

.textblock {
  text-align: center;
  letter-spacing: 5.1px;
  text-shadow: 1px 1px 7px #000;
  margin-top: auto;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.subtexblock {
  text-align: center;
  text-shadow: 1px 1px 1px #000;
  margin-top: 15px;
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 34px;
}

.contenblock {
  color: #fff;
  text-align: center;
  margin-top: auto;
}

.arrowbar {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 125px;
}

.sucrusales {
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.suclist, .suclist.w--open {
  background-color: #fff;
  margin-left: 90px;
}

.spa {
  background-color: #fff;
}

.headbloc {
  background-image: url('../images/Dermatologa-Fondo-Azul.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  height: 250px;
  margin-top: 94px;
}

.headtext {
  color: #fff;
  margin-top: auto;
  padding-top: 77px;
}

.servis {
  margin-top: 50px;
  margin-bottom: 50px;
}

.textservis {
  text-align: justify;
  margin-top: 30px;
  font-size: 19px;
  font-weight: 300;
}

.subcontac {
  color: #c758c1;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.columncontac {
  margin-top: 25px;
}

.agendec {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#4256b8, #4256b8 99%);
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 19px;
}

.formasdepago {
  margin-top: 50px;
  margin-bottom: 50px;
}

.pagos {
  margin-bottom: 25px;
}

.dramaru {
  text-align: center;
  margin-left: 76px;
  padding-bottom: 0;
}

.sucursal {
  margin-top: 40px;
}

.texsuc {
  text-align: center;
  font-size: 19px;
  font-weight: 300;
}

.face {
  float: none;
  color: #dfe8e4;
}

.maps {
  color: #000;
  text-align: center;
}

.fotomaru {
  text-align: center;
  background-image: url('../images/DraMaru2.jpeg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  height: 200px;
}

.sucmapas {
  color: #000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.titlesp {
  color: #000;
  text-shadow: none;
  margin-top: 10px;
  font-size: 33px;
}

.html-chat, .html-face {
  display: none;
}

.stelefono {
  background-image: linear-gradient(#00000080, #00000080);
  position: fixed;
  bottom: 0;
  right: 0;
}

.navbar {
  background-color: #fff;
  background-image: none;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block {
  text-align: left;
}

.instaico {
  color: #dfe8e4;
  text-decoration: none;
}

.texbar {
  color: #000;
  padding-right: 2px;
  display: inline-block;
}

.texbar.dir {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
  background-color: #cdbc51;
  padding-left: 3px;
  font-weight: 500;
}

.mailbar {
  color: #dfe8e4;
}

.sinstala {
  height: 200px;
}

.s1instala {
  background-image: url('../images/Instalaciones.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.s2instala {
  background-image: url('../images/Dermedical-CafeO.jpg');
  background-position: 50%;
  background-size: cover;
}

.s3instala {
  background-image: url('../images/Dermedical-Cafe.jpg');
  background-position: 50%;
  background-size: cover;
}

.hservicios, .lbservicios {
  text-decoration: none;
  display: block;
}

.cinstala {
  background-image: url('../images/Instalaciones.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 200px;
}

.whatsico {
  color: #dfe8e4;
}

.bold-text-2 {
  color: #000;
  text-shadow: none;
}

.ctexco {
  height: 250px;
}

.dbpromo {
  margin-bottom: 60px;
}

.tbdesc {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-top: 20px;
  font-size: 24px;
}

.link {
  text-shadow: none;
}

.text-block-4 {
  text-shadow: 1px 1px 3px #000;
}

.slide-2 {
  text-align: center;
  background-image: linear-gradient(#cfbc53, #fff);
}

.sliderdir {
  background-image: linear-gradient(#cdbc51, #fff);
}

.sliderdir.dir {
  text-align: center;
}

.linkp {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

.colnewt {
  background-image: url('../images/DermeTexco.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 374px;
  height: 300px;
}

.imgtex {
  float: left;
}

.imgtex.pilar {
  float: right;
}

.cp1 {
  background-image: url('../images/Dermedical1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.cp2 {
  background-image: url('../images/Dermedical-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.imgbuen {
  float: left;
}

.cderbue {
  text-align: center;
  background-image: url('../images/Facial.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  height: 400px;
  padding-top: 20px;
}

.cizqbue {
  background-image: url('../images/BuenFin.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
}

.ccenb {
  padding-top: 100px;
}

.dbcode {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  display: inline-block;
  position: fixed;
  inset: auto 0% 0% auto;
}

html.w-mod-js [data-ix="fade-in-on-load"], html.w-mod-js [data-ix="fade-in-on-scroll"] {
  opacity: 0;
  transform: translate(0, 24px);
}

html.w-mod-js [data-ix="desvanecer"] {
  height: 215px;
}

@media screen and (max-width: 991px) {
  h1 {
    margin-top: -15px;
  }

  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }

  .nav-link {
    color: #fff;
    padding: 18px 0;
  }

  .nav-link:hover {
    box-shadow: inset 0 3px #0000;
  }

  .nav-link.w--current {
    box-shadow: inset 0 1px #0000;
  }

  .nav-link.menu {
    float: right;
    color: #000;
    text-align: right;
    padding: 22px 17px;
    font-size: 30px;
  }

  .nav-link.menu.w--open {
    color: #fff;
    background-color: #0000;
  }

  .section.main {
    height: 356px;
  }

  .nav-menu {
    background-color: #cdbc51;
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .main-feature-group {
    margin-top: 0;
  }

  .main-image {
    margin-top: 49px;
  }

  .submedica {
    margin-top: 0;
  }

  .video {
    background-image: none;
  }

  .tprincipal {
    text-align: center;
    margin-top: 60px;
    display: block;
  }

  .tprincipal.direc {
    display: block;
  }

  .tprincipal.direc.texc {
    margin-top: 20px;
  }

  .tiitlesub {
    display: block;
  }

  .sliderimage {
    margin-top: 82px;
  }

  .sucrusales.nav-link {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sucrusales.nav-link.w--open {
    display: block;
  }

  .suclist.w--open {
    display: inline-block;
  }

  .fotomaru {
    background-position: 100%;
    background-size: cover;
  }

  .titlesp {
    margin-top: 5px;
  }

  .texbar {
    font-size: 15px;
  }

  .dropdown {
    display: block;
  }

  .icon.suc {
    margin-right: 0;
    padding-left: 0;
  }

  .icon-2 {
    color: #cdbc51;
    text-shadow: 1px 1px 1px #000;
    display: inline;
  }

  .text-block-3 {
    font-size: 15px;
    display: inline-block;
  }

  .cinstala {
    background-image: url('../images/Instalaciones.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .cderbue {
    background-position: 100%;
    background-size: cover;
  }

  .cizqbue {
    background-position: 50%;
    background-size: contain;
    margin-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-top: -16px;
  }

  h3 {
    margin-bottom: 8px;
  }

  .logo-text {
    margin-top: 15px;
  }

  .nav-link.menu {
    margin-top: auto;
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .section {
    text-align: center;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .section.main {
    margin-top: 51px;
  }

  .nav-menu {
    padding-left: 12px;
    padding-right: 12px;
  }

  .footer-title {
    margin-top: 35px;
  }

  .newsletter-form {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section-subtitle {
    margin-bottom: 44px;
  }

  .plan-wrapper {
    margin-bottom: 34px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .divider {
    width: 100%;
  }

  .feature {
    text-align: center;
    margin-bottom: 32px;
  }

  .feature-icon {
    margin-bottom: 4px;
  }

  .main-feature-group {
    margin-top: 0;
    margin-bottom: 34px;
  }

  .video {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }

  .tprincipal {
    text-align: center;
    margin-top: 80px;
    font-size: 40px;
    display: block;
  }

  .tprincipal.direc {
    background-image: none;
  }

  .tiitlesub {
    display: block;
  }

  .sliderimage {
    margin-top: 40px;
  }

  .fotomaru {
    background-position: 100% 0;
    background-size: cover;
  }

  .stelefono {
    background-image: none;
    margin-bottom: 20px;
    display: inline-block;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .icon-2 {
    color: #dfe8e4;
    text-shadow: 1px 1px 1px #000;
    display: flex;
  }

  .cinstala {
    background-size: cover;
  }

  .lbtelefono {
    z-index: 5;
    display: block;
    position: relative;
  }

  .column {
    display: none;
  }

  .cizqbue {
    background-size: 351px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .navigation {
    display: block;
  }

  .section.purple {
    padding-top: 60px;
  }

  .testimony-text {
    margin-top: -5px;
  }

  .testimony-text.text {
    font-size: 20px;
  }

  .title {
    margin-top: -50px;
  }

  .client-logo {
    width: 33.33%;
  }

  .press-logo {
    width: 28%;
  }

  .submedica {
    margin-left: 40px;
  }

  .subcosmetic, .subquirurgic {
    margin-top: 0;
    margin-left: 40px;
  }

  .testimonios {
    height: 370px;
  }

  .consulta {
    height: 150px;
  }

  .rconsulta {
    margin-top: 10px;
  }

  .tprincipal {
    font-size: 20px;
    line-height: 20px;
  }

  .tprincipal.direc.texc {
    margin-top: 0;
  }

  .tiitlesub {
    font-size: 12px;
    line-height: 16px;
  }

  .sliderimage {
    margin-top: 96px;
  }

  .sliderimage.dra {
    margin-top: 0;
  }

  .textblock {
    letter-spacing: 3.1px;
    margin-top: -13px;
    font-size: 40px;
  }

  .textblock.micro {
    font-size: 30px;
  }

  .textblock.hidro {
    font-size: 27px;
  }

  .textblock.radio {
    font-size: 35px;
  }

  .subtexblock {
    font-size: 25px;
  }

  .headbloc {
    margin-top: 200px;
  }

  .headbloc.contac {
    height: 300px;
  }

  .headtext {
    padding-top: 50px;
  }

  .headtext.skyn {
    padding-top: 20px;
  }

  .headtext.contac {
    padding-top: 10px;
  }

  .imgtex {
    max-width: 100%;
  }

  .cizqbue {
    background-size: contain;
  }
}


