@import url(../lib/bootstrap/css/bootstrap.css);
@import url(../lib/aos/aos.css);
@import url(../lib/slick/slick.css);
@import url(../lib/slick/slick-theme.css);
/* ============================================================
                  Media Queries
   ============================================================ */
/* ==========================================================================
   Typography Variables & Colors Variables
   ========================================================================== */
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&family=Raleway:wght@300;400;600&display=swap");
:root {
  font-size: 16px; }

@font-face {
  font-family: 'PF Regal Display Pro';
  src: url("../fonts/PFRegalDisplayPro-Italic.eot");
  src: url("../fonts/PFRegalDisplayPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/PFRegalDisplayPro-Italic.woff2") format("woff2"), url("../fonts/PFRegalDisplayPro-Italic.woff") format("woff"), url("../fonts/PFRegalDisplayPro-Italic.ttf") format("truetype"), url("../fonts/PFRegalDisplayPro-Italic.svg#PFRegalDisplayPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

/**/
/* CUSTOM container */
@media (min-width: 1450px) {
  /*.container {
      max-width: 1240px !important;    
    }
    */ }

@media (min-width: 980px) and (max-width: 1449px) {
  /*.container {      
      max-width: 100% !important;
      padding-left: 3rem;
      padding-left: 5rem;
      padding-right: 5rem;
    }*/ }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* RESET GENERIC STYLES
   ========================================================================== */
/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* generic */
body {
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  color: #000;
  background-color: #efebe8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-animation: fadeIn 0.6s forwards;
          animation: fadeIn 0.6s forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  opacity: 0; }
  body.no-scroll {
    overflow: hidden; }

html, body {
  font-family: "Raleway", sans-serif; }
  html a, body a {
    transition: all 0.2s ease; }
  html a:active, html a:focus, html a:hover, body a:active, body a:focus, body a:hover {
    text-decoration: none !important;
    outline: none; }

section {
  background-color: #efebe8; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

p {
  font-family: "Open Sans", sans-serif;
  color: #938e82;
  font-size: 1rem; }

ul {
  list-style: none; }

main {
  background-color: #fff; }

ul, ol {
  margin: 0;
  padding: 0; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #222 !important; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

img {
  max-width: 100%;
  height: auto; }

textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important; }

hr {
  border-top: 1px solid #F2F2F2; }

/* ==========================================================================
Layout SASS-CSS
========================================================================== */
/**/
body.home {
  background-color: #99454f;
  /* idiomes */ }
  @media (max-width: 767px) {
    body.home header {
      background-color: #99454f; } }
  body.home .sub-menu {
    background-color: #99454f; }
  body.home .current_page_item a {
    color: #000 !important;
    font-weight: 600 !important; }
  body.home .nav-brand img {
    width: 305px;
    height: auto; }
    @media (max-width: 767px) {
      body.home .nav-brand img {
        width: 95px; } }
    @media (min-width: 768px) and (max-width: 990px) {
      body.home .nav-brand img {
        width: 145px; } }
    @media (min-width: 991px) and (max-width: 1199px) {
      body.home .nav-brand img {
        width: 165px; } }
  body.home .contact {
    background-color: #efebe8; }
  body.home .direction {
    top: -10px;
    left: 63%;
    background-color: rgba(255, 255, 255, 0.7); }
    @media (max-width: 767px) {
      body.home .direction {
        position: relative;
        top: inherit;
        left: inherit; } }
/* ////////////////// HEADER //////////////////////// */
header {
  padding-top: 70px;
  padding-bottom: 70px;
  /*top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;*/ }
  @media (max-width: 767px) {
    header {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-right: 20px;
      position: fixed;
      top: 0;
      right: 0;
      left: 0;
      z-index: 999;
      background-color: #efebe8; } }
  @media (min-width: 768px) and (max-width: 990px) {
    header {
      padding-top: 30px;
      padding-bottom: 30px; } }
  header .row {
    justify-content: space-between; }
  header .menu {
    display: inline-block; }
    header .menu li {
      display: inline-block;
      margin-left: 30px; }
      @media (max-width: 767px) {
        header .menu li {
          margin-left: 0;
          margin-top: 1rem;
          margin-bottom: 1rem;
          text-align: center;
          display: block; } }
      header .menu li a {
        font-size: 0.875rem;
        color: #000;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          header .menu li a {
            font-size: 1.125rem; } }
#mainMenu_trigger {
  top: 28px;
  right: 30px;
  position: absolute;
  z-index: 999999;
  height: 16px;
  width: 26px;
  cursor: pointer;
  opacity: 1;
  transition: all .4s ease-in-out;
  display: none; }
  @media (max-width: 767px) {
    #mainMenu_trigger {
      display: block; } }
  @media (min-width: 768px) and (max-width: 990px) {
    #mainMenu_trigger {
      display: block; } }
  @media (min-width: 991px) and (max-width: 1064px) {
    #mainMenu_trigger {
      display: none !important; } }
  #mainMenu_trigger span {
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 280ms;
    background: #000; }
  #mainMenu_trigger span.top-line {
    top: 0; }
  #mainMenu_trigger span.center-line {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all 200ms; }
  #mainMenu_trigger span.bottom-line {
    bottom: 0; }
  #mainMenu_trigger.open span.top-line {
    top: 0;
    transform: translateY(6px) translateX(-1px) rotate(45deg) !important; }
  #mainMenu_trigger.open span.center-line {
    opacity: 0;
    left: -25px;
    background: #000; }
  #mainMenu_trigger.open span.bottom-line {
    bottom: 0;
    width: 100% !important;
    transform: translateY(-8px) translateX(-1px) rotate(-45deg) !important; }

.current_page_item a {
  color: #99454f !important;
  font-weight: 600; }

.nav-brand img {
  width: 165px;
  height: auto; }
  @media (max-width: 767px) {
    .nav-brand img {
      width: 95px; } }
.menu-scroll {
  width: 100%;
  height: 60px;
  background-color: #efebe8;
  position: fixed;
  top: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  transition: all 0.3s ease-out; }
  @media (max-width: 767px) {
    .menu-scroll {
      display: none; } }
  .menu-scroll.in {
    top: 0px; }
  .menu-scroll .menu {
    display: inline-block; }
    @media (max-width: 767px) {
      .menu-scroll .menu {
        display: block; } }
    .menu-scroll .menu li {
      display: inline-block;
      margin-left: 30px;
      position: relative; }
      @media (max-width: 767px) {
        .menu-scroll .menu li {
          display: block;
          text-align: center;
          margin-left: 0px;
          margin-top: 1rem;
          margin-bottom: 1rem; } }
      .menu-scroll .menu li a {
        font-size: 0.875rem;
        color: #000;
        font-family: "Raleway", sans-serif;
        text-transform: uppercase; }
        @media (max-width: 767px) {
          .menu-scroll .menu li a {
            font-size: 1.125rem; } }
      .menu-scroll .menu li:last-child {
        /*position: absolute;
				right: 30px;
				font: normal normal normal 14px/1 FontAwesome;*/ }
        .menu-scroll .menu li:last-child:before {
          /*content: "\f0ac";
					position: absolute;
					left: -15px;*/ }
  .menu-scroll .sub-menu {
    background-color: #efebe8;
    padding-left: 15px;
    top: 30px;
    left: -40px;
    text-align: right; }
    .menu-scroll .sub-menu li:last-child {
      position: relative;
      right: inherit; }
      .menu-scroll .sub-menu li:last-child:before {
        display: none; }

.menu-menu-principal-container, .menu-menu-principal-esp-container, .menu-menu-principal-eng-container, .menu-menu-principal-ita-container, .menu-menu-principal-fra-container {
  transition: all 0.2s ease-out; }
  @media (max-width: 767px) {
    .menu-menu-principal-container, .menu-menu-principal-esp-container, .menu-menu-principal-eng-container, .menu-menu-principal-ita-container, .menu-menu-principal-fra-container {
      transform: translateX(100%);
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      align-items: center;
      justify-content: center;
      opacity: 0; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .menu-menu-principal-container, .menu-menu-principal-esp-container, .menu-menu-principal-eng-container, .menu-menu-principal-ita-container, .menu-menu-principal-fra-container {
      transform: translateX(100%);
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: flex;
      flex-direction: column;
      background-color: #fff;
      align-items: center;
      justify-content: center;
      opacity: 0; } }
  .menu-menu-principal-container.in, .menu-menu-principal-esp-container.in, .menu-menu-principal-eng-container.in, .menu-menu-principal-ita-container.in, .menu-menu-principal-fra-container.in {
    transform: translateX(0%);
    opacity: 1; }

@media (max-width: 767px) {
  .content {
    margin-top: 115px; } }

/* idiomes */
.sub-menu {
  display: none;
  top: 20px;
  left: -15px;
  text-align: right;
  position: absolute;
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 5px;
  padding-bottom: 15px;
  line-height: 24px; }
  .sub-menu li {
    text-transform: uppercase;
    margin-left: 0px !important;
    margin-right: 10px; }
    .sub-menu li a {
      color: #000; }
  .sub-menu li:last-child {
    position: relative;
    right: inherit;
    top: 0; }
    .sub-menu li:last-child:before {
      display: none; }

header ul li:last-child {
  /*text-transform: uppercase;
	position: relative;
	display: inline-block;
	//opacity: 0.75;
	position: absolute;
    top: 10px;
    right: 15px;
    font: normal normal normal 14px/1 FontAwesome;*/
  /*a {
		color: $white;
	}*/ }
  @media (max-width: 767px) {
    header ul li:last-child {
      /*top: 10px;
    	right: inherit;
    	left: 40px;*/ } }
  header ul li:last-child:before {
    /*content: "\f0ac";
		position: absolute;
		left: -18px;*/ }

header .navbar li {
  margin-right: 30px;
  display: block; }

@media (max-width: 767px) {
  .languages {
    display: none; } }

@media (min-width: 768px) and (max-width: 990px) {
  .languages {
    display: none; } }

.languages-mobile {
  display: none; }
  @media (max-width: 767px) {
    .languages-mobile {
      transform: translateY(60px);
      display: block;
      position: fixed;
      z-index: 99999;
      bottom: 60px;
      right: 0px;
      left: 0;
      text-align: center; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .languages-mobile {
      transform: translateY(60px);
      display: block;
      position: fixed;
      z-index: 99999;
      bottom: 60px;
      right: 0px;
      left: 0;
      text-align: center; } }
  @media (max-width: 767px) {
    .languages-mobile.in {
      transform: translateY(0px); } }
  @media (min-width: 768px) and (max-width: 990px) {
    .languages-mobile.in {
      transform: translateY(0px); } }
.wpml-ls-legacy-list-horizontal {
  padding: 0px !important;
  position: absolute;
  top: 5px;
  right: 15px;
  margin: 0 !important;
  border: none !important; }
  @media (max-width: 767px) {
    .wpml-ls-legacy-list-horizontal {
      clear: both;
      width: 100%;
      left: 0;
      right: 0; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .wpml-ls-legacy-list-horizontal {
      clear: both;
      width: 100%;
      left: 0;
      right: 0; } }
  .wpml-ls-legacy-list-horizontal a {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
    font-size: 0.75rem;
    text-transform: uppercase; }

.footer-lang .wpml-ls-legacy-list-horizontal {
  padding: 0px !important;
  position: relative;
  top: inherit;
  right: inherit;
  margin: 0 !important;
  border: none !important; }

.footer-lang .wpml-ls-legacy-list-horizontal .wpml-ls-item {
  display: block; }

/* ////////////////// HOME //////////////////////// */
section.home {
  background-color: #99454f;
  padding-bottom: 3rem; }
  @media (max-width: 767px) {
    section.home {
      margin-top: 115px; } }
  section.home h1 {
    font-family: "PF Regal Display Pro", serif;
    font-size: 2.5rem;
    font-style: italic;
    color: #fff;
    text-align: center;
    max-width: 90%;
    margin: auto; }
    @media (max-width: 767px) {
      section.home h1 {
        font-size: 1.75rem; } }
  section.home .claim {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 6rem; }
  section.home p {
    font-family: "Raleway", sans-serif;
    color: #000;
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 4rem; }

.guio:before {
  content: "";
  width: 30px;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: -20px;
  left: 0; }

.small-text {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem !important;
  color: #fff !important; }

.services {
  padding-top: 7rem;
  padding-bottom: 7rem; }
  @media (max-width: 767px) {
    .services {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .services .item {
    text-align: center;
    margin-bottom: 3rem;
    transition: all 0.2s ease-out; }
    .services .item.transfer {
      position: relative; }
      .services .item.transfer:after {
        content: "ACUPUNTURA EL DIA DEL TRANSFER";
        position: absolute;
        right: -10px;
        top: -30px;
        width: 180px;
        height: 180px;
        background-color: rgba(153, 69, 79, 0.95);
        border-radius: 50%;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 600; }
        @media (max-width: 767px) {
          .services .item.transfer:after {
            right: 10px;
            width: 160px;
            height: 160px;
            font-size: 13px;
            line-height: 20px; } }
      .services .item.transfer .after {
        position: absolute;
        right: -10px;
        top: -30px;
        width: 180px;
        height: 180px;
        z-index: 99999;
        background-color: transparent; }
    .services .item img {
      margin-bottom: 2rem; }
      @media (max-width: 767px) {
        .services .item img {
          max-width: 70%; } }
    .services .item h2 {
      font-weight: 600;
      font-size: 1.25rem;
      color: #2b2b2b;
      margin-bottom: 1.5rem;
      text-transform: uppercase; }
    .services .item p {
      font-family: "Open Sans", sans-serif;
      font-size: 1rem;
      line-height: 21px;
      color: #938e82; }
    .services .item:hover {
      opacity: 0.65; }

.testimonials {
  background-color: #99454f;
  padding-top: 7rem;
  padding-bottom: 4rem; }
  @media (max-width: 767px) {
    .testimonials {
      padding-top: 7rem;
      padding-bottom: 4rem; } }
  .testimonials .row {
    display: block; }
  .testimonials .slick-testimonials {
    /*max-width: 80%;
		margin: auto;*/
    padding-left: 3rem;
    padding-right: 3rem; }
    @media (max-width: 767px) {
      .testimonials .slick-testimonials {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media (min-width: 768px) and (max-width: 990px) {
      .testimonials .slick-testimonials {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .testimonials .slick-slide {
    text-align: center; }
    .testimonials .slick-slide div {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
  .testimonials p {
    font-family: "PF Regal Display Pro", serif;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
    text-align: center;
    max-width: 80%;
    margin: auto; }
    @media (max-width: 767px) {
      .testimonials p {
        font-size: 1.25rem;
        line-height: 1.7rem;
        max-width: 100%; } }
  .testimonials span {
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 2rem;
    display: block; }
  .testimonials .slick-next {
    right: -25px;
    top: 50%;
    margin-top: -5%; }
    @media (max-width: 767px) {
      .testimonials .slick-next {
        display: none !important; } }
    @media (min-width: 768px) and (max-width: 990px) {
      .testimonials .slick-next {
        right: 20px; } }
  .testimonials .slick-prev {
    left: -25px;
    top: 50%;
    margin-top: -5%; }
    @media (max-width: 767px) {
      .testimonials .slick-prev {
        display: none !important; } }
    @media (min-width: 768px) and (max-width: 990px) {
      .testimonials .slick-prev {
        left: 0px; } }
  .testimonials .slick-next:before {
    content: "";
    background-image: url("../img/arrow-right-white.svg");
    background-size: 20px 48px;
    width: 20px;
    height: 48px;
    position: absolute; }
  .testimonials .slick-prev:before {
    content: "";
    background-image: url("../img/arrow-left-white.svg");
    background-size: 20px 48px;
    width: 20px;
    height: 48px;
    position: absolute; }
  @media (max-width: 767px) {
    .testimonials .slick-dots {
      bottom: inherit;
      top: -70px;
      width: auto;
      left: 0;
      right: 0; } }
.btn-more {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #fff;
  text-decoration: underline;
  margin-top: 3rem;
  width: 100%;
  text-align: center;
  display: block; }
  @media (max-width: 767px) {
    .btn-more {
      margin-top: 2rem; } }
  .btn-more:hover {
    color: #fff;
    opacity: 0.65; }

.saber-mes {
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 767px) {
    .saber-mes {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .saber-mes .row {
    height: 100%; }
  @media (max-width: 767px) {
    .saber-mes img {
      max-width: 80%;
      margin: auto;
      margin-bottom: 1rem; } }
  .saber-mes [class^='col-md'] {
    display: flex;
    text-align: left;
    justify-content: center;
    flex-direction: column; }
    @media (max-width: 767px) {
      .saber-mes [class^='col-md'] {
        text-align: center; } }
  .saber-mes h2 {
    font-size: 3.125rem;
    font-weight: 300;
    color: #99454f; }
    @media (max-width: 767px) {
      .saber-mes h2 {
        font-size: 1.75rem; } }
  .saber-mes .btn-more {
    color: #99454f;
    text-align: left; }
    @media (max-width: 767px) {
      .saber-mes .btn-more {
        text-align: center; } }
.on-som {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 6rem; }
  @media (max-width: 767px) {
    .on-som {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  .on-som .row {
    flex-direction: column; }
  .on-som h2 {
    font-size: 3.125rem;
    font-weight: 300;
    color: #99454f; }
    @media (max-width: 767px) {
      .on-som h2 {
        font-size: 2.25rem;
        text-align: center;
        margin-bottom: 2rem; } }
  .on-som #map_canvas {
    background-color: #e2e2e2;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    margin: auto;
    display: block; }
    @media (max-width: 767px) {
      .on-som #map_canvas {
        width: 300px;
        height: 300px; } }
  .on-som .info-contact {
    margin-top: 2rem;
    text-align: center;
    width: 100%; }
  .on-som h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2b2b2b; }
  .on-som p {
    font-family: "Open Sans", sans-serif; }
  .on-som a {
    color: #99454f; }

section.contact {
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  background-color: #fff; }
  @media (max-width: 767px) {
    section.contact {
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  section.contact .row {
    flex-direction: column;
    flex-wrap: inherit; }
  section.contact a {
    color: #2b2b2b; }
  section.contact h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #99454f; }
    @media (max-width: 767px) {
      section.contact h3 {
        padding-left: 2rem;
        padding-right: 2rem; } }
  section.contact img {
    max-width: 80px;
    height: auto;
    margin: auto;
    display: block;
    margin-top: 3rem;
    margin-bottom: 3rem; }
    @media (max-width: 767px) {
      section.contact img {
        max-width: 50px;
        margin-top: 1.5rem;
        margin-bottom: 1.5rem; } }
  section.contact p {
    font-size: 1.25rem;
    color: #99454f; }

.tractaments h2 {
  text-transform: uppercase;
  font-size: 3.125rem;
  color: #99454f;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .tractaments h2 {
      font-size: 2.25rem;
      margin-top: 1.5rem; } }
.tractaments p {
  color: #000;
  font-size: 0.938rem; }

@media (max-width: 767px) {
  .tractaments img {
    max-width: 80%;
    display: block;
    margin-top: 2rem; } }

.tractaments #benestar img, .tractaments #fertilitat img, .tractaments #fiv-iva img, .tractaments #embaras img, .tractaments #transtorns img {
  margin-top: 6rem; }

#fiv-iva {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #99454f;
  margin-top: 6rem; }
  @media (max-width: 767px) {
    #fiv-iva {
      padding-top: 4rem;
      padding-bottom: 4rem;
      margin-top: 4rem; } }
  #fiv-iva h2 {
    color: #efebe8; }
  #fiv-iva h3 {
    color: #efebe8;
    font-size: 1.25rem;
    margin-top: 5rem;
    margin-bottom: 1.5rem; }
  #fiv-iva a {
    color: #efebe8; }
  #fiv-iva .row:last-child {
    margin-top: 6rem; }
    @media (max-width: 767px) {
      #fiv-iva .row:last-child {
        margin-top: 2rem; } }
#embaras {
  padding-top: 6rem;
  padding-bottom: 4rem; }

#post-part {
  padding-top: 4rem;
  padding-bottom: 4rem; }
  #post-part img {
    margin-top: 0px; }

#transtorns {
  padding-top: 4rem;
  padding-bottom: 6rem; }

.sobre-nosaltres h2 {
  text-transform: uppercase;
  font-size: 3.125rem;
  color: #99454f;
  margin-bottom: 2rem; }
  @media (max-width: 767px) {
    .sobre-nosaltres h2 {
      font-size: 2.25rem;
      margin-bottom: 1rem; } }
.sobre-nosaltres h3 {
  color: #000;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .sobre-nosaltres h3 {
      margin-top: 2rem; } }
.sobre-nosaltres p {
  font-size: 0.938rem;
  color: #000; }

@media (max-width: 767px) {
  .sobre-nosaltres img {
    max-width: 80%; } }

@media (max-width: 767px) {
  .sobre-nosaltres .item-1 {
    order: 1; } }

@media (max-width: 767px) {
  .sobre-nosaltres .item-2 {
    order: 0;
    margin-top: 2rem; } }

@media (max-width: 767px) {
  .sobre-nosaltres .item-3 {
    order: 1; } }

@media (max-width: 767px) {
  .sobre-nosaltres .item-4 {
    order: 1; } }

.second-row {
  margin-top: 6rem; }

.adhesions {
  padding-bottom: 12rem; }
  @media (max-width: 767px) {
    .adhesions {
      padding-bottom: 6rem; } }
  .adhesions h2 {
    text-align: center;
    font-weight: 300;
    color: #99454f;
    font-size: 3.125rem;
    border-top: 2px solid #99454f;
    padding-top: 6rem;
    margin-top: 6rem;
    margin-bottom: 6rem;
    width: 100%; }
    @media (max-width: 767px) {
      .adhesions h2 {
        font-size: 2.25rem;
        padding-top: 4rem;
        margin-top: 4rem;
        margin-bottom: 4rem; } }
.logos {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media (max-width: 767px) {
    .logos {
      flex-wrap: wrap;
      justify-content: center; } }
  .logos .col-md-3 {
    text-align: center; }
  .logos img {
    max-height: 125px; }
    @media (max-width: 767px) {
      .logos img {
        margin-bottom: 1rem; } }
/**/
@media (max-width: 767px) {
  .testimonis {
    margin-top: 145px; } }

.intro {
  margin-bottom: 6rem; }
  @media (max-width: 767px) {
    .intro {
      margin-bottom: 3rem; } }
  .intro p {
    font-family: "Raleway", sans-serif;
    font-size: 3.125rem;
    line-height: 58px;
    color: #99454f;
    font-weight: 300; }
    @media (max-width: 767px) {
      .intro p {
        text-align: center;
        font-size: 2.25rem;
        line-height: 42px; } }
.tesimonials-list {
  align-items: center;
  justify-content: space-between; }

.testimonial-item {
  text-align: center;
  margin-bottom: 6rem; }
  .testimonial-item p {
    color: #99454f;
    font-family: "PF Regal Display Pro", serif;
    font-style: italic;
    font-size: 1.375rem !important;
    line-height: 30px; }
  .testimonial-item span {
    font-family: "Open Sans", sans-serif;
    font-size: 0.938rem;
    color: #000;
    text-transform: uppercase; }

#contact .on-som {
  padding-top: 0rem;
  background-color: #efebe8; }

#contact .contingut {
  position: relative; }

.direction {
  border: 2px solid #99454f;
  border-radius: 50%;
  height: 250px;
  width: 250px;
  position: absolute;
  left: 60%;
  top: -120px;
  z-index: 99;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(239, 235, 232, 0.85); }
  @media (max-width: 767px) {
    .direction {
      left: inherit;
      top: inherit;
      position: relative;
      height: 300px;
      width: 300px;
      margin: auto;
      margin-bottom: 3rem; } }
  @media (min-width: 768px) and (max-width: 990px) {
    .direction {
      left: 65%; } }
  .direction h4 {
    font-size: 1.125rem;
    color: #99454f;
    font-weight: 600;
    margin-bottom: 1rem; }
  .direction p {
    font-size: 0.875rem;
    margin-bottom: 0; }
  .direction img {
    max-width: 80px;
    margin-bottom: .5rem; }

.footer-contact {
  padding-bottom: 8rem; }
  @media (max-width: 767px) {
    .footer-contact {
      padding-bottom: 4rem; } }
  .footer-contact .line {
    padding-bottom: 6rem; }
    .footer-contact .line hr {
      border-top: 2px solid #99454f !important;
      width: 100%; }
  .footer-contact .circle {
    width: 250px;
    height: 250px;
    background-color: #99454f;
    border-radius: 50%;
    color: #fff;
    font-size: 1.125rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem; }
    @media (max-width: 767px) {
      .footer-contact .circle {
        width: 300px;
        height: 300px;
        margin: auto;
        margin-bottom: 2rem; } }
  .footer-contact h2 {
    font-size: 3.125rem;
    color: #99454f;
    font-weight: 300; }
    @media (max-width: 767px) {
      .footer-contact h2 {
        text-align: center;
        font-size: 1.75rem; } }
    .footer-contact h2 a {
      color: #99454f; }
  .footer-contact img {
    margin-top: 1rem;
    max-width: 85px;
    height: auto; }
    @media (max-width: 767px) {
      .footer-contact img {
        max-width: 65px;
        margin: auto;
        display: block;
        margin-top: 1rem; } }
footer.contact .contact {
  display: none; }

footer .footer-columns {
  padding-bottom: 3rem;
  padding-top: 3rem;
  background-color: #99454f; }
  footer .footer-columns p {
    font-size: 0.938rem;
    color: #000; }
  footer .footer-columns a {
    color: #000; }

footer .logo-footer {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  @media (max-width: 767px) {
    footer .logo-footer {
      justify-content: start;
      margin-top: 1rem; } }
  footer .logo-footer img {
    max-width: 140px;
    height: auto; }
    @media (max-width: 767px) {
      footer .logo-footer img {
        max-width: 95px; } }
@media (max-width: 767px) {
  #benestar .item-1 {
    order: 1; } }

@media (max-width: 767px) {
  #benestar .item-2 {
    order: 0; } }

#legal #contact-content {
  padding-bottom: 6rem; }
  #legal #contact-content h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-size: 1.5rem; }
  #legal #contact-content p {
    color: #000; }
  #legal #contact-content .wp-block-table table {
    font-size: 1rem;
    color: #000; }
  #legal #contact-content a {
    font-size: 1rem;
    color: #000; }
