@charset "UTF-8";
/*
Theme Name: Élite Láser
Theme URI: https://www.elitelaser.es
Description: Élite Láser
Author: El Equipo E
Author URI: https://www.elequipoe.es
Version: 1.0.1
Template: bridge
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(css/animsition.min.css);
@import url(css/animate.css);
@import url(css/tooltipster.css);
@import url(css/slick.css);
@import url(css/lightgallery.css);
@import url(css/twentytwenty.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBALS
 */
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,700;1,300;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@400..800&display=swap");
@font-face {
  font-family: "sp";
  src: url("../elite/fonts/sp.woff2") format("woff2"), url("../elite/fonts/sp.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.3; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: none;
  color: #333333; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 40px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 26px; }

p {
  font-size: 18px;
  line-height: 1.5;
  color: #333333;
  /* &:empty {
  	display: none;
  } */ }

p + p,
ul + p,
p + ul {
  margin-top: 20px; }

ul li,
ol li {
  font-size: 18px;
  line-height: 1.5;
  color: #333333; }

ul.styled li,
.desc ul li {
  list-style: none;
  font-size: 18px;
  line-height: 1.5;
  color: #333333; }
  ul.styled li:before,
  .desc ul li:before {
    content: "\2022";
    display: inline-block;
    padding-right: .5em;
    font-weight: 700;
    font-size: 25px;
    color: #5cbbbd; }

.dosis {
  font-family: 'Dosis', serif; }

.title-dosis {
  margin-bottom: 15px;
  font-family: 'Dosis', serif;
  font-weight: 800;
  font-size: 20px;
  color: #333333; }
  .title-dosis.big {
    font-size: 24px; }

.silverpen {
  font-family: 'sp', serif; }

.text-light,
.text-light a {
  font-weight: 300; }

.text-regular,
.text-regular a {
  font-weight: 400; }

.text-bold,
.text-bold a,
strong {
  font-weight: 700; }

.text-black,
.text-black a {
  font-weight: 800; }

.text-bigger {
  font-size: 18px !important; }

.text-even-bigger {
  font-size: 22px !important; }

.text-smaller {
  font-size: 14px !important; }

.text-spaced {
  letter-spacing: 3px; }

.white {
  color: #fff; }
  .white p, .white h1, .white h2, .white h3, .white h4, .white h5, .white h6, .white span {
    color: #fff; }

.black {
  color: #000; }

.grey {
  color: #6f6e69; }

.light-grey {
  color: #e4e3e1; }

.dark-grey {
  color: #333333; }

.accent,
.accent p {
  color: #5cbbbd !important; }

.ocre {
  color: #f0e9dc !important; }

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

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

.align-right {
  text-align: right; }

.margin-10-below {
  margin-bottom: 10px; }

.margin-20-below {
  margin-bottom: 20px; }

.margin-30-below {
  margin-bottom: 30px; }

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

.margin-10-above {
  margin-top: 10px; }

.margin-20-above {
  margin-top: 20px; }

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

.margin-40-above {
  margin-top: 50px; }

.element-with-side-padding-120 {
  padding: 0 120px; }

.row-with-margin-top {
  margin-top: 100px; }

.row-with-margin-top-40 {
  margin-top: 40px; }

.row-with-vertical-padding-120 {
  padding: 120px 0; }

.row-with-bottom-padding-120 {
  padding-bottom: 120px; }

.column-no-padding-right .vc_column-inner {
  padding-right: 0 !important; }

.column-no-padding-left .vc_column-inner {
  padding-left: 0 !important; }

.centered {
  margin: 0 auto;
  text-align: center; }

.vertical-centered {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.border-top {
  border-top: 1px solid #dbdbdb; }

.border-bottom {
  border-bottom: 1px solid #dbdbdb; }

.no-block {
  display: inline; }
  .no-block + p {
    margin-top: -10px; }

.boxed {
  padding: 6px 10px;
  background-color: #5cbbbd;
  color: #fff; }

.boxed-white {
  border: 1px solid #fff; }
  .boxed-white:hover {
    background-color: #fff; }

.title-boxed {
  display: inline;
  padding: 0 10px;
  background-color: #e4e3e1;
  color: #444444; }
  .title-boxed + br {
    display: block !important;
    margin-bottom: 20px;
    content: " "; }
  .title-boxed.accent {
    background-color: #5cbbbd;
    color: #fff; }
  .title-boxed.dark {
    background-color: #333333;
    color: #fff; }

.with-line-below:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 10px auto 20px auto;
  background-color: #6f6e69; }

.with-line-above:before {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  margin: 20px auto 10px auto;
  background-color: #6f6e69; }

.hidden,
.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.hide-on-desktop {
  display: none; }

a, a:before, a:after, button {
  transition: all 0.3s ease 0s !important; }

a {
  color: #333333; }

a.accent-link {
  color: #5cbbbd;
  text-decoration: underline !important; }
  a.accent-link:hover {
    color: #80cacc; }

a.brown-link {
  color: #f0e9dc;
  text-decoration: underline !important; }
  a.brown-link:hover {
    color: white; }

a.white-link {
  color: #fff;
  border-bottom: 1px solid transparent; }
  a.white-link:hover {
    border-bottom: 1px solid #fff; }

a.dark-grey-link {
  color: #333333 !important; }
  a.dark-grey-link:hover {
    color: #333333 !important; }

a.light-grey-link {
  color: #e4e3e1; }
  a.light-grey-link:hover {
    color: #5cbbbd !important; }

.boxed-link {
  display: inline-block;
  padding: 12px 30px;
  font-family: 'Dosis';
  font-size: 16px;
  font-weight: 800;
  color: #333333;
  border: 1px solid #333333; }
  .boxed-link img {
    display: inline;
    vertical-align: middle;
    margin: -3px 20px 0 0; }
  .boxed-link i {
    margin-right: 15px; }
  .boxed-link:hover {
    padding: 12px 35px;
    color: #fff;
    background-color: #80cacc;
    border-color: #80cacc; }
  .boxed-link.accent {
    color: #5cbbbd;
    border-color: #e5f4f4;
    background-color: #e5f4f4; }
  .boxed-link.white {
    border-color: #fff; }
  .boxed-link.light {
    font-weight: 300; }
  .boxed-link.big {
    font-size: 20px; }
  .boxed-link.small {
    padding: 0px 15px;
    font-size: 14px;
    border: 0; }
    .boxed-link.small img {
      vertical-align: top;
      margin: 2px 20px 0 0; }

a.line-link {
  display: inline-block;
  padding-bottom: 6px;
  line-height: 0;
  color: #333333; }
  a.line-link:after {
    content: '';
    position: relative;
    width: 100%;
    height: 1px;
    margin-bottom: -5px;
    display: inline-block;
    background-color: transparent;
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  a.line-link:hover {
    color: #333333 !important; }
    a.line-link:hover:after {
      background-color: #6f6e69;
      transform: scaleX(1); }
  a.line-link.accent {
    color: #5cbbbd; }
    a.line-link.accent:hover {
      color: #5cbbbd !important; }
      a.line-link.accent:hover:after {
        background-color: #5cbbbd; }
  a.line-link.grey {
    color: #dee2e3; }
    a.line-link.grey:hover {
      color: #fff !important; }
      a.line-link.grey:hover:after {
        background-color: #fff; }
  a.line-link.white {
    color: #fff; }
    a.line-link.white:hover {
      color: #fff !important; }
      a.line-link.white:hover:after {
        background-color: #fff; }
  a.line-link.disabled {
    pointer-events: none; }

a.hover-link {
  position: relative;
  color: #5cbbbd; }
  a.hover-link:before {
    transform: scaleX(0);
    transform-origin: bottom right; }
  a.hover-link:hover {
    padding: 0 4px;
    color: #fff; }
    a.hover-link:hover:before {
      transform: scaleX(1);
      transform-origin: bottom left; }
  a.hover-link:before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background: #5cbbbd;
    z-index: -1;
    transition: transform .3s ease; }

.list-with-checkboxes {
  border: 1px solid #dbdbdb;
  border-radius: 6px; }
  .list-with-checkboxes li {
    padding: 15px 20px;
    border-bottom: 1px solid #dbdbdb; }
    .list-with-checkboxes li:first-child {
      background-color: #e4e3e1; }
    .list-with-checkboxes li:last-child {
      border: 0; }
    .list-with-checkboxes li input {
      margin-right: 10px; }

.wpcf7-form > p {
  position: relative;
  margin: 4px 0 !important; }
  .wpcf7-form > p label {
    position: absolute;
    display: block;
    z-index: 1;
    pointer-events: none;
    top: 20px;
    width: 100%;
    font-size: 18px;
    color: #333333;
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
    .wpcf7-form > p label.has-value {
      top: 5px;
      font-size: 13px;
      color: #5cbbbd; }
  .wpcf7-form > p.txt label.has-value {
    top: 4px;
    left: 0; }
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-mail,
.wpcf7-form textarea.wpcf7-textarea {
  padding: 0 0 3px 0 !important;
  font-family: 'Open Sans' !important;
  font-size: 18px !important;
  color: #333333 !important;
  background-color: transparent !important;
  border-bottom: 1px solid #333333 !important; }
.wpcf7-form textarea.wpcf7-textarea {
  height: 30px;
  line-height: 1.2;
  transition: height 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s !important; }
  .wpcf7-form textarea.wpcf7-textarea:focus {
    height: 100px; }
.wpcf7-form .wpcf7-list-item {
  margin-left: 0 !important; }
.wpcf7-form .block-legal {
  margin-top: 10px;
  font-size: 12px; }
  .wpcf7-form .block-legal.first {
    margin-top: 25px; }
.wpcf7-form .txt-legal {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 12px;
  line-height: 1.2;
  color: #333333; }
  .wpcf7-form .txt-legal a,
  .wpcf7-form .txt-legal a:hover {
    color: #333333 !important; }
.wpcf7-form span.wpcf7-list-item {
  margin: 0 5px 0 0; }
.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer; }
.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
  position: absolute;
  visibility: hidden; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
    display: inline-block;
    overflow: hidden;
    width: 0;
    color: transparent; }
    .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
      display: block;
      position: absolute;
      box-sizing: border-box;
      content: '';
      height: 20px;
      width: 20px;
      top: -3px;
      left: 0px;
      border: 1px solid #333333;
      transition: all 0.3s ease 0s !important; }
    .wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
      content: "\2713";
      position: absolute;
      display: block;
      visibility: hidden;
      height: 20px;
      width: 20px;
      top: -4px;
      left: 0;
      font-size: 15px;
      font-weight: 700;
      text-align: center;
      line-height: 1.5;
      color: #fff;
      -moz-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s !important; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: #5cbbbd;
    border-color: #5cbbbd; }
  .wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
    visibility: visible;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
.wpcf7-form input.wpcf7-submit {
  box-sizing: border-box;
  display: inline-block;
  width: 140px;
  height: 45px;
  margin-top: 30px;
  font-family: 'Dosis';
  font-size: 18px;
  line-height: 45px;
  font-weight: 800;
  text-align: center;
  text-transform: none;
  letter-spacing: 2px;
  color: #333333 !important;
  background-color: transparent !important;
  border: 1px solid #333333 !important;
  border-radius: 20px;
  transition: all 0.4s ease 0s !important; }
  .wpcf7-form input.wpcf7-submit:hover {
    width: 150px;
    background-color: #5cbbbd !important;
    border-color: #5cbbbd !important; }
.wpcf7-form .wpcf7-not-valid-tip {
  display: block !important;
  padding: 5px 0 0 0;
  text-transform: uppercase;
  font-size: 12px !important;
  color: #ff0000 !important; }
.wpcf7-form .wpcf7-response-output {
  width: 200px !important;
  font-size: 14px !important;
  background-color: #ff0000 !important;
  line-height: 1.2; }
.wpcf7-form.sent .wpcf7-response-output {
  padding: 25px 40px 25px 75px !important;
  background-color: #80c84b !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important; }
  .wpcf7-form.sent .wpcf7-response-output:before {
    font-size: 30px !important; }

/* HACK FOR AUTOCOMPLETE FIELDS IN CHROME (YELLOW BUG) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px transparent inset;
  color: #222; }

/* ::-webkit-input-placeholder {
	color: $dark-grey;
	opacity: 1 !important;
}

::-moz-placeholder {
	color: $dark-grey;
	opacity: 1 !important;
}

input:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
input:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-webkit-input-placeholder { opacity: 0; @include transition(all,.4s,linear); }
textarea:focus::-moz-placeholder { opacity: 0; }
textarea:focus::-moz-placeholder { opacity: 0; } */
.only-home {
  display: none; }

.only-admin {
  display: none; }

body.logged-in .only-admin {
  display: block; }

/* *********************************************************************************************************************
 * THEME GLOBAL REPLACEMENTS 
 */
body > .wrapper {
  opacity: 0;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

blockquote {
  margin: 40px 0;
  padding: 0; }
  blockquote i.fa {
    margin-top: -15px !important;
    font-family: 'sub';
    font-size: 100px;
    color: #5cbbbd; }
    blockquote i.fa:before {
      content: '“' !important; }
  blockquote h5 {
    padding-left: 80px !important;
    font-family: 'Open Sans';
    font-size: 24px;
    line-height: 1.4;
    color: #333333; }

#back_to_top {
  right: auto !important;
  left: 0;
  bottom: 10px; }
  #back_to_top > span {
    border: 0;
    background-color: transparent !important; }
    #back_to_top > span i {
      font-size: 30px;
      color: #6f6e69; }
  #back_to_top:hover > span i {
    color: #5cbbbd; }

@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1; } }
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1; } }
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0, 10%);
    opacity: 0; }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1; } }
@keyframes element-from-bottom {
  0% {
    transform: translate(0, 10%);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
.vc_row.section .element_from_bottom > div,
.vc_row.section .element_from_fade > div {
  transition-delay: 200ms !important;
  -webkit-animation-delay: 200ms !important;
  animation-delay: 200ms !important; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.pagination {
  display: inline-block;
  width: 100%;
  margin: 20px 0 50px 0;
  text-align: center;
  position: relative; }

/* .wp-pagenavi {
	margin: 30px 0 60px 0 !important;
	
	.pages {
		display: none;
	}

	a, span {
		display: inline-block;
		width: 35px;
		height: 35px;
		margin: 0 4px;
		line-height: 34px;
		color: $grey;
		text-decoration: none;
		border: 1px solid $grey;
	}

	a {

		img {
			vertical-align: middle;
		}

		&:hover {
			color: $dark-grey;
		}
	}

	.current {
		font-weight: 700;
		color: #fff;
		background-color: $brown;
		border-color: $brown;
	}

	.previouspostslink, .nextpostslink {
	}

	.previouspostslink {
		margin-right: 9px;
	}

	.nextpostslink {
		margin-left: 9px;
	}
} */
/* *********************************************************************************************************************
 * SHARED ELEMENTS
 */
/* PRELOAD */
.preload,
.preload:after {
  position: absolute;
  z-index: 2;
  width: 90px;
  height: 90px;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  border-radius: 50%; }

.preload {
  background-color: transparent;
  border-top: 1px solid #e4e3e1;
  border-right: 1px solid #e4e3e1;
  border-bottom: 1px solid #e4e3e1;
  border-left: 1px solid #5cbbbd;
  transform: translateZ(0);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: .8s;
  animation-name: preload-loading; }

@keyframes preload-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.flex {
  display: flex;
  justify-content: space-between; }

.vertical-aligned {
  display: table; }
  .vertical-aligned .wpb_wrapper {
    display: table-cell;
    vertical-align: middle; }

#intro {
  z-index: 2;
  height: 480px;
  background-color: #c9e1e3;
  background-size: auto 480px; }
  #intro .vertical-aligned {
    height: 480px; }
  #intro h4 {
    width: 320px;
    font-size: 32px; }

.img-text-block {
  height: 330px;
  background-position: center 0;
  background-size: cover; }
  .img-text-block a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5); }
    .img-text-block a:hover {
      padding-left: 60px;
      background-color: rgba(0, 0, 0, 0.7); }
  .img-text-block h4 {
    margin-top: 150px;
    font-size: 40px;
    color: #fff; }
  .img-text-block p {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #fff; }

.cat-menu {
  margin-bottom: 60px; }
  .cat-menu a {
    display: inline-block;
    margin-right: 10px;
    padding: 4px 10px !important; }
    .cat-menu a img {
      width: 35px;
      margin: -2px 10px 0 -3px; }
    .cat-menu a:hover {
      border-color: #5cbbbd; }

.content_bottom .widget_text {
  padding: 100px 0; }
  .content_bottom .widget_text:first-child {
    background-color: #f0e9dc; }
  .content_bottom .widget_text:nth-child(2), .content_bottom .widget_text:nth-child(3) {
    background-color: #fff; }
    .content_bottom .widget_text:nth-child(2) h4, .content_bottom .widget_text:nth-child(3) h4 {
      font-size: 14px; }
    .content_bottom .widget_text:nth-child(2) ul, .content_bottom .widget_text:nth-child(3) ul {
      margin-top: 50px; }
      .content_bottom .widget_text:nth-child(2) ul li, .content_bottom .widget_text:nth-child(3) ul li {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
        list-style: none;
        width: 25%;
        text-align: center; }
        .content_bottom .widget_text:nth-child(2) ul li p, .content_bottom .widget_text:nth-child(3) ul li p {
          margin-top: 20px;
          padding: 0 10%;
          font-size: 14px;
          font-weight: 300; }
      .content_bottom .widget_text:nth-child(2) ul + div, .content_bottom .widget_text:nth-child(3) ul + div {
        margin-top: 40px; }
  .content_bottom .widget_text:nth-child(3) {
    padding-top: 0; }
.content_bottom .data {
  width: 50%;
  padding-top: 10px;
  font-size: 40px;
  color: #fff; }
  .content_bottom .data h3 {
    font-size: 32px; }
  .content_bottom .data h5 {
    margin-bottom: 100px;
    font-size: 60px; }
    .content_bottom .data h5 span {
      display: block;
      margin-bottom: 20px;
      font-family: 'Raleway';
      font-size: 12px; }
  .content_bottom .data a {
    display: inline-block;
    vertical-align: middle;
    margin: 15px 0 0 0;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
    color: #333333; }
    .content_bottom .data a:hover {
      padding-left: 5px;
      opacity: 0.7; }
    .content_bottom .data a img {
      position: absolute; }
    .content_bottom .data a span {
      display: block;
      padding-left: 45px; }
.content_bottom .wpcf7 {
  width: 50%;
  padding-left: 15px; }

.gallery .slider .slick-slide,
.testis .slider .slick-slide {
  margin: 0 10px; }
.gallery .slider .slick-list,
.testis .slider .slick-list {
  margin: 0 -10px; }

.slick-arrow {
  position: absolute;
  z-index: 1000;
  cursor: pointer;
  display: block;
  outline: none;
  width: 30px;
  height: 30px;
  top: calc(50% - 15px);
  padding: 0;
  text-align: center;
  color: transparent;
  border: none;
  border-radius: 50%;
  background: #e4e3e1; }
  .slick-arrow:before {
    display: block;
    font-family: "linea-arrows-10" !important;
    content: "\e04b";
    font-size: 22px;
    line-height: 30px;
    font-weight: 800;
    opacity: 1;
    color: #5cbbbd;
    transition: all 0.4s ease 0s !important; }
  .slick-arrow:hover {
    background-color: #5cbbbd; }
    .slick-arrow:hover:before {
      color: #fff; }

.slick-prev {
  left: -70px; }
  .slick-prev:before {
    content: "\e03f"; }

.slick-next {
  right: -70px; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  display: block;
  list-style: none;
  width: 100%;
  margin-top: 5px;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
    padding: 0; }
    .slick-dots li button {
      display: block;
      cursor: pointer;
      width: 20px;
      height: 20px;
      padding: 5px;
      font-size: 0;
      line-height: 0;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
      .slick-dots li button:hover:before, .slick-dots li button:focus:before {
        opacity: 1; }
      .slick-dots li button:before {
        content: '•';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        color: #333333;
        opacity: 0.1; }
    .slick-dots li.slick-active button:before {
      opacity: .5;
      color: #333333; }

.lg-outer #lg-counter {
  float: right;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 900;
  line-height: 26px;
  color: #fff; }
.lg-outer.lg-thumb-open .lg-sub-html {
  bottom: 80px !important; }
.lg-outer .lg-sub-html {
  font-size: 14px; }
.lg-outer .lg-toogle-thumb {
  right: auto;
  left: 20px; }
.lg-outer .lg-thumb-item {
  border-radius: 0; }
  .lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #5cbbbd; }

.file-iframe-viewer .lg-object {
  padding-top: 20px; }

#cookie-notice {
  font-family: 'Raleway', sans-serif; }
  #cookie-notice .cookie-notice-container {
    padding: 30px 0; }
  #cookie-notice #cn-close-notice {
    display: none; }
  #cookie-notice .boxed-link {
    margin-left: 30px;
    color: #fff;
    background-color: #5cbbbd; }

/* *********************************************************************************************************************
 * HEADER - MENU
 */
header .header_top {
  background-color: transparent; }
  header .header_top .container_inner {
    position: relative; }
  header .header_top .right {
    position: absolute;
    right: 0; }
  header .header_top a {
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #5cbbbd; }
    header .header_top a.tel {
      margin-right: 49px; }
    header .header_top a:hover {
      opacity: 0.7; }
    header .header_top a img {
      position: absolute; }
    header .header_top a span {
      display: block;
      padding-left: 38px; }
    header .header_top a#search_bt {
      margin-left: 40px; }
header .header_bottom {
  padding: 0; }
  header .header_bottom .q_logo a {
    height: 66px !important; }
  header .header_bottom .search_button {
    display: none; }
header nav.main_menu {
  margin-top: 58px; }
  header nav.main_menu > ul > li > a {
    margin: 0 20px;
    padding: 0;
    font-weight: 800;
    font-family: 'Dosis';
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0;
    text-transform: none;
    color: #6f6e69 !important;
    opacity: 1 !important; }
    header nav.main_menu > ul > li > a span:nth-child(2) {
      line-height: 0 !important; }
      header nav.main_menu > ul > li > a span:nth-child(2):after {
        content: '';
        position: relative;
        display: inline-block;
        width: 100%;
        height: 1px;
        margin-bottom: -8px;
        background-color: transparent;
        transform: scaleX(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0s !important; }
    header nav.main_menu > ul > li > a:hover, header nav.main_menu > ul > li > a.current {
      color: #5cbbbd !important; }
      header nav.main_menu > ul > li > a:hover span:nth-child(2):after, header nav.main_menu > ul > li > a.current span:nth-child(2):after {
        transform: scaleX(1);
        background-color: #5cbbbd; }
    header nav.main_menu > ul > li > a.current {
      pointer-events: none; }
  header nav.main_menu > ul > li.has_sub > a:after {
    content: '\f107';
    padding-left: 6px;
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 14px;
    color: #888; }
  header nav.main_menu > ul > li:last-child > a {
    margin-right: 0; }
  header nav.main_menu .second {
    padding-top: 13px;
    transition: all 0.4s ease 0s !important; }
    header nav.main_menu .second ul {
      padding: 10px 16px !important;
      background-color: #fff !important;
      border-top: 3px solid #5cbbbd !important;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
      header nav.main_menu .second ul li {
        border-bottom: 1px solid #e4e3e1; }
        header nav.main_menu .second ul li a {
          padding: 5px 0 !important;
          font-family: 'Dosis';
          font-size: 18px !important;
          line-height: 30px !important;
          font-weight: 400 !important;
          letter-spacing: 0 !important;
          text-transform: none !important;
          color: #333333 !important; }
          header nav.main_menu .second ul li a span {
            display: block;
            line-height: 1.7; }
          header nav.main_menu .second ul li a:hover {
            color: #5cbbbd !important; }
        header nav.main_menu .second ul li.current-menu-item a {
          color: #5cbbbd !important; }
header .header_bottom_right_widget_holder {
  padding: 0; }
header a.popup_menu {
  display: none; }
header .qode_search_form_2 input {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 18px !important; }
header .qode_search_form_2 .qode_search_submit {
  cursor: pointer !important;
  color: #fff !important; }
header.sticky .header_bottom .q_logo a {
  height: 40px !important; }
header.sticky nav.main_menu {
  margin-top: 0; }
  header.sticky nav.main_menu .second {
    padding-top: 0; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer {
  background: #333333 url("../../../media/footer-bkg.jpg") no-repeat;
  background-size: cover; }
  footer .footer_top_holder {
    background-color: transparent; }
    footer .footer_top_holder .footer_top {
      padding: 70px 0; }
    footer .footer_top_holder .column2 .column_inner {
      padding-left: 100px; }
    footer .footer_top_holder .column3 .column_inner {
      padding-left: 200px; }
    footer .footer_top_holder .textwidget {
      font-size: 14px;
      color: #fff !important; }
    footer .footer_top_holder h5 {
      font-family: 'Dosis';
      font-size: 15px;
      font-weight: 800;
      letter-spacing: 1px;
      color: #fff; }
      footer .footer_top_holder h5:after {
        content: '';
        display: block;
        width: 30px;
        height: 1px;
        margin: 10px 0;
        background-color: #fff; }
    footer .footer_top_holder a {
      font-size: 14px;
      color: #fff;
      border-bottom: 1px solid transparent; }
      footer .footer_top_holder a.pagelink {
        display: inline-block;
        margin-bottom: 10px; }
      footer .footer_top_holder a:hover {
        border-color: #fff; }

/* *********************************************************************************************************************
 * HOME
 */
.home #intro {
  background-position: calc(50% + 250px) 0; }
.home #tecno .vertical-aligned {
  height: 500px;
  padding-left: 50px; }
.home #tecno h4 {
  margin-bottom: 30px;
  width: 450px;
  font-size: 22px; }
.home #cats .vertical-aligned {
  height: 450px;
  padding-left: 70px; }
.home #cats ul li {
  list-style: none;
  width: 350px;
  padding: 10px 0;
  border-bottom: 1px solid #bfbfbf; }
  .home #cats ul li a {
    display: block;
    font-family: 'Dosis';
    font-size: 16px;
    text-transform: uppercase; }
    .home #cats ul li a:hover {
      padding-left: 6px; }
.home #diag {
  background-color: #f0e9dc;
  background-size: auto 480px;
  background-position: 8% 0; }
  .home #diag .vertical-aligned {
    height: 480px;
    padding-left: 100px; }
  .home #diag p {
    font-size: 14px; }
  .home #diag h5 {
    margin: 10px 0 20px 0;
    font-size: 60px; }
    .home #diag h5 span {
      display: block;
      font-family: 'Raleway';
      font-size: 12px; }
.home #trata {
  margin: 70px 0; }
  .home #trata .section_inner_margin {
    margin: 0; }
  .home #trata h2 {
    margin-bottom: 0; }
  .home #trata h4 {
    font-size: 28px; }
  .home #trata .tratas-grid {
    margin-bottom: 0; }
.home #promos .section_inner_margin {
  margin: 0; }
.home #promos .promos-box {
  display: table;
  height: 600px;
  margin: 70px 0;
  padding-left: 50%;
  background: #cbe3e5 url("../../../media/home-promos-bkg.jpg") no-repeat 0 0; }
.home #promos .data {
  display: table-cell;
  vertical-align: middle;
  padding: 0 80px; }
.home #promos h2 {
  font-size: 28px; }
.home #promos p {
  margin-bottom: 30px;
  font-size: 14px; }
.home #promos .promo-slider {
  width: 400px;
  margin: 0 0 70px 0; }
  .home #promos .promo-slider .slick-slide {
    margin: 0 10px; }
  .home #promos .promo-slider .slick-list {
    margin: 0 -10px; }
.home #promos .promo-slider .item {
    position: relative;
    box-sizing: border-box;
    height: auto;                  /* Ajustar altura automática */
    padding: 30px;
    text-align: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;        /* Los elementos se apilan verticalmente */
    justify-content: center;       /* Centrar verticalmente */
    align-items: center;           /* Centrar horizontalmente */
}

.home #promos .promo-slider .item h3 {
    font-family: 'Dosis';
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;                     /* Eliminar márgenes adicionales */
}

.home #promos .promo-slider .item span {
    font-size: 20px;
    font-weight: 700;
    color: #5cbbbd;
    margin: 10px 0 0;              /* Agregar margen para separar un poco el span del h3 */
}

.home #promos .promo-slider .item:hover {
    background-color: #5cbbbd;
}

.home #promos .promo-slider .item:hover span {
    color: #fff;
}
.home #news {
  margin: 40px 0 80px 0 !important; }
  .home #news .section_inner_margin {
    margin: 0; }
  .home #news .item {
    position: relative;
    box-sizing: border-box;
    width: 48%; }
    .home #news .item > div {
      display: block;
      box-sizing: border-box;
      vertical-align: top; }
    .home #news .item .img {
      position: relative;
      overflow: hidden;
      height: 250px; }
      .home #news .item .img img {
        transform-origin: center 0;
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .home #news .item .data {
      padding: 20px;}
      .home #news .item .data h3 {
        transition: color 0.3s ease 0s !important; }
      .home #news .item .data p {
        margin-top: 15px;
        font-size: 14px;}
    .home #news .item:hover{
      -moz-transform: scale(1.03);
      -webkit-transform: scale(1.03);
      transform: scale(1.03); 
	  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;}
	.home #news .item:hover .img img{
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
	  transform: scale(1.02);}
    .home #news .item:hover .data h3 {
      color: #5cbbbd; }

/* *********************************************************************************************************************
 * CLINICA
 */
.page-clinica #intro {
  background-position: 100% 0; }
  .page-clinica #intro h3 {
    font-size: 30px; }
  .page-clinica #intro h4 {
    width: 440px;
    font-size: 24px; }
.page-clinica #desc {
  margin: 50px 0; }
  .page-clinica #desc a.boxed-link {
    margin: 30px auto; }
.page-clinica #instalaciones {
  margin-top: 50px; }
  .page-clinica #instalaciones .section_inner_margin {
    margin: 0; }
.page-clinica #acreditaciones {
  margin: 50px 0 !important; }
  .page-clinica #acreditaciones ul {
    padding-left: 40px; }
    .page-clinica #acreditaciones ul li {
      margin-bottom: 10px; }
  .page-clinica #acreditaciones a {
    margin-left: 1.1em;
    font-weight: 700;
    color: #5cbbbd; }
    .page-clinica #acreditaciones a:hover {
      text-decoration: underline; }
.page-clinica #acredis ul {
  flex-wrap: wrap; }
  .page-clinica #acredis ul li {
    width: 33%;
    margin-bottom: 45px; }
    .page-clinica #acredis ul li p {
      margin-top: 5px; }

/* *********************************************************************************************************************
 * EQUIPO
 */
.page-equipo #intro {
  background-position: 100% 0; }
  .page-equipo #intro h3 {
    font-size: 30px; }
  .page-equipo #intro h4 {
    width: 440px;
    font-size: 24px; }
.page-equipo #equipo {
  margin-top: 40px; }
  .page-equipo #equipo .section_inner_margin {
    margin: 0; }

.equipo-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0 70px 0; }
  .equipo-grid:after {
    content: '';
    height: 0;
    width: 48%; }
  .equipo-grid .item {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 4%;
    border: 0 solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important; }
    .equipo-grid .item > div {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
    .equipo-grid .item .img {
      position: relative;
      overflow: hidden;
      width: 50%;
      height: 270px;
      border-right: 1px solid #e4e3e1; }
      .equipo-grid .item .img img {
        -moz-transform: scale(1.06);
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .equipo-grid .item .data {
      display: table;
      box-sizing: border-box;
      width: 50%;
      height: 270px;
      padding: 0 30px; }
      .equipo-grid .item .data > div {
        display: table-cell;
        vertical-align: middle; }
      .equipo-grid .item .data h3 {
        margin-bottom: 10px;
        font-family: 'Dosis';
        font-size: 18px;
        font-weight: 800;
        color: #333333; }
      .equipo-grid .item .data h5 {
        text-transform: uppercase;
        font-size: 14px; }
      .equipo-grid .item .data p {
        margin-top: 20px;
        font-size: 14px; }
    .equipo-grid .item:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      transform: scale(1.02);
      background-color: #e4e3e1; }
      .equipo-grid .item:hover .img img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

.single-equipo #intro .section_inner > div {
  position: relative;
  box-sizing: border-box;
  width: 50%; }
.single-equipo #intro .img {
  height: 480px; }
  .single-equipo #intro .img img {
    height: 100%; }
.single-equipo #intro .data {
  padding: 120px 0 0 70px; }
  .single-equipo #intro .data h1 {
    font-size: 30px; }
  .single-equipo #intro .data h2 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 18px; }
  .single-equipo #intro .data p + p {
    margin-top: 0; }
  .single-equipo #intro .data .rrss {
    margin-top: 30px; }
    .single-equipo #intro .data .rrss a {
      display: inline-block;
      width: 35px;
      height: 35px;
      margin-right: 6px;
      line-height: 35px;
      font-size: 23px;
      text-align: center;
      border: 2px solid #333333;
      border-radius: 50%; }
      .single-equipo #intro .data .rrss a:hover {
        color: #fff;
        background-color: #5cbbbd;
        border-color: #5cbbbd; }
.single-equipo .desc {
  margin-bottom: 50px; }
  .single-equipo .desc h2 {
    margin: 70px 0 30px 0;
    font-size: 24px; }
  .single-equipo .desc ul {
    padding-left: 40px; }
.single-equipo .curric {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  color: #5cbbbd; }
  .single-equipo .curric img {
    float: left;
    margin-right: 20px; }
  .single-equipo .curric:hover {
    text-decoration: underline; }
.single-equipo .gallery {
  margin: 50px 0; }

/* *********************************************************************************************************************
 * TRATAMIENTOS
 */
.page-tratamientos #intro,
.tax-cat_tratamiento #intro {
  margin-bottom: 50px;
  background-position: 100% 0; }
  .page-tratamientos #intro h3,
  .tax-cat_tratamiento #intro h3 {
    font-size: 30px; }
  .page-tratamientos #intro h4,
  .tax-cat_tratamiento #intro h4 {
    width: 480px;
    font-size: 24px; }
.page-tratamientos #desc,
.tax-cat_tratamiento #desc {
  margin: 50px 0 30px 0 !important; }
.page-tratamientos #tratas .section_inner_margin,
.tax-cat_tratamiento #tratas .section_inner_margin {
  margin: 0; }
.page-tratamientos #tratas h2,
.tax-cat_tratamiento #tratas h2 {
  font-size: 24px;
  text-transform: uppercase; }

.tax-cat_tratamiento #intro {
  height: 200px; }
  .tax-cat_tratamiento #intro .vertical-aligned {
    height: 200px; }
  .tax-cat_tratamiento #intro a.boxed-link {
    position: absolute;
    right: 0;
    top: 40%; }
.tax-cat_tratamiento .tratas-grid {
  margin-top: 60px; }

.tratas-grid {
  display: flex;
  /* FALLBACK FOR IE11- */
  flex-flow: row wrap;
  /* FALLBACK FOR IE11- */
  display: grid;
  grid-template-columns: repeat(auto-fill, 18%);
  justify-content: space-between;
  margin: 30px 0 70px 0; }
  .tratas-grid + p {
    column-count: 2;
    column-gap: 40px;
    font-size: 16px; }

.tratas-slider {
  margin-top: 30px; }
  .tratas-slider .slick-slide {
    margin: 0 15px; }
  .tratas-slider .slick-list {
    margin: 0 -15px;
    padding-top: 10px; }
  .tratas-slider .slick-prev {
    top: 102%;
    right: 40px;
    left: auto; }
  .tratas-slider .slick-next {
    top: 102%;
    right: 0; }
  .tratas-slider .item {
    min-height: 290px; }

.tratas-grid .item,
.tratas-slider .item {
  position: relative;
  box-sizing: border-box;
  height: 290px;
  margin-bottom: 1.6em;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important; }
  .tratas-grid .item > div,
  .tratas-slider .item > div {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top; }
  .tratas-grid .item .img,
  .tratas-slider .item .img {
    position: relative;
    overflow: hidden;
    height: 190px; }
    .tratas-grid .item .img img,
    .tratas-slider .item .img img {
      -moz-transform: scale(1.06);
      -webkit-transform: scale(1.06);
      transform: scale(1.06);
      transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
  .tratas-grid .item .data,
  .tratas-slider .item .data {
    box-sizing: border-box;
    width: 100%;
    padding: 30px 20px;
    text-align: center; }
    .tratas-grid .item .data h3,
    .tratas-slider .item .data h3 {
      padding: 0 10px;
      font-family: 'Dosis';
      font-size: 14px;
      font-weight: 400;
      text-transform: uppercase;
      color: #333333;
      transition: color 0.3s ease 0s !important; }
  .tratas-grid .item:hover,
  .tratas-slider .item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    transform: scale(1.03); }
    .tratas-grid .item:hover .img img,
    .tratas-slider .item:hover .img img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
      filter: brightness(1.07); }
  .tratas-grid .item.promo .border,
  .tratas-slider .item.promo .border {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 20px;
    border: 3px solid #cbe3e5;}
    .tratas-grid .item.promo .border:before,
    .tratas-slider .item.promo .border:before {
      content: url("../../../media/promo-flag.png");
      display: block;
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0; }

.single-tratamiento header nav.main_menu > ul > li:nth-child(2) a {
  color: #5cbbbd !important; }
.single-tratamiento #intro.new {
  background-size: cover;
  background-position: center; }
  .single-tratamiento #intro.new .grid_section {
    height: 100%; }
    .single-tratamiento #intro.new .grid_section .section_inner {
      display: flex;
      justify-content: end;
      align-items: center;
      height: 100%; }
  .single-tratamiento #intro.new .data {
    position: relative;
    box-sizing: border-box;
    max-width: 450px;
    padding: 30px;
    background-color: #ffffff66; }
    .single-tratamiento #intro.new .data h1 {
      text-transform: uppercase;
      font-size: 28px; }
    .single-tratamiento #intro.new .data h2 {
      font-size: 21px; }
    .single-tratamiento #intro.new .data .promos {
      position: relative;
      margin: 25px 0 0 -60px;
      padding: 20px 20px 20px 90px;
      background-color: #5cbbbd; }
      .single-tratamiento #intro.new .data .promos img {
        position: absolute;
        left: 15px; }
      .single-tratamiento #intro.new .data .promos h6 {
        margin-bottom: 0; }
        .single-tratamiento #intro.new .data .promos h6 span {
          font-weight: 300; }
      .single-tratamiento #intro.new .data .promos a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        color: #fff; }
        .single-tratamiento #intro.new .data .promos a:before {
          content: "\2022";
          display: inline-block;
          margin-right: 5px;
          font-weight: 700;
          font-size: 25px; }
        .single-tratamiento #intro.new .data .promos a:hover {
          text-decoration: underline; }
.single-tratamiento #intro.old .section_inner > div {
  position: relative;
  box-sizing: border-box;
  width: 50%; }
.single-tratamiento #intro.old .img {
  height: 480px; }
  .single-tratamiento #intro.old .img img {
    height: 100%; }
.single-tratamiento #intro.old .data {
  padding: 120px 0 0 70px; }
  .single-tratamiento #intro.old .data h1 {
    text-transform: uppercase;
    font-size: 30px; }
  .single-tratamiento #intro.old .data h2 {
    font-size: 24px; }
.single-tratamiento #intro.old .promos {
  position: relative;
  margin-top: 30px;
  padding: 30px 30px 30px 100px;
  background-color: #5cbbbd; }
  .single-tratamiento #intro.old .promos img {
    position: absolute;
    left: 25px; }
  .single-tratamiento #intro.old .promos h6 {
    margin-bottom: 0; }
    .single-tratamiento #intro.old .promos h6 span {
      font-weight: 300; }
  .single-tratamiento #intro.old .promos a {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #fff; }
    .single-tratamiento #intro.old .promos a:before {
      content: "\2022";
      display: inline-block;
      margin-right: 5px;
      font-weight: 700;
      font-size: 25px; }
    .single-tratamiento #intro.old .promos a:hover {
      text-decoration: underline; }
.single-tratamiento .desc h2 {
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: 'Dosis', serif;
  font-weight: 800;
  font-size: 24px;
  color: #5cbbbd; }
.single-tratamiento .desc h3 {
  margin-top: 30px;
  margin-bottom: 15px;
  font-family: 'Dosis', serif;
  font-weight: 600;
  font-size: 22px;
  color: #333333; }
.single-tratamiento .desc ul {
  padding-left: 40px; }
.single-tratamiento .video-wrapper {
  margin-top: 50px;
  text-align: center; }
  .single-tratamiento .video-wrapper.double iframe {
    display: inline-block;
    width: 46%;
    margin: 0 1%; }
.single-tratamiento .results {
  margin: 50px 0;
  padding: 60px 0;
  background-color: #cbe3e5;}
.single-tratamiento .results .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
  .single-tratamiento .results .twentytwenty-wrapper {
    width: 48%;
    margin-bottom: 4%; }
  .single-tratamiento .results img {
    transition: clip 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s !important; }
  .single-tratamiento .results .twentytwenty-handle {
    transition: left 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0s !important; }
.single-tratamiento .gallery {
  margin: 50px 0; }
.single-tratamiento .tecno {
  margin: 70px 0; }
.single-tratamiento .doctores {
  padding: 70px 0;
  background-color: #f5f5f5; }
  .single-tratamiento .doctores h2 {
    margin-bottom: 10px;
    font-size: 16px; }
  .single-tratamiento .doctores h3 {
    margin-bottom: 30px;
    font-size: 28px; }
  .single-tratamiento .doctores .doctores-grid {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .single-tratamiento .doctores .doctores-grid:after {
      content: '';
      height: 0;
      width: 48%; }
    .single-tratamiento .doctores .doctores-grid .item {
      position: relative;
      box-sizing: border-box;
      width: 48%;
      margin-bottom: 4%; }
      .single-tratamiento .doctores .doctores-grid .item > div {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top; }
      .single-tratamiento .doctores .doctores-grid .item .img {
        position: relative;
        overflow: hidden;
        width: 150px;
        height: 150px;
        border-radius: 50%; }
        .single-tratamiento .doctores .doctores-grid .item .img img {
          -moz-transform: scale(1.06);
          -webkit-transform: scale(1.06);
          transform: scale(1.06);
          transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
      .single-tratamiento .doctores .doctores-grid .item .data {
        width: calc(100% - 170px);
        padding-left: 25px; }
        .single-tratamiento .doctores .doctores-grid .item .data h3 {
          margin: 15px 0 5px 0;
          font-family: 'Dosis';
          font-size: 23px;
          font-weight: 800;
          color: #333333;
          transition: color 0.3s ease 0s !important; }
        .single-tratamiento .doctores .doctores-grid .item .data h5 {
          margin-bottom: 15px;
          font-size: 14px;
          text-transform: uppercase; }
        .single-tratamiento .doctores .doctores-grid .item .data p {
          margin: 0;
          font-size: 14px; }
      .single-tratamiento .doctores .doctores-grid .item:hover .img img {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1); }
      .single-tratamiento .doctores .doctores-grid .item:hover .data h3 {
        color: #5cbbbd; }
      .single-tratamiento .doctores .doctores-grid .item.promo {
        border: 3px solid #cbe3e5; }
.single-tratamiento .testis {
  margin: 70px 0; }
  .single-tratamiento .testis h2 {
    margin-bottom: 30px;
    font-size: 30px; }
  .single-tratamiento .testis .slider .item {
    width: 540px; }
    .single-tratamiento .testis .slider .item h4 {
      margin: 20px 0 10px 0;
      padding: 0 5%;
      font-family: 'Dosis';
      font-size: 18px;
      font-weight: 800;
      text-align: center; }
    .single-tratamiento .testis .slider .item p {
      padding: 0 5%;
      font-size: 14px;
      text-align: center; }

/* *********************************************************************************************************************
 * TECNOLOGÍAS
 */
.page-tecnologia #intro {
  margin-bottom: 50px;
  background-position: 80% 0; }
  .page-tecnologia #intro h3 {
    font-size: 30px; }
  .page-tecnologia #intro h4 {
    width: 480px;
    font-size: 24px; }
.page-tecnologia #desc {
  margin: 50px 0 !important; }
.page-tecnologia #tecnos .section_inner_margin {
  margin: 0; }
.page-tecnologia #tecnos h2 {
  font-size: 16px;
  text-transform: uppercase; }

.tecno-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px 0 70px 0; }
  .tecno-grid:after {
    content: '';
    height: 0;
    width: 48%; }
  .tecno-grid .item {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 3%;
    border: 0 solid transparent;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24) !important; }
    .tecno-grid .item > div {
      display: inline-block;
      box-sizing: border-box;
      vertical-align: top; }
    .tecno-grid .item .img {
      position: relative;
      overflow: hidden;
      width: 50%;
      height: 260px;
      border-right: 1px solid #e4e3e1; }
      .tecno-grid .item .img img {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .tecno-grid .item .data {
      display: table;
      box-sizing: border-box;
      width: 50%;
      height: 260px;
      padding: 0 30px; }
      .tecno-grid .item .data > div {
        display: table-cell;
        vertical-align: middle; }
      .tecno-grid .item .data h3 {
        margin-bottom: 10px;
        font-family: 'Dosis';
        font-size: 18px;
        font-weight: 800;
        color: #333333; }
      .tecno-grid .item .data h5 {
        font-size: 15px; }
    .tecno-grid .item:hover {
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
      -moz-transform: scale(1.02);
      -webkit-transform: scale(1.02);
      transform: scale(1.02);
      background-color: #e4e3e1; }
      .tecno-grid .item:hover .img img {
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        transform: scale(1.05); }

.single-tecno #intro .section_inner > div {
  position: relative;
  box-sizing: border-box;
  width: 50%; }
.single-tecno #intro .img {
  height: 480px; }
  .single-tecno #intro .img img {
    height: 100%; }
.single-tecno #intro .data {
  padding: 120px 0 0 70px; }
  .single-tecno #intro .data h1 {
    font-size: 30px; }
  .single-tecno #intro .data h2 {
    font-size: 24px; }
  .single-tecno #intro .data .info {
    margin-top: 30px; }
    .single-tecno #intro .data .info p {
      margin: 0; }
      .single-tecno #intro .data .info p span, .single-tecno #intro .data .info p a {
        font-family: 'Dosis';
        font-weight: 800; }
      .single-tecno #intro .data .info p a {
        text-decoration: underline; }
.single-tecno .desc {
  margin-bottom: 50px; }
  .single-tecno .desc h2 {
    margin: 70px 0 30px 0;
    font-size: 24px; }
  .single-tecno .desc ul {
    padding-left: 40px; }
.single-tecno .video-wrapper {
  margin: 50px 0;
  text-align: center; }
  .single-tecno .video-wrapper.double iframe {
    display: inline-block;
    width: 46%;
    margin: 0 1%; }
.single-tecno .gallery {
  margin-bottom: 50px; }
  .single-tecno .gallery .slider .slick-slide {
    margin: 0 10px; }
  .single-tecno .gallery .slider .slick-list {
    margin: 0 -10px; }
.single-tecno .tratamientos {
  margin-top: 100px; }

/* *********************************************************************************************************************
 * PROMOCIONES
 */
.page-promos #intro {
  margin-bottom: 50px;
  background-position: 90% 0;
  background-color: #dfe3e4; }
  .page-promos #intro h3 {
    font-size: 30px; }
  .page-promos #intro h4 {
    width: 480px;
    font-size: 24px; }
.page-promos #promos {
  margin: 70px 0 !important; }
  .page-promos #promos .section_inner_margin {
    margin: 0; }

.promo-grid {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .promo-grid .item {
    position: relative;
    box-sizing: border-box;
    width: 48%;
    margin-bottom: 3%; }
    .promo-grid .item .img {
      position: relative;
      overflow: hidden;
      height: 240px; }
      .promo-grid .item .img img {
        transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s !important; }
    .promo-grid .item .data {
      position: relative;
      box-sizing: border-box;
      padding-top: 30px; }
      .promo-grid .item .data h3 {
        margin-bottom: 0;
        text-transform: uppercase;
        color: #333333;
        transition: color 0.3s ease 0s !important; }
      .promo-grid .item .data h5 {
        font-size: 18px; }
      .promo-grid .item .data p {
        margin-top: 20px;
        font-size: 14px; }
      .promo-grid .item .data span {
        position: absolute;
        right: 0;
        top: 20px;
        font-size: 23px;
        font-weight: 700;
        color: #5cbbbd; }
    .promo-grid .item:hover .img img {
      -moz-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }
    .promo-grid .item:hover .data h3 {
      color: #5cbbbd; }

.single-promo header nav.main_menu > ul > li:nth-child(4) a {
  color: #5cbbbd !important; }
.single-promo #intro .section_inner > div {
  position: relative;
  box-sizing: border-box;
  width: 50%; }
.single-promo #intro .img {
  height: 480px; }
  .single-promo #intro .img img {
    height: 100%; }
.single-promo #intro .data {
  padding: 70px 0 0 70px; }
  .single-promo #intro .data h1 {
    margin-bottom: 0;
    font-size: 30px; }
  .single-promo #intro .data h2 {
    font-size: 30px;
    color: #5cbbbd; 
    font-weight: bold;}
  .single-promo #intro .data span {
    display: block;
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #5cbbbd; }
  .single-promo #intro .data .cupon {
    display: inline-block;
    margin-top: 30px; }
    .single-promo #intro .data .cupon:hover {
      opacity: 0.8; }
.single-promo .desc {
  margin: 70px 0; }
  .single-promo .desc ul {
    padding-left: 40px; }

/* *********************************************************************************************************************
 * NOTICIAS
 */
body.blog header:not(.sticky),
body.archive.category header:not(.sticky),
body.archive.tag header:not(.sticky),
body.search header:not(.sticky) {
  border-bottom: 1px solid #cbe3e5; }
body.blog .content .content_inner,
body.archive.category .content .content_inner,
body.archive.tag .content .content_inner,
body.search .content .content_inner {
  padding-top: 100px; }
body.blog .blog_holder article,
body.archive.category .blog_holder article,
body.archive.tag .blog_holder article,
body.search .blog_holder article {
  transition: box-shadow 0.5s ease 0s !important; }
  body.blog .blog_holder article:hover,
  body.archive.category .blog_holder article:hover,
  body.archive.tag .blog_holder article:hover,
  body.search .blog_holder article:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;}
  body.blog .blog_holder article .post_text_inner,
  body.archive.category .blog_holder article .post_text_inner,
  body.archive.tag .blog_holder article .post_text_inner,
  body.search .blog_holder article .post_text_inner {
    padding: 30px !important;
    background-color: #ececec !important; }
  body.blog .blog_holder article h5,
  body.archive.category .blog_holder article h5,
  body.archive.tag .blog_holder article h5,
  body.search .blog_holder article h5 {
    font-family: 'Dosis';
    font-size: 20px;
    font-weight: 800;
    text-align: center; }
    body.blog .blog_holder article h5:after,
    body.archive.category .blog_holder article h5:after,
    body.archive.tag .blog_holder article h5:after,
    body.search .blog_holder article h5:after {
      content: '';
      display: block;
      width: 60px;
      height: 1px;
      margin: 25px auto;
      background-color: #6f6e69; }
  body.blog .blog_holder article p,
  body.archive.category .blog_holder article p,
  body.archive.tag .blog_holder article p,
  body.search .blog_holder article p {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #6f6e69; }
  body.blog .blog_holder article .post_info,
  body.archive.category .blog_holder article .post_info,
  body.archive.tag .blog_holder article .post_info,
  body.search .blog_holder article .post_info {
    font-size: 13px;
    text-transform: uppercase;
    text-align: center; }

body.archive.category .content .content_inner,
body.archive.tag .content .content_inner {
  padding-top: 250px; }

body.search .blog_holder {
  padding-bottom: 80px; }
  body.search .blog_holder article {
    margin-bottom: 30px !important; }
    body.search .blog_holder article .date,
    body.search .blog_holder article .post_info,
    body.search .blog_holder article .post_image {
      display: none !important; }
    body.search .blog_holder article h2 {
      font-family: 'Dosis';
      font-weight: 800;
      font-size: 24px; }
body.search.search-no-results .blog_holder {
  text-align: center; }

.single-post header nav.main_menu li:nth-child(5) a {
  color: #5cbbbd !important; }
.single-post header:not(.sticky) {
  border-bottom: 1px solid #cbe3e5; }
.single-post .content .content_inner {
  padding-top: 80px; }
.single-post .blog_holder {
  padding-bottom: 80px; }
.single-post .post_text_inner h1 {
  font-family: 'Dosis';
  font-size: 36px;
  font-weight: 800; }
.single-post .post_text_inner .post_info {
  margin-top: 10px;
  font-size: 16px; }
  .single-post .post_text_inner .post_info a {
    color: #5cbbbd; }
  .single-post .post_text_inner .post_info .time {
    text-transform: capitalize; }
    .single-post .post_text_inner .post_info .time span {
      text-transform: none; }
.single-post .post_text_inner h2, .single-post .post_text_inner h3, .single-post .post_text_inner h4, .single-post .post_text_inner h5 {
  font-family: 'Dosis';
  font-weight: 600; }
  .single-post .post_text_inner h2 + p, .single-post .post_text_inner h2 + ul, .single-post .post_text_inner h2 + ol,
  .single-post .post_text_inner h2 + h2, .single-post .post_text_inner h2 + h3, .single-post .post_text_inner h2 + h4, .single-post .post_text_inner h2 + h5, .single-post .post_text_inner h3 + p, .single-post .post_text_inner h3 + ul, .single-post .post_text_inner h3 + ol,
  .single-post .post_text_inner h3 + h2, .single-post .post_text_inner h3 + h3, .single-post .post_text_inner h3 + h4, .single-post .post_text_inner h3 + h5, .single-post .post_text_inner h4 + p, .single-post .post_text_inner h4 + ul, .single-post .post_text_inner h4 + ol,
  .single-post .post_text_inner h4 + h2, .single-post .post_text_inner h4 + h3, .single-post .post_text_inner h4 + h4, .single-post .post_text_inner h4 + h5, .single-post .post_text_inner h5 + p, .single-post .post_text_inner h5 + ul, .single-post .post_text_inner h5 + ol,
  .single-post .post_text_inner h5 + h2, .single-post .post_text_inner h5 + h3, .single-post .post_text_inner h5 + h4, .single-post .post_text_inner h5 + h5 {
    margin-top: 10px; }
.single-post .post_text_inner h2 {
  margin: 40px 0 20px 0;
  font-size: 30px; }
  .single-post .post_text_inner h2:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 7px;
    background-color: #5cbbbd; }
.single-post .post_text_inner h3 {
  font-size: 26px; }
.single-post .post_text_inner h4 {
  font-size: 22px; }
.single-post .post_text_inner ul li a, .single-post .post_text_inner ol li a, .single-post .post_text_inner p a {
  color: #5cbbbd;
  text-decoration: underline; }
.single-post .post_text_inner ul,
.single-post .post_text_inner ol {
  position: relative;
  margin-bottom: 22px;
  padding-left: 35px; }
.single-post .post_text_inner ul li {
  list-style: none;
  padding-top: 10px;
  font-size: 16px; }
  .single-post .post_text_inner ul li:before {
    content: "\2022";
    position: absolute;
    left: 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    color: #5cbbbd; }
.single-post .post_text_inner blockquote {
  margin-left: 2%;
  padding: 0 5% 0 3%;
  border-left: 3px solid #5cbbbd; }
  .single-post .post_text_inner blockquote p {
    font-style: italic; }
.single-post .post_text_inner .social_share_holder > a {
  padding: 2px 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  color: #6f6e69;
  background-color: #dbdbdb; }
.single-post .post_text_inner .social_share_holder ul li:before {
  display: none; }
.single-post .single_tags {
  padding-top: 15px;
  border-top: 1px solid #cbe3e5; }
  .single-post .single_tags h5 {
    font-family: 'Dosis';
    font-weight: 800; }
  .single-post .single_tags a {
    font-size: 14px; }
.single-post .sidebar h5 {
  margin-bottom: 20px;
  font-family: 'Dosis';
  font-weight: 800;
  text-transform: uppercase; }
  .single-post .sidebar h5:after {
    content: '';
    display: block;
    width: 35px;
    height: 3px;
    margin-top: 7px;
    background-color: #5cbbbd; }
.single-post .sidebar #searchform {
  background-color: #dee2e3; }
  .single-post .sidebar #searchform input {
    color: #333333; }
.single-post .sidebar .latest_post_holder h6 {
  font-family: 'Open Sans';
  font-size: 15px; }
  .single-post .sidebar .latest_post_holder h6 a {
    color: #333333; }
.single-post .sidebar .latest_post_holder .post_infos {
  padding-top: 4px;
  font-size: 13px;
  color: #6f6e69; }
.single-post .sidebar .widget_categories li {
  padding: 4px 0; }
  .single-post .sidebar .widget_categories li a {
    font-size: 15px;
    text-transform: uppercase; }

/* *********************************************************************************************************************
 * CONTACTO
 */
.page-contacto #intro {
  background-position: 100% 0; }
  .page-contacto #intro h3 {
    font-size: 30px; }
  .page-contacto #intro h4 {
    width: 380px;
    font-size: 24px; }
.page-contacto #desc {
  margin: 50px 0; }
  .page-contacto #desc h2 {
    margin: 20px 0;
    font-size: 32px; }
    .page-contacto #desc h2 + p {
      padding-right: 100px; }
  .page-contacto #desc .bts {
    margin-top: 15px; }
    .page-contacto #desc .bts a {
      display: inline-block;
      vertical-align: middle;
      margin: 15px 0 0 0;
      font-size: 19px;
      font-weight: 700;
      line-height: 26px;
      color: #333333; }
      .page-contacto #desc .bts a:hover {
        padding-left: 5px;
        color: #5cbbbd; }
      .page-contacto #desc .bts a img {
        position: absolute;
        filter: brightness(0); }
      .page-contacto #desc .bts a span {
        display: block;
        padding-left: 45px; }
.page-contacto #map iframe {
  width: 100%; }
.page-contacto .content_bottom .widget_text {
  margin-top: 60px;
  padding: 0;
  background-color: #fff; }
  .page-contacto .content_bottom .widget_text:last-child {
    margin-bottom: 60px; }

/* *********************************************************************************************************************
 * LEGAL
 */
.page-legal header:not(.sticky) {
  border-bottom: 1px solid #cbe3e5; }
.page-legal .content .content_inner {
  margin: 80px 0 0 0; }
.page-legal .wpb_text_column {
  padding-bottom: 100px; }
  .page-legal .wpb_text_column h1 {
    font-size: 40px;
    color: #5cbbbd; }
    .page-legal .wpb_text_column h1 + p {
      margin-top: 30px; }
  .page-legal .wpb_text_column h2 {
    font-family: 'Dosis';
    padding: 40px 0 0 0;
    font-size: 24px; }
    .page-legal .wpb_text_column h2:before {
      content: '';
      display: block;
      width: 30px;
      height: 1px;
      margin-bottom: 10px;
      background-color: #5cbbbd; }
    .page-legal .wpb_text_column h2 + p {
      margin-top: 20px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
    font-size: 15px;
    line-height: 1.3;
    color: #333333; }
  .page-legal .wpb_text_column a {
    text-decoration: underline; }
  .page-legal .wpb_text_column ul, .page-legal .wpb_text_column ol {
    margin-top: 20px; }
    .page-legal .wpb_text_column ul li, .page-legal .wpb_text_column ol li {
      list-style-type: disc;
      list-style-position: inside;
      text-indent: -1em;
      padding-left: 1em; }
  .page-legal .wpb_text_column table {
    width: 100%;
    margin: 20px 0; }
    .page-legal .wpb_text_column table th, .page-legal .wpb_text_column table td {
      text-align: left !important;
      border: 1px solid #dee2e3; }
  .page-legal .wpb_text_column hr {
    visibility: hidden;
    margin: 40px 0 !important; }

/* *********************************************************************************************************************
 * FIREFOX POSITION FIXES
 */
@-moz-document url-prefix() {}
/* *********************************************************************************************************************
 * IMPORT RESPONSIVE
 */
/* *********************************************************************************************************************
 * RESPONSIVE MEDIA QUERIES
 */
/* *********************************************************************************************************************
 * DISABLE SMOOTH SCROLLING WHEN USERS HAVE PREFERS-REDUCED-MOTION ENABLED
 */
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto; } }
/* *********************************************************************************************************************
 * FOR RETINA
 */
/* *********************************************************************************************************************
 * VERTICAL BREAK POINTS
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1400
 */
/* *********************************************************************************************************************
 * BREAK POINT < 1300
 */
@media screen and (max-width: 1300px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 950px !important; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 30px; }

  h3 {
    font-size: 28px; }

  h4 {
    font-size: 22px; }

  p,
  ul.styled li,
  .desc ul li {
    font-size: 16px;
    line-height: 1.4; }

  #intro {
    height: 400px;
    background-size: auto 400px; }
    #intro .vertical-aligned {
      height: 400px; }
    #intro h4 {
      width: 350px;
      font-size: 28px; }

  .slick-prev {
    left: -15px; }

  .slick-next {
    right: -15px; }

  header .header_bottom .q_logo a {
    height: 56px !important; }
  header nav.main_menu > ul > li > a {
    font-size: 17px; }
  header nav.main_menu .second {
    padding-top: 15px; }

  footer .footer_top_holder .column2 .column_inner {
    padding-left: 60px; }
  footer .footer_top_holder .column3 .column_inner {
    padding-left: 120px; }
  footer .footer_top_holder a.pagelink {
    margin-bottom: 5px; }

  .home #tecno .vertical-aligned {
    height: 430px; }
  .home #tecno h4 {
    font-size: 20px; }
  .home #cats .vertical-aligned {
    height: 385px;
    padding-left: 50px; }
  .home #diag {
    background-size: auto 380px;
    background-position: 0; }
    .home #diag .vertical-aligned {
      height: 380px;
      padding-left: 90px; }
  .home #promos .promos-box {
    background-position: -50px 0; }
  .home #promos .data {
    padding: 0 50px; }
  .home #promos .promo-slider {
    width: 375px; }
  .home #news .item .img {
    height: 218px; }

  .page-clinica #intro h4 {
    width: 300px; }

  .page-equipo #intro {
    background-position: 110% 0; }
    .page-equipo #intro h4 {
      width: 300px;
      font-size: 20px; }

  .equipo-grid .item .img {
    height: 225px; }
    .equipo-grid .item .img img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .equipo-grid .item .data {
    height: 225px;
    padding: 0 25px; }
    .equipo-grid .item .data h5 {
      font-size: 13px; }

  .single-equipo #intro .img {
    height: 400px; }
  .single-equipo #intro .data {
    padding: 100px 0 0 30px; }

  .page-tratamientos #intro,
  .tax-cat_tratamiento #intro {
    background-position: 110% 0; }
    .page-tratamientos #intro h4,
    .tax-cat_tratamiento #intro h4 {
      width: 400px;
      font-size: 20px; }

  .tratas-grid .item,
  .tratas-slider .item {
    height: 260px; }
    .tratas-grid .item .img,
    .tratas-slider .item .img {
      height: 170px; }
    .tratas-grid .item .data,
    .tratas-slider .item .data {
      padding: 25px 15px; }
      .tratas-grid .item .data h3,
      .tratas-slider .item .data h3 {
        padding: 0 5px; }

  .tratas-slider .item {
    min-height: 260px; }

  .single-tratamiento #intro.new .data h1 {
    font-size: 24px; }
  .single-tratamiento #intro.new .data h2 {
    font-size: 18px; }
  .single-tratamiento #intro.new .data .promos a {
    font-size: 15px; }
  .single-tratamiento #intro.old .img {
    height: 400px; }
  .single-tratamiento #intro.old .data {
    padding: 70px 0 0 0px; }
    .single-tratamiento #intro.old .data h1 {
      font-size: 25px; }
    .single-tratamiento #intro.old .data h2 {
      font-size: 20px; }
  .single-tratamiento #intro.old .promos {
    margin-top: 20px;
    padding: 20px 20px 20px 100px; }
    .single-tratamiento #intro.old .promos img {
      left: 20px; }
    .single-tratamiento #intro.old .promos a {
      font-size: 15px; }
  .single-tratamiento .doctores h3 {
    font-size: 24px; }
  .single-tratamiento .testis iframe {
    display: block;
    width: 410px !important;
    margin: 0 auto; }

  .page-tecnologia #intro h4 {
    width: 400px;
    font-size: 22px; }

  .tecno-grid .item .img {
    height: 225px; }
    .tecno-grid .item .img img {
      -moz-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1); }
  .tecno-grid .item .data {
    height: 225px;
    padding: 0 25px; }
    .tecno-grid .item .data h5 {
      font-size: 13px; }

  .single-tecno #intro .img {
    height: 400px; }
  .single-tecno #intro .data {
    padding: 80px 0 0 30px; }
    .single-tecno #intro .data h2 {
      font-size: 20px; }

  .page-promos #intro {
    background-position: 110% 0; }

  .promo-grid .item .img {
    height: 225px; }
  .promo-grid .item .data span {
    font-size: 25px; }

  .single-promo #intro .img {
    height: 400px; }
  .single-promo #intro .data {
    padding: 40px 0 0 0px; }
    .single-promo #intro .data h1 {
      font-size: 26px; }
    .single-promo #intro .data h2 {
      font-size: 26px; }

  .single-post .post_text_inner h2 {
    font-size: 26px; }
  .single-post .post_text_inner h3 {
    font-size: 23px; }
  .single-post .post_text_inner h4 {
    font-size: 20px; } }
/* *********************************************************************************************************************
 * BREAK POINT < 1200
 */
/* *********************************************************************************************************************
 * PORTRAIT TABLET TO LANDSCAPE AND DESKTOP  < 1000
 */
@media screen and (max-width: 1000px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 90% !important; }

  #intro {
    height: 300px;
    background-size: auto 300px; }
    #intro .vertical-aligned {
      height: 300px; }
    #intro .section_inner {
      width: calc(90% - 30px) !important; }

  .content_bottom .widget_text {
    padding: 60px 0; }
  .content_bottom .data h3 {
    font-size: 28px; }
  .content_bottom .data h5 {
    margin-bottom: 100px;
    font-size: 50px; }

  .cat-menu {
    margin-bottom: 50px; }
    .cat-menu a {
      margin-right: 10px !important;
      font-size: 17px !important; }

  #cookie-notice .cookie-notice-container {
    padding: 30px; }
  #cookie-notice .boxed-link {
    margin: 15px 0 0 0; }

  .wpcf7-form > p label {
    font-size: 16px; }
  .wpcf7-form input.wpcf7-text,
  .wpcf7-form input.wpcf7-mail,
  .wpcf7-form textarea.wpcf7-textarea {
    font-size: 16px !important; }
  .wpcf7-form input.wpcf7-submit {
    width: 120px;
    height: 40px;
    font-size: 16px;
    line-height: 40px; }

  header .header_top {
    height: 0; }
    header .header_top .left {
      display: none; }
    header .header_top .right {
      text-align: left; }
    header .header_top a {
      margin-top: -25px;
      line-height: 25px; }
      header .header_top a img {
        height: 25px; }
      header .header_top a span {
        padding-left: 30px; }
      header .header_top a#search_bt {
        display: none; }
  header .header_bottom .side_menu_button {
    height: 0 !important; }
  header .header_bottom a.popup_menu {
    display: block;
    width: 35px;
    margin: 60px 0 0 0;
    padding-left: 0; }
    header .header_bottom a.popup_menu .line,
    header .header_bottom a.popup_menu .line:before,
    header .header_bottom a.popup_menu .line:after {
      width: 35px;
      height: 2px;
      transition: all 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s !important; }
    header .header_bottom a.popup_menu .line:before {
      top: -8px; }
    header .header_bottom a.popup_menu .line:after {
      top: 8px; }
  header .header_inner_left {
    z-index: 111;
    margin: 0 !important; }
    header .header_inner_left .logo_wrapper {
      left: 0; }
    header .header_inner_left .q_logo a {
      left: 0; }
    header .header_inner_left .mobile_menu_button {
      visibility: hidden; }
  header .mobile_menu {
    display: none !important; }

  .popup_menu_holder {
    background-color: #5cbbbd; }
    .popup_menu_holder nav.popup_menu ul li.has_sub > h6:after, .popup_menu_holder nav.popup_menu ul li.has_sub > a:after {
      content: '\f107';
      padding-left: 9px;
      font-family: 'FontAwesome';
      font-size: 20px;
      color: #fff; }
    .popup_menu_holder nav.popup_menu ul li h6, .popup_menu_holder nav.popup_menu ul li a {
      font-size: 27px;
      text-transform: none;
      letter-spacing: 0;
      line-height: 1.6;
      font-weight: 700;
      color: #fff; }
    .popup_menu_holder nav.popup_menu ul li .sub_menu {
      padding-bottom: 20px; }
      .popup_menu_holder nav.popup_menu ul li .sub_menu a {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 500; }
    .popup_menu_holder .popup_menu_widget_holder {
      margin-top: 50px; }
      .popup_menu_holder .popup_menu_widget_holder a {
        display: block;
        vertical-align: middle;
        width: 165px;
        margin: 0 auto;
        text-align: left;
        font-size: 22px;
        font-weight: 700;
        line-height: 30px;
        color: #fff !important; }
        .popup_menu_holder .popup_menu_widget_holder a img {
          position: absolute;
          filter: brightness(2); }
        .popup_menu_holder .popup_menu_widget_holder a span {
          display: block;
          padding-left: 38px; }

  .popup_menu_opened header {
    border: 0 !important; }
    .popup_menu_opened header .qode_search_form_2 {
      bottom: -50px; }

  footer .footer_top_holder .column2 .column_inner {
    padding-left: 50px; }
  footer .footer_top_holder .column3 .column_inner {
    padding-left: 60px; }

  .home #tecno .vertical-aligned {
    height: 340px; }
  .home #tecno h4 {
    width: 90%;
    font-size: 18px; }
  .home #cats .vertical-aligned {
    height: 400px; }
  .home #cats ul li {
    width: 110%; }
  .home #diag {
    background-size: auto 340px;
    background-position: -150px 0; }
    .home #diag .vertical-aligned {
      height: 340px;
      padding-left: 0; }
    .home #diag h5 {
      font-size: 50px; }
  .home #trata h4 {
    font-size: 22px; }
  .home #promos .promos-box {
    background: #cbe3e5 url("../../../media/home-promos-bkg-ipad.jpg") no-repeat -20px 0; }
  .home #promos .data {
    padding: 0 24px; }
  .home #promos .promo-slider {
    width: 330px; }
  .home #news .item .img {
    height: 168px; }

  .page-clinica #instalaciones .section_inner_margin {
    margin: 0 15px; }

  .page-equipo #intro {
    background-position: 110% 0; }
    .page-equipo #intro h3 {
      font-size: 25px; }
    .page-equipo #intro h4 {
      width: 300px;
      font-size: 18px; }

  .equipo-grid .item .img {
    height: 180px;
    border: 0; }
  .equipo-grid .item .data {
    height: 180px; }
    .equipo-grid .item .data p {
      display: none; }

  .single-equipo #intro .img {
    height: 300px; }
  .single-equipo #intro .data {
    padding: 50px 0 0 0; }
    .single-equipo #intro .data h1 {
      font-size: 24px; }
    .single-equipo #intro .data h2 {
      font-size: 16px; }

  .page-tratamientos #intro h4,
  .tax-cat_tratamiento #intro h4 {
    width: 350px;
    font-size: 18px; }
  .page-tratamientos #tratas .section_inner_margin,
  .tax-cat_tratamiento #tratas .section_inner_margin {
    margin: 0 15px; }

  .tratas-grid {
    grid-template-columns: repeat(auto-fill, 23%);
    margin: 20px 0 40px 0; }

  .tratas-grid .item,
  .tratas-slider .item {
    height: 260px; }
    .tratas-grid .item .img,
    .tratas-slider .item .img {
      height: 170px; }
    .tratas-grid .item .data,
    .tratas-slider .item .data {
      padding: 25px 15px; }
      .tratas-grid .item .data h3,
      .tratas-slider .item .data h3 {
        padding: 0 5px; }

  .tratas-slider .item {
    min-height: 260px; }

  .single-tratamiento #intro.new .data {
    max-width: 350px;
    padding: 25px; }
    .single-tratamiento #intro.new .data h1 {
      margin-bottom: 10px;
      font-size: 20px; }
    .single-tratamiento #intro.new .data h2 {
      font-size: 17px; }
    .single-tratamiento #intro.new .data .promos {
      margin: 20px 0 0 -50px; }
      .single-tratamiento #intro.new .data .promos h6 {
        font-size: 18px; }
  .single-tratamiento #intro.old .section_inner {
    width: 90% !important; }
  .single-tratamiento #intro.old .img {
    height: 300px; }
  .single-tratamiento #intro.old .data {
    padding: 50px 0 0 0px; }
    .single-tratamiento #intro.old .data h1 {
      font-size: 22px; }
    .single-tratamiento #intro.old .data h2 {
      font-size: 18px; }
  .single-tratamiento .results {
    padding: 40px 0; }
    .single-tratamiento .results .twentytwenty-wrapper {
      width: 48.7%; }
  .single-tratamiento .doctores .doctores-grid .item .data h3 {
    font-size: 20px; }
  .single-tratamiento .doctores .doctores-grid .item .data p {
    display: none; }
  .single-tratamiento .testis iframe {
    width: 310px !important;
    height: 210px !important; }

  .page-tecnologia #intro h3 {
    font-size: 25px; }
  .page-tecnologia #intro h4 {
    width: 300px;
    font-size: 18px; }
  .page-tecnologia #tecnos .section_inner_margin {
    margin: 0 15px; }

  .tecno-grid .item .img {
    height: 173px;
    border: 0; }
  .tecno-grid .item .data {
    height: 173px; }
    .tecno-grid .item .data h5 {
      display: none; }

  .single-tecno #intro .img {
    height: 300px; }
  .single-tecno #intro .data {
    padding: 50px 0 0 0; }
    .single-tecno #intro .data h1 {
      font-size: 24px; }
    .single-tecno #intro .data h2 {
      font-size: 16px; }

  .promo-grid .item .img {
    height: 173px; }

  .single-promo #intro .img {
    height: 300px; }

  body.archive.category .content .content_inner,
  body.archive.tag .content .content_inner,
  body.search .content .content_inner,
  .single-post .content .content_inner {
    padding-top: 40px; }

  .single-post .post_text_inner h1 {
    font-size: 30px; }
  .single-post .sidebar .latest_post_holder .latest_post_image {
    display: none; }
  .single-post .sidebar .latest_post_holder .latest_post_text {
    padding-left: 0; }
  .single-post .sidebar .latest_post_holder h6 {
    font-size: 14px; }
  .single-post .sidebar .latest_post_holder .post_infos {
    padding-top: 0;
    font-size: 13px; }

  .page-legal .content .content_inner {
    margin: 50px 0 0 0; }
  .page-legal .wpb_text_column {
    padding: 0 15px 100px 15px; }
    .page-legal .wpb_text_column h1 {
      font-size: 36px; } }
/* *********************************************************************************************************************
 * VERTICAL MOBILES AND DOWN  < 768
 */
@media screen and (max-width: 767px) {
  div.grid_section .section_inner,
  .container_inner {
    width: 85% !important; }

  p,
  ul.styled li,
  .desc ul li {
    font-size: 15px;
    line-height: 1.4; }

  .title-dosis {
    font-size: 18px; }

  #back_to_top {
    display: none; }

  #intro {
    height: 200px;
    background-size: auto 200px; }
    #intro .vertical-aligned {
      height: 200px; }
    #intro .section_inner {
      width: calc(85% - 30px) !important; }
    #intro h4 {
      width: 50%;
      font-size: 19px; }

  .content_bottom .flex {
    display: block; }
  .content_bottom .widget_text {
    padding: 40px 0; }
    .content_bottom .widget_text:nth-child(2), .content_bottom .widget_text:nth-child(3) {
      text-align: center; }
      .content_bottom .widget_text:nth-child(2) ul, .content_bottom .widget_text:nth-child(3) ul {
        margin-top: 30px; }
        .content_bottom .widget_text:nth-child(2) ul li, .content_bottom .widget_text:nth-child(3) ul li {
          width: 100%;
          margin-top: 15px; }
          .content_bottom .widget_text:nth-child(2) ul li img, .content_bottom .widget_text:nth-child(3) ul li img {
            height: 60px; }
          .content_bottom .widget_text:nth-child(2) ul li p, .content_bottom .widget_text:nth-child(3) ul li p {
            margin-top: 0;
            padding: 0;
            font-size: 12px; }
    .content_bottom .widget_text:nth-child(3) {
      padding-top: 30px; }
  .content_bottom .data {
    width: 100%; }
    .content_bottom .data h5 {
      margin-bottom: 0; }
  .content_bottom .wpcf7 {
    width: 100%;
    padding: 20px 0 0 0; }

  .cat-menu {
    margin-bottom: 30px; }
    .cat-menu a {
      margin-bottom: 10px;
      font-size: 15px !important; }

  header .header_top {
    display: none !important; }
  header .header_bottom a.popup_menu {
    margin: 40px 0 0 0; }
  header .header_inner_left .q_logo a {
    height: 45px !important; }

  .popup_menu_holder nav.popup_menu {
    padding-top: 50px; }
    .popup_menu_holder nav.popup_menu ul li a, .popup_menu_holder nav.popup_menu ul li h6 {
      font-size: 27px;
      line-height: 1.3; }
  .popup_menu_holder .popup_menu_widget_holder {
    margin-top: 30px; }
    .popup_menu_holder .popup_menu_widget_holder a {
      width: 145px;
      font-size: 18px; }

  footer .footer_top_holder .column_inner {
    padding: 0px !important;
    text-align: center; }
  footer .footer_top_holder .textwidget, footer .footer_top_holder a {
    font-size: 16px; }
  footer .footer_top_holder h5 {
    font-size: 17px; }
    footer .footer_top_holder h5:after {
      margin: 10px auto; }

  .home #intro {
    background-position: calc(50% + 130px) 0; }
  .home #tecno .vc_column-inner {
    padding: 0 !important; }
  .home #tecno .vertical-aligned {
    height: 280px;
    padding: 0 30px; }
  .home #tecno h4 {
    width: 90%;
    font-size: 18px; }
  .home #cats .vc_column-inner {
    padding: 0 !important; }
  .home #cats .vertical-aligned {
    width: 100%;
    height: 370px;
    padding: 0 30px; }
    .home #cats .vertical-aligned .wpb_wrapper {
      display: block; }
  .home #cats ul li {
    width: calc(100% - 60px); }
  .home #diag {
    background-image: url("") !important; }
    .home #diag .vertical-aligned {
      height: 360px;
      padding: 0 15px; }
  .home #trata a.boxed-link span {
    display: none; }
  .home #promos .promos-box {
    height: auto;
    margin: 40px -15px;
    padding: 30px 0;
    background-image: url(); }
  .home #promos .data {
    padding: 0 30px; }
  .home #promos .promo-slider {
    width: 315px; }
  .home #promos a.boxed-link {
    width: calc(100% - 60px);
    text-align: center; }
  .home #news .item .img {
    height: 73px; }
  .home #news .item .data h3 {
    line-height: 1.1; }

  .page-clinica #intro {
    height: 420px;
    background-position: 0 0;
    background-size: 100%; }
    .page-clinica #intro .vc_column-inner > .wpb_wrapper {
      position: relative;
      height: 420px; }
    .page-clinica #intro .vertical-aligned {
      display: block;
      position: absolute;
      bottom: 30px;
      height: auto; }
    .page-clinica #intro h4 {
      font-size: 19px; }
  .page-clinica #acreditaciones ul {
    padding-left: 20px; }
  .page-clinica #acredis ul li {
    width: 100%;
    margin-bottom: 10px; }
    .page-clinica #acredis ul li p {
      margin-top: 0; }

  .page-equipo #intro {
    height: 480px;
    background-position: 0 0;
    background-size: 100%; }
    .page-equipo #intro .vc_column-inner > .wpb_wrapper {
      position: relative;
      height: 480px; }
    .page-equipo #intro .vertical-aligned {
      display: block;
      position: absolute;
      bottom: 30px;
      height: auto; }
    .page-equipo #intro h4 {
      font-size: 16px; }
  .page-equipo #equipo {
    margin-top: 20px; }
    .page-equipo #equipo .section_inner_margin {
      margin: 0 15px; }

  .equipo-grid {
    display: block;
    margin-bottom: 30px; }
    .equipo-grid .item {
      width: 100%;
      margin-bottom: 25px; }
      .equipo-grid .item .img {
        height: 157px; }
      .equipo-grid .item .data {
        height: 157px;
        padding: 0 15px; }
        .equipo-grid .item .data h5 {
          font-size: 12px; }

  .single-equipo #intro {
    height: auto;
    padding-bottom: 30px; }
    .single-equipo #intro .section_inner {
      width: 100% !important; }
    .single-equipo #intro .img {
      width: 40% !important;
      height: 130px;
      margin-top: 30px; }
    .single-equipo #intro .data {
      width: 60% !important;
      padding: 30px 30px 0 0; }
      .single-equipo #intro .data h1 {
        font-size: 22px; }
      .single-equipo #intro .data h2 {
        font-size: 14px; }
      .single-equipo #intro .data .rrss {
        margin-top: 20px; }
        .single-equipo #intro .data .rrss a {
          width: 25px;
          height: 25px;
          line-height: 25px;
          font-size: 20px;
          border: 0; }
  .single-equipo .desc h2 {
    margin-top: 30px; }
  .single-equipo .gallery {
    margin-top: 0; }

  .page-tratamientos #intro,
  .tax-cat_tratamiento #intro {
    background-position: calc(50% + 140px) 0; }
    .page-tratamientos #intro h3,
    .tax-cat_tratamiento #intro h3 {
      font-size: 23px; }
    .page-tratamientos #intro h4,
    .tax-cat_tratamiento #intro h4 {
      width: 220px;
      font-size: 15px; }
  .page-tratamientos #tratas h2,
  .tax-cat_tratamiento #tratas h2 {
    font-size: 20px; }

  .tratas-grid {
    grid-template-columns: repeat(auto-fill, 48%);
    margin: 20px 0 40px 0; }
    .tratas-grid + p {
      column-count: 1;
      column-gap: 0;
      font-size: 14px; }

  .tratas-grid .item,
  .tratas-slider .item {
    height: 250px; }
    .tratas-grid .item .img,
    .tratas-slider .item .img {
      height: 160px; }
    .tratas-grid .item .data,
    .tratas-slider .item .data {
      padding: 25px 5px; }
      .tratas-grid .item .data h3,
      .tratas-slider .item .data h3 {
        padding: 0; }

  .tratas-slider {
    margin-top: 10px; }
    .tratas-slider .slick-slide {
      margin: 0 5px; }
    .tratas-slider .slick-list {
      margin: 0 -5px;
      padding-bottom: 20px; }

  .single-tratamiento #intro.new {
    height: auto;
    padding: 60px 0 30px 0;
    background-color: #FFFFFF;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 30% top; }
    .single-tratamiento #intro.new .grid_section .section_inner {
      width: calc(100% - 60px) !important; }
    .single-tratamiento #intro.new .data {
      max-width: 300px;
      background-color: #ffffffcc; }
      .single-tratamiento #intro.new .data h1 {
        margin-bottom: 10px;
        font-size: 20px; 
		text-align: center;	}
      .single-tratamiento #intro.new .data h2 {
        font-size: 17px; }
      .single-tratamiento #intro.new .data .promos {
        margin: 20px 0 0 0; }
        .single-tratamiento #intro.new .data .promos h6 {
          font-size: 16px; }
  .single-tratamiento #intro.old {
    height: auto; }
    .single-tratamiento #intro.old.with-promos {
      height: 320px; }
      .single-tratamiento #intro.old.with-promos .data {
        position: initial; }
    .single-tratamiento #intro.old .section_inner {
      width: 100% !important; }
    .single-tratamiento #intro.old .img { 
		width:40%;
	    height:200px;}
    .single-tratamiento #intro.old .data {
      width: 50% !important;
      padding: 30px 30px 0 0; }
      .single-tratamiento #intro.old .data h1 {
        font-size: 22px; }
      .single-tratamiento #intro.old .data h2 {
        font-size: 14px; }
    .single-tratamiento #intro.old .promos {
      position: absolute;
      left: 0;
      width: 80%;
      padding-left: 80px; }
      .single-tratamiento #intro.old .promos img {
        width: 40px; }
      .single-tratamiento #intro.old .promos h6 {
        margin-bottom: 5px;
        font-size: 16px; }
      .single-tratamiento #intro.old .promos a {
        margin-bottom: 4px;
        font-size: 14px; }
        .single-tratamiento #intro.old .promos a:before {
          display: none; }
  .single-tratamiento .desc iframe {
    width: 100%;
    height: 220px; }
  .single-tratamiento .desc h2 {
    margin-top: 40px; }
  .single-tratamiento .desc ul {
    padding-left: 20px; }
  .single-tratamiento .results .flex {
    display: block; }
  .single-tratamiento .results .twentytwenty-wrapper {
    width: 100%;
    margin-bottom: 15px; }
  .single-tratamiento .doctores {
    padding: 40px 0; }
    .single-tratamiento .doctores .doctores-grid {
      display: block; }
      .single-tratamiento .doctores .doctores-grid .item {
        display: block;
        width: 100%;
        margin-bottom: 30px; }

  .page-tecnologia #intro {
    background-position: calc(50% + 140px) 0; }
    .page-tecnologia #intro h3 {
      font-size: 23px; }
    .page-tecnologia #intro h4 {
      width: 200px;
      font-size: 15px; }

  .tecno-grid {
    display: block; }
    .tecno-grid .item {
      width: 100%;
      margin-bottom: 15px; }
      .tecno-grid .item .img {
        height: 155px; }
      .tecno-grid .item .data {
        height: 155px; }

  .single-tecno #intro {
    height: auto;
    padding-bottom: 30px; }
    .single-tecno #intro .section_inner {
      width: 100% !important; }
    .single-tecno #intro .img {
      width: 40% !important;
      height: 130px;
      margin-top: 30px; }
    .single-tecno #intro .data {
      width: 60% !important;
      padding: 30px 30px 0 0; }
      .single-tecno #intro .data h1 {
        font-size: 22px; }
      .single-tecno #intro .data h2 {
        font-size: 14px; }
  .single-tecno .desc {
    margin-bottom: 20px; }
    .single-tecno .desc iframe {
      width: 100%;
      height: 220px; }
    .single-tecno .desc h2 {
      margin-top: 40px; }
    .single-tecno .desc ul {
      padding-left: 20px; }
  .single-tecno .tratamientos {
    margin-top: 30px; }

  .page-promos #intro {
    background-position: calc(50% + 160px) 0; }
    .page-promos #intro h3 {
      font-size: 23px; }
    .page-promos #intro h4 {
      width: 200px;
      font-size: 15px; }
  .page-promos #promos {
    margin-bottom: 40px !important; }

  .promo-grid .item {
    width: 100%;
    margin-bottom: 35px; }
    .promo-grid .item .img {
      height: 155px; }
    .promo-grid .item .data {
      padding-top: 20px; }
      .promo-grid .item .data h5 {
        font-size: 16px; }
      .promo-grid .item .data span {
        font-size: 20px; }
      .promo-grid .item .data p {
        margin-top: 10px; }

  .single-promo #intro {
    height: auto;
    padding-bottom: 30px; }
    .single-promo #intro .section_inner {
      width: 100% !important; }
    .single-promo #intro .img {
      width: 40% !important;
      height: 130px;
      margin-top: 30px; }
    .single-promo #intro .data {
      width: 60% !important;
      padding: 30px 30px 0 0; }
      .single-promo #intro .data h1 {
        font-size: 22px; }
      .single-promo #intro .data h2 {
        font-size: 14px; }
      .single-promo #intro .data span {
        font-size: 24px; }
      .single-promo #intro .data p {
        font-size: 14px; }
      .single-promo #intro .data .cupon {
        margin-top: 15px; }
  .single-promo .desc {
    margin: 40px 0; }
    .single-promo .desc iframe {
      width: 100%;
      height: 220px; }
    .single-promo .desc h2 {
      margin-top: 40px; }
    .single-promo .desc ul {
      padding-left: 20px; }
  .single-promo .tratamientos {
    margin-top: 30px; }

  body.blog .content .content_inner,
  body.archive.category .content .content_inner,
  body.archive.tag .content .content_inner,
  body.search .content .content_inner,
  .single-post .content .content_inner {
    padding-top: 30px; }

  .blog_holder.masonry {
    width: 100% !important; }

  body.search .blog_holder article .post_text_inner {
    font-size: 14px; }
    body.search .blog_holder article .post_text_inner h2 {
      margin-bottom: 20px; }

  .single-post .blog_holder {
    padding-bottom: 0; }
  .single-post .post_text_inner h1 {
    font-size: 24px; }
  .single-post .post_text_inner h2 {
    font-size: 22px; }
  .single-post .post_text_inner h3 {
    font-size: 20px; }
  .single-post .post_text_inner h4 {
    font-size: 18px; }
  .single-post .post_text_inner .post_info {
    font-size: 12px;
    color: #333333; }
  .single-post .post_text_inner blockquote {
    margin-left: 0;
    padding: 0 0 0 15px; }

  .page-contacto #intro {
    background-position: calc(50% + 130px) 0; }
    .page-contacto #intro h3 {
      font-size: 23px; }
    .page-contacto #intro h4 {
      width: 200px;
      font-size: 17px; }
  .page-contacto #desc {
    margin-top: 20px; }
    .page-contacto #desc h2 {
      font-size: 24px; }
    .page-contacto #desc .wpcf7 {
      margin-top: 30px; }
  .page-contacto #map {
    width: 100% !important; }
    .page-contacto #map iframe {
      height: 300px !important; }

  .page-legal .wpb_text_column h1 {
    font-size: 30px; }
  .page-legal .wpb_text_column h2 {
    font-size: 20px; }
  .page-legal .wpb_text_column p, .page-legal .wpb_text_column table, .page-legal .wpb_text_column li {
    font-size: 14px; } }
/* *********************************************************************************************************************
 * SMALL DEVICES  < 350
 */
