:root {
  --c-base-1: #90258e;
  --grey: #7e7e7e;
  --c-base-2: #f6d034;
  --hover-y: #ffe57c;
  --shade-dark: #741b72;
  --white-smoke: #f0f0f0;
  --whatsapp: #2dd54d;
  --shade-light: #b930b7;
  --light-grey: #ccc;
  --black-2: #303030;
  --white: white;
  --black: black;
  --facebook: #4468b0;
  --twitter: #2aa3ef;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 360%;
  font-weight: 300;
  line-height: 130%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 250%;
  font-weight: 300;
  line-height: 125%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 180%;
  font-weight: 300;
  line-height: 135%;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 130%;
  font-weight: 300;
  line-height: 130%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 110%;
  font-weight: 400;
  line-height: 140%;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 140%;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 120%;
  font-weight: 400;
  line-height: 150%;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
}

ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 12px;
  line-height: 22px;
}

label {
  margin-bottom: 5px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: block;
}

blockquote {
  z-index: 1;
  border-left: 1px #000;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 10px;
  padding-left: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 160%;
  font-weight: 300;
  line-height: 140%;
  position: relative;
}

.hero {
  color: var(--c-base-1);
  background-color: #fff;
  height: 600px;
  margin-top: 140px;
  position: relative;
}

.blok {
  color: #3a0a39;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.blok.cero-pdd {
  padding-top: 0;
  padding-bottom: 0;
}

.blok.grey {
  background-color: #f6f6f6;
}

.blok.intro {
  padding-top: 100px;
  padding-bottom: 100px;
}

.blok.h-servicios {
  color: var(--c-base-1);
  background-color: #f4f4f4;
  padding-top: 50px;
  padding-bottom: 80px;
}

.blok.dulce-intro {
  background-color: var(--c-base-1);
  color: #fff;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 80px;
}

.blok.testimoniales {
  background-color: var(--c-base-1);
  background-image: linear-gradient(to bottom, var(--c-base-1) 21%, #681566);
  padding-bottom: 0;
}

.blok.links-about {
  padding-top: 80px;
  padding-bottom: 120px;
}

.blok.cta-care {
  color: #fff;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/bg-cta-care.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: auto;
}

.blok.us-intro {
  padding-top: 0;
}

.blok.team {
  background-color: #f3f3f3;
}

.blok.grey-blk {
  background-color: #f8f8f8;
}

.blok.convenio {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blok.services {
  color: var(--grey);
  padding-top: 150px;
  padding-bottom: 100px;
}

.blok.services.second {
  background-color: #fafafa;
  border-top: 8px solid #f1f1f1;
}

.wrpr, .h-wrpr {
  min-width: 960px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.topbar {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, -60px);
}

.topbar.show {
  transform: none;
}

.tb-wrpr {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  min-width: 960px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.brand-link {
  color: var(--c-base-1);
  width: 200px;
  margin-top: 8px;
  text-decoration: none;
}

.bn-r-wrpr {
  align-items: center;
  display: flex;
}

.txt-logo {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}

.tb-c-wrpr {
  width: 100px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.v-wrpr {
  z-index: 10;
  margin-top: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
}

.no-pdd {
  padding-left: 0;
  padding-right: 0;
}

.hero-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 340%;
  font-weight: 700;
  line-height: 110%;
}

.hero-subtt {
  font-size: 200%;
  line-height: 110%;
}

.botonera {
  margin-top: 30px;
}

.botonera.a-center {
  text-align: center;
}

.btn {
  border: 1px solid var(--c-base-1);
  background-color: var(--c-base-1);
  color: var(--c-base-2);
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  height: 40px;
  margin-right: 10px;
  padding: 0 22px;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  transition: all .2s ease-in-out;
}

.btn:hover {
  border-color: var(--c-base-2);
  background-color: var(--c-base-2);
  color: var(--c-base-1);
}

.btn.brdr {
  border: 1px solid var(--c-base-1);
  color: var(--c-base-1);
  background-color: #fff;
}

.btn.brdr:hover {
  border-color: var(--c-base-2);
  background-color: var(--c-base-2);
}

.btn.brdr.slide-btn {
  background-color: #fff;
}

.btn.brdr.slide-btn:hover {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
}

.btn.big {
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 48px;
}

.btn.big.cta-btn {
  border-color: var(--c-base-2);
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  font-weight: 700;
}

.btn.big.cta-btn:hover {
  border-color: var(--hover-y);
  background-color: var(--hover-y);
}

.btn.call-to-one {
  background-color: var(--c-base-2);
  color: var(--shade-dark);
  letter-spacing: 1px;
  background-image: linear-gradient(#fce68b 43%, #fcc028 70%);
  border: 4px #6e156d;
  border-radius: 4px;
  height: 44px;
  margin-right: 0;
  font-weight: 800;
  line-height: 42px;
}

.btn.call-to-one:hover {
  color: var(--c-base-2);
  background-color: #581057;
  background-image: none;
  border-color: #581057;
}

.btn.reverse {
  border-color: var(--c-base-2);
  background-color: var(--c-base-2);
  color: var(--c-base-1);
}

.btn.reverse:hover {
  background-color: var(--shade-dark);
  color: var(--c-base-2);
}

.btn.fw {
  color: var(--c-base-2);
  background-color: #90258e;
  width: 100%;
  margin-right: 0;
  display: block;
}

.btn.over-sc:hover {
  border-color: var(--c-base-1);
}

.btn.slide-btn {
  background-color: #90258e;
  height: 50px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 16px;
  line-height: 48px;
}

.btn.slide-btn:hover {
  color: var(--c-base-2);
}

.btn.whatsapp {
  background-color: var(--whatsapp);
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-image: url('../images/whatsapp.svg');
  background-position: 13px;
  background-repeat: no-repeat;
  background-size: 24px;
  border-style: none;
  padding-left: 46px;
  padding-right: 14px;
  font-weight: 700;
}

.btn.whatsapp:hover {
  background-color: #11922a;
}

.btn.small {
  height: auto;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 11px;
  line-height: 28px;
}

.btn.send {
  float: right;
  width: 200px;
}

.btn.oendi {
  border-color: var(--c-base-2);
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  width: auto;
  height: 44px;
  padding: 3px 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading {
  font-size: 220%;
}

.hero-m-container {
  color: var(--c-base-1);
  text-align: left;
  width: 60%;
  display: block;
  position: relative;
}

.hero-m-container.smaller {
  width: 500px;
}

.modal-shade {
  z-index: 100;
  opacity: 0;
  background-color: rgba(0, 0, 0, .9);
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-shade.show {
  opacity: 1;
  display: block;
}

.c-card {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.cc-image {
  background-color: var(--white-smoke);
  height: auto;
  overflow: hidden;
}

.cc-content {
  padding: 5px 20px 20px;
}

.titular-blk {
  margin-bottom: 80px;
}

.titular-blk.a-center {
  text-align: center;
  margin-bottom: 60px;
}

.iconer-btn {
  background-color: var(--c-base-1);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  margin-right: 10px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Open Sans, sans-serif;
  line-height: 40px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.iconer-btn:hover {
  background-color: #228b88;
}

.iconer-btn.fw {
  width: 100%;
  display: block;
}

.icnr-icon {
  width: 28px;
  height: 28px;
  margin-right: 5px;
}

.icnrtxt {
  display: inline-block;
}

.footer {
  background-color: var(--c-base-1);
  color: #fff;
  border-top: 40px solid #9c249a;
  padding-top: 40px;
  position: relative;
}

.sub-ftr {
  color: var(--shade-light);
  text-align: center;
  background-color: #801e7e;
  height: 30px;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 11px;
  position: relative;
}

.ftr-top-actions {
  text-align: center;
  margin-top: -60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.top-btn {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  text-transform: uppercase;
  width: auto;
  height: 40px;
  font-family: Encode Sans Condensed, sans-serif;
  font-weight: 600;
  box-shadow: 0 15px 30px #530f52;
}

.mainnav {
  margin-top: 20px;
  margin-bottom: -2px;
  position: relative;
}

.btn-nav {
  float: left;
  color: var(--c-base-1);
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  height: 40px;
  margin-bottom: -4px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Encode Sans Condensed, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 40px;
  transition: all .2s;
  position: relative;
}

.btn-nav:hover, .btn-nav.w--current {
  background-color: var(--c-base-1);
  color: #fff;
}

.btn-nav.drpr-btn {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.btn-nav.drpr-btn:hover {
  border-bottom-style: none;
  border-bottom-color: rgba(0, 0, 0, 0);
}

.btn-nav.drpr-btn.w--open {
  background-color: var(--c-base-1);
  color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-nav.drpr-btn.w--open:focus {
  background-color: var(--c-base-1);
  color: #fff;
}

.second-bar {
  z-index: 1;
  border-bottom: 1px solid var(--shade-dark);
  background-color: #90258e;
  align-items: center;
  height: 60px;
  padding-top: 6px;
  display: block;
  position: relative;
}

.brgr {
  float: right;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 15px;
  display: none;
}

.p-top, .p-center, .p-bottom {
  background-color: var(--c-base-1);
  width: 100%;
  height: 2px;
}

.main-sider {
  height: 100%;
  display: block;
}

.slide {
  background-image: linear-gradient(rgba(4, 38, 54, .6), rgba(4, 38, 54, .6));
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

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

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

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

.slider-show-next {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}

.base-slide-mask {
  padding-left: 10%;
  padding-right: 10%;
}

.slide-7 {
  background-color: rgba(0, 0, 0, 0);
  width: 94%;
  margin-left: 2%;
  margin-right: 2%;
}

.hldr-pro-img {
  background-color: #032e45;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.s-gal-img {
  width: 100%;
  display: block;
}

.arrow-left {
  border-style: solid solid solid none;
  border-width: 1px;
  border-color: var(--c-base-1) var(--c-base-1) var(--c-base-1) rgba(255, 255, 255, .25);
  direction: rtl;
  background-color: rgba(65, 179, 175, .4);
  width: 80px;
  height: 80px;
  transition: all .2s ease-in-out;
}

.arrow-left:hover {
  background-color: rgba(255, 255, 255, .25);
}

.arrow-right {
  background-color: rgba(65, 179, 175, .4);
  border: 1px solid rgba(255, 255, 255, .25);
  border-right-style: none;
  width: 80px;
  height: 80px;
  transition: all .2s ease-in-out;
}

.arrow-right:hover {
  background-color: rgba(255, 255, 255, .25);
}

.s-pager {
  height: 40px;
  margin-bottom: -50px;
  display: none;
}

.slider-3-col {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 60px;
}

.mask {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slide-4 {
  text-align: center;
  width: 33.3333%;
  height: auto;
}

.a-arrow, .r-arrow {
  color: #000;
  width: 5%;
}

.slider-pager {
  padding-top: 60px;
  padding-bottom: 60px;
}

.label {
  font-size: 13px;
  font-weight: 400;
}

.input {
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
  transition: all .2s ease-in-out;
}

.input:hover {
  border-color: #b9b9b9;
}

.input:focus {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .5);
}

.text-area {
  border: 1px solid #e6e6e6;
  min-height: 150px;
  transition: all .2s ease-in-out;
}

.text-area:hover {
  border-color: #b9b9b9;
}

.text-area:focus {
  box-shadow: 0 4px 8px -4px rgba(0, 0, 0, .5);
}

.text-area.smaller {
  min-height: 100px;
}

.product-card {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 20px;
}

.pro-card-img {
  perspective: 679px;
  perspective-origin: 100% 0;
  border-bottom: 1px dashed #e6e6e6;
  height: auto;
  display: block;
  position: relative;
  overflow: hidden;
}

.detalles-btn-txt {
  background-image: url('../images/detalles.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 30px;
  display: inline-block;
}

.pro-card-info {
  padding: 20px 20px 0;
}

.pro-label {
  background-color: var(--c-base-2);
  color: rgba(0, 0, 0, .5);
  text-align: center;
  text-transform: uppercase;
  width: 200px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 14px;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(30%, 70%)rotate(45deg);
}

.add-to-card-btn {
  float: left;
  color: #363636;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: 50%;
  height: 60px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  transition: all .2s ease-in-out;
  display: block;
}

.add-to-card-btn:hover {
  background-color: #c8f0a3;
}

.add-to-card-btn.full-brdr {
  border: 1px solid #dcdcdc;
  width: auto;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.image {
  perspective: 1607px;
  perspective-origin: 100% 0;
}

.add-to-txt {
  text-align: left;
  background-image: url('../images/carrito.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  padding-right: 30px;
  line-height: 30px;
  display: inline-block;
}

.precio {
  color: #0b396b;
  margin-right: 5px;
  font-weight: 700;
  display: inline-block;
}

.precio.rebajado {
  color: #9c9c9c;
  font-size: 14px;
  text-decoration: line-through;
}

.preciadora {
  margin-top: 15px;
  margin-bottom: 15px;
}

.brdcrm-link {
  color: var(--c-base-1);
}

.right-arrow-2 {
  cursor: e-resize;
}

.left-arrow-2 {
  cursor: w-resize;
}

.detalles-btn {
  float: left;
  color: #363636;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid #e6e6e6;
  width: 50%;
  height: 60px;
  padding-top: 15px;
  padding-left: 4px;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  transition: all .2s ease-in-out;
}

.detalles-btn:hover {
  background-color: #e6e6e6;
}

.detalles-btn.full-brdr {
  border: 1px solid #e6e6e6;
  width: auto;
  margin-right: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.pro-square-gallery {
  float: left;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  width: 300px;
  height: 300px;
}

.ftr-btnr {
  margin-top: 10px;
  margin-bottom: 0;
}

.pro-card-big {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .28);
}

.pro-info-big {
  float: left;
  width: 65%;
  margin-left: 20px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 20px;
}

.slider-gallery-pro {
  cursor: grab;
}

.boton-icon {
  background-color: var(--shade-light);
  background-image: url('../images/icon-demo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s ease-in-out;
}

.boton-icon:hover {
  background-color: var(--shade-dark);
}

.boton-icon.facebook {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0 0;
  background-size: 150px 100px;
}

.boton-icon.twitter {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 50% 0;
  background-size: 150px 100px;
}

.boton-icon.instagram {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 100% 0;
  background-size: 150px 100px;
}

.boton-icon.youtube {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 0 100%;
  background-size: 150px 100px;
}

.boton-icon.pinterest {
  background-image: url('../images/social-icons-sprite.svg');
  background-position: 50% 100%;
  background-size: 150px 100px;
}

.boton-icon.small {
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.boton-icon.small.facebook, .boton-icon.small.instagram {
  background-size: 90px;
}

.boton-icon.medium {
  width: 40px;
  height: 40px;
}

.boton-icon.medium.facebook, .boton-icon.medium.twitter, .boton-icon.medium.instagram {
  background-size: 120px;
}

.bloque-mapa {
  height: 340px;
  position: relative;
  overflow: hidden;
}

.hover-link-map {
  z-index: 10;
  opacity: 0;
  background-color: rgba(0, 152, 255, .5);
  transition: all .2s ease-in-out;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hover-link-map:hover {
  opacity: 1;
  background-color: rgba(239, 239, 58, .4);
}

.map-leyend {
  color: #fff;
  text-align: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.map {
  height: 340px;
}

.service-card {
  text-align: center;
  margin-bottom: 20px;
}

.divider {
  background-color: var(--c-base-2);
  border-radius: 2px;
  width: 15%;
  height: 4px;
  margin: 20px auto;
  display: block;
}

.divider.a-left {
  margin-bottom: 30px;
  margin-left: 0;
  margin-right: 0;
}

.boton {
  text-align: center;
  background-color: #0b396b;
  border: 1px solid #0b396b;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: all .2s ease-in-out;
}

.boton:hover {
  background-color: #2675cc;
  border-color: #167ad1;
}

.jet-card {
  background-color: #ebf1f5;
  height: 50vh;
  position: relative;
  overflow: hidden;
}

.bg-overflow {
  z-index: 0;
  height: 100%;
  position: relative;
  overflow: hidden;
  transform: scale(1.1);
}

.bg-of-img {
  background-image: url('../images/demo-slide.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.jc-conteiner {
  z-index: 2;
  color: var(--shade-dark);
  height: 100%;
  transition: all .5s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.jc-conteiner:hover {
  color: #fff;
}

.jc-wrpr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.jc-tt {
  text-transform: uppercase;
  font-size: 3.4vw;
  font-weight: 700;
  line-height: 110%;
}

.jc-stt {
  margin-top: 0;
}

.jc-shade {
  z-index: 1;
  opacity: 0;
  background-color: rgba(144, 37, 142, .6);
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.half-w-col {
  float: left;
  width: 50%;
  height: 80vh;
  display: inline-block;
  position: relative;
}

.half-w-col.mc-bg {
  background-color: var(--c-base-1);
  color: #fff;
}

.half-w-col.sc-bg {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
}

.hwc-wrpr {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hwc-bg-card {
  background-image: url('../images/about.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.video-hero {
  z-index: 0;
  height: 100%;
  display: none;
}

.icon-txt-card {
  margin-bottom: 30px;
  padding-left: 100px;
  position: relative;
}

.pre-icon {
  float: left;
  width: 80px;
  height: 80px;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.itc-text {
  width: 90%;
}

.container-card {
  margin-top: 40px;
  margin-bottom: 40px;
}

.testimonial {
  color: #fff;
  width: 60%;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.quote-author {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 100%;
}

.quote-title {
  text-align: right;
  padding-right: 20px;
}

.s-quote {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  padding-bottom: 60px;
}

.sq-r-arrow, .sq-l-arrow {
  color: #fff;
}

.tc-d-color {
  background-color: #2d3138;
  width: 22px;
  height: 22px;
  position: static;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sw-tt {
  height: 30px;
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 30px;
  display: inline-block;
}

.acc-content {
  height: 0;
  position: relative;
  overflow: hidden;
}

.acc-content.opened {
  height: auto;
}

.filtro-check-off {
  color: #000;
  text-transform: uppercase;
  background-image: url('../images/check-filter-off.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  height: 30px;
  margin-bottom: 4px;
  padding-left: 34px;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.accordion-trgr {
  z-index: 10;
  float: right;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 2px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.a-mas.opened {
  display: none;
}

.acc-hdr {
  text-transform: uppercase;
  margin-bottom: 15px;
  padding-bottom: 0;
  position: relative;
}

.div-block-2 {
  border-bottom: 4px solid #e7e7e7;
  height: auto;
  margin-bottom: 40px;
  position: relative;
}

.thumb-color-s {
  float: left;
  border: 1px solid #e7e7e7;
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 3px;
  position: relative;
}

.more-options {
  border-top: 1px dashed #e7e7e7;
  margin-top: 20px;
  padding-top: 20px;
}

.acc-ftr {
  color: #d6d6d6;
  margin-top: 6px;
  padding: 2px 4px 8px;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
}

.row-fix {
  margin-left: -10px;
  margin-right: -10px;
}

.form-block {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab {
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  font-family: Montserrat, sans-serif;
}

.tab.w--current {
  background-color: var(--c-base-1);
  color: #fff;
}

.tab-nav {
  border-bottom: 1px solid var(--c-base-1);
}

.tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slider-gallery {
  background-color: #e7f8f8;
  height: auto;
}

.slider-gallery-card {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-lb {
  height: auto;
}

.sg-lb-hover {
  z-index: 1;
  opacity: 0;
  background-color: rgba(144, 37, 142, .5);
  background-image: url('../images/accordion-mas.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  transition: opacity .2s ease-in-out;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-lb-hover:hover {
  opacity: 1;
}

.lbg-r-arrow, .lbg-l-arrow {
  color: var(--shade-dark);
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.a-card {
  border: 1px solid var(--light-grey);
  opacity: .7;
  color: #fff;
  border-radius: 4px;
  width: 90%;
  height: 38vh;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 20px;
  transition: all .2s ease-in-out;
  display: block;
  position: relative;
  overflow: hidden;
}

.a-card:hover {
  border-color: var(--c-base-1);
  opacity: 1;
  transform: translate(0, -6px);
  box-shadow: 0 20px 20px -5px #d4d4d4;
}

.ac-wrpr {
  z-index: 1;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.ac-icon {
  width: 60px;
  height: 60px;
}

.share-bar {
  margin-bottom: 20px;
  padding-left: 0;
  position: relative;
}

.share-tag {
  float: left;
  color: #9c9c9c;
  height: 30px;
  margin-right: 20px;
  font-family: Open Sans, sans-serif;
  line-height: 30px;
  display: inline-block;
}

.sb-wrpr {
  float: left;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.navbar {
  height: 80px;
  position: relative;
  overflow: hidden;
}

.hero-leyends {
  z-index: 5;
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-shade {
  z-index: 2;
  background-image: linear-gradient(rgba(255, 255, 255, .55), rgba(255, 255, 255, .55));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tb-shade {
  z-index: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.tb-social-nav {
  margin-top: 15px;
}

.nav-bar {
  height: 80px;
}

.call-to-wrpr {
  padding-top: 0;
}

.btn-drpr {
  float: left;
}

.drpr-nav-li.w--open {
  background-color: var(--c-base-1);
  color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 140px;
  margin-top: 40px;
  overflow: hidden;
}

.drpr-li-btn {
  color: #fff;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 0;
  font-family: Encode Sans Condensed, sans-serif;
  transition: all .2s ease-in-out;
}

.drpr-li-btn:hover {
  background-color: var(--shade-light);
}

.left-arrow-3, .right-arrow-3 {
  color: var(--c-base-1);
  background-color: #fff;
  width: 60px;
  height: 60px;
}

.movile-nav {
  display: none;
}

.nb-shade {
  z-index: 0;
  opacity: 1;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mcolor {
  color: var(--c-base-1);
}

.in-dul-log {
  width: 200px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s-card-bg {
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1.1);
}

.sc-bg-img {
  width: 100%;
}

.s-card-shade {
  z-index: 1;
  background-image: linear-gradient(rgba(144, 37, 142, .7), rgba(144, 37, 142, .7));
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.btnr-txt {
  clear: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 130%;
  font-weight: 700;
  line-height: 50px;
  display: inline-block;
}

.post-img {
  width: 100%;
  display: block;
}

.ftr-link {
  color: #eb9be9;
  border-bottom: 1px solid #80207d;
  width: 90%;
  margin-bottom: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.ftr-link:hover {
  color: #fff;
  border-bottom-color: #fff;
  text-decoration: none;
}

.h4-ftr {
  margin-top: 0;
  margin-bottom: 20px;
}

.address {
  margin-bottom: 30px;
}

.desk-tel {
  background-image: url('../images/tel-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 26px;
  padding-left: 35px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.slide-1 {
  background-image: url('../images/enfermeros-a-domicilio-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  color: var(--c-base-1);
}

.tel-mov {
  color: #fff;
  background-image: url('../images/tel-icon.svg');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 25px;
  padding-left: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  display: none;
}

.whatsblk {
  margin-top: 30px;
}

.crew {
  color: var(--c-base-2);
}

.fast-faqs-blk {
  border: 1px solid var(--white-smoke);
  border-radius: 6px;
  margin-top: 60px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.faq-card {
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 20px;
  transition: all .2s ease-in-out;
}

.faq-card:hover {
  background-color: #f6f6f6;
  padding: 20px;
}

.faq-q {
  color: var(--c-base-1);
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.faq-ans {
  font-weight: 400;
}

.faqs-tt {
  color: #90258e;
  background-image: url('../images/faqs-icon.svg');
  background-position: 29px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 65px;
}

.quote {
  z-index: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
}

.block-quote-4 {
  position: relative;
}

.slide-nav-3 {
  display: none;
}

.s-card {
  width: 90%;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.s-card.special {
  border-radius: 4px;
  width: 100%;
  transition: all .2s ease-in-out;
  overflow: hidden;
}

.s-card.special:hover {
  transform: translate(0, -10px);
  box-shadow: 0 30px 20px -15px rgba(0, 0, 0, .27);
}

.sc-img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.sc-info {
  border-style: solid;
  border-width: 4px 1px 1px;
  border-color: var(--white-smoke);
  color: var(--grey);
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  height: auto;
  padding: 20px;
  transition: all .2s;
  position: relative;
}

.sc-info:hover {
  border-top-color: var(--c-base-1);
}

.sc-info.single {
  border-top-style: none;
  border-radius: 0;
  height: 280px;
}

.sc-info.bordered {
  border-width: 1px;
  height: auto;
  min-height: 310px;
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.sc-info.bordered:hover {
  border-color: var(--white-smoke);
}

.s-tt {
  color: var(--c-base-1);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
}

.sc-btnr {
  margin-top: 25px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.ftr-col.r-sanitario {
  margin-top: 30px;
}

.bold-text {
  color: #90258e;
}

.procit-blk {
  text-align: center;
}

.hdr-in {
  color: var(--c-base-1);
  background-color: #f6d034;
  background-image: none;
  height: 360px;
  position: relative;
}

.hdr-in.hdr-services {
  background-image: linear-gradient(rgba(246, 208, 52, .71), rgba(246, 208, 52, .71)), url('../images/hdr-bg-services.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hi-wrpr {
  color: var(--c-base-1);
  min-width: 960px;
  max-width: 1200px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.foto-frame {
  border: 1px solid var(--light-grey);
  background-color: #fff;
  border-radius: 2px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: block;
}

.intro-dc {
  background-color: #f8f8f8;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.intro-dc.clear-btm {
  margin-bottom: 0;
}

.us-q-blk {
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 20px;
  transition: all .5s ease-in-out;
}

.us-q-blk:hover {
  background-color: #f6f6f6;
}

.team-card {
  border-radius: 6px;
  margin-top: 60px;
  margin-bottom: 50px;
  padding-top: 0;
  position: relative;
}

.tc-pic {
  background-color: #f1ecec;
  border-radius: 50px;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.tc-hdr {
  text-align: center;
  background-color: #f6d9f6;
  border-radius: 6px;
  padding: 60px 14px 10px;
}

.tc-hdr.blue {
  background-color: #d9e7f6;
  border-radius: 6px;
}

.tc-name {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 125%;
}

.ct-title {
  margin-top: 0;
  margin-bottom: 14px;
}

.tc-content {
  min-height: 150px;
  padding: 12px 20px;
}

.secondary-hero-txt {
  font-size: 200%;
  line-height: 150%;
}

.sec-txt {
  font-size: 130%;
}

.sec-bnr-txt {
  font-size: 180%;
}

.sub-tt {
  font-size: 160%;
}

.hero-tt {
  font-size: 300%;
}

.hero-sub-tt {
  font-size: 150%;
  font-weight: 700;
}

.faq-blk {
  border-bottom: 1px dashed var(--light-grey);
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.faq {
  color: var(--c-base-1);
  font-family: Open Sans, sans-serif;
  font-size: 200%;
  font-weight: 700;
}

.answer {
  margin-top: 15px;
  padding-left: 40px;
  position: relative;
}

.ans-ico {
  color: var(--light-grey);
  width: 30px;
  height: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 30px;
  font-style: italic;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 0;
}

.white-card {
  color: var(--c-base-1);
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 40px;
  padding: 30px 30px 20px;
}

.white-card.side-color {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  padding-bottom: 30px;
}

.white-card.hide-this {
  display: none;
}

.wc-tt {
  color: var(--c-base-1);
  font-size: 160%;
  font-weight: 700;
}

.intro-tt-service {
  margin-bottom: 40px;
  font-size: 200%;
  font-weight: 600;
  line-height: 150%;
}

.tag-tt {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  margin-bottom: 21px;
  padding: 4px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 130%;
  font-weight: 600;
  display: inline-block;
}

.tag-tt.shorter {
  margin-bottom: 5px;
}

.spot-info {
  background-image: url('../images/corazon-icon.svg');
  background-position: 0 4px;
  background-repeat: no-repeat;
  background-size: 15px;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 110%;
  font-weight: 400;
}

.articulo-hdr {
  color: var(--c-base-1);
  background-image: linear-gradient(#f1f1f1, #fff);
  padding-top: 240px;
  padding-bottom: 40px;
  position: relative;
}

.art-titular {
  text-align: center;
  min-width: 960px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.articulo-body {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 60px;
}

.art-intro-txt {
  margin-top: 0;
  margin-bottom: 30px;
}

.sb-tt {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 180%;
  font-weight: 700;
}

.art-link {
  color: var(--c-base-1);
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}

.art-link:hover {
  color: #aa7fa9;
  text-decoration: underline;
}

.facebook-wdgt {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px;
}

.p-res {
  color: var(--black-2);
  font-size: 120%;
  font-weight: 400;
}

.p-link {
  color: var(--c-base-1);
  font-weight: 600;
}

.p-link:hover {
  text-decoration: none;
}

.qa-link {
  color: var(--c-base-1);
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  display: block;
}

.qa-link:hover {
  text-decoration: none;
}

.h2-tt {
  color: var(--c-base-1);
  margin-top: 0;
  font-weight: 700;
}

.terapia-logo {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-faq {
  padding-top: 20px;
  padding-bottom: 20px;
}

.fr-form {
  margin-left: 10px;
  margin-right: 10px;
}

.main-service-card {
  position: relative;
}

.intro-txt {
  color: var(--black-2);
  font-size: 135%;
  font-weight: 400;
  line-height: 160%;
}

.col-wrpr {
  margin-top: 30px;
  margin-bottom: 30px;
}

.p-txt {
  color: var(--grey);
}

.h4-subtt {
  color: var(--c-base-1);
}

.col-form-50 {
  float: left;
  width: 50%;
  padding: 5px 1%;
  display: inline-block;
}

.contact-form {
  margin-top: 20px;
}

.select {
  margin-bottom: 20px;
}

.bg-citas {
  background-color: #90258e;
}

.cta-half-col {
  background-color: #fff;
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.cta-wrpr {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cta-hdr {
  margin-top: 10%;
}

.secundary-txt {
  color: var(--c-base-1);
}

.ul-serv {
  color: var(--c-base-1);
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
}

.ul-txt {
  color: var(--black-2);
  font-size: 90%;
}

.serv-botonera {
  border-top: 1px solid var(--white-smoke);
  padding-top: 10px;
  padding-bottom: 10px;
}

.s-txt {
  font-size: 90%;
  line-height: 160%;
}

.serv-img {
  border: 1px solid var(--c-base-1);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  display: block;
}

.serv-intro-txt-card {
  padding-top: 30px;
  padding-right: 40px;
}

.service-more {
  border-top: 1px solid var(--c-base-1);
  margin-top: 40px;
  margin-left: 48px;
  margin-right: 48px;
  padding-top: 20px;
}

.thnx-blk {
  background-image: url('../images/bg-citas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.thnx-card {
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: block;
}

.encuesta {
  background-image: url('../images/bg-citas.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.form-blok-encuesta {
  background-color: #fff;
  border-radius: 6px;
  width: 600px;
  margin: 60px auto 73px;
  display: block;
  position: relative;
  top: 50%;
  left: 0;
  right: 0;
  overflow: hidden;
}

.encu-hdr {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 30px 10px;
}

.encu-body {
  background-color: #fcfcfc;
}

.encu-tt {
  margin-top: 0;
  font-size: 30px;
  font-weight: 700;
}

.encu-subtt {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.quest-blk {
  margin-bottom: 20px;
}

.satisfaccion-form {
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
}

.boxer-cheker {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.box-chek {
  float: left;
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: inline-block;
}

.form-label {
  font-size: 16px;
  line-height: 26px;
}

.radio {
  float: left;
  text-align: left;
  width: 24%;
  margin-bottom: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 8px;
  display: inline-block;
}

.steap-one {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.steap-two {
  border-top: 1px solid #f5f5f5;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

.radio-hearts {
  text-align: left;
  width: 100%;
  margin-bottom: 5px;
  margin-left: -20px;
  display: block;
  position: static;
}

.hearth {
  width: 40px;
  height: 40px;
}

.enc-brand {
  width: 140px;
  margin-bottom: 20px;
}

.send-btn {
  background-color: #2bc949;
  border-radius: 4px;
  width: 80%;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all .2s ease-in-out;
  display: block;
}

.send-btn:hover {
  background-color: #138f2a;
}

.radio-button {
  float: none;
  margin-right: 10px;
}

.radio-button-label {
  float: none;
}

.steap-num {
  background-color: var(--c-base-1);
  color: var(--c-base-2);
  text-align: center;
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 3em;
  font-weight: 700;
  line-height: 140%;
}

.contact-tel-btn {
  background-color: var(--c-base-2);
  color: var(--c-base-1);
  text-align: center;
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 50px;
  text-decoration: none;
  display: block;
}

.easy-form {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
}

.es-form {
  margin-top: 20px;
}

.light-box {
  overflow: hidden;
}

.precisa {
  margin-top: 10px;
}

.fltr-whtp {
  z-index: 100;
  background-color: var(--whatsapp);
  background-image: url('../images/whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  margin-bottom: 2%;
  margin-left: 2%;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.rt {
  font-family: Open Sans, sans-serif;
}

.rt ul {
  margin-top: 20px;
  padding-left: 30px;
  font-size: 14px;
}

.rt a {
  color: var(--c-base-1);
}

.rt a:hover {
  color: var(--shade-dark);
  text-decoration: none;
}

.rt ol {
  margin-bottom: 20px;
}

.rt li {
  margin-bottom: 5px;
}

.rt h4 {
  margin-top: 20px;
  margin-bottom: 15px;
}

.rt p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.8;
}

.cookie-modal {
  z-index: 1000;
  opacity: 1;
  background-color: #f1f0d7;
  border-radius: 4px 4px 0 0;
  flex-flow: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 60%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
  font-size: .8em;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cka-text {
  background-image: url('../images/cookie.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 35px;
  width: 100%;
  max-width: 70%;
  min-height: 45px;
  padding-left: 45px;
}

.cka-link {
  color: var(--c-base-1);
  font-weight: 700;
  display: inline-block;
}

.cka-close {
  background-image: url('../images/icons-sprite.svg');
  background-position: -20px 0;
  background-size: 80px;
  flex: none;
  width: 20px;
  height: 20px;
}

.logo-encuesta {
  margin-bottom: 20px;
}

.login {
  margin-right: 20px;
}

.btn-flex {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.oendi-icon {
  width: 20px;
  max-width: none;
}

.oendi-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid #8c3087;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  display: grid;
}

.oendi {
  width: 220px;
}

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

.logo-oendi {
  width: 220px;
  max-width: none;
  display: block;
}

.oendilogo {
  width: 220px;
  max-width: none;
}

.foto-oendi {
  border-radius: 8px;
}

.hero-h1 {
  font-size: 360%;
  line-height: 130%;
}

.h1-seo {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.h2-seo {
  font-size: 14px;
  line-height: 1;
}

._4-grid-col {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.privacidad-table {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #000;
  border-style: solid none none solid;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 0;
}

.cell {
  color: #000;
  text-align: center;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 1rem;
}

.cell-content {
  width: 100%;
}

html.w-mod-js [data-ix="slide-pro-first"] {
  opacity: .2;
  transform: scale(.95);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 300%;
    line-height: 130%;
  }

  h2 {
    font-size: 200%;
  }

  h3 {
    font-size: 160%;
  }

  h4 {
    font-size: 120%;
  }

  h5 {
    font-size: 100%;
  }

  h6 {
    font-size: 90%;
  }

  .hero {
    height: 90vh;
    position: relative;
  }

  .wrpr {
    width: 90%;
    min-width: auto;
  }

  .h-wrpr {
    width: 80%;
    min-width: auto;
  }

  .tb-wrpr {
    width: 98%;
    min-width: auto;
  }

  .brand-link {
    width: 180px;
    margin-top: 10px;
  }

  .txt-logo {
    font-size: 30px;
  }

  .hero-title {
    font-size: 320%;
  }

  .btn.fw {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-m-container {
    width: 70%;
  }

  .mainnav {
    margin-top: 25px;
  }

  .btn-nav {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 12px;
  }

  .slider-show-next {
    height: 360px;
  }

  .arrow-left, .arrow-right {
    width: 40px;
    height: 50px;
    font-size: 30px;
  }

  .slide-4 {
    width: 50%;
  }

  .half-w-col {
    height: 60vh;
  }

  .video-hero {
    height: 100%;
  }

  .itc-text {
    width: 100%;
  }

  .testimonial {
    width: 80%;
  }

  .a-card {
    width: 100%;
    height: 25vh;
  }

  .icon, .desk-tel {
    display: none;
  }

  .tel-mov {
    display: block;
  }

  .s-card {
    width: 100%;
  }

  .sc-info {
    height: auto;
    padding-bottom: 80px;
  }

  .sc-info.bordered {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hi-wrpr {
    width: 90%;
    min-width: auto;
  }

  .hero-tt {
    font-size: 280%;
  }

  .hero-sub-tt {
    font-size: 130%;
  }

  .art-titular {
    width: 90%;
    min-width: auto;
  }

  .cookie-modal {
    z-index: 1000;
    max-width: 80%;
  }

  ._4-grid-col {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 250%;
    line-height: 120%;
  }

  h2 {
    line-height: 135%;
  }

  h4 {
    font-size: 110%;
  }

  .brand-link {
    width: 150px;
    margin-bottom: 8px;
  }

  .v-wrpr.m-brake {
    position: relative;
  }

  .hero-title {
    font-size: 260%;
  }

  .btn.call-to-one {
    padding-left: 18px;
    padding-right: 18px;
  }

  .btn.mn-btn {
    float: left;
    background-color: var(--white-smoke);
    color: var(--c-base-1);
    text-align: left;
    background-image: url('../images/next-btn.svg');
    background-position: 96%;
    background-repeat: no-repeat;
    background-size: 24px;
    border-style: none;
    border-radius: 4px;
    width: 48%;
    height: auto;
    margin-bottom: 4px;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
    display: inline-block;
  }

  .hero-m-container {
    width: 80%;
  }

  .footer {
    padding-bottom: 0;
  }

  .sub-ftr {
    height: auto;
  }

  .mainnav {
    display: none;
  }

  .brgr {
    width: 50px;
    height: 50px;
    margin-top: 6px;
    padding: 10px;
    display: flex;
  }

  .main-sider {
    z-index: 0;
  }

  .slide {
    background-image: none;
  }

  .slide-2 {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/sistema-slide.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slide-3 {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/enfermeros-a-domicilio-03.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .slider-show-next {
    height: 270px;
  }

  .mask {
    width: 80%;
  }

  .a-arrow, .r-arrow {
    width: 10%;
  }

  .boton {
    display: block;
  }

  .half-w-col {
    width: 100%;
  }

  .half-w-col.sc-bg {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .video-hero {
    display: none;
  }

  .testimonial {
    width: 100%;
  }

  .sq-r-arrow, .sq-l-arrow {
    display: none;
  }

  .a-card {
    height: 30vh;
  }

  .hero-shade {
    display: none;
  }

  .nav-bar {
    height: auto;
  }

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

  .movile-nav {
    z-index: 1000;
    background-color: #fff;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(100%);
  }

  .movile-nav.show {
    display: block;
    transform: none;
  }

  .mn-wrpr {
    width: 80%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .mn-hdr {
    margin-bottom: 5px;
    position: relative;
  }

  .mn-close {
    float: right;
    width: 40px;
    height: 40px;
    margin-top: 10px;
  }

  .mn-content {
    height: auto;
    position: relative;
  }

  .mn-call-to {
    border-top: 1px solid var(--white-smoke);
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .slide-1 {
    background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/enfermeros-a-domicilio-01.jpg');
    background-position: 0 0, 66%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .sc-info.bordered {
    min-height: auto;
  }

  .ftr-col {
    margin-bottom: 30px;
  }

  .hdr-in {
    height: 340px;
  }

  .hero-tt {
    font-size: 260%;
  }

  .hero-sub-tt {
    font-size: 110%;
  }

  .faq {
    font-size: 180%;
    line-height: 130%;
  }

  .ul-serv {
    font-size: 16px;
    line-height: 20px;
  }

  .thnx-card, .form-blok-encuesta {
    width: 90%;
  }

  .cookie-modal {
    max-width: 90%;
    font-size: .7em;
    line-height: 1.3em;
  }

  .cka-text {
    max-width: 80%;
  }

  .oendi-block {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .hero-h1 {
    font-size: 250%;
    line-height: 120%;
  }

  ._4-grid-col {
    grid-template-columns: 1fr 1fr;
  }
}

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

  h2 {
    font-size: 170%;
  }

  h3 {
    line-height: 145%;
  }

  h4 {
    font-size: 100%;
    line-height: 140%;
  }

  blockquote {
    font-size: 130%;
    line-height: 150%;
  }

  .hero {
    height: 440px;
    margin-top: 120px;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .blok.h-servicios {
    padding-top: 60px;
  }

  .txt-logo {
    font-size: 20px;
  }

  .v-wrpr.m-brake {
    margin-top: 50px;
    position: relative;
    top: 0%;
    transform: none;
  }

  .btn {
    margin-bottom: 10px;
    margin-right: 0;
    display: block;
  }

  .btn.call-to-one {
    padding-left: 12px;
    padding-right: 12px;
  }

  .btn.mn-btn {
    text-align: left;
    padding-left: 15px;
    font-size: 12px;
  }

  .hero-m-container {
    width: 100%;
  }

  .hero-m-container.smaller {
    width: auto;
  }

  .titular-blk.a-center {
    margin-bottom: 60px;
  }

  .main-sider {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .slider-show-next {
    height: 150px;
  }

  .slide-4 {
    width: 100%;
  }

  .half-w-col {
    width: 100%;
    height: 60vh;
  }

  .icon-txt-card {
    text-align: center;
    padding-left: 0;
  }

  .pre-icon {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .sq-r-arrow, .sq-l-arrow {
    display: none;
  }

  .a-card {
    height: 250px;
  }

  .a-card:hover {
    transform: none;
  }

  .hero-leyends {
    height: auto;
    position: relative;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .tb-social-nav {
    display: none;
  }

  .mn-wrpr {
    width: 90%;
  }

  .mn-call-to {
    flex-direction: column;
  }

  .block-quote-2 {
    font-size: 130%;
  }

  .slide-1 {
    height: 550px;
  }

  .faqs-tt {
    background-position: 25px 0;
  }

  .hdr-in {
    height: auto;
    padding-top: 150px;
    padding-bottom: 20px;
  }

  .hi-wrpr {
    position: relative;
  }

  .intro-dc {
    padding-bottom: 0;
  }

  .secondary-hero-txt {
    font-size: 150%;
  }

  .hero-tt {
    font-size: 180%;
  }

  .hero-sub-tt {
    font-size: 100%;
  }

  .faq {
    font-size: 140%;
    line-height: 120%;
  }

  .p-res {
    font-size: 100%;
  }

  .thnx-card {
    width: 80%;
  }

  .form-blok-encuesta {
    border-radius: 0;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .boxer-cheker {
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .box-chek {
    width: 100%;
  }

  .radio {
    width: 48%;
    font-size: 12px;
  }

  .steap-one, .steap-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .send-btn {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-h1 {
    font-size: 180%;
  }

  .privacidad-table {
    font-size: 11px;
  }

  .cell {
    padding: .5rem;
  }
}

#w-node-_7d91f849-f588-51d8-3b02-100ec614f2cd-4b181411 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr .5fr;
}


