.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.absolute-center {
  position: absolute;
  left: 0;
  right: 0;
  display: table;
  margin: 0 auto;
}
.vertical-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.flex-container-just {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex-container-center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.appearance {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
}
.height-float:after {
  content: '';
  display: table;
  clear: both;
}
/* normalize */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/* menu */
/* Grid system */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* slick */
.slider-home {
  width: 100%;
  overflow-x: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
td,
button,
input,
textarea,
select,
label {
  font-family: 'Raleway', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
button,
input[type="submit"] {
  display: inline-block;
  text-decoration: none;
  transition: all .5s;
}
a:hover,
button:hover,
input[type="submit"]:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
li,
section,
div,
article {
  font-family: 'Raleway', sans-serif;
  padding: 0;
  margin: 0;
}
input,
a {
  text-decoration: none;
  outline: 0;
}
input:hover,
a:hover,
input:focus,
a:focus {
  text-decoration: none;
  outline: 0;
}
/* commons-theme */
:focus {
  outline: 0;
}
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: 0 !important;
}
input[type="radio"]:before {
  width: 18px;
  height: 16px;
  transition: all .5s;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url('../images/icon-radio.png') no-repeat center;
  content: '';
  display: inline-block;
  margin-right: 6px;
  top: 2px;
}
input[type="radio"]:checked:before {
  background: url('../images/icon-radio-checked.png') no-repeat center;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  outline: 0 !important;
  background: none;
  border: none;
}
input[type="checkbox"]:before {
  width: 18px;
  height: 16px;
  transition: all .5s;
  outline: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: url('../images/icon-checkbox.png') no-repeat center;
  content: '';
  display: inline-block;
  margin-right: 6px;
  top: 3px;
}
input[type="checkbox"]:checked:before {
  background: url('../images/icon-checked.png') no-repeat center;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.medium {
  font-weight: 500;
}
.semi {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.italic {
  font-style: italic;
}
.more a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.more a:hover {
  background: #fff;
  color: #f3b633;
}
.titular {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #fff;
  line-height: 1;
}
.titular strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.titular-purple {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #7a2880;
  line-height: 1;
}
.titular-purple strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.degradado {
  background: #6b2a7f;
  background: -moz-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6b2a7f), color-stop(50%, rgba(107, 42, 127, 0.9)), color-stop(100%, rgba(107, 42, 127, 0.8)));
  background: -webkit-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -o-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -ms-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: linear-gradient(to right, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b2a7f', endColorstr='#6b2a7f', GradientType=1);
}
.one-column {
  -webkit-column-count: 1;
  /* Chrome, Safari, Opera */
  -moz-column-count: 1;
  /* Firefox */
  column-count: 1;
  -webkit-column-gap: 0;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 0;
  /* Firefox */
  column-gap: 0;
}
.two-columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 40px;
  /* Chrome, Safari, Opera */
  -moz-column-gap: 40px;
  /* Firefox */
  column-gap: 40px;
}
/* 404 */
.form-gen p {
  padding: 7px;
}
.form-gen .none {
  display: none;
}
.form-gen input[type="text"],
.form-gen input[type="email"],
.form-gen input[type="tel"],
.form-gen textarea {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  background: #fff;
  border: none;
  margin: 0;
  padding: 9.5px 15px;
}
.form-gen input[type="text"].wpcf7-validates-as-required.error,
.form-gen input[type="email"].wpcf7-validates-as-required.error,
.form-gen input[type="tel"].wpcf7-validates-as-required.error,
.form-gen textarea.wpcf7-validates-as-required.error {
  border: 1px solid #ff6060;
}
.form-gen textarea {
  height: 130px;
}
.form-gen select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  width: 100%;
  border: none;
  border-radius: 0;
  background: url(../images/arrow-select.png) no-repeat 95% 14px #fff;
  padding: 6.5px 15px 6.5px 15px;
}
.form-gen select.wpcf7-validates-as-required.error {
  border: 1px solid #ff6060;
}
.form-gen .wpcf7-form-control-wrap {
  display: block;
}
.form-gen .c-politica {
  padding: 0;
  padding-top: 20px;
}
.form-gen .c-politica .wpcf7-form-control-wrap {
  display: inline-block;
}
.form-gen .c-politica label {
  cursor: pointer;
}
.form-gen .c-politica label .text {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #404040;
}
.form-gen .c-politica label a {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #404040;
}
.form-gen .c-politica label a:hover {
  color: #f3b633;
}
.form-gen .c-submit {
  padding: 0;
  padding-top: 20px;
  text-align: right;
  position: relative;
}
.form-gen .c-submit.white input[type="submit"]:hover {
  background: #7a2880;
  color: #fff;
}
.form-gen .c-submit input[type="submit"] {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  border: none;
  text-transform: uppercase;
  background: #f3b633;
  padding: 9px 20px;
}
.form-gen .c-submit input[type="submit"]:hover {
  background: #fff;
  color: #f3b633;
}
.form-gen .c-submit input[type="submit"]:disabled:hover {
  background: #f3b633;
  color: #fff;
}
.form-gen .c-submit input[type="submit"]:disabled + .ajax-loader + .btn-disabled {
  display: block;
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  visibility: visible;
  z-index: 9;
}
.form-gen .c-submit .ajax-loader,
.form-gen .c-submit .btn-disabled {
  display: none;
}
.form-gen ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.form-gen :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  opacity: 1;
}
.form-gen ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  opacity: 1;
}
.form-gen :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.form-gen ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.form-gen ::placeholder {
  /* Most modern browsers support this now. */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.gm-style-iw a {
  font-weight: 700;
  text-decoration: underline;
  color: #6a6a6a;
}
.gm-style-iw a:hover {
  color: #7a2880;
}
.gen-llamar {
  background: #f3b633;
  border-radius: 10px;
  padding: 0 12px 0 12px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  margin: 20px auto 0 auto;
  position: relative;
}
.gen-llamar h3,
.gen-llamar span {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding: 9px 0 9px 0 !important;
  cursor: pointer;
  transition: all .5s;
  display: block;
}
.gen-llamar .close {
  position: absolute;
  top: 7px;
  right: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  cursor: pointer;
}
.gen-llamar.active h3,
.gen-llamar.active span {
  text-align: left;
}
.gen-llamar.active .close {
  opacity: 1;
  visibility: visible;
}
.form-centros input[type="tel"].error-field,
.form-llamar input[type="tel"].error-field {
  color: #fff !important;
  background: rgba(200,0,0,1) !important;
}
.gen-llamar .form-llamar {
  display: none;
  overflow: hidden;
}
.gen-llamar .form-llamar form {
  padding-bottom: 22px;
}
.gen-llamar .form-llamar form:after {
  content: '';
  display: table;
  clear: both;
}
.gen-llamar .form-llamar form .l-nombre,
.gen-llamar .form-llamar form .l-tel {
  padding: 0;
}
.gen-llamar .form-llamar form .l-politica {
  padding: 0;
}
.gen-llamar .form-llamar form .l-politica a {
  display: inline;
}
.gen-llamar .form-llamar form .l-politica label {
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
}
.gen-llamar .form-llamar form .l-submit {
  padding: 0;
  text-align: center;
  margin-top: 15px;
}
.gen-llamar .form-llamar form .l-submit input[type="submit"] {
  padding: 8px 15px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #542163;
  border-radius: 10px;
  border: none;
}
.form-centros input[type="submit"]:disabled,
.form-llamar form .l-submit input[type="submit"]:disabled {
  opacity: .4 !important;
}
.gen-llamar .form-llamar form .l-submit input[type="submit"]:hover {
  background: #fff;
  color: #542163;
}
.ph-llamar .form-llamar form .hidden,
.gen-llamar .form-llamar form .hidden {
  display: none;
}
.gen-llamar .form-llamar form input[type="tel"],
.gen-llamar .form-llamar form input[type="text"] {
  width: 100%;
  border: none;
  padding: 8px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8c8c8c;
}
.gen-llamar .form-llamar form label span {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}
.gen-llamar .form-llamar form label a {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}
.gen-llamar .form-llamar form label a:hover {
  text-decoration: underline;
}
/* COOKIES */
#barracookies {
  position: fixed;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  color: rgba(0, 0, 0, 0.5);
  padding: 17px;
  z-index: 999999999;
  width: 100%;
}
#barracookies p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  width: 100%;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#barracookies .btn.btn-black {
  margin-left: 15px;
  padding: 11px 15px;
}
#barracookies .link-page {
  text-decoration: underline!important;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 900;
  margin-left: 10px;
}
/* error 404 */
.error-404 {
  background: url(../images/fq-bg-contacto.jpg) repeat;
  background-size: cover;
  padding: 220px 0 150px 0;
  text-align: center;
}
.error-404 h1 {
  font-weight: 700;
  font-size: 42px;
  font-size: 2.625rem;
  color: #7a2880;
  text-transform: uppercase;
}
.error-404 p {
  font-size: 28px;
  font-size: 1.75rem;
  color: #7a2880;
  padding-top: 15px;
  text-align: center;
}
.error-404 .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.error-404 .mas a:hover {
  background: #fff;
  color: #f3b633;
}
/* legal */
.content-gen {
  margin-top: 150px;
  padding: 50px 20px;
}
.content-gen .mod-legal .title {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  color: #7a2880;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.content-gen .mod-legal h2,
.content-gen .mod-legal h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #7a2880;
  margin-bottom: 20px;
}
.content-gen .mod-legal p {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8c8c8c;
  margin-bottom: 15px;
}
.content-gen .mod-legal p a:hover {
  color: #7a2880;
}
/* header */
.logged-in .header {
  top: 32px;
}
.pre-menu-mobile {
  display: none;
}
.header {
  font-size: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #7a2880;
}
.header .pre-header {
  background: #542163;
}
.header .pre-header:after {
  content: '';
  display: table;
  clear: both;
}
.header .pre-header .container {
  position: relative;
  padding: 0;
}
.header .pre-header:after {
  content: '';
  display: table;
  clear: both;
}
.header .pre-header .ph-datos ul {
  padding: 0 0 15px 0;
  font-size: 0;
}
.header .pre-header .ph-datos ul li {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  display: inline-block;
}
.header .pre-header .ph-datos ul li strong {
  font-weight: 700;
  color: rgba(255, 255, 255, 0.8);
}
.header .pre-header .ph-datos ul li a {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
}
.header .pre-header .ph-datos ul li a:hover {
  color: #f3b633;
}
.header .pre-header .ph-datos ul .ph-horario {
  padding-left: 0;
}
.header .pre-header .ph-datos ul .ph-horario:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  transition: all .5s;
  outline: 0;
  margin-right: 5px;
  top: 6px;
  background: url(../images/ph-horario.png);
}
.header .pre-header .ph-datos ul .ph-tratamiento:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 25px;
  position: relative;
  transition: all .5s;
  outline: 0;
  margin-right: 5px;
  top: 7px;
  background: url(../images/ph-tratamiento.png);
}
.header .pre-header .ph-datos ul .ph-mail:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 20px;
  position: relative;
  transition: all .5s;
  outline: 0;
  margin-right: 5px;
  top: 5px;
  background: url(../images/ph-mail.png);
}
.header .pre-header .ph-llamar {
  background: #f3b633;
  border-radius: 0 0 10px 10px;
  position: absolute;
  top: -8px;
  right: 0;
  padding: 0 12px 0 12px;
  max-width: 190px;
  width: 100%;
  text-align: center;
  /*display: none !important;*/
}
.header .pre-header .ph-llamar .llamar--title {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding: 23px 0 14px 0;
  cursor: pointer;
  transition: all .5s;
  text-align: center;
}
.header .pre-header .ph-llamar .close,
.header .pre-header .ph-llamar .ok {
  position: absolute;
  top: 19px;
  right: 14px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all .5s;
  cursor: pointer;
}
.header .pre-header .ph-llamar.active .llamar--title {
  text-align: left;
}
.header .pre-header .ph-llamar.send-ok .llamar--title {
  text-align: left;
}
.header .pre-header .ph-llamar.active .ok {
  display: none;
}
.header .pre-header .ph-llamar.send-ok .ok {
  opacity: 1;
  visibility: visible;
}
.header .pre-header .ph-llamar.active .close,
.header .pre-header .ph-llamar.send-ok .ok {
  opacity: 1;
  visibility: visible;
}
.header .pre-header .ph-llamar .form-llamar {
  display: none;
  overflow: hidden;
}
.header .pre-header .ph-llamar .form-llamar form {
  padding-bottom: 22px;
}
.header .pre-header .ph-llamar .form-llamar form:after {
  content: '';
  display: table;
  clear: both;
}
.header .pre-header .ph-llamar .form-llamar form .l-nombre,
.header .pre-header .ph-llamar .form-llamar form .l-tel,
.header .pre-header .ph-llamar .form-llamar form .l-centro {
  padding: 0;
}
.header .pre-header .ph-llamar .form-llamar form .l-politica {
  padding: 0;
  text-align: center;
}
.header .pre-header .ph-llamar .form-llamar form .l-politica a {
  display: inline;
}
.header .pre-header .ph-llamar .form-llamar form .l-politica label {
  width: 100%;
  display: block;
  cursor: pointer;
  text-align: center;
}
.header .pre-header .ph-llamar .form-llamar form .l-submit {
  padding: 0;
  text-align: center;
  margin-top: 15px;
}
.header .pre-header .ph-llamar .form-llamar form .l-submit input[type="submit"] {
  padding: 8px 15px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  background: #542163;
  border-radius: 10px;
  border: none;
}
.header .pre-header .ph-llamar .form-llamar form .l-submit input[type="submit"]:hover {
  background: #fff;
  color: #542163;
}
.header .pre-header .ph-llamar .form-llamar form input[type="text"],
.header .pre-header .ph-llamar .form-llamar form input[type="email"],
.header .pre-header .ph-llamar .form-llamar form input[type="tel"],
.pre-header .ph-llamar .form-llamar form select {
  width: 100%;
  border: none;
  padding: 8px 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8c8c8c;
}
.pre-header .ph-llamar .form-llamar form select {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  background: url(../images/arrow-select.png) no-repeat 95% center #fff;
  margin-bottom: 10px;
  padding: 6px 10px;
}
.header .pre-header .ph-llamar .form-llamar form label span {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}
.header .pre-header .ph-llamar .form-llamar form label a {
  font-weight: 400;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #fff;
}
.header .pre-header .ph-llamar .form-llamar form label a:hover {
  text-decoration: underline;
}
.header.header-fijo #menu {
  background: #6b2a7f;
  background: -moz-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #6b2a7f), color-stop(50%, rgba(107, 42, 127, 0.9)), color-stop(100%, rgba(107, 42, 127, 0.8)));
  background: -webkit-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -o-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: -ms-linear-gradient(left, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  background: linear-gradient(to right, #6b2a7f 0%, rgba(107, 42, 127, 0.9) 50%, rgba(107, 42, 127, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b2a7f', endColorstr='#6b2a7f', GradientType=1);
}
.header #menu {
  padding: 17px 0 35px 0;
  transition: all .5s;
}
/*.header #menu .container {
  padding: 0;
}*/
.header #menu .h-logo {
  float: left;
}
.header #menu .btn-menu {
  display: none;
}
.header #menu #cssmenu {
  float: right;
  text-align: center;
  padding-top: 24px;
}
.header #menu #cssmenu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 12.5px;
}
.header #menu #cssmenu ul li.current-menu-item a {
  color: #f3b633;
}
.header #menu #cssmenu ul li a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
}
.header #menu #cssmenu ul li a:hover {
  color: #f3b633;
}
/* footer */
#pie .f-datos {
  background: #7a2880;
  padding: 30px 0 38px 0;
}
#pie .f-datos:after {
  content: '';
  display: table;
  clear: both;
}
#pie .f-datos .f-logo-rrss ul {
  padding-top: 20px;
  font-size: 0;
}
#pie .f-datos .f-logo-rrss ul li {
  display: inline-block;
  padding: 0 6px;
}
#pie .f-datos .f-logo-rrss ul li:first-child {
  padding-left: 0;
}
#pie .f-datos .f-menu {
  padding: 30px 0 0 0;
  font-size: 0;
}
#pie .f-datos .f-menu ul {
  text-align: justify;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}
#pie .f-datos .f-menu ul li {
  display: inline-block;
  vertical-align: top;
  padding: 6px 14px;
  position: relative;
  width: 50%;
}
/*#pie .f-datos .f-menu ul li:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  position: relative;
  transition: all .5s;
  outline: 0;
  position: absolute;
  top: 9px;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
#pie .f-datos .f-menu ul li:last-child:after {
  display: none;
}*/
#pie .f-datos .f-menu ul li a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
}
#pie .f-datos .f-menu ul li a:hover {
  color: #f3b633;
}
#pie .f-datos .f-menu .f-aenor {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
}
#pie .f-datos .f-dir-tel {
  padding-top: 30px;
  text-align: right;
  padding-right: 0;
  padding-left: 0;
}
#pie .f-datos .f-aenor {
  text-align: right;
  padding-top: 30px;
}
#pie .f-datos .f-dir-tel .f-loc {
  font-weight: 600;
  font-size: 16px;
  color: #f3b633;
  background: url(../images/f-loc.png) no-repeat top left;
  padding: 0 0 10px 37px;
  line-height: 1.3;
  display: inline-block;
  max-width: 195px;
  text-align: left;
  width: 100%;
}
#pie .f-datos .f-dir-tel .f-loc strong {
  color: #fff;
  display: block;
}
#pie .f-datos .f-dir-tel .f-tel a {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #f3b633;
}
#pie .f-datos .f-dir-tel .f-tel a:before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/f-tel.png) no-repeat center;
  margin-right: 15px;
  top: 6px;
}
#pie .f-datos .f-dir-tel .f-tel a:hover {
  color: #fff;
}
#pie .f-datos .f-dir-tel .f-tel a:hover:before {
  background: url(../images/f-tel-hover.png) no-repeat center;
}
#pie .f-legal {
  background: #904ba6;
  text-align: center;
  padding: 15px 15px 19px 15px;
}
#pie .f-legal p {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
#pie .f-legal p strong {
  font-weight: 700;
}
#pie .f-legal p a {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #3b2d40;
}
#pie .f-legal p a:hover {
  color: #f3b633;
}
/* home */
.mod-cabecera-home {
  background: url(../images/home-bg-persona.png), url(../images/curva1.png), url(../images/curva2.png), url(../images/home-bg-principal.jpg);
  background-repeat: no-repeat;
  background-position: 95% 5%, top center, bottom center, bottom center;
  background-size: auto, auto, auto, cover;
  padding: 240px 0 390px 0;
}
.mod-cabecera-home .intro-text {
  padding-bottom: 200px;
}
.mod-cabecera-home .intro-text h1 {
  font-weight: 500;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 10px;
}
.mod-cabecera-home .intro-text h2 {
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: #fff;
  padding-bottom: 15px;
}
.mod-cabecera-home .intro-text p {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  max-width: 439px;
}
.mod-cabecera-home .intro-text p strong {
  font-weight: 700;
}
.mod-cabecera-home .intro-text .mas {
  padding-top: 30px;
}
.mod-cabecera-home .intro-text .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 10px 24px;
}
.mod-cabecera-home .intro-text .mas a:hover {
  background: #542163;
}
.mod-cabecera-home .cita-centro-negocio .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mod-cabecera-home .cita-centro-negocio article {
  padding: 15px 50px 25px 50px;
}
.mod-cabecera-home .cita-centro-negocio article h3 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 15px;
  line-height: 1.1;
  text-align: center;
  position: relative;
}
.mod-cabecera-home .cita-centro-negocio article h3 strong {
  display: block;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
}
.mod-cabecera-home .cita-centro-negocio article .mas {
  text-align: center;
}
.mod-cabecera-home .cita-centro-negocio article .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.mod-cabecera-home .cita-centro-negocio article .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro {
  font-size: 0;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro .item-select {
  display: inline-block;
  width: 77%;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro .item-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border: none;
  border-radius: 0;
  background: url(../images/select-bg.png) no-repeat right center #b38625;
  background-size: auto 100%;
  padding: 5px 43px 5px 12px;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro .item-submit {
  display: inline-block;
  width: 23%;
  padding-left: 12px;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro .item-submit input[type="submit"] {
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding: 6.5px 5px;
  text-transform: uppercase;
  width: 100%;
  border: 1px solid #fff;
  background: none;
  position: relative;
  top: -1px;
}
.mod-cabecera-home .cita-centro-negocio article .buscar-centro .item-submit input[type="submit"]:hover {
  background: #fff;
  color: #f3b633;
}
.mod-cabecera-home .cita-centro-negocio .item-cita {
  background: #542163;
}
.mod-cabecera-home .cita-centro-negocio .item-cita:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 110px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/h-cabecera-cita.png) no-repeat center 5px #542163;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45px);
  border-radius: 50%;
}
.mod-cabecera-home .cita-centro-negocio .item-centro {
  background: #f3b633;
}
.mod-cabecera-home .cita-centro-negocio .item-centro:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 110px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/h-cabecera-centro.png) no-repeat center 5px #f3b633;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45px);
  border-radius: 50%;
}
.mod-cabecera-home .cita-centro-negocio .item-negocio {
  background: #2c1b52;
}
.mod-cabecera-home .cita-centro-negocio .item-negocio:before {
  content: '';
  display: inline-block;
  width: 110px;
  height: 110px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/h-cabecera-negocio.png) no-repeat center 5px #2c1b52;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -45px);
  border-radius: 50%;
}
.mod-nuestro-tratamiento {
  background: url(../images/curva-blanca.png), url(../images/home-tratamiento-bg.png) #7a2880;
  background-repeat: no-repeat;
  background-position: bottom center, bottom left;
  background-size: auto;
  text-align: center;
  position: relative;
  padding-bottom: 250px;
}
.mod-nuestro-tratamiento h2 {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 70px;
  position: absolute;
  top: -225px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.mod-nuestro-tratamiento h2 strong {
  display: block;
  font-weight: 700;
  font-size: 65px;
  font-size: 4.0625rem;
  color: #fff;
}
.mod-nuestro-tratamiento .content-tratamiento .video {
  position: relative;
  top: -35px;
  padding-bottom: 150px;
}
.mod-nuestro-tratamiento .content-tratamiento .video iframe {
  width: 100%;
  height: 670px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento {
  width: 50%;
  float: right;
  text-align: left;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3 {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 60px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3 strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote {
  position: relative;
  padding-bottom: 25px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote p {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote p a {
  color: #fff;
  text-decoration: underline;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote:before {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/home-tratamiento-first-quote.png) no-repeat center;
  position: absolute;
  top: -21px;
  left: -40px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote:after {
  content: '';
  display: inline-block;
  width: 38px;
  height: 31px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/home-tratamiento-final-quote.png) no-repeat center;
  position: absolute;
  bottom: 39px;
  right: -27px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote strong {
  font-weight: 700;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .firma {
  padding-bottom: 6px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .nombre-puesto {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  padding-bottom: 30px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.mod-nitter {
  padding-bottom: 10px;
}
.mod-nitter .text {
  padding-top: 30px;
}
.mod-nitter .text h2 {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 30px;
}
.mod-nitter .text h2 strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.mod-nitter .text .desc {
  padding-bottom: 30px;
}
.mod-nitter .text .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  line-height: 1.7;
}
.mod-nitter .text .desc p strong {
  font-weight: 700;
}
.mod-nitter .text .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.mod-nitter .text .mas a:hover {
  background: #542163;
  color: #fff;
}
.mod-nitter .img {
  margin-top: -165px;
}
.mod-numeros {
  background: url(../images/home-numeros-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 145px 15px;
}
.mod-numeros article .cont-numero {
  border: 5px solid #7a2880;
  border-radius: 50%;
  max-width: 195px;
  width: 100%;
  height: 195px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.mod-numeros article .cont-numero .numero {
  font-weight: 700;
  font-size: 66px;
  font-size: 4.125rem;
  color: #7a2880;
  padding-bottom: 5px;
  line-height: 1 ;
}
.mod-numeros article .cont-numero .desc {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
  line-height: 1.2;
}
.mod-numeros article .cont-numero .desc strong {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  display: block;
}
.mod-numeros .item4 .cont-numero .numero {
  font-weight: 700;
  font-size: 40px;
}
.mod-prevencion {
  background: url(../images/curva3.png), url(../images/home-bg-prevencion.png);
  background-repeat: no-repeat;
  background-position: bottom center, bottom left;
  background-size: auto 100%;
  padding: 260px 0 230px 0;
  margin-top: -70px;
  position: relative;
  z-index: 99;
}
.mod-prevencion .desc-prevencion {
  float: right;
  width: 50%;
  text-align: left;
}
.mod-prevencion .desc-prevencion h2 {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 22px;
}
.mod-prevencion .desc-prevencion h2 strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.mod-prevencion .desc-prevencion .desc {
  padding-bottom: 40px;
}
.mod-prevencion .desc-prevencion .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  line-height: 1.7;
}
.mod-prevencion .desc-prevencion .desc strong {
  font-weight: 700;
}
.mod-prevencion .desc-prevencion .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.mod-prevencion .desc-prevencion .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.mod-prevencion .desc-prevencion .mas a:hover {
  color: #fff;
  background: #7a2880;
}
.mod-noticias {
  background: url(../images/h-blog-bg.png) no-repeat top right #7a2880;
  padding: 20px 0 130px 0;
}
.mod-noticias h2 {
  font-weight: 500;
  font-size: 52px;
  font-size: 3.25rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding-bottom: 85px;
}
.mod-noticias h2 strong {
  font-size: 65px;
  font-size: 4.0625rem;
  display: block;
}
.mod-testimonios {
  padding: 75px 0 70px 0;
}
.mod-testimonios.grey {
  background: #f2f2f2;
}
.mod-testimonios .resumen-resenas {
  padding: 0 10px 0 0;
}
.mod-testimonios .resumen-resenas .cont-resumen {
  display: inline-block;
  background: #2c1b52;
  border-radius: 5px;
  padding: 12px 12px 8px 12px;
}
.mod-testimonios .resumen-resenas .cont-resumen h3 {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding-bottom: 7px;
  line-height: 1;
}
.mod-testimonios .resumen-resenas .cont-resumen .puntuacion {
  padding-bottom: 2px;
}
.mod-testimonios .resumen-resenas .cont-resumen .puntuacion img {
  display: inline-block;
}
.mod-testimonios .resumen-resenas .cont-resumen .puntuacion-texto {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffd86b;
  padding-bottom: 7px;
  line-height: 1;
}
.mod-testimonios .resumen-resenas .cont-resumen .numero-opiniones {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
  padding-bottom: 5px;
}
.mod-testimonios .resumen-resenas .cont-resumen .logo-google {
  line-height: 1;
}
.mod-testimonios .listado-resenas {
  padding: 0 0 0 0;
}
.mod-testimonios .listado-resenas .item-opinion {
  padding: 0 30px;
}
.mod-testimonios .listado-resenas .item-opinion .puntuacion {
  padding-bottom: 10px;
}
.mod-testimonios .listado-resenas .item-opinion .desc {
  padding-bottom: 12px;
}
.mod-testimonios .listado-resenas .item-opinion .desc p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
}
.mod-testimonios .listado-resenas .item-opinion .user-fecha {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
}
.mod-testimonios .listado-resenas .item-opinion .user-fecha:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 24px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/home-user-testimonio.png);
  margin-right: 5px;
  top: 6px;
}
.mod-testimonios .listado-resenas .item-opinion .user-fecha strong {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
  padding-right: 3px;
}
.mod-testimonios .mas {
  text-align: right;
  float: left;
  width: 100%;
  padding-top: 20px;
}
.mod-testimonios .mas a {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
}
.mod-testimonios .mas a:hover {
  color: #f3b633;
}
.mod-centros {
  /*background: url(../images/centros-mujer.png), url(../images/curva1.png), url(../images/centros-fondo.jpg);*/
  /*background-size: auto, auto, cover;
  background-position: bottom left, top center, bottom center;*/
  padding: 150px 0 0;
  /*background-repeat: no-repeat;*/
  position: relative;
  /*background-position-y: bottom,295px,bottom;*/
}
.mod-centros .mapa-interactivo {
  position: absolute;
  top: 14%;
  right: 6%;
}
.mod-formulario-centros {
  padding: 650px 0 100px;
  background:  url(../images/centros-fondo.jpg) no-repeat;
  min-height: 1300px;
  position: relative;
  background-size: cover;
}
.mod-formulario-centros:before {
  content: url(../images/centros-mujer.png);
  position: absolute;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .mod-formulario-centros:before {
    left: -10%;    
  }
}
@media screen and (max-width: 991px) {
  .mod-formulario-centros:before {
    display: none;
  }
}
.mod-formulario-centros .container {
  position: relative;
  z-index: 1;
}
.mod-centros .mapa-interactivo object {
  width: 530px;
}
.mod-centros .mod-descrubre-centros {
  /*padding-bottom: 315px;*/
  position: relative;
  background: linear-gradient(to top, transparent 735px, #7a2781 0);
  padding: 50px 0;
  z-index: 9;
  margin-bottom: -735px;
}
.mod-centros .mod-descrubre-centros:after {
  bottom: 0;
  width: 100%;
  background: url(../images/curva1.png) center bottom;
  min-height: 465px;
  display: block;
  content: "";
  position: relative;
  bottom: 225px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .mod-centros {
    background-color: #7a2781;
    padding-bottom: 0;
  }
  #pie .f-datos .f-menu ul li {
    width: 100%;
    text-align: center;
  }
}

.mod-centros .mod-descrubre-centros .descubre-centros h1 {
  font-weight: 500;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
}
.mod-centros .mod-descrubre-centros .descubre-centros h1 strong {
  font-weight: 700;
  font-size: 67px;
  font-size: 4.1875rem;
  color: #fff;
  display: block;
}
.mod-centros .mod-descrubre-centros .descubre-centros p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding-bottom: 20px;
  text-align: left;
}
.mod-centros .mod-descrubre-centros .descubre-centros p strong {
  font-weight: 700;
}
.mod-centros .mod-descrubre-centros .descubre-centros .form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  max-width: 415px;
  width: 100%;
  color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 0;
  background: url(../images/select-centro-bg.png) no-repeat right center #542163;
  background-size: auto 100%;
  padding: 9px 50px 9px 12px;
}
.mod-centros .mod-descrubre-centros .descubre-centros .form input[type="submit"] {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-left: 15px;
  color: #fff;
  padding: 9.5px 15px;
  text-transform: uppercase;
  border: none;
  background: #f3b633;
  position: relative;
  top: -1px;
}
.mod-centros .mod-descrubre-centros .descubre-centros .form input[type="submit"]:hover {
  background: #fff;
  color: #f3b633;
}
.mod-centros .mod-formulario-centros h2 {
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 20px;
  padding-left: 7px;
}
.mod-centros .mod-formulario-centros h2 strong {
  font-weight: 700;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #7a2880;
  display: block;
}
.mod-centros .mod-formulario-centros .form-centros {
  width: 66%;
  float: right;
}
.mod-cabecera-listado-centros {
  padding: 170px 0 120px 0;
  background: url(../images/curva1-reverse.png) no-repeat top center;
}
.mod-cabecera-listado-centros h1 {
  font-weight: 500;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 18px;
  text-align: center;
}
.mod-cabecera-listado-centros h1 strong {
  font-weight: 700;
  font-size: 67px;
  font-size: 4.1875rem;
  color: #fff;
  /*display: block;*/
}
.mod-cabecera-listado-centros h2 {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  padding-bottom: 80px;
}
.mod-cabecera-listado-centros .listado-centros {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.mod-cabecera-listado-centros .listado-centros:after {
  content: '';
  display: table;
  clear: both;
}
.mod-cabecera-listado-centros .listado-centros .item-centro {
  text-align: center;
  padding-bottom: 50px;
  display: inline-block;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .cont-mapa {
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  max-width: 315px;
  width: 100%;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mapa-listado-centro {
  display: inline-block;
  overflow: hidden !important;
  width: 100%;
  height: 315px;
  max-width: 315px;
  border-radius: 50%;
  border: 11px solid #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro h3 {
  padding-top: 25px;
  padding-bottom: 5px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro h3 a {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #7a2880;
}
.mod-cabecera-listado-centros .listado-centros .item-centro h3 a:hover {
  color: #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .dir {
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
  color: #7a2880;
  padding-bottom: 30px;
  text-align: center;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mas {
  text-align: center;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mas a {
  background: #7a2880;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mas a:hover {
  color: #fff;
  background: #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro .mensaje-ok {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7a2880;
  padding-top: 10px;
  text-align: center;
}
/*Maquetación nueva listado de centros*/
.mod-cabecera-listado-centros .listado-centros .item-centro-full:first-child {
  margin-top: 320px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full {
  border-bottom: 1px solid #e6e6e6;
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 20px 0 32px 0;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .imagen-centro {
  max-width: 80px;
  width: 100%;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .imagen-centro img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro {
  max-width: 665px;
  width: 100%;
  padding: 0 35px 0 25px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro h3 {
  padding-bottom: 10px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro h3 a {
  font-weight: 700;
  font-size: 30px;
  color: #7a2880;
  line-height: 1;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro h3 a:hover {
  color: #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro .dir {
  font-weight: 400;
  font-size: 24px;
  color: #7a2880;
  line-height: 1;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .more-centro {
  max-width: 200px;
  width: 100%;
  padding-right: 40px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .more-centro a {
  background: #7a2880;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 20px 6px 20px;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .more-centro a:hover {
  background: #f3b633;
}
.mod-cabecera-listado-centros .listado-centros .item-centro-full .gen-llamar {
  margin: 0;
}


/*FIN Maquetación nueva listado de centros*/
.mod-desc-provincia {
  padding-bottom: 125px;
}
.mod-desc-provincia h2 {
  font-weight: 500;
  font-size: 50px;
  font-size: 3.125rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 45px;
  text-align: center;
}
.mod-desc-provincia h2 strong {
  font-weight: 700;
  font-size: 50px;
  font-size: 3.125rem;
  color: #7a2880;
}
.mod-desc-provincia .desc p {
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  color: #7a2880;
  padding-bottom: 20px;
}
.mod-desc-provincia .desc p:last-child {
  padding-bottom: 0;
}
.mod-cabecera-form-centro {
  padding: 0px 0 0px 0;
  /*background: url(../images/curva1-reverse-big.png), url(../images/ct-bg-general.jpg);
  background-repeat: no-repeat;
  background-size: auto, cover;
  background-position: top center, center 350px;*/
}
.mod-cabecera-form-centro .container {
  padding: 0;
}
.mod-top-centro {
  /*background: ##7a2681 url(../images/curva1-reverse-big.png) top center no-repeat;
  background-size: auto;*/
  background: #7a2681;
  position: relative;
  padding-top: 150px;
}
.mod-top-centro > div {
  position: relative;
  z-index: 9;

}
.mod-top-centro:after {
  content: "";
  position: absolute;
  bottom: -205px;
  width: 100%;
  min-height: 220px;
  background: url(../images/curva-centros.png) bottom center no-repeat;
  background-size: cover;
}
.mod-bottom-centro {
  background: url(../images/ct-bg-general.jpg) center no-repeat;
  background-size: cover;
  padding: 180px 0 100px;
}
.mod-cabecera-form-centro .info-principal {
  padding: 0 0 0 0;
}
.mod-cabecera-form-centro .info-principal .bloque-directores {
  display: flex;
}
.mod-cabecera-form-centro .info-principal .bloque-directores_item {
  width: 50%;
  padding: 0 10px;
}
.mod-cabecera-form-centro .info-principal .bloque-directores .nombre-director {
  padding-bottom: 20px;
  text-align: center;
}
.mod-cabecera-form-centro .info-principal .bloque-directores .nombre-director strong {
  display: block;
}
.mod-cabecera-form-centro .info-principal .bloque-directores .nombre-director span {
  display: none;
}
.mod-cabecera-form-centro .info-principal h1 {
  font-weight: 500;
  font-size: 35px;
  color: #fff;
  line-height: 1;
  padding-bottom: 14px;
}
.mod-cabecera-form-centro .info-principal h1 strong {
  font-weight: 700;
  font-size: 62px;
  color: #fff;
  display: block;
}
.mod-cabecera-form-centro .info-principal h2 {
  font-weight: 400;
  font-size: 22px;
  font-size: 1.375rem;
  color: #fff;
  padding-bottom: 7px;
}
.mod-cabecera-form-centro .info-principal .nombre-director {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding: 0 0 45px;
}
.mod-cabecera-form-centro .info-principal .nombre-director strong {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}
.mod-cabecera-form-centro .info-principal .img-director img {
  border-radius: 50%;
  border: 5px solid #f3b633;
  max-width: 300px;
  width: 100%;
  height: 288px;
  object-fit: cover;
  object-position: top center;
}
.mod-cabecera-form-centro .info-contacto {
  padding: 0 0 0 25px;
  font-size: 0;
}
.mod-cabecera-form-centro .info-contacto .data {
  display: inline-block;
  vertical-align: top;
  width: 52%;
}
.mod-cabecera-form-centro .info-contacto .form-tel {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.mod-cabecera-form-centro .info-contacto .form-tel .mensaje-ok {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}
.mod-cabecera-form-centro .info-contacto .tel {
  padding-bottom: 14px;
}
.mod-cabecera-form-centro .info-contacto .tel a {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
}
.mod-cabecera-form-centro .info-contacto .tel a:hover {
  color: #f3b633;
}
.mod-cabecera-form-centro .info-contacto .tel a:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 35px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/ct-icon-tel.png) no-repeat center;
  margin-right: 12px;
  top: 4px;
}
.mod-cabecera-form-centro .info-contacto .mail {
  padding-bottom: 14px;
  position: relative;
  min-height: 40px;
}
.mod-cabecera-form-centro .info-contacto .mail a {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 450px;
}
.mod-cabecera-form-centro .info-contacto .mail a:hover {
  color: #f3b633;
}
.mod-cabecera-form-centro .info-contacto .mail a:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 23px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/centros-icon-mail.png) no-repeat center;
  margin-right: 12px;
  top: 4px;
}
.mod-cabecera-form-centro .info-contacto .loc {
  font-weight: 700;
  font-size: 17px;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 43px;
  background: url(../images/ct-icon-loc.png) no-repeat 6px 4px;
}
.mod-cabecera-form-centro .info-contacto .horario {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 10px;
  padding-left: 43px;
  background: url(../images/ct-icon-horario.png) no-repeat 2px 2px;
}
.mod-cabecera-form-centro .info-contacto .cita {
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
  padding-bottom: 10px;
  cursor: pointer;
}
.mod-cabecera-form-centro .info-contacto .cita:before {
  content: '';
  display: inline-block;
  width: 35px;
  height: 29px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/ct-icon-cita.png) no-repeat center;
  margin-right: 12px;
  top: 8px;
}
.mod-cabecera-form-centro .info-contacto .desc {
  padding-top: 10px;
  position: relative;
}
.mod-cabecera-form-centro .info-contacto .desc .more--content__extra {
  display: none;
}
.mod-cabecera-form-centro .info-contacto .desc__cont {
  max-height: 140px;
  overflow: hidden;
  transition: all .5s;
}
.mod-cabecera-form-centro .info-contacto .desc.js-active .desc__cont {
  max-height: max-content;
}
.mod-cabecera-form-centro .info-contacto .desc.js-active .desc__more {
  border: none;
  background: url(../images/icon-less.svg) no-repeat center;
}
.mod-cabecera-form-centro .info-contacto .desc.js-active .desc__more:hover {
  background: url(../images/icon-less-hover.svg) no-repeat center;
}
.mod-cabecera-form-centro .info-contacto .desc__more {
  background: url(../images/icon-more.svg) no-repeat center;
  border: none;
  bottom: -25px;
  cursor: pointer;
  height: 22px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  width: 22px;
}
.mod-cabecera-form-centro .info-contacto .desc__more:hover {
  background: url(../images/icon-more-hover.svg) no-repeat center;
}
.mod-cabecera-form-centro .info-contacto .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
}
.mod-cabecera-form-centro .info-contacto .desc p a {
  color: #f3b633;
  text-decoration: underline;
}
.mod-cabecera-form-centro .info-contacto .desc p a:hover {
  color: #fff;
}
.mod-cabecera-form-centro .info-contacto .desc p strong {
  font-weight: 700;
}
.mod-cabecera-form-centro .info-form {
  padding: 250px 0 0 0;
}
.mod-cabecera-form-centro .info-form h2 {
  font-weight: 500;
  font-size: 48px;
  font-size: 3rem;
  color: #7a2880;
  line-height: 1.2;
  padding-bottom: 45px;
  text-align: center;
}
.mod-cabecera-form-centro .info-form h2 strong {
  font-weight: 700;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #7a2880;
  display: block;
}
.mod-cabecera-form-centro .info-form .none {
  display: none;
}
.mod-cabecera-form-centro .info-form .c-politica {
  margin-left: -4px;
  text-align: center;
  
}
.mod-cabecera-form-centro .info-form .c-submit {
  text-align: center;
  padding-left: 7px;
  padding-top: 25px;
}
.mod-como-llegar {
  font-size: 0;
  text-align: center;
}
.mod-como-llegar .item-llegar {
  max-width: 340px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.mod-como-llegar .item-llegar.icono-1 h4:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 42px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/icon-autobus.png) no-repeat center;
  margin-right: 10px;
}
.mod-como-llegar .item-llegar.icono-2 h4:before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 42px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/icon-tren.png) no-repeat center;
  margin-right: 10px;
}
.mod-como-llegar .item-llegar.icono-3 h4:before {
  content: '';
  display: inline-block;
  width: 34px;
  height: 42px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/icon-coche.png) no-repeat center;
  margin-right: 10px;
}
.mod-como-llegar .item-llegar.icono-4 h4:before {
  content: '';
  display: inline-block;
  width: 32px;
  height: 42px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/icon-aparcar.png) no-repeat center;
  margin-right: 10px;
}
.mod-como-llegar .item-llegar:last-child h4 {
  background: none;
}
.mod-como-llegar .item-llegar h4 {
  font-weight: 500;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7a2880;
  padding: 31px 5px;
  background: url(../images/shadow-llegar.png) no-repeat right center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s;
  cursor: pointer;
}
.mod-como-llegar .item-llegar h4:hover {
  color: #f3b633;
}
.mod-como-llegar .item-llegar h4:after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 13px;
  position: relative;
  transition: all .5s;
  outline: 0;
  margin-left: 12px;
  background: url(../images/arrow-select.png) no-repeat;
}
.mod-como-llegar .item-llegar .desc {
  padding: 10px 25px 65px 25px;
  text-align: left;
  display: none;
}
.mod-como-llegar .item-llegar .desc p {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  padding-bottom: 20px;
}
.mod-como-llegar .item-llegar .desc p strong {
  font-weight: 700;
}
.mod-titulo-mapa {
  padding: 40px 15px;
  text-align: center;
}
.mod-titulo-mapa h2 {
  font-weight: 700;
  font-size: 36px;
  color: #7a2880;
  line-height: 1.2;
}
.mod-mapa-centro {
  height: 550px;
}
.mod-cabecera-por-que {
  background: url(../images/curva-blanca.png), url(../images/pq-ninos.png) #7a2880;
  background-repeat: no-repeat;
  background-position: bottom center, bottom left;
  padding: 220px 0 320px 0;
}
.mod-cabecera-por-que .cab-porque {
  padding: 0 0 0 70px;
}
.mod-cabecera-por-que h1 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}
.mod-cabecera-por-que h1 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-cabecera-por-que .desc {
  padding-right: 45px;
}
.mod-cabecera-por-que .desc img {
  float: none !important;
  margin-top: 15px;
}
.mod-cabecera-por-que .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-cabecera-por-que .desc p a {
	color: white;
	text-decoration: underline;
}
.mod-video-porque {
  background: url(../images/curva2.png) no-repeat bottom center;
  padding: 20px 0 400px 0;
}
.mod-video-porque iframe {
  width: 100%;
  height: 670px;
}
.mod-eliminamos-piojos {
  background: url(../images/porque-sesion.png) no-repeat bottom right #7a2880;
  background-size: 820px;
}
.mod-eliminamos-piojos .container {
  position: relative;
  top: -100px;
}
.mod-eliminamos-piojos h2 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 30px;
  text-align: center;
}
.mod-eliminamos-piojos h2 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-eliminamos-piojos p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
  padding-bottom: 125px;
}
.mod-eliminamos-piojos p a {
	color: white;
	text-decoration: underline;
}
.mod-eliminamos-piojos p strong {
  font-weight: 700;
}
.mod-eliminamos-piojos ul {
  padding-bottom: 65px;
}
.mod-eliminamos-piojos ul li {
  display: inline-block;
  margin-right: 100px;
  text-align: center;
  max-width: 250px;
  width: 100%;
}
.mod-eliminamos-piojos ul li:last-child {
  padding-right: 0;
}
.mod-eliminamos-piojos ul li h4 {
  font-weight: 500;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #fff;
  line-height: 1;
  padding-top: 10px;
}
.mod-eliminamos-piojos ul li h4 strong {
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  display: block;
}
.mod-cabecera-productos {
  /*background: url(../images/curva-blanca.png), url(../images/p-mujer.png) #7a2880;*/
  background: url(../images/bodegon-de-producto.jpg);
  background-repeat: no-repeat;
  background-position: center 105%, 10% bottom;
  background-size: cover;
  padding: 220px 0 450px 0;
}
.mod-cabecera-productos .cont-intro {
  padding: 0;
  width: 65%;
}
.mod-cabecera-productos h1 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}
.mod-cabecera-productos h1 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-cabecera-productos .desc {
  padding-right: 45px;
}
.mod-cabecera-productos .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-listado-productos {
  padding-bottom: 80px;
}
.mod-listado-productos .item-producto {
  background: url(../images/p-shadow.png) no-repeat bottom center;
  font-size: 0;
  padding: 50px 0 90px 0;
}
.mod-listado-productos .item-producto .text .desc ul,
.mod-listado-productos .item-producto .text .desc ul li {
      font-weight: 300;
    font-size: 16px;
    font-size: 1rem;
    color: #6a6a6a;
    line-height: 1.3;
    list-style-type: circle;
    text-align: left;
}
.mod-listado-productos .item-producto .text .desc ul  {
  padding-left: 20px;
  margin: 8px 0;
}
.mod-listado-productos .item-producto .text .desc ul li {

}
.mod-listado-productos .item-producto:last-child {
  background: none;
}
.mod-listado-productos .item-producto .img {
  max-width: 350px;
  width: 100%;
  display: inline-block;
  vertical-align: bottom;
  padding-right: 15px;
}
.mod-listado-productos .item-producto .text {
  width: calc(100% - 350px);
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: -5px;
}
.mod-listado-productos .item-producto .text h2 {
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 9px;
}
.mod-listado-productos .item-producto .text h2 span {
  font-weight: 300;
  font-size: 24px;
  font-size: 1.5rem;
  padding-left: 3px;
}
.mod-listado-productos .item-producto .text .precio {
  font-weight: 300;
  font-size: 30px;
  font-size: 1.875rem;
  color: #6a6a6a;
  padding-bottom: 25px;
  line-height: 1;
}
.mod-listado-productos .item-producto .text .desc {
  padding-top: 20px;
}
.mod-listado-productos .item-producto .text .desc p {
  font-weight: 300;
  font-size: 16px;
  font-size: 1rem;
  color: #6a6a6a;
  line-height: 1.3;
  padding-bottom: 10px;
}
.mod-listado-productos .item-producto .text .desc p strong {
  font-weight: 700;
}
.mod-cabecera-tratamiento {
  background: url(../images/curva-gris.png), url(../images/t-cab-fondo.png) #7a2880;
  background-repeat: no-repeat;
  background-position: bottom center, bottom left;
  padding: 220px 0 390px 0;
}
.mod-cabecera-tratamiento .cab-tratamiento {
  padding: 0;
}
.mod-cabecera-tratamiento h2 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}
.mod-cabecera-tratamiento h2 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-cabecera-tratamiento .desc {
  padding-right: 45px;
}
.mod-cabecera-tratamiento .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-cabecera-tratamiento .desc a {
  color: #fff;
  text-decoration: underline;
}
.mod-cabecera-tratamiento .desc a:hover {
  color: #f3b633;
}
.mod-descripcion-tratamiento {
  background: url(../images/t-bg-ninas.png), url(../images/t-bg-piojo.png), url(../images/t-bg-piojo.png) #f2f2f2;
  background-repeat: no-repeat;
  background-position: bottom left, -200px bottom, 114% top, top center;
  background-size: auto, 90%, 50%, auto;
  padding: 35px 0 65px ;
}
.mod-descripcion-tratamiento h1 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 15px;
  text-align: center;
}
.mod-descripcion-tratamiento h1 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #7a2880;
  display: block;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 80px 0;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso.item-right .text {
  order: 2;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso.item-right .icon-text {
  order: 1;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .text {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 45px 90px 50px 100px;
  background: #fff;
  position: relative;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .text .num-paso {
  font-weight: 700;
  font-size: 64px;
  font-size: 4rem;
  background: #7a2880;
  border-radius: 50%;
  color: #fff;
  height: 100px;
  left: -60px;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  top: -30px;
  width: 100px;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .text h3 {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 20px;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .text p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .icon-text {
  text-align: center;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .icon-text p {
  font-weight: 500;
  font-size: 27px;
  font-size: 1.6875rem;
  color: #7a2880;
  line-height: 1;
  text-align: center;
  padding-top: 15px;
}
.mod-descripcion-tratamiento .listado-pasos .item-paso .icon-text p strong {
  font-weight: 700;
  font-size: 34px;
  font-size: 2.125rem;
  color: #7a2880;
  display: block;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa {
  padding-top: 100px;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa article {
  padding: 0 103px 0 100px;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa article h3 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 18px;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa article h3 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #7a2880;
  display: block;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa article p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  line-height: 1.6;
}
.mod-descripcion-tratamiento .listado-pasos .item-normativa article .img {
  padding-top: 30px;
}
.mod-cabecera-franquicias {
  background: url(../images/curva-blanca.png), url(../images/home-tratamiento-bg-franquicias.png);
  background-color: #7a2880;
  background-repeat: no-repeat;
  background-position: bottom center, bottom left;
  padding: 210px 0 255px 0;
}
.mod-cabecera-franquicias .cab-franquicias {
  padding: 0 0 0 102px;
}
.mod-cabecera-franquicias h1 {
  font-weight: 500;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  padding-bottom: 18px;
}
.mod-cabecera-franquicias h1 strong {
  font-weight: 700;
  font-size: 52px;
  color: #fff;
  display: block;
}
.mod-cabecera-franquicias h2 {
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 30px;
}
.mod-cabecera-franquicias .desc {
  padding-right: 45px;
}
.mod-cabecera-franquicias .desc p {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-cabecera-franquicias .desc p a {
  font-weight: 700;
  color: #fff;
}
.mod-cabecera-franquicias .desc p a:hover {
  color: #f3b633;
}
.mod-cabecera-franquicias .desc .firma {
  padding: 50px 0 8px 0;
}
.mod-cabecera-franquicias .desc .nombre-puesto {
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}
.mod-video-franquicias {
  background: url(../images/curva2.png) no-repeat bottom center;
  padding: 70px  0 375px 0;
}
.mod-video-franquicias iframe {
  width: 100%;
  height: 670px;
}
.mod-unete-franquicias {
  background: #7a2880;
  padding-bottom: 20px;
}
.mod-unete-franquicias h2 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  text-align: center;
}
.mod-unete-franquicias h2 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-unete-franquicias .listado-unete {
  padding-top: 20px;
}
.mod-unete-franquicias .listado-unete .item-unete {
  padding: 60px 50px 0 50px;
}
.mod-unete-franquicias .listado-unete .item-unete .img {
  padding-bottom: 12px;
}
.mod-unete-franquicias .listado-unete .item-unete .text h3 {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.mod-unete-franquicias .listado-unete .item-unete .text p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-contacto-franquicias {
  background: url(../images/curva4.png), url(../images/fq-bg-portatil.png), url(../images/fq-bg-contacto.jpg);
  background-repeat: no-repeat;
  background-size: auto, auto, cover;
  background-position: top center, bottom center, center;
  padding: 460px 0 590px 0;
}
.mod-contacto-franquicias h2 {
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 70px;
  text-align: center;
}
.mod-contacto-franquicias h2 strong {
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #7a2880;
  display: block;
}
.mod-contacto-franquicias .form-franquicias .c-politica label .text {
  color: #7a2880;
}
.mod-contacto-franquicias .form-franquicias .c-politica label .text a {
  color: #7a2880;
}
.mod-contacto-franquicias .form-franquicias .c-politica label .text a:hover {
  color: #f3b633;
}
/* contacto */
.mod-form-contacto {
  padding: 240px 0 155px 0;
}
.mod-form-contacto h1 {
  font-weight: 500;
  font-size: 36px;
  font-size: 2.25rem;
  color: #7a2880;
  line-height: 1;
  padding-bottom: 110px;
  text-align: center;
}
.mod-form-contacto h1 strong {
  font-weight: 700;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #7a2880;
  display: block;
}
.mod-form-contacto .form-gen input[type="text"],
.mod-form-contacto .form-gen input[type="tel"],
.mod-form-contacto .form-gen input[type="email"],
.mod-form-contacto .form-gen textarea {
  -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.14);
  position: relative;
}
.mod-form-contacto .form-gen textarea {
  height: 135px;
  max-height: inherit;
}
.form-gen .asterisco {
  color: #7a2880;
  font-size: 36px;
  position: absolute;
  top: 12.5px;
  right: 16px;
  line-height: 1;
}
.form-gen select + .asterisco {
  top: 5px;
}
.mod-form-contacto .form-gen p {
  padding: 10px;
}
.mod-form-contacto .form-gen span.wpcf7-list-item {
  margin: 0;
}
.mod-form-contacto .form-gen .c-required {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7a2880;
  padding-top: 8px;
}
.mod-form-contacto .form-gen .c-politica {
  padding-top: 5px;
}
.mod-form-contacto .form-gen .c-politica label .text {
  color: #7a2880;
}
.mod-form-contacto .form-gen .c-politica label .text a {
  color: #7a2880;
}
.mod-form-contacto .form-gen .c-politica label .text a:hover {
  color: #f3b633;
}
.mod-form-contacto .form-gen .c-submit {
  margin-top: -8px;
  padding-top: 0;
}
.mod-form-contacto .c-datos {
  text-align: right;
}
.mod-form-contacto .c-datos .cont-datos {
  display: inline-block;
  max-width: 329px;
  width: 100%;
  text-align: left;
}
.mod-form-contacto .c-datos h2 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #7a2880;
  padding-bottom: 25px;
}
.mod-form-contacto .c-datos .tel {
  padding-bottom: 20px;
}
.mod-form-contacto .c-datos .tel a {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #a6a6a6;
}
.mod-form-contacto .c-datos .tel a:hover {
  color: #7a2880;
}
.mod-form-contacto .c-datos .tel a:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/c-icon-tel.png);
  margin-right: 12px;
  top: 3px;
}
.mod-form-contacto .c-datos .mail {
  padding-bottom: 20px;
}
.mod-form-contacto .c-datos .mail a {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  color: #a6a6a6;
}
.mod-form-contacto .c-datos .mail a:hover {
  color: #7a2880;
}
.mod-form-contacto .c-datos .mail a:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 17px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/c-icon-mail.png);
  margin-right: 10px;
  top: 2px;
}
.mod-form-contacto .c-datos .loc {
  padding: 0 0 0 32px;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  background: url(../images/c-icon-loc.png) no-repeat top left;
  color: #a6a6a6;
}
.mod-form-contacto .c-datos .rrss {
  padding-top: 50px;
}
.mod-form-contacto .c-datos .rrss li {
  display: inline-block;
  padding-right: 25px;
}
.mod-form-contacto .c-datos .rrss li:last-child {
  padding-right: 0;
}
.mod-mapa-contacto {
  height: 600px;
}
/* blog */
.listado-noticias {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.listado-noticias .item-noticia {
  padding: 0 12.5px;
}
.listado-noticias .item-noticia .cont-noticia {
  background: #fff;
  height: 100%;
}
.listado-noticias .item-noticia .img {
  overflow: hidden;
}
.listado-noticias .item-noticia .img a,
.listado-noticias .item-noticia .img img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.listado-noticias .item-noticia .img a:hover,
.listado-noticias .item-noticia .img img:hover {
  transform: scale(1.05);
}
.listado-noticias .item-noticia .text {
  padding: 25px 15px 35px 15px;
}
.listado-noticias .item-noticia .text h3 {
  padding-bottom: 15px;
}
.listado-noticias .item-noticia .text h3 a {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.1;
  color: #7a2880;
}
.listado-noticias .item-noticia .text h3 a:hover {
  color: #f3b633;
}
.listado-noticias .item-noticia .text .category-fecha {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #f3b633;
  padding-bottom: 15px;
}
.listado-noticias .item-noticia .text .category-fecha span {
  color: #6a6a6a;
}
.listado-noticias .item-noticia .text .desc {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  padding-bottom: 30px;
}
.listado-noticias .item-noticia .text .mas {
  text-align: center;
}
.listado-noticias .item-noticia .text .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.listado-noticias .item-noticia .text .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.listado-noticias .item-noticia .text .mas a:hover {
  background: #542163;
  color: #fff;
}
.cont-blog {
  margin-top: 150px;
  padding-bottom: 55px;
  background: url(../images/blog-bg.png) no-repeat left top;
}
.cont-blog .title {
  font-weight: 500;
  font-size: 44px;
  font-size: 2.75rem;
  color: #7a2880;
  line-height: 1;
  padding: 80px 0 50px 0;
}
.cont-blog .title strong {
  font-weight: 700;
  font-size: 49px;
  font-size: 3.0625rem;
  color: #7a2880;
}
.cont-blog .listado-posts {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cont-blog .listado-posts .cont-posts {
  display: flex;
  flex-wrap: inherit;
}
.cont-blog .listado-posts .item-noticia {
  margin-bottom: 25px;
  padding-left: 0;
  padding-right: 20px;
}
/*.cont-blog .listado-posts .item-noticia {
  padding: 0 23px 80px 0;
}
.cont-blog .listado-posts .item-noticia:nth-child(2n) {
  padding: 0 0 80px 23px;
}
.cont-blog .listado-posts .item-noticia:last-child,
.cont-blog .listado-posts .item-noticia:nth-last-child(2) {
  padding-bottom: 30px;
}*/
.cont-blog .listado-posts .item-noticia .cont-noticia {
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
}
.cont-blog .listado-posts .item-noticia .cont-noticia .img {
  overflow: hidden;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .img a,
.cont-blog .listado-posts .item-noticia .cont-noticia .img img {
  display: block;
  width: 100%;
  transition: all .5s;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .img:hover img {
  transform: scale(1.1);
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text {
  padding: 25px 25px 45px 25px;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text div.mas {
  margin-top: 20px;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .category-fecha {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  color: #979797;
  padding-bottom: 25px;
  text-transform: uppercase;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text h3 {
  padding-bottom: 20px;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text h3 a {
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  color: #979797;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text h3 a:hover {
  color: #f3b633;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #979797;
  padding-bottom: 25px;
  line-height: 1.4;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc p,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc p span {
  color: #979797;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h1,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h2,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h3,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h4,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h5,
.cont-blog .listado-posts .item-noticia .cont-noticia .text .desc h6 {
  font-weight: 400;
  font-size: 20px;
  color: #979797;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .mas a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .mas a:hover {
  background: #fff;
  color: #f3b633;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .mas a {
  font-weight: 400;
  padding: 12px 40px;
}
.cont-blog .listado-posts .item-noticia .cont-noticia .text .mas a:hover {
  background: #7a2880;
  color: #fff;
}
.cont-blog .listado-posts .wp-prev-next {
  display: block;
  width: 100%;
  float: left;
  z-index: 9;
  max-height: 21px;
  overflow: hidden;
}
.cont-blog .listado-posts .wp-prev-next:after {
  content: '';
  display: table;
  clear: both;
}
.cont-blog .listado-posts .wp-prev-next ul {
  float: left;
  width: 100%;
}
.cont-blog .listado-posts .wp-prev-next .prev-link {
  float: right;
}
.cont-blog .listado-posts .wp-prev-next .prev-link a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  text-transform: uppercase;
}
.cont-blog .listado-posts .wp-prev-next .prev-link a:hover {
  color: #f3b633;
}
.cont-blog .listado-posts .wp-prev-next .next-link {
  float: left;
}
.cont-blog .listado-posts .wp-prev-next .next-link a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  text-transform: uppercase;
}
.cont-blog .listado-posts .wp-prev-next .next-link a:hover {
  color: #f3b633;
}
.cont-blog .sidebar {
  padding: 0 0 0 45px;
}
.cont-blog .sidebar .widget h4 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #7a2880;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 15px;
}
.cont-blog .sidebar .widget ul li {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #979797;
  padding: 9px 0;
  transition: all .5s;
}
.cont-blog .sidebar .widget ul li:hover {
  color: #f3b633;
}
.cont-blog .sidebar .widget ul li:hover a {
  color: #f3b633;
}
.cont-blog .sidebar .widget ul li a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #979797;
}
.cont-blog .sidebar .widget_custom_html,
.cont-blog .sidebar .widget_categories {
  padding-top: 50px;
}
.cont-blog .sidebar .widget_custom_html input[type="email"] {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  border: none;
  color: #6a6a6a;
  background: #f2f2f2;
  padding: 13px 15px;
  margin-bottom: 15px;
}
.cont-blog .sidebar .widget_custom_html ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */fv
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.cont-blog .sidebar .widget_custom_html :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  opacity: 1;
}
.cont-blog .sidebar .widget_custom_html ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
  opacity: 1;
}
.cont-blog .sidebar .widget_custom_html :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.cont-blog .sidebar .widget_custom_html ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.cont-blog .sidebar .widget_custom_html ::placeholder {
  /* Most modern browsers support this now. */
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #6a6a6a;
}
.cont-blog .sidebar .widget_custom_html .submit a {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 20px;
}
.cont-blog .sidebar .widget_custom_html .submit a:hover {
  background: #fff;
  color: #f3b633;
}
.cont-blog .sidebar .widget_custom_html .submit input[type="submit"] {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  border: none;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 12px 30px;
}
.cont-blog .sidebar .widget_custom_html .submit input[type="submit"]:hover {
  background: #7a2880;
  color: #fff;
}
/* single blog */
.cont-blog .cont-post {
  padding-bottom: 85px;
}
.cont-blog .cont-post.cont-post-center {
  margin: 0 auto;
  float: none;
}
.title.title-center {
  text-align: center;
  
}
.cont-blog .cont-post .cont-text {
  padding: 0;
}
.cont-blog .cont-post .cont-text .img img {
  width: 100%;
}
.cont-blog .cont-post .cont-text h1 {
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  color: #7a2880;
  padding: 40px 0 25px 0;
}
.cont-blog .cont-post .cont-text h2 {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7a2880;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
}
.cont-blog .cont-post .cont-text h3 {
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #7a2880;
  text-transform: uppercase;
  padding: 20px 0 15px 0;
}
.cont-blog .cont-post .cont-text p,
.cont-blog .cont-post .cont-text p > span {
  font-family: 'Raleway', sans-serif !important;
  font-weight: 400 !important;
  font-size: 17px !important;
  color: #8c8c8c !important;
  padding-bottom: 10px !important;
  text-align: justify;
  line-height: 1.6em;
  margin-bottom: 15px;
}
.cont-blog .cont-post .cont-text p a {
  color: #6b2a7f !important;
  text-decoration: underline;
  
}
.cont-blog .cont-post .cont-text div.aligncenter img{
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.wp-caption > p {
	font-size: 13px !important;
}
.cont-blog .cont-post .cont-text blockquote {
  display: block;
  width: 100%;
  padding: 5px 100px 35px 20px;
}
.cont-blog .cont-post .cont-text blockquote p {
  font-weight: 300;
  font-size: 29px;
  font-size: 1.8125rem;
  color: #7a2880;
  text-align: center;
}
.cont-blog .cont-post .cont-text blockquote p:before {
  content: '';
  display: inline-block;
  width: 26px;
  height: 21px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/quote-left.png);
  margin-right: 4px;
  top: -4px;
}
.cont-blog .cont-post .cont-text blockquote p:after {
  content: '';
  display: inline-block;
  width: 26px;
  height: 20px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/quote-right.png);
  margin-left: 4px;
  top: -6px;
}
.cont-blog .cont-post .cont-text ul,
.cont-blog .cont-post .cont-text ol {
  padding: 20px 0 30px 0;
}
.cont-blog .cont-post .cont-text ul li,
.cont-blog .cont-post .cont-text ol li {
  font-weight: 300;
  font-size: 16px;
  background: url(../images/icon-list.png) no-repeat left 12px;
  color: #8c8c8c;
  padding: 7px 0 7px 18px;
  line-height: 1.6;
}
.cont-blog .cont-post .cont-text .size-full {
  width: 100%;
  padding-bottom: 20px;
}
.cont-blog .cont-post .cont-text .gallery {
  margin: 0 !important;
  padding-bottom: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.cont-blog .cont-post .cont-text .gallery .gallery-item {
  padding: 0 20px 20px 0;
}
.cont-blog .cont-post .cont-text .gallery .gallery-item:nth-child(2n) {
  padding: 0 0 20px 20px;
}
.cont-blog .cont-post .cont-text .gallery .gallery-item dt {
  height: 100%;
}
.cont-blog .cont-post .cont-text .gallery .gallery-item dt img {
  height: 100%;
  object-fit: cover;
}
.cont-blog .cont-post .cont-text .gallery br {
  display: none;
}
.cont-blog .cont-post .cont-text .tags {
  float: left;
}
.cont-blog .cont-post .cont-text .tags strong {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8c8c8c;
  text-transform: uppercase;
}
.cont-blog .cont-post .cont-text .tags a {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  background: #6b2a7f;
  text-decoration: none;
  color: #fff !important;
  padding: 0px 5px;
  position: relative;
  margin-left: 18px;
  margin-bottom: 10px;
}
.cont-blog .cont-post .cont-text .tags a:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 18px 13px 0;
  border-color: transparent #6b2a7f transparent transparent;
  position: absolute;
  top: 0;
  left: -18px;
}
.cont-blog .cont-post .cont-text .tags a:hover {
  color: #f3b633;
  text-decoration: underline;
}
.cont-blog .cont-post .cont-text .sharethis-inline-share-buttons {
  float: right;
  padding-top: 0;
}
.mod-interesar {
  float: left;
  width: 100%;
  padding: 75px 0 65px 0;
}
.mod-interesar h3 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #7a2880;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.mod-interesar .listado-rel {
  margin: 0 -12px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.mod-interesar .item-noticia-rel {
  padding: 0 12px;
}
.mod-interesar .item-noticia-rel .cont-noticia {
  height: 100%;
  -webkit-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.12);
}
.mod-interesar .item-noticia-rel .img a,
.mod-interesar .item-noticia-rel .img img {
  width: 100%;
}
.mod-interesar .item-noticia-rel .text {
  background: #fff;
  padding: 15px 15px 30px 15px;
}
.mod-interesar .item-noticia-rel .text .category-fecha {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #f3b633;
  padding-bottom: 10px;
}
.mod-interesar .item-noticia-rel .text .category-fecha span {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #8c8c8c;
  display: block;
}
.mod-interesar .item-noticia-rel .text h4 a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #8c8c8c;
}
.mod-interesar .item-noticia-rel .text h4 a:hover {
  color: #f3b633;
}
.mod-comments {
  float: left;
  width: 100%;
}
.mod-comments h3 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.mod-comments .commentlist {
  padding-bottom: 50px;
}
.mod-comments .item-comment {
  padding: 30px 0 25px 0;
  border-bottom: 1px solid #cccccc;
}
.mod-comments .item-comment .name-date {
  padding-bottom: 10px;
}
.mod-comments .item-comment .name-date:after {
  content: '';
  display: table;
  clear: both;
}
.mod-comments .item-comment .name-date h5 {
  font-weight: 400;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #7a2880;
  padding-bottom: 5px;
}
.mod-comments .item-comment .name-date time {
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
.mod-comments .item-comment .alert p {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #f3b633;
  font-style: italic;
  padding-bottom: 5px;
}
.mod-comments .item-comment .comment-content {
  padding-bottom: 8px;
}
.mod-comments .item-comment .comment-content p {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #8c8c8c;
  padding-bottom: 0;
}
.mod-comments .item-comment .comment-resp {
  text-align: right;
}
.mod-comments .item-comment .comment-resp a {
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #8c8c8c;
  text-transform: uppercase;
}
.mod-comments .item-comment .comment-resp a:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 9px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/arrow-post.png) no-repeat center;
  background-size: 100%;
  margin-left: 2px;
}
.mod-comments .item-comment .comment-resp a:hover {
  color: #7a2880;
}
.mod-comments .item-comment .comment-resp a:hover:after {
  background: url(../images/arrow-post-green.png) no-repeat center;
  background-size: 100%;
}
.mod-comments ul {
  -webkit-column-count: 1 !important;
  -moz-column-count: 1 !important;
  column-count: 1 !important;
  padding: 0 0 0 40px;
}
.comment + #respond {
  padding-top: 50px;
}
#respond:after {
  content: '';
  display: table;
  clear: both;
}
#respond form:after {
  content: '';
  display: table;
  clear: both;
}
#respond .cancel-comment-reply a {
  font-weight: 700;
  color: #f3b633;
}
#respond .cancel-comment-reply a:hover {
  color: #7a2880;
}
#respond h3 {
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  color: #7a2880;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  text-transform: none;
}
#respond form div {
  padding: 10px;
}
#respond form input[type="text"],
#respond form input[type="email"],
#respond form textarea {
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  background: #fff;
  color: #6a6a6a;
  border-radius: 8px;
  padding: 8.5px 15px;
  border: 1px solid #e5e5e5;
}
#respond form label {
  cursor: pointer;
}
#respond form label span {
  font-weight: 300;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
}
#respond form label a {
  text-decoration: underline;
}
#respond form label a:hover {
  color: #f3b633;
}
#respond form input[type="submit"] {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  background: #f3b633;
  border: none;
  border-radius: 0;
  text-transform: uppercase;
  padding: 8.5px 12px;
  transition: all .5s;
}
#respond form input[type="submit"]:hover {
  background: #7a2880;
}
#respond form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
}
#respond form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  opacity: 1;
}
#respond form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  opacity: 1;
}
#respond form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
}
#respond form ::-ms-input-placeholder {
  /* Microsoft Edge */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
}
#respond form ::placeholder {
  /* Most modern browsers support this now. */
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
}
.mod-cabecera-comentarios {
  background: url(../images/curva-blanca.png), url(../images/comen-nina.png) #7a2880;
  background-repeat: no-repeat;
  background-position: center 105%, 10% bottom;
  padding: 220px 0 400px 0;
}
.mod-cabecera-comentarios .cont-intro {
  padding: 0;
}
.mod-cabecera-comentarios h1 {
  font-weight: 500;
  font-size: 45px;
  font-size: 2.8125rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 15px;
}
.mod-cabecera-comentarios h1 strong {
  font-weight: 700;
  font-size: 57px;
  font-size: 3.5625rem;
  color: #fff;
  display: block;
}
.mod-cabecera-comentarios .desc {
  padding-right: 45px;
}
.mod-cabecera-comentarios .desc p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.6;
}
.mod-cabecera-comentarios .desc .basado {
  padding: 20px 0 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}
.mod-listado-comentarios {
  padding: 65px 0;
}
.mod-listado-comentarios .item-comentario {
  padding: 0 0 20px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
}
.mod-listado-comentarios .item-comentario:last-child {
  border: none;
}
.mod-listado-comentarios .item-comentario .puntuacion {
  padding-bottom: 10px;
}
.mod-listado-comentarios .item-comentario .desc {
  padding-bottom: 12px;
}
.mod-listado-comentarios .item-comentario .desc p {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
}
.mod-listado-comentarios .item-comentario .user-fecha {
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
}
.mod-listado-comentarios .item-comentario .user-fecha:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 24px;
  position: relative;
  transition: all .5s;
  outline: 0;
  background: url(../images/home-user-testimonio.png);
  margin-right: 5px;
  top: 6px;
}
.mod-listado-comentarios .item-comentario .user-fecha strong {
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  color: #7a2880;
  padding-right: 3px;
}
.mod-listado-comentarios .wp-prev-next {
  display: block;
  width: 100%;
  float: left;
  z-index: 9;
  max-height: 21px;
  overflow: hidden;
}
.mod-listado-comentarios .wp-prev-next:after {
  content: '';
  display: table;
  clear: both;
}
.mod-listado-comentarios .wp-prev-next ul {
  float: left;
  width: 100%;
}
.mod-listado-comentarios .wp-prev-next .prev-link {
  float: right;
}
.mod-listado-comentarios .wp-prev-next .prev-link a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  text-transform: uppercase;
}
.mod-listado-comentarios .wp-prev-next .prev-link a:hover {
  color: #f3b633;
}
.mod-listado-comentarios .wp-prev-next .next-link {
  float: left;
}
.mod-listado-comentarios .wp-prev-next .next-link a {
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  color: #7a2880;
  text-transform: uppercase;
}
.mod-listado-comentarios .wp-prev-next .next-link a:hover {
  color: #f3b633;
}
#buscador{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  max-width: 306px;
  width: 100%;
  color: white;
  border: none;
  border-radius: 0;
  background: no-repeat right center #542163;
  background-size: auto 100%;
  padding: 9px 50px 9px 12px;
  display: inline-block;
  vertical-align: top;
}

.contenedor-resultado{
  width: 100%;
  background-color: white;
  position: absolute;
  max-width: 400px;
  max-height: 200px;
  overflow: auto;
}
.contenedor-resultado ul a {
  width: 100%;
  background-color: #FFFFFF;
}
.contenedor-resultado ul a li{
  color: #8C8C8C;
  font-size: 18px;
  font-weight: 400;
  padding-left: 13px;
  padding-bottom: 9px;
  padding-top: 9px;
  cursor: pointer;
}
.contenedor-resultado ul a:first-child{
  background-color: #d6d4d4;
}
.contenedor-resultado ul a:hover{
  background-color: #d6d4d4;
}
.lupa{
  background: url('../images/lupa.png') no-repeat center;
  width: 26px;
  height: 25px;
  margin: 0 auto;
  margin-top: -6px;
  margin-left: -2px;
}
.cerrar{
  background: url('../images/cerrar.png') no-repeat center;
  width: 18px;
  height: 20px;
  margin: 0 auto;
  margin-top: -1px;
  margin-left: 1px; 
}
.contenedor-lupa{
  background: #f3b633;
  padding: 9.5px 15px;
  width: 50px;
  height: 36px;
  display: inline-block;
  margin-left: -4px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
#buscador::placeholder{
  color: white;
}
.mod-centros .mod-descrubre-centros h1 {
  font-weight: 500;
  font-size: 59px;
  font-size: 3.6875rem;
  color: #fff;
  line-height: 1;
  padding-bottom: 20px;
  text-align: center;
}
.mod-centros .mod-descrubre-centros h1 strong {
  font-weight: 700;
  font-size: 67px;
  font-size: 4.1875rem;
  color: #fff;
  display: block;
}
.mod-centros .mod-descrubre-centros p {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  padding-bottom: 50px;
  text-align: center;
}
.mod-centros .mod-descrubre-centros p strong {
  font-weight: 700;
}

.contenedor-listado-comunidades-autonomas{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}
.contenedor-listado-comunidades-autonomas .comunidad-autonoma{
    background-color: #542163;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    cursor: pointer;
    margin-bottom: 15px;
}
.contenedor-listado-comunidades-autonomas .mz-4{
  padding-left: 0px;
}

.contenedor-listado-comunidades-autonomas .contenido{

}
.contenedor-listado-comunidades-autonomas .contenido ul{
  padding-left: 10px;
}
.contenedor-listado-comunidades-autonomas .contenido ul li a{
  color: white;
  font-family: 'Raleway', sans-serif;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}

.contenedor-listado-comunidades-autonomas .mz-4 .contenido{
  display: none;
}
.contenedor-listado-comunidades-autonomas .mz-4.active .comunidad-autonoma .icono-mostrar{
  transform: rotate(180deg);
  transition:all .5s linear;
}
.contenedor-listado-comunidades-autonomas .mz-4.active .contenido{
  display: block;
  margin-top: -12px;
  margin-bottom: 13px;  
}
.contenedor-listado-comunidades-autonomas .mz-4.active .contenido ul li a:hover{
  color: #E5B242;
}
.icono-mostrar{
  width: 21px;
  height: 13px;
  background:url("../images/flechabaja.png") no-repeat center;
  position: relative;
  display: inline-block;
  margin-right: 7px;
  top: 1px;
}
.comunidad{
  display: inline-block;
  position: relative;
}
.columna1{
  margin-right: 15px;
}
.columna2{
  margin-right: 15px;
}
@media screen and (min-width: 1350px) {
  .cont-1300 {
    width: 1330px;
  }
}
@media screen and (min-width: 1250px) {
  .cont-1200 {
    width: 1230px;
  }
}
@media screen and (min-width: 1050px) {
  .cont-990 {
    width: 1020px;
  }
}
@media screen and (min-width: 991px) {
  .cont-960 {
    width: 960px;
  }
}
@media screen and (min-width: 940px) {
  .cont-860 {
    width: 890px;
  }
}
@media screen and (max-width: 520px) {
  .mod-cabecera-listado-centros .listado-centros .item-centro .cont-mapa {
    display: none;
  }
  .mod-cabecera-listado-centros {
    background-position: center -227px;
  }
  .mod-cabecera-listado-centros {
    padding-top: 140px;
  }
  .mod-cabecera-listado-centros .listado-centros {
    padding-top: 70px;
  }
  #buscador{
    width: calc(100% - 50px) !important;
    float: left;
  }
  .contenedor-lupa {
    margin-left: 0; 
  }
  .contenedor-resultado {
    width: calc(100% - 95px) !important;
  }
}
/* commons */
html {
  font-family: 'Raleway', sans-serif;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
html body {
  float: left;
  width: 100%;
}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:before,
*:after {
  box-sizing: inherit;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
p {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sans-serif {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.serif {
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  color: #555559;
}
img {
  max-width: 100%;
  height: auto;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.total {
  float: left;
  width: 100%;
}
ul,
li {
  list-style-type: none;
  padding-left: 0;
}
.right,
.alignright {
  float: right !important;
}
.left,
.alignleft {
  float: left !important;
}
.p0 {
  padding-left: 0;
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
.pr0 {
  padding-right: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.transition {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  max-width: 100%;
}
form input[type="text"],
.form input[type="text"],
form input[type="tel"],
.form input[type="tel"],
form input[type="email"],
.form input[type="email"],
form textarea,
.form textarea {
  width: 100%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-bottom: 10px;
}
form label,
.form label {
  font-size: 11px;
  font-size: 0.6875rem;
  text-align: left;
  color: #666666;
}
form label .checkbox,
.form label .checkbox {
  float: left !important;
  margin-top: 0;
}
form div.wpcf7-validation-errors,
.form div.wpcf7-validation-errors {
  float: left;
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid red;
  padding-top: 20px;
  color: #999;
}
form div.wpcf7-mail-sent-ok,
.form div.wpcf7-mail-sent-ok {
  float: left;
  width: 100%;
  text-align: center;
  border: 0;
  border-top: 2px solid green;
  padding-top: 20px;
  color: #999;
  display: none !important;
}
form span.wpcf7-not-valid-tip,
.form span.wpcf7-not-valid-tip {
  display: none;
}
form .wpcf7-not-valid,
.form .wpcf7-not-valid {
  background: rgba(255, 0, 0, 0.4);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #555559;
}
p {
  color: #666666;
  font-family: 'Raleway', sans-serif;
}
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices,
.stButton .stButton_gradient {
  height: 22px !important;
}
.gallery {
  float: left;
  width: 100%;
  margin-bottom: 30px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
}
.gallery .gallery-item {
  padding: 0 10px;
}
/* Galería */
.gallery-columns-1 dl {
  display: block;
  width: 100%;
}
.gallery-columns-2 dl {
  display: block;
  float: left;
  width: 50%;
}
.gallery-columns-3 dl {
  display: block;
  float: left;
  width: 33.3%;
}
.gallery-columns-4 dl {
  display: block;
  float: left;
  width: 25%;
}
.gallery-columns-5 dl {
  display: block;
  float: left;
  width: 20%;
}
.gallery-columns-6 dl {
  display: block;
  float: left;
  width: 16.6%;
}
.gallery-columns-7 dl {
  display: block;
  float: left;
  width: 14.28%;
}
.gallery-columns-8 dl {
  display: block;
  float: left;
  width: 12.5%;
}
.gallery-columns-9 dl {
  display: block;
  float: left;
  width: 11.11%;
}
.pagination {
  text-align: center;
  margin: 60px 0 70px 0;
}
.pagination ul li {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: center;
  margin: 0 1px;
}
.pagination ul li .page-numbers {
  font-size: 11px;
  font-size: 0.6875rem;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  background: #b2b2b2;
  color: #fff;
  width: 19px;
  height: 19px;
  display: block;
  padding-top: 2px;
}
.pagination ul li .page-numbers:hover {
  background: grey;
  color: white;
}
.pagination ul li .page-numbers.current {
  background: grey;
  color: white;
}
.pagination ul li .page-numbers.prev {
  background: url(../images/arrow-paginacion-prev.png) no-repeat center #b2b2b2;
}
.pagination ul li .page-numbers.prev:hover {
  background: url(../images/arrow-paginacion-prev.png) no-repeat center grey;
}
.pagination ul li .page-numbers.next {
  background: url(../images/arrow-paginacion-next.png) no-repeat center #b2b2b2;
}
.pagination ul li .page-numbers.next:hover {
  background: url(../images/arrow-paginacion-next.png) no-repeat center grey;
}
#cookie-notice .cn-button {
  font-weight: 700;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  background: #f3b633;
  padding: 5px 10px;
}
#cookie-notice .cn-button:hover {
  background: #fff;
  color: #f3b633;
}
/* responsive */
@media screen and (max-width: 1580px) {
  .mod-cabecera-tratamiento {
    background-size: auto, 750px;
  }
  .mod-cabecera-por-que {
    background-size: auto, 49%;
  }
}

@media screen and (max-width: 1450px) {
  .mod-centros {
    background-size: 52%, auto, auto, cover;
  }
}
@media screen and (max-width: 1380px) {
  .mod-descripcion-tratamiento .container {
    padding: 0 55px;
  }
  .mod-cabecera-por-que {
    background-size: auto, 49%;
  }
  .mod-cabecera-por-que .cab-porque {
    padding: 0 0 0 10px;
  }
  .mod-centros .mapa-interactivo object {
    width: 510px;
  }
  .mod-como-llegar .item-llegar {
    max-width: 300px;
  }
}
@media screen and (max-width: 1250px) {
  #pie .f-datos .f-menu ul li a {
    font-size: 13px;
  }
  .header #menu #cssmenu ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header .pre-header .ph-datos ul .ph-tratamiento {
    display: none;
  }
  .mod-cabecera-form-centro .info-contacto {
    display: flex;
    flex-direction: column;
  }
  .mod-cabecera-form-centro .info-contacto .data {
    width: 100%;
  }
  .mod-cabecera-form-centro .info-contacto .form-tel {
    width: 100%;
    order: 3;
  }
  .mod-cabecera-form-centro .info-contacto .form-tel .gen-llamar {
    margin: 20px 0 0 0;
  }
  .mod-cabecera-form-centro .info-contacto .mail {
    height: auto;
  }
  .mod-cabecera-form-centro .info-contacto .mail a {
    position: inherit;
    width: 100%;
  }
  .mod-cabecera-form-centro .info-contacto .form-tel {
    margin-top: 30px;
  }
}
/* mediaqueries max-1200 */
@media screen and (min-width: 1025px) {
  #cssmenu {
    display: block !important;
    overflow: visible !important;
  }
}
/* mediaqueries max-1200 */
@media screen and (max-width: 1199px) {
  .mod-cabecera-form-centro .info-principal .img-director img {
    height: 222px;
  }
  .header #menu .h-logo {
    padding-top: 13px;
  }
  .header #menu .h-logo img {
    max-width: 130px;
  }
  .header #menu .container {
    width: 100%;
    padding: 0 15px;
  }
  .header #menu #cssmenu ul li {
    padding: 0 7.5px;
  }
  .header .pre-header .ph-datos ul .ph-tratamiento {
    display: none;
  }
  .mod-cabecera-tratamiento {
    background-size: auto, 70%;
    padding: 160px 0 450px 0;
  }
  .mod-cabecera-tratamiento .container {
    width: 100%;
  }
  .mod-descripcion-tratamiento {
    background: url(../images/t-bg-piojo.png), url(../images/t-bg-piojo.png) #f2f2f2;
    background-repeat: no-repeat;
    background-position: 114% top, left bottom;
    background-size: 90%, 50%;
  }
  .mod-centros {
    background-size: 52%, auto, auto, cover;
  }
  .mod-centros .mod-descrubre-centros .container {
    width: 100%;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros h1 strong {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .mod-cabecera-por-que {
    background: url(../images/curva-blanca.png) #7a2880;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 220px 0 250px 0;
  }
  .mod-cabecera-por-que .cab-porque {
    width: 100%;
    text-align: center;
  }
  .mod-eliminamos-piojos {
    background-size: 50%;
  }
  .mod-eliminamos-piojos ul {
    text-align: center;
  }
  .mod-eliminamos-piojos ul li {
    margin-right: 20px;
    padding-bottom: 50px;
  }
  .mod-cabecera-franquicias {
    background: #7a2880;
    padding: 210px 0 80px 0;
  }
  .mod-cabecera-franquicias .cab-franquicias {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .mod-cabecera-franquicias .desc {
    padding-right: 0;
  }
  .cont-blog {
    margin-top: 86px;
  }
  .mod-cabecera-home .intro-text,
  .cita-centro-negocio,
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento,
  .mod-nitter .img,
  .mod-numeros article,
  .mod-prevencion .desc-prevencion {
    transform: none !important;
    -webkit-transform: none !important;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full:first-child {
    margin-top: 210px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro h3 a {
    font-size: 21px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro .dir {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .header #menu {
    background: #7a2880 !important;
    padding: 10px 0;
  }
  .header #menu .h-logo {
    padding-top: 0;
  }
  .header #menu .h-logo img {
    max-width: 160px;
  }
  .header #menu .container {
    width: 100%;
    padding: 0 15px;
  }
  .header #menu .btn-menu {
    float: right;
    display: block;
    padding-top: 9px;
  }
  .header #menu .btn-menu span {
    background: #fff;
    display: block;
    width: 28px;
    height: 3px;
    margin-bottom: 5px;
    border-radius: 2px;
  }
  .header #menu .btn-menu span:last-child {
    margin-bottom: 0;
  }
  .header #menu #cssmenu {
    display: none;
    float: left;
    width: 100%;
  }
  .header #menu #cssmenu ul {
    padding-bottom: 20px;
  }
  .header #menu #cssmenu ul li {
    width: 100%;
  }
  .header #menu #cssmenu ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 10px 15px;
  }
  .mod-nuestro-tratamiento {
    background-size: auto, 325px;
  }
  .mod-nuestro-tratamiento .content-tratamiento .video,
  .mod-video-porque,
  .mod-video-franquicias {
    padding-bottom: 30px;
  }
  .mod-nuestro-tratamiento .content-tratamiento .video iframe,
  .mod-video-porque iframe,
  .mod-video-franquicias iframe {
    height: 450px;
  }
  .mod-nitter {
    padding-bottom: 80px;
  }
  .mod-nitter .img {
    margin-top: -100px;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3 {
    font-size: 32px;
    font-size: 2rem;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3 strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote:before,
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote:after {
    display: none;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .container {
    width: 100%;
    padding: 0 15px;
  }
  .mod-eliminamos-piojos .container {
    top: 0;
    padding-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .mod-centros .mapa-interactivo {
    display: none;
  }
  .mod-cabecera-productos .cont-intro {
    width: 65%;
  }
}
/* mediaqueries max-991 */
@media screen and (max-width: 991px) {
  .mod-cabecera-form-centro .info-principal .img-director img {
    height: 300px;
  }
  .mod-top-centro:after {
    display: none;
  }
  .mod-cabecera-form-centro .info-form {
    padding-top: 20px !important;
  }
  .mod-bottom-centro {
    padding-top: 30px;
  }
  #pie .f-datos .f-dir-tel {
    text-align: center;
  }
  #pie .f-datos .f-dir-tel .f-loc {
    width: 100%;
    padding-bottom: 10px;
  }
  #pie .f-datos .f-aenor {
    text-align: center;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros {
    display: flex;
    flex-wrap: wrap;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros > div {
    width: 100%;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros .col-md-7 {
    order: 2;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros .col-md-5 {
    order: 1;
    padding-bottom: 20px;
  }
  .header .pre-header .ph-datos ul .ph-horario {
    display: none;
  }
  .mod-cabecera-home {
    padding: 140px 0 390px 0;
  }
  .mod-cabecera-home .cita-centro-negocio article {
    width: 100%;
  }
  .mod-cabecera-home .cita-centro-negocio article:before {
    display: none !important;
  }
  .mod-cabecera-home {
    background-size: 73%, auto, auto, cover;
  }
  .mod-cabecera-home .intro-text h1 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .mod-cabecera-home .intro-text h1 strong {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .mod-cabecera-home .cita-centro-negocio article .buscar-centro {
    max-width: 190px;
    margin: 0 auto;
  }
  .mod-nuestro-tratamiento {
    padding-bottom: 350px;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .nombre-puesto {
    color: #fff;
  }
  .mod-nuestro-tratamiento h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .mod-nuestro-tratamiento h2 strong {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento {
    width: 100%;
    float: none;
    text-align: center;
  }
  .mod-nitter .text h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .mod-nitter .text h2 strong {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .mod-nitter .img {
    margin-top: 0;
    text-align: center;
  }
  .mod-nitter .img img {
    max-width: 400px;
    width: 100%;
  }
  .mod-numeros {
    padding: 80px 15px 30px 15px;
  }
  .mod-numeros article {
    text-align: center;
    padding-bottom: 50px;
  }
  .mod-prevencion {
    background-size: auto, 53%;
    margin-top: 0;
    padding: 50px 0 260px 0;
  }
  .mod-prevencion .desc-prevencion {
    float: none;
    width: 100%;
  }
  .mod-prevencion .desc-prevencion h2 {
    font-size: 45px;
    font-size: 2.8125rem;
  }
  .mod-prevencion .desc-prevencion h2 strong {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .mod-noticias {
    padding: 20px 0 60px 0;
  }
  .mod-noticias h2 {
    font-size: 45px;
    font-size: 2.8125rem;
    padding-bottom: 55px;
  }
  .mod-noticias h2 strong {
    font-size: 53px;
    font-size: 3.3125rem;
  }
  .listado-noticias .item-noticia {
    padding-bottom: 50px;
  }
  .mod-testimonios .resumen-resenas {
    text-align: center;
    padding-bottom: 30px;
  }
  .mod-testimonios .listado-resenas .item-opinion {
    padding: 0 20px;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso {
    padding: 40px 0;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso .text {
    margin-bottom: 30px;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso .icon-text {
    margin: 0 auto;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso.item-right .text {
    order: 1;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-normativa article {
    text-align: center;
  }
  .mod-centros {
    padding: 160px 0 0px 0;
    background: url(../images/curva1.png), url(../images/centros-fondo.jpg);
    background-size: auto, cover;
    background-position: center -14%, bottom center;
    background-repeat: no-repeat;
  }
  .mod-centros .mod-formulario-centros .form-centros {
    width: 100%;
    float: none;
  }
  .mod-cabecera-listado-centros h1,
  .mod-desc-provincia h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .mod-cabecera-listado-centros h1 strong,
  .mod-desc-provincia h2 strong {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .mod-desc-provincia .desc p {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
  .mod-cabecera-listado-centros {
    padding: 170px 0 30px 0;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro {
    width: 100%;
    padding-bottom: 60px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro:last-child {
    padding-bottom: 0;
  }
  .mod-cabecera-form-centro {
    background: #7a2880;
    padding: 160px 15px 80px 15px;
  }
  .mod-cabecera-form-centro .info-principal h1 {
    font-size: 35px;
    padding: 0 15px 15px;
  }
  .mod-cabecera-form-centro .info-principal h1 strong {
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .mod-cabecera-form-centro .info-principal {
    text-align: center;
  }
  .mod-cabecera-form-centro .info-contacto {
    text-align: center;
    padding-left: 0;
    padding-top: 20px;
  }
  .mod-cabecera-form-centro .info-form h2 {
    color: #fff;
    font-size: 40px;
    font-size: 2.5rem;
  }
  .mod-cabecera-form-centro .info-form h2 strong {
    color: #fff;
    font-size: 43px;
    font-size: 2.6875rem;
  }
  .form-gen .c-politica label .text {
    color: #fff;
  }
  .form-gen .c-politica label .text a {
    color: #fff;
  }
  .mod-cabecera-form-centro .info-contacto .loc {
    background: none;
    padding-left: 0;
  }
  .mod-cabecera-form-centro .info-contacto .loc:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 28px;
    position: relative;
    transition: all .5s;
    outline: 0;
    background: url(../images/ct-icon-loc.png) no-repeat center;
    margin-right: 8px;
    top: 6px;
  }
  .mod-cabecera-form-centro .info-contacto .horario {
    background: none;
    padding-left: 0;
  }
  .mod-cabecera-form-centro .info-contacto .horario:before {
    content: '';
    display: inline-block;
    width: 35px;
    height: 28px;
    position: relative;
    transition: all .5s;
    outline: 0;
    background: url(../images/ct-icon-horario.png) no-repeat center;
    margin-right: 8px;
    top: 5px;
  }
  .mod-como-llegar .item-llegar h4 {
    background: none;
  }
  .mod-cabecera-form-centro .info-contacto .form-tel {
    order: 1;
  }
  .mod-cabecera-form-centro .info-contacto .form-tel .gen-llamar {
    margin: 20px auto;
  }
  .mod-cabecera-form-centro .info-contacto .data {
    order: 2;
  }
  .mod-cabecera-form-centro .info-contacto .desc {
    order: 3;
  }
  .mod-cabecera-form-centro .info-contacto .tel a {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .mod-cabecera-por-que h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-cabecera-por-que h1 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-cabecera-por-que {
    padding: 160px 0 250px 0;
  }
  .mod-cabecera-por-que .desc {
    padding-right: 0;
  }
  .mod-cabecera-franquicias {
    background: #7a2880;
    padding: 160px 0 80px 0;
  }
  .mod-cabecera-franquicias h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-cabecera-franquicias h1 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-unete-franquicias h2 {
    padding-top: 20px;
    margin-bottom: 0;
    top: 0;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-unete-franquicias h2 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-unete-franquicias {
    padding-bottom: 60px;
  }
  .mod-unete-franquicias .listado-unete .item-unete .text h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-contacto-franquicias h2 {
    padding: 0 15px 40px 15px;
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-contacto-franquicias h2 strong {
    font-size: 32px;
    font-size: 2rem;
  }
  .mod-contacto-franquicias {
    padding: 60px 0 60px 0;
    background: url(../images/fq-bg-contacto.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .cont-blog .listado-posts .item-noticia {
    padding: 0 0 80px 0 !important;
  }
  .cont-blog .sidebar {
    padding-left: 0;
    padding-top: 60px;
    float: left;
    width: 100%;
  }
  .mod-interesar .item-noticia-rel {
    padding-bottom: 60px;
  }
  .cont-blog .cont-post {
    padding: 0 0 85px 0;
  }
  .mod-form-contacto {
    padding: 160px 0 55px 0;
  }
  .mod-form-contacto h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-form-contacto h1 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-mapa-contacto {
    height: 450px;
  }
  .mod-form-contacto .c-datos {
    float: left;
    width: 100%;
    text-align: left;
    padding-top: 50px;
  }
  .mod-form-contacto .c-datos .cont-datos {
    max-width: inherit;
  }
  .mod-cabecera-productos {
    background: url(../images/curva-blanca.png) #7a2880;
    background-repeat: no-repeat;
    background-position: center 105%;
    padding: 160px 0 200px 0;
  }
  .mod-cabecera-productos .cont-intro {
    float: none;
    width: 100%;
  }
  .mod-cabecera-productos .cont-intro h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-cabecera-productos .cont-intro h1 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-listado-productos .item-producto .img {
    width: 100%;
    max-width: inherit;
    text-align: center;
  }
  .mod-listado-productos .item-producto .text {
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .mod-cabecera-comentarios {
    background: url(../images/curva-blanca.png) no-repeat #7a2880;
    background-position: center bottom;
    padding: 220px 0 200px 0;
  }
  .mod-cabecera-comentarios h1 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-cabecera-comentarios h1 strong {
    font-size: 37px;
    font-size: 2.3125rem;
  }
  .mod-cabecera-comentarios .cont-intro {
    float: none !important;
    width: 100%;
  }
  /*Centros listado*/
  .mod-cabecera-listado-centros .listado-centros .item-centro-full:first-child {
    margin-top: 270px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full {
    display: block;
    font-size: 0;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .imagen-centro {
    display: inline-block;
    vertical-align: middle;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 80px);
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .more-centro {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .gen-llamar {
    display: inline-block;
    vertical-align: middle;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro {
    padding-right: 0;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .more-centro {
    padding: 20px 0;
  }
  #pie .f-datos {
    text-align: center;
  }
  #pie .f-datos .f-dir-tel .f-loc {
    display: inline-block;
  }
  #pie .f-datos .f-menu ul li {
    display: block;
    text-align: center;
  }
  #pie .f-datos .f-menu ul li:after {
    display: none;
  }
  #pie .f-legal p a {
    display: block;
  }
  #pie .f-legal p span {
    display: none;
  }
}
/* mediaqueries max-768 */
@media screen and (max-width: 767px) {
  .mod-cabecera-form-centro .info-principal .img-director img {
    height: auto;
  }
  .mod-cabecera-form-centro .info-form h2 {
    font-size: 24px;
  }
  .mod-cabecera-form-centro .info-form h2 strong {
    font-size: 27px;
  }
  .mod-form-contacto .c-datos .rrss {
    text-align: center;
  }
  .mod-cabecera-por-que {
    padding-bottom: 120px;
  }
  .mod-cabecera-productos .desc {
    padding-right: 0;
  }
  .mod-listado-productos {
    margin-top: -100px;
  }
  .mod-cabecera-productos {
    padding-bottom: 115px;
  }
  .mod-nuestro-tratamiento h2 {
    left: 0;
    width: 100%;
    text-align: center;
    transform: none;
  }
  .mod-cabecera-home .cita-centro-negocio article {
    padding: 15px 15px 25px;
  }
  .mod-cabecera-home .cita-centro-negocio article .buscar-centro {
    max-width: 100%;
  }
  .mod-noticias h2 strong {
    display: inline-block;
    font-size: 21px !important;
  }
  .mod-centros .mod-descrubre-centros:after {
    display: none;
  }
  .mod-centros .mod-descrubre-centros .container {
    background: #7a2781;
  }
  .mod-formulario-centros {
    padding-top: 720px;
  }
  .mod-centros .mod-descrubre-centros p {
    padding: 0 15px 50px;
  }
  .mod-centros .mod-descrubre-centros {
    padding-top: 0;
    margin-top: -20px;
  }
  .mod-top-centro {
    padding-top: 0;
  }
  .mod-centros .mod-descrubre-centros h1 {
    font-size: 30px;
  }
  .mod-centros .mod-descrubre-centros h1 strong {
    font-size: 34px;
  }
  .mod-cabecera-home .cita-centro-negocio .item-negocio {
    display: none;
  }
  .contenedor-listado-comunidades-autonomas {
    grid-template-columns: 1fr;
  }
  .contenedor-listado-comunidades-autonomas .columna1,
  .contenedor-listado-comunidades-autonomas .columna2 {
    margin-right: 0;
  }
  .mod-testimonios .listado-resenas .item-opinion {
    padding-bottom: 45px;
  }
  .mod-testimonios .listado-resenas .item-opinion:last-child {
    padding-bottom: 0;
  }
  .header .pre-header .ph-llamar {
    right: 30px;
  }
  .mod-cabecera-tratamiento {
    background-size: auto, 500px;
    padding: 160px 0 350px 0;
  }
  .mod-cabecera-tratamiento .container {
    width: 100%;
  }
  .mod-cabecera-tratamiento h2,
  .mod-descripcion-tratamiento h1,
  .mod-descripcion-tratamiento .listado-pasos .item-normativa article h3 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-cabecera-tratamiento h2 strong,
  .mod-descripcion-tratamiento h1 strong,
  .mod-descripcion-tratamiento .listado-pasos .item-normativa article h3 strong {
    font-size: 32px;
    font-size: 2rem;
  }
  .mod-descripcion-tratamiento h1 strong {
    font-size: 22px;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso .text h3 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .mod-descripcion-tratamiento .container {
    padding: 0 15px;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso .text .num-paso {
    width: 50px;
    height: 50px;
    left: 10px;
    top: -35px;
    padding-top: 0;
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-paso .text {
    padding: 35px 30px 40px 30px;
  }
  .mod-cabecera-tratamiento .desc {
    padding-right: 20px;
  }
  .mod-descripcion-tratamiento .listado-pasos .item-normativa article {
    padding: 0 15px;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros h1,
  .mod-centros .mod-formulario-centros h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros h1 strong,
  .mod-centros .mod-formulario-centros h2 strong {
    font-size: 32px;
    font-size: 2rem;
  }
  .form-gen p {
    float: left;
    width: 100%;
  }
  .form-gen .c-politica,
  .form-gen .c-submit {
    text-align: center !important;
  }
  .mod-cabecera-form-centro .info-form h2 {
    text-align: center;
  }
  .mod-centros .mod-descrubre-centros .descubre-centros .form select {
    max-width: 225px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro .mapa-listado-centro {
    max-width: 260px;
    height: 260px;
  }
  .mod-mapa-centro {
    height: 350px;
  }
  .mod-unete-franquicias .listado-unete .item-unete {
    padding: 60px 20px 0 20px;
  }
  .cont-blog .title {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cont-blog .title strong {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .cont-blog .cont-post .cont-text h1 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .mod-form-contacto h1 {
    padding-bottom: 50px;
  }
  .mod-form-contacto .form-gen .c-submit {
    padding-top: 15px;
  }
  .cont-blog .cont-post .cont-text blockquote {
    padding: 5px 10px 35px 10px;
  }
  .cont-blog .cont-post .cont-text blockquote p {
    font-size: 16px;
    font-size: 1rem;
  }
  .mod-form-contacto .form-gen p {
    padding: 10px 0;
  }
  .cont-blog .cont-post .cont-text .gallery .gallery-item {
    padding: 0 10px 20px 0;
  }
  .cont-blog .cont-post .cont-text .gallery .gallery-item:nth-child(2n) {
    padding: 0 0 20px 10px;
  }
  .cont-blog .cont-post .cont-text .sharethis-inline-share-buttons {
    float: left;
    width: 100%;
    padding-top: 15px;
  }
  .mod-mapa-contacto {
    height: 350px;
  }
  .mod-eliminamos-piojos p {
    padding-bottom: 65px;
  }
  .mod-eliminamos-piojos ul {
    font-size: 0;
    padding-bottom: 0;
  }
  .mod-form-contacto h1 {
    font-size: 21px;
  }
  .mod-form-contacto h1 strong {
    font-size: 26px;
  }
  .mod-eliminamos-piojos ul li {
    padding: 0 10px 50px 10px;
    margin: 0;
    width: 100%;
  }
  .mod-eliminamos-piojos ul li h4 {
    font-size: 16px;
  }
  .mod-eliminamos-piojos ul li h4 strong {
    font-size: 17px;
  }
  .mod-eliminamos-piojos h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .mod-eliminamos-piojos h2 strong {
    font-size: 35px;
    font-size: 2.1875rem;
  }
  .mod-numeros {
    font-size: 0;
  }
  .mod-numeros article {
    width: 50%;
    display: inline-block;
  }
  .mod-unete-franquicias h2 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
  .mod-unete-franquicias h2 strong {
    font-size: 29px;
    font-size: 1.8125rem;
  }
  .mod-form-contacto .form-gen input[type="text"],
  .mod-form-contacto .form-gen input[type="tel"],
  .mod-form-contacto .form-gen input[type="email"],
  .mod-form-contacto .form-gen textarea {
    border: 1px solid #f2f2f2;
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .header .pre-header .ph-llamar {
    left: 0;
    top: 0;
    right: inherit;
    border-radius: 0;
    max-width: inherit;
    text-align: center;
  }
  .header .pre-header .ph-llamar .llamar--title {
    padding: 10px 0 10px 0;
  }
  .header .pre-header .ph-llamar .form-llamar form .l-politica {
    float: left;
    width: 100%;
  }
  .header .pre-header .ph-llamar .form-llamar form .l-submit,
  .header .pre-header .ph-llamar .form-llamar form .l-tel {
    float: left;
    width: 100%;
  }
  .header .pre-header .ph-llamar .form-llamar form .l-politica label {
    text-align: center;
  }
  .header .pre-header .ph-llamar .form-llamar form input[type="tel"] {
    max-width: 260px;
    text-align: center;
    float: none;
    margin-top: 10px;
  }
  .mod-cabecera-home {
    background-position: 122% 3%, 25% -65%, center 115%, bottom center;
    background-size: 72%, auto, auto, cover;
  }
  .mod-cabecera-home .intro-text h1 {
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 7px;
    padding-bottom: 0;
  }
  .mod-cabecera-home .intro-text h1 strong {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .mod-cabecera-home .intro-text .desc {
    display: none;
  }
  .mod-cabecera-home .intro-text {
    padding-left: 0;
  }
  .mod-nuestro-tratamiento h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .mod-nuestro-tratamiento h2 strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-cabecera-home .cita-centro-negocio article h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .mod-cabecera-home .cita-centro-negocio article h3 strong {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  .mod-cabecera-home .intro-text .mas a {
    padding: 5px 20px;
  }
  .mod-cabecera-home .intro-text {
    padding-bottom: 20px;
  }
  .mod-nuestro-tratamiento h2 {
    top: -110px;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3,
  .mod-nitter .text h2,
  .mod-prevencion .desc-prevencion h2,
  .mod-noticias h2 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento h3 strong,
  .mod-nitter .text h2 strong,
  .mod-prevencion .desc-prevencion h2 strong,
  .mod-noticias h2 strong {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .mod-nitter .text h2,
  .mod-prevencion .desc-prevencion h2,
  .mod-noticias h2 {
    text-align: center;
  }
  .mod-nuestro-tratamiento .content-tratamiento .desc-tratamiento .quote,
  .mod-nitter .text .desc {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mod-numeros {
    background: none;
  }
  .mod-nitter .img {
    display: none;
  }
  .mod-numeros {
    padding: 0;
  }
  .mod-numeros .container {
    padding: 0;
  }
  .mod-numeros article .cont-numero {
    height: 157px;
  }
  .mod-numeros article .cont-numero .numero {
    font-size: 40px;
  }
  .mod-numeros .item4 .cont-numero .numero {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .mod-prevencion {
    background: url(../images/curva3.png), url(../images/h-productos.png);
    background-size: auto, 320px;
    background-repeat: no-repeat;
    background-position: 32% bottom ,center 107%;
  }
  .mod-prevencion .desc-prevencion .desc,
  .mod-prevencion .desc-prevencion .mas,
  .mod-nitter .text .desc,
  .mod-nitter .text .mas {
    text-align: center;
  }
  .mod-nuestro-tratamiento .content-tratamiento .video iframe,
  .mod-video-porque iframe,
  .mod-video-franquicias iframe {
    height: 350px;
  }
  .mod-cabecera-home {
    padding: 100px 0 150px 0;
  }
  .mod-cabecera-home .intro-text .mas {
    padding-top: 12px;
  }
  .header .pre-header .ph-datos {
    height: 38px;
  }
  .header .pre-header .ph-datos .ph-mail {
    display: none;
  }
  .mod-eliminamos-piojos {
    background: #7a2880;
  }
}
@media screen and (max-width: 460px) {
  .mod-cabecera-listado-centros .listado-centros .item-centro-full .text-centro {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .mod-cabecera-listado-centros .listado-centros .item-centro-full:first-child {
    margin-top: 0;
  }
  .mod-cabecera-listado-centros {
    padding-top: 130px;
  }
  .mod-cabecera-listado-centros h1, 
  .mod-desc-provincia h2,
  .mod-cabecera-listado-centros h1 strong, 
  .mod-desc-provincia h2 strong {
    font-size: 28px;
  }
  .mod-cabecera-listado-centros h2 {
    font-size: 18px;
  }
  .mod-cabecera-listado-centros {
    background-position: center -290px;
  }
  .mod-cabecera-form-centro .info-principal .bloque-directores {
    display: block;
  }
  .mod-cabecera-form-centro .info-principal .bloque-directores_item {
    width: 100%;
  }
  .mod-cabecera-form-centro .info-principal .img-director img {
    max-width: 150px;
  }
}
/* mediaqueries max-480 */
@media screen and (max-width: 374px) {
  .mod-numeros article {
    width: 100%;
  }
  .mod-numeros article .cont-numero {
    height: 195px;
  }
  
}


@media screen and (max-width: 1200px) {
  #pie .f-datos .f-menu ul li a{
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  .mod-bottom-centro {
    margin: 0 -15px;
  }
  .f-aenor{
    width: 100%;
  }
  #pie .f-datos .f-menu ul{
    width: 100%;
  }
  #pie .f-datos .f-menu ul li{
    margin: 0 auto;
  }
  #pie .f-datos .f-menu .f-aenor{
    text-align: center;
    margin-top: 25px;
  }
}


.home .buscar-centro #buscador{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  width: 80%;
  border: none;
  border-radius: 0;
  background: no-repeat right center #b38625;
  background-size: auto 100%;
  padding: 5px 5px 5px 12px;
  height: 30px;
  float: left;
}
.home .buscar-centro .contenedor-resultado{
  width: 70%;
  margin-top: 31px;
  z-index: 99;
}
.home .contenedor-resultado ul a{
  width: 100%;
}
.home .contenedor-resultado ul a li{
  font-size: 14px;
}
.home .contenedor-lupa{
  float: right;
  width: 30px;
  height: 30px;
  padding: 5.5px 5px;
}
.postid-339 .mod-cabecera-form-centro{
  background-position: -375px 150px, center 350px;
}
.postid-339 .header #menu{
  background-color: #7a2682;
}
/*# sourceMappingURL=style.css.map */

/*NUEVOS ESTILOS*/
.mod-como-llegar .item-llegar .desc li{
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #6a6a6a;
  padding-bottom: 20px;
}
form.search-form{
  width: 100%;
  display: flex;
  margin-bottom: 55px;
}

form.search-form span.screen-reader-text {
    display: none;
}

form.search-form label{
  width: 80%;
  position: relative;
}
form.search-form label:after{
  content: '';
  display: inline-block;
  background: url('../images/lupa.svg');
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -49px;
  transform: translate(0, -50%);
}

form.search-form input[type="search"]{
  background: #F2F2F2;
  box-shadow: none;
  border: 0;
  padding: 10px;
  color: #404040;
  font-size: 17px;
  width: 100%;
}
form.search-form input[type="submit"]{
  background: #F2F2F2;
  border: 0;
  overflow: hidden;
  text-indent: -350px;
  width: 20%; 
}
.widget_search .widgettitle {
    display: none;
}
.single .cont-text div{
  width: 100% !important;
}
.apoyo{    max-width: 1172px;
    margin: auto;
    padding: 20px 1px;
    font-size: 10px;
    color: white;}