@charset "UTF-8";
/* ==========================================================================
   #RESET
   ========================================================================== */
/**
 * A very simple reset that sits on top of Normalize.css.
 */
body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

/**
 * Remove trailing margins from nested lists.
 */
li {
  list-style: none;
}

li > ol,
li > ul {
  margin-bottom: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

/**
 * Remove default table spacing.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
 *    on fieldsets.
 */
fieldset {
  min-width: 0; /* [1] */
  border: 0;
}

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

img {
  display: block;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* ==========================================================================
   #BOX-SIZING
   ========================================================================== */
/**
 * More sensible default box-sizing:
 * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
 */
html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/*a {
  background-color: transparent; /* 1 
  -webkit-text-decoration-skip: objects; /* 2 
  color: #708bba;
}*/
/*a:visited { 
  color: #708bba;
}
*/
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none !important;
}

/*
@function rem-convert($to, $values...) {
  $result: ();
  $separator: rem-separator($values);

  @each $value in $values {
    @if type-of($value) == "number" and unit($value) == "rem" and $to == "px" {
      $result: append($result, $value / 1rem * $rem-baseline + 0px, $separator);
    } @else if type-of($value) == "number" and unit($value) == "px" and $to == "rem" {
      $result: append($result, $value / $rem-baseline + 0rem, $separator);
    } @else if type-of($value) == "list" {
      $value-separator: rem-separator($value);
      $value: rem-convert($to, $value...);
      $value: rem-separator($value, $value-separator);
      $result: append($result, $value, $separator);
    } @else {
      $result: append($result, $value, $separator);
    }
  }

  @return if(length($result) == 1, nth($result, 1), $result);
}

*/
@font-face {
  font-family: "Gilroy-Bold";
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype"), url("../fonts/Gilroy-Bold.svg#Gilroy-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Extrabold";
  src: url("../fonts/Gilroy-Extrabold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Extrabold.woff") format("woff"), url("../fonts/Gilroy-Extrabold.ttf") format("truetype"), url("../fonts/Gilroy-Extrabold.svg#Helvetica") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Light";
  src: url("../fonts/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Light.woff") format("woff"), url("../fonts/Gilroy-Light.ttf") format("truetype"), url("../fonts/Gilroy-Light.svg#Gilroy-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype"), url("../fonts/Gilroy-Medium.svg#Gilroy-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype"), url("../fonts/Gilroy-Regular.svg#Gilroy-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*FONTS*/
/*COLORS*/
/*HEADINGS*/
/*:root {
  --cdn-url: 'https://cdnfrontbaviera.azureedge.net/clinicabavieracom/';
  --color-red: red;
/* Valor por defecto 
}*/
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  font-family: "Gotham Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #282828;
}

main {
  position: relative;
}

a {
  font-family: "Gotham Book", sans-serif;
}

strong {
  font-family: "Gotham", sans-serif;
}

section {
  padding: 20px 0;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}

app-base section:last-of-type {
  padding: 20px 0 60px;
}
@media (min-width: 768px) {
  app-base section:last-of-type {
    padding: 80px 0;
  }
}

.wrapper {
  padding: 0 20px;
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .wrapper {
    width: 90%;
  }
}
@media (min-width: 1600px) {
  .wrapper {
    padding: 0;
    width: 100%;
  }
}

.wrapper-medium {
  padding: 0 20px;
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .wrapper-medium {
    width: 90%;
  }
}
@media (min-width: 1400px) {
  .wrapper-medium {
    padding: 0;
    width: 100%;
  }
}

.wrapper-small {
  padding: 0 20px;
  max-width: 950px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 1025px) {
  .wrapper-small {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .wrapper-small {
    padding: 0;
    width: 100%;
  }
}

img {
  border-radius: 15px;
  height: auto !important;
}

#main-responsable .card, #main-empleados .card, #main-pacientes .card, #main-sociedad .card {
  background-color: #ffffff;
  padding: 25px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  #main-responsable .card, #main-empleados .card, #main-pacientes .card, #main-sociedad .card {
    padding: 18px;
  }
}
@media (max-width: 680px) {
  #main-responsable .card, #main-empleados .card, #main-pacientes .card, #main-sociedad .card {
    border-radius: 12px;
  }
}

.accordion-content .accordion-item, #main-responsable .card, #main-empleados .card, #main-pacientes .card, #main-sociedad .card {
  -webkit-box-shadow: 6px 6px 21px -2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 6px 21px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 6px 21px -2px rgba(0, 0, 0, 0.2);
}

#main-responsable .main-container, #main-empleados .main-container, #main-pacientes .main-container, #main-sociedad .main-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

#main-responsable .commitments-container .text-container {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

/*
@import
	'animation/_animations.transforms.scss';
		/*'components/_components.img-dragged.scss',
*/
ul.tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #9EABBC;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

ul.tabs li {
  margin: 0;
  cursor: pointer;
  padding: 0px 21px;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #9EABBC;
  flex-grow: 1;
  border-bottom: 6px solid transparent;
}

ul.tabs li:hover {
  color: #0E7BD9;
}

ul.tabs li.active {
  font-family: "Gotham", sans-serif;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #0E7BD9;
  border-bottom: 6px solid #0E7BD9;
}

.tab_container {
  width: 100%;
  background: #fff;
  overflow: auto;
}

.tab_content {
  padding: 20px;
  display: none;
  border-radius: 0px 0px 15px 15px;
  margin: 0 0 10px;
}
@media (min-width: 767px) {
  .tab_content {
    padding: 40px 0;
    border-radius: 0px 0px 20px 20px;
  }
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 767px) {
  ul.tabs {
    display: none;
  }
  .tab_drawer_heading {
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    line-height: 26px;
    background-color: #F8F9FB;
    color: #282828;
    border-bottom: 1px solid #D9D9D9;
    margin: 0;
    padding: 5px;
    cursor: pointer;
    border-radius: 15px 15px 0px 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .tab_drawer_heading img {
    max-width: 28px;
  }
  .tab_drawer_heading.d_h_active img {
    transform: rotateX(180deg);
  }
  .d_active {
    background-color: #ffffff;
    border-radius: 15px 15px 0px 0px;
    border-bottom: 1px solid #fff;
  }
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Medium.eot");
  src: url("../fonts/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.eot");
  src: url("../fonts/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/*COLORS*/
/*FONTS*/
/*DEVICES*/
html {
  font-size: 13px;
}

@media all and (min-width: 768px) {
  html {
    font-size: 12px;
  }
}
@media all and (min-width: 1024px) {
  html {
    font-size: 16px;
  }
}
* {
  box-sizing: border-box;
}

.patient-area-menu {
  transition: all 0.4s;
  height: calc(100vh - 100px) !important;
  width: 100%;
  position: fixed;
  overflow-y: scroll;
  z-index: 1;
}

@media all and (min-width: 768px) {
  .patient-area-menu {
    height: auto;
  }
}
/*body {
  font-family: "Gotham Book", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  color: #617888; 
}

.wrapper {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
*/
/*ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px; }*/
button {
  background: grey;
  outline: 0;
  border: none;
  color: white;
  padding: 10px;
  font-size: 1rem;
  border-radius: 5px;
  text-align: center;
  margin-top: 8px;
  cursor: pointer;
}

button.button-patient-area {
  background-color: #00caea;
}

button.button-ask-online {
  background-color: #f67d1d;
  display: none;
}

@media all and (min-width: 768px) {
  button.button-ask-online {
    display: inline-block;
  }
}
/*header {
  position: fixed;
  z-index: 10;
  width: 100%; }
  header .header-menu-container {
    background-color: #004086;
    position: absolute;
    z-index: 10;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px; }
    header .header-menu-container .wrapper {
      display: flex;
      justify-content: space-between; }*/
main {
  padding: 20px;
  padding-top: 200px;
}

main p {
  margin-bottom: 20px;
}

.overlay {
  visibility: visible;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  position: fixed;
  z-index: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.menu-container {
  background-color: #e3f2fd;
  width: 100%;
  transition: transform 0.3s ease-in-out;
}

.menu-container .close-menu {
  background: url(../img/close-icon.svg) no-repeat;
  display: block;
  height: 15px;
  width: 15px;
  position: absolute;
  right: 20px;
  top: 20px;
}

@media all and (min-width: 1024px) {
  .menu-container .close-menu {
    top: 12px;
  }
}
.menu-container .wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-top: 50px;
  align-items: center;
}

@media all and (min-width: 768px) and (orientation: portrait) {
  .menu-container .wrapper {
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media all and (min-width: 1200px) {
  .menu-container .wrapper {
    flex-direction: row-reverse;
    align-content: flex-start;
    align-items: center;
    justify-content: center;
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.menu-container h4 {
  font-size: 1.6rem;
  text-align: center;
  max-width: 100%;
  font-family: "Gotham", sans-serif;
  font-weight: 600;
  color: #004086;
  margin-top: 0;
  margin-bottom: 40px;
}

.menu-container .icons-container {
  width: 100%;
}

.menu-container .icons-container p {
  margin: 0px;
  text-align: center;
  font-family: #00caea;
  color: #004086;
  font-size: 0.9rem;
  font-weight: bold;
}

.menu-container .icons-container p span {
  display: block;
}

.menu-container .icons-container ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

@media all and (min-width: 768px) {
  .menu-container .icons-container ul {
    flex-wrap: nowrap;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media all and (min-width: 1024px) {
  .menu-container .icons-container ul {
    max-width: 750px;
  }
}
.menu-container .icons-container .icon-card {
  border: 1px solid #bad2e2;
  border-radius: 15px;
  padding: 20px;
  padding-top: 130px;
  background-repeat: no-repeat;
  background-size: 75%;
  background-position: center 20px;
  max-width: 135px;
  margin-bottom: 12px;
  background-color: white;
}

@media all and (min-width: 768px) and (orientation: portrait) {
  .menu-container .icons-container .icon-card {
    padding: 20px;
    padding-top: 150px;
    background-size: 75%;
    background-position: center 20px;
    max-width: 150px;
  }
}
@media all and (min-width: 1024px) {
  .menu-container .icons-container .icon-card {
    max-width: 170px;
    padding-top: 165px;
  }
}
.menu-container .icons-container .icon-card.reports {
  background-image: url(../imagenes/desplegable-area-paciente/reports.svg);
}

.menu-container .icons-container .icon-card.videocall {
  background-image: url(../imagenes/desplegable-area-paciente/videocall.svg);
  background-size: 85%;
}

.menu-container .icons-container .icon-card.calendar {
  background-image: url(../imagenes/desplegable-area-paciente/calendar.svg);
}

.menu-container .icons-container .icon-card.bills {
  background-image: url(../imagenes/desplegable-area-paciente/bills.svg);
}

.form-container {
  width: 100%;
  max-width: 350px;
}

@media all and (min-width: 768px) {
  .form-container {
    width: auto;
    max-width: 100%;
  }
}
.block-form {
  width: 100%;
}

@media all and (min-width: 768px) {
  .block-form {
    width: 275px;
    align-self: center;
    display: block;
  }
}
@media all and (min-width: 1024px) {
  .block-form {
    width: 340px;
  }
}
@media all and (min-width: 1200px) {
  .block-form {
    width: 350px;
  }
}
.block-form p {
  text-align: center;
  margin: 0px;
}

.block-form .form-content {
  background-color: #FFFFFF;
  padding: 35px;
}

@media all and (min-width: 768px) {
  .block-form .form-content {
    padding: 25px;
  }
}
@media all and (min-width: 1024px) {
  .block-form .form-content {
    padding: 35px;
  }
}
.block-form .forgot-password {
  font-size: 0.8rem;
  margin-top: 20px;
  display: block;
  color: inherit;
}

.block-form .forgot-password:hover {
  color: #004086;
}

.block-form .form-title {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #004086;
  font-size: 1.8rem;
  margin-bottom: 20px;
}

.block-form .form-title span {
  display: block;
}

.block-form input[type=text],
.block-form input[type=password] {
  display: block;
  width: 100%;
  margin-top: 10px;
  line-height: 32px;
  border: 1px solid #ccdbe9;
  border-radius: 5px;
  padding: 5px;
  font-size: 0.9rem;
  background: #ffffff;
  color: #000000;
  height: 44px;
}

.block-form input[type=text]:focus,
.block-form input[type=password]:focus {
  outline: 0px;
  border: 1px solid #004086;
}

.block-form button {
  color: #FFFFFF;
  width: 100%;
  background: #004086;
  border: 0px;
  border-radius: 5px;
  padding: 15px;
  margin-top: 20px;
  font-size: 1.1rem;
}

.block-form button:hover {
  cursor: pointer;
  background-color: #002d5d;
}

.block-form label {
  display: block;
  font-size: 0.8rem;
}

.block-form input[type=text]::placeholder, .block-form input[type=password]::placeholder {
  color: #617888;
  font-weight: 300;
}

.screen-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.link-web {
  text-align: center;
  padding-top: 20px;
}

.link-web a {
  text-align: center;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #004086;
  text-decoration: none;
  margin-bottom: 10px;
}

/*correccion adaptacion*/
.icons-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.overlay {
  left: 0;
  z-index: 10;
}

.box-parient-area-menu {
  display: none;
}

.box-parient-area-menu.active {
  display: block;
}

.patient-area-menu {
  left: 0;
  z-index: 9999 !important;
  opacity: -1;
  pointer-events: none;
  height: 0vh;
  transform: translateY(-77px);
}

.patient-area-menu.active {
  opacity: 1;
  pointer-events: all;
  height: auto;
  transform: translateY(0);
}

.open-menu {
  height: auto;
  overflow-y: hidden;
}

.overlay.active {
  opacity: 1;
  top: 135px;
}

@media (max-width: 767px) {
  .overlay.active {
    top: 90px;
  }
}
.patient-area-menu .form-container {
  width: 100%;
  padding: 0;
}

@media (max-width: 1199px) {
  .patient-area-menu.active {
    height: calc(100vh - 170px) !important;
  }
}
@media (min-width: 1024px) {
  .patient-area-menu .form-container {
    max-width: 340px;
  }
}
@media (min-width: 768px) {
  .patient-area-menu .form-container {
    max-width: 275px;
  }
}
@media (max-width: 767px) {
  .patient-area-menu.active {
    padding-bottom: 70px;
    transform: translateY(0);
    height: calc(100vh - 95px) !important;
  }
}
.no-cuenta {
  text-align: center;
  background-color: #e3f2fd;
  width: 100%;
  padding: 10px 0;
}

.no-cuenta .btn_no-cuenta {
  display: block;
  color: #667889;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
}

.no-cuenta .btn_no-cuenta:hover {
  color: #004086;
}

.box-no-cuenta .desplegable {
  display: none;
  background-color: #e3f2fd;
  font-family: "Gotham-Book", sans-serif;
  font-size: 13px;
  color: #f67d1d;
  padding-bottom: 20px;
}

.item__banner-dto-consulta {
  background: url(../imagenes/refractiva/img-bg-banner.jpg) bottom center no-repeat white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 30px;
  max-width: 1445px;
  border-radius: 15px;
}
@media (min-width: 1440px) {
  .item__banner-dto-consulta {
    padding: 0 15px 0 55px;
  }
}
.item__banner-dto-consulta div {
  font-size: 16px;
  line-height: 24px;
  color: #00499A;
  padding: 0 0 20px;
}
@media (min-width: 1400px) {
  .item__banner-dto-consulta div {
    flex-basis: 50%;
  }
}
@media (min-width: 1600px) {
  .item__banner-dto-consulta div {
    flex-basis: 50%;
    padding: 0 0 70px;
  }
}
.item__banner-dto-consulta .item__title {
  font-size: 38px;
  line-height: 50px;
  margin: 0 0 30px;
}
@media (min-width: 1600px) {
  .item__banner-dto-consulta .item__title {
    min-width: 580px;
  }
}
.item__banner-dto-consulta img {
  max-width: 800px;
}
@media (max-width: 1600px) {
  .item__banner-dto-consulta img {
    display: none;
  }
}
.item__banner-promo {
  background: url(../imagenes/promo/bg-promo-mobile.png) no-repeat bottom center;
  background-size: contain;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  line-height: 46px;
  color: #00499A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__banner-promo.presbicia {
  background: url(../imagenes/promo/bg-promo-desktop-presbicia.png) no-repeat bottom center;
}
.item__banner-promo.cataratas {
  background: url(../imagenes/promo/bg-promo-desktop-cataratas.png) no-repeat bottom center;
}
@media (min-width: 767px) {
  .item__banner-promo {
    background: url(../imagenes/promo/bg-promo-desktop.png) no-repeat bottom center;
    background-size: cover;
    border-radius: 15px;
    font-size: 30px;
    line-height: 1.1;
    max-width: 600px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .item__banner-promo .item__subtitle {
    font-size: 18px;
    letter-spacing: -0.03em;
  }
  .item__banner-promo.presbicia {
    background: url(../imagenes/promo/bg-promo-desktop-presbicia.png) no-repeat bottom center;
    background-size: contain;
  }
  .item__banner-promo.cataratas {
    background: url(../imagenes/promo/bg-promo-desktop-cataratas.png) no-repeat bottom center;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .item__banner-promo {
    background-size: 100% 80%;
    text-align: left;
    padding: 0;
    max-width: 750px;
    margin: 20px auto;
  }
}
@media (min-width: 1400px) {
  .item__banner-promo {
    background-size: contain;
  }
}
.item__banner-promo img {
  max-width: 360px;
}
.item__banner-promo .item__title span {
  font-size: 40px;
  line-height: 32px;
}
.item__banner-promo .btn-orange {
  height: 35px;
  text-align: center;
  width: 100%;
  max-width: 90%;
  margin: 40px 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 11px;
}
@media (min-width: 767px) {
  .item__banner-promo .btn-orange {
    max-width: 235px;
  }
}
@media (max-width: 1100px) {
  .item__banner-promo .btn-orange {
    margin: 20px auto;
  }
}
.item__banner-promo .item__condiciones {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
}
@media (min-width: 767px) {
  .item__banner-promo .item__condiciones {
    font-size: 8px;
    line-height: 1.3;
  }
}
.item__banner-promo > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .item__banner-promo > div {
    flex-basis: 65%;
    padding: 0 10px 5px 0;
  }
}
.item__banner-promo .item__legales {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__banner-refactiva {
  background: url(../imagenes/refractiva/img-bg-banner.jpg) bottom center no-repeat white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 30px 30px 0;
  max-width: 1445px;
  border-radius: 15px;
}
@media (min-width: 1200px) {
  .item__banner-refactiva {
    padding: 0 15px 0 55px;
  }
}
.item__banner-refactiva div {
  font-size: 16px;
  line-height: 24px;
  color: #00499A;
  padding: 0 0 20px;
  flex-basis: 50%;
}
@media (min-width: 1600px) {
  .item__banner-refactiva div {
    padding: 0 0 70px;
  }
}
.item__banner-refactiva .item__title {
  font-size: 38px;
  line-height: 50px;
  margin: 0 0 30px;
}
@media (min-width: 1600px) {
  .item__banner-refactiva .item__title {
    min-width: 580px;
  }
}
.item__banner-refactiva img {
  max-width: 800px;
}
.item__banner-retina {
  background: url(../imagenes/retina/img-bg-retina-mobile.png) bottom center no-repeat white;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 30px 15px;
  max-width: 1445px;
  border-radius: 15px;
}
@media (min-width: 767px) {
  .item__banner-retina {
    background: url(../imagenes/retina/img-bg-retina.jpg) bottom center no-repeat white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 30px 15px;
  }
}
@media (min-width: 1200px) {
  .item__banner-retina {
    padding: 0 15px 0 55px;
  }
}
.item__banner-retina div {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 767px) {
  .item__banner-retina div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 1400px) {
  .item__banner-retina div {
    flex-basis: 50%;
  }
}
@media (min-width: 1600px) {
  .item__banner-retina div {
    flex-basis: 50%;
  }
}
@media (max-width: 425px) {
  .item__banner-retina div .btn-dark-blue {
    font-size: 16px;
    padding: 10px;
  }
}
.item__banner-retina .item__title {
  font-size: 1.7rem;
  line-height: 33px;
  font-weight: initial;
  font-family: "Gotham Book", sans-serif;
  margin: 0 0 30px;
}
@media (min-width: 1550px) {
  .item__banner-retina .item__title {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (min-width: 1600px) {
  .item__banner-retina .item__title {
    min-width: 680px;
  }
}
.item__banner-retina img {
  max-width: 376px;
}
@media (max-width: 1200px) {
  .item__banner-retina img {
    display: block;
  }
}
.item__banner-libro {
  background: url(../imagenes/clinica-baviera/bg-banner-libro.svg) bottom center no-repeat white;
  background-size: contain;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 30px;
  max-width: 1245px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .item__banner-libro {
    padding: 0 15px 0 55px;
    background: url(../imagenes/clinica-baviera/bg-banner-libro-desktop.svg) bottom center no-repeat white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.item__banner-libro div {
  font-size: 16px;
  line-height: 24px;
  color: #282828;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__banner-libro div {
    flex-basis: 75%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0 0 30px;
  }
}
.item__banner-libro div p {
  margin: 0 0 30px;
}
@media (min-width: 1024px) {
  .item__banner-libro div p {
    margin: 0;
  }
}
.item__banner-libro img {
  max-width: 117px;
  margin: 0 auto 10px;
}
@media (min-width: 1024px) {
  .item__banner-libro img {
    max-width: 167px;
    flex-shrink: 0;
    margin: 0 20px 0 0;
  }
}
.item__banner-promo-navidad {
  color: #00499A;
  border-radius: 15px;
  padding: 25px 20px 20px;
  text-align: center;
  background: url(../imagenes/promo/bg-promo-mobile-navidad.png) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .item__banner-promo-navidad {
    min-height: 328px;
    max-width: 388px;
  }
}
.item__banner-promo-navidad .content__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .item__banner-promo-navidad > div {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-basis: 65%;
    padding: 0 10px 5px 0;
  }
}
.item__banner-promo-navidad .item__text {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #00499A !important;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: -3%;
  text-align: center;
}
.item__banner-promo-navidad .item__text .bigger {
  font-size: 60px;
  line-height: 56px;
}
@media (max-width: 375px) {
  .item__banner-promo-navidad .item__text .bigger {
    font-size: 52px;
    line-height: 29px;
  }
}
.item__banner-promo-navidad .item__legales {
  font-size: 12px;
  line-height: 16px;
  color: #00499A !important;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__banner-promo-navidad .condiciones-mobile {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
  text-align: center;
}
.item__banner-promo-navidad .condiciones-mobile a {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
}
.item__banner-promo-navidad.presbicia {
  background: url(../imagenes/promo/bg-promo-mobile-presbicia-navidad.png) no-repeat bottom center;
  background-size: 100% 100%;
}
.item__banner-promo-navidad.cataratas {
  background: url(../imagenes/promo/bg-promo-mobile-cataratas-navidad.png) no-repeat bottom center;
  background-size: 100% 100%;
}
@media (min-width: 767px) {
  .item__banner-promo-navidad {
    background: url(../imagenes/promo/bg-promo-desktop-navidad.png) no-repeat bottom center;
    background-size: cover;
    border-radius: 15px;
    font-size: 30px;
    line-height: 1.1;
    max-width: 600px;
    margin: 20px auto 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .item__banner-promo-navidad .item__subtitle {
    font-size: 18px;
    letter-spacing: -0.03em;
  }
  .item__banner-promo-navidad.presbicia {
    background: url(../imagenes/promo/bg-promo-desktop-presbicia-navidad.png) no-repeat bottom center;
    background-size: contain;
  }
  .item__banner-promo-navidad.cataratas {
    background: url(../imagenes/promo/bg-promo-desktop-cataratas-navidad.png) no-repeat bottom center;
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .item__banner-promo-navidad {
    padding: 40px 20px 10px;
    max-width: 750px;
    margin: 60px auto;
  }
}
@media (min-width: 1400px) {
  .item__banner-promo-navidad {
    background-size: cover;
    text-align: center;
  }
}
.item__banner-promo-navidad .item__title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  color: #00499A !important;
}
@media (min-width: 1100px) {
  .item__banner-promo-navidad .item__title {
    margin: 0 0 10px;
  }
}
.item__banner-promo-navidad .item__title span {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0%;
  text-align: center;
  color: #00499A !important;
}
.item__banner-promo-navidad .btn-orange {
  height: 49px;
  text-align: center;
  width: 100%;
  max-width: 90%;
  max-width: 275px;
  margin: 10px 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 767px) {
  .item__banner-promo-navidad .btn-orange {
    max-width: 235px;
    height: 35px;
    text-align: center;
    width: 100%;
    margin: 10px 0 20px;
    font-size: 11px;
  }
}
@media (max-width: 1100px) {
  .item__banner-promo-navidad .btn-orange {
    margin: 20px auto;
  }
}
.item__banner-promo-navidad .item__condiciones {
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.03em;
}
@media (min-width: 767px) {
  .item__banner-promo-navidad .item__condiciones {
    font-size: 8px;
    line-height: 1.3;
  }
}
.item__banner-promo-navidad .item__legales {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.item__promo-cabecera-imagen {
  max-width: 474px;
}
@media (max-width: 767px) {
  .item__promo-cabecera-imagen {
    display: none;
  }
}

.item__promo-cabecera-consulta {
  padding: 20px;
  background: url(../imagenes/promo/bg-promo-cabecera-consulta.svg) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__promo-cabecera-consulta div:first-child {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__promo-cabecera-consulta div:first-child .item__price {
  text-align: right;
  line-height: 1.8em;
}
.item__promo-cabecera-consulta div:first-child .item__price span {
  font-size: 44px;
}
.item__promo-cabecera-consulta div:first-child .content__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 0;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #00499A;
  letter-spacing: 0;
  text-align: center;
  font-size: 18px;
}
.item__promo-cabecera-consulta div:first-child .content__title a {
  color: #00499A;
}
@media (min-width: 767px) {
  .item__promo-cabecera-consulta div:first-child .content__title {
    color: #00499A;
  }
}
.item__promo-cabecera-consulta div:first-child .content__title .item__title {
  font-size: 25px;
}
.item__promo-cabecera-consulta div:first-child .content__title .item__title span {
  font-size: 60px;
  line-height: 1.2em;
}
.item__promo-cabecera-consulta .btn-orange {
  color: #fff !important;
  height: 58px;
  font-size: 18px;
  margin: 20px auto;
  width: 100%;
  max-width: 314px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 375px) {
  .item__promo-cabecera-consulta .btn-orange {
    font-size: 14px;
    height: 40px;
  }
}
.item__promo-cabecera-consulta .item__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #00499A;
  letter-spacing: -1px;
  text-align: center;
}
.item__promo-cabecera-consulta .item__text > img {
  max-width: 132px;
}
@media (max-width: 330px) {
  .item__promo-cabecera-consulta .item__text > img {
    max-width: 80px;
  }
}
.item__promo-cabecera-consulta .item__text p {
  font-size: 20px;
  line-height: 34px;
}
.item__promo-cabecera-consulta .item__text p:first-of-type {
  font-size: 30px;
}
@media (max-width: 375px) {
  .item__promo-cabecera-consulta .item__text p:first-of-type {
    font-size: 23px;
  }
}
@media (max-width: 375px) {
  .item__promo-cabecera-consulta .item__text p {
    font-size: 18px;
    line-height: 28px;
  }
}
.item__promo-cabecera-consulta .item__text .bigger {
  font-size: 60px;
  line-height: 56px;
}
@media (max-width: 375px) {
  .item__promo-cabecera-consulta .item__text .bigger {
    font-size: 52px;
    line-height: 29px;
  }
}
.item__promo-cabecera-consulta .item__legales {
  font-size: 12px;
  line-height: 16px;
  color: #00499A !important;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__promo-cabecera-consulta .condiciones-mobile {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
  text-align: center;
}
.item__promo-cabecera-consulta .condiciones-mobile a {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
}

.item__promo-cabecera-descuento-consulta {
  padding: 20px;
  background: url(../imagenes/promo/bg-promo-cabecera-dto-consulta.svg) no-repeat center;
  background-size: cover;
  border-radius: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__promo-cabecera-descuento-consulta .btn-orange {
  height: 58px;
  font-size: 18px;
  margin: 20px auto;
  width: 100%;
  max-width: 315px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (max-width: 375px) {
  .item__promo-cabecera-descuento-consulta .btn-orange {
    font-size: 14px;
    height: 40px;
  }
}
.item__promo-cabecera-descuento-consulta .item__text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0;
}
.item__promo-cabecera-descuento-consulta .item__text p {
  font-size: 18px;
  line-height: 36px;
}
.item__promo-cabecera-descuento-consulta .item__text p:first-of-type {
  font-size: 16px;
  flex-basis: 64%;
}
@media (max-width: 375px) {
  .item__promo-cabecera-descuento-consulta .item__text p:first-of-type {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  .item__promo-cabecera-descuento-consulta .item__text p {
    font-size: 14px;
    line-height: 20px;
  }
}
.item__promo-cabecera-descuento-consulta .item__text .plus {
  font-size: 81px;
  line-height: 73px;
  margin: 0 30px;
}
@media (max-width: 375px) {
  .item__promo-cabecera-descuento-consulta .item__text .plus {
    font-size: 60px;
    margin: 0 10px;
  }
}
.item__promo-cabecera-descuento-consulta .item__text .bigger {
  font-size: 44px;
  line-height: 46px;
}
@media (max-width: 375px) {
  .item__promo-cabecera-descuento-consulta .item__text .bigger {
    font-size: 32px;
    line-height: 33px;
  }
}
.item__promo-cabecera-descuento-consulta .item__legales {
  font-size: 12px;
  line-height: 16px;
  color: #00499A;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.item__promo-descuento-consulta {
  background: url(../imagenes/promo/bg-promo-consulta-dto.svg) no-repeat center;
  background-size: cover;
  padding: 60px 20px 20px;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__promo-descuento-consulta .item__text {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 43px;
  line-height: 123px;
  color: #ffffff;
  max-width: 950px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 768px) {
  .item__promo-descuento-consulta .item__text {
    transform: scale(0.75);
    transform-origin: left;
  }
}
.item__promo-descuento-consulta .item__text .bigger {
  font-size: 140px;
  line-height: 120px;
}
.item__promo-descuento-consulta .item__text p {
  flex-basis: 39%;
  letter-spacing: 0;
  line-height: 61px;
}
.item__promo-descuento-consulta .item__text p:first-of-type {
  text-align: right;
}
.item__promo-descuento-consulta .item__text p:first-of-type .bigger {
  line-height: 61px;
}
.item__promo-descuento-consulta .item__text .plus {
  font-size: 201px;
  line-height: 73px;
  margin: 0 30px;
  align-self: center;
  flex-basis: 10%;
}
.item__promo-descuento-consulta .btn-orange {
  height: 66px;
  font-size: 20px;
  line-height: 27px;
  width: 100%;
  max-width: 365px;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__promo-descuento-consulta .item__legal-text {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #00499A;
}

.condiciones-mobile {
  max-height: 35px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.condiciones-mobile.active {
  max-height: fit-content;
}

.item__legales.active svg {
  transform: rotate(180deg);
}

.bg-promo-refractiva .item__promo-cabecera-consulta {
  background-color: #99D3FC;
}

.item__contenido-medico {
  background: #FFFFFF;
  box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  width: 100%;
  padding: 20px 15px;
  font-size: 11px;
  line-height: 18px;
  color: #6A6A6A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1100px) {
  .item__contenido-medico {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
    padding: 20px 120px;
  }
}
.item__contenido-medico img {
  margin: 0 auto 15px;
  max-width: 72px;
}
@media (min-width: 1100px) {
  .item__contenido-medico img {
    max-width: 102px;
    margin: 0 20px 0 0;
  }
}
.item__contenido-medico-autor {
  text-align: center;
  color: #00499A;
  margin: 0 0 10px;
}
@media (min-width: 1100px) {
  .item__contenido-medico-autor {
    text-align: left;
    margin: 0;
  }
}
.item__contenido-medico-cv {
  text-align: center;
  color: #0E7BD9;
  text-decoration: underline;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1100px) {
  .item__contenido-medico-cv {
    text-align: left;
    margin: 10px 0;
  }
}

.item__box-download {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  color: #282828;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .item__box-download {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 35px 25px;
  }
}
.item__box-download-text {
  color: #282828;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  flex-grow: 1;
  padding: 0;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .item__box-download-text {
    padding: 0 75px 0 0;
    margin: 0;
  }
}
.item__box-download-text .title-text {
  font-size: 16px;
  font-family: "Gotham", sans-serif;
  letter-spacing: -0.48px;
  line-height: 24px;
  color: #0E7BD9;
  margin: 0 0 15px;
}
@media (min-width: 768px) {
  .item__box-download-text .title-text {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.72px;
  }
}
.item__box-download-icon span {
  background: #0E7BD9;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .item__box-download-icon span {
    width: 62px;
    height: 62px;
  }
}
.item__box-download-icon span img {
  width: 28px;
}
@media (min-width: 768px) {
  .item__box-download-icon span img {
    width: 35px;
  }
}

.item__paginator {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 1170px;
  width: 100%;
  margin: 40px auto;
}
.item__paginator li a {
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 12px;
  color: #9EABBC;
  padding: 0 10px;
}
.item__paginator li a.active {
  color: #0E7BD9;
  font-family: "Gotham", sans-serif;
}
.item__paginator li a img {
  max-width: 30px;
}

.item__pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  grid-gap: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  letter-spacing: 60%;
  color: #9EABBC;
}
.item__pagination a {
  color: #9EABBC;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  line-height: 18px;
  padding: 5px 10px;
}
.item__pagination a:hover {
  color: #00499A;
}
.item__pagination .active a {
  color: #00499A;
  font-weight: bold;
}

.item__box-precio-incluido {
  border-radius: 30px;
  background: #ffffff;
  box-shadow: 0px 17px 34px rgba(0, 0, 0, 0.07);
  margin: 20px auto 80px;
  max-width: 530px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1100px) {
  .item__box-precio-incluido {
    margin: 0 auto;
  }
}
.item__box-precio-incluido .btn-orange {
  width: 100%;
  height: 50px;
  max-width: 310px;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 17px;
  margin: 0 auto;
  cursor: pointer;
}
.item__box-precio {
  padding: 44px 20px 44px;
  color: #ffffff;
  background: #5EB4E5;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.item__box-precio span {
  font-size: 35px;
}
@media (min-width: 767px) {
  .item__box-precio {
    font-size: 30px;
    line-height: 30px;
  }
  .item__box-precio span {
    font-size: 25px;
  }
}
.item__box-precio.cataratas {
  background: #75BAB6;
}
.item__box-incluido {
  padding: 20px;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
}
@media (min-width: 360px) {
  .item__box-incluido {
    padding: 30px;
  }
}
@media (min-width: 767px) {
  .item__box-incluido {
    padding: 30px 35px 30px 50px;
    font-size: 27px;
  }
}

.box-precio {
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 17px 34px 0px rgba(0, 0, 0, 0.07);
  min-height: 498px;
}
.box-precio .item-precio {
  background: #5EB4E5;
  padding: 20px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 30px 30px 0 0;
}
.box-precio .item-precio strong {
  font-size: 65px;
  line-height: normal;
}
@media (min-width: 768px) {
  .box-precio .item-precio strong {
    font-size: 97px;
  }
}
.box-precio .info-box-precio {
  padding: 40px 20px;
}

.item__box-seguros {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 1200px) {
  .item__box-seguros {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.item__box-seguros img {
  border-radius: 0;
  max-width: 30%;
  margin: 0 0 15px;
}
@media (min-width: 1024px) {
  .item__box-seguros img {
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .item__box-seguros img {
    max-width: unset;
    width: initial;
    margin: 0 10px 15px;
  }
}

.item__box-calculadora {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 0 0 0;
  max-width: 428px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.item__box-calculadora app-calculadora {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__box-calculadora .item__title {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin: 0 30px 15px;
  color: #5EB4E5;
}
@media (min-width: 1024px) {
  .item__box-calculadora .item__title {
    font-size: 25px;
    margin: 0 30px 30px;
  }
}
.item__box-calculadora .subtitle {
  font-size: 14px;
  line-height: 29px;
  color: rgb(40, 40, 40);
  margin: 0 30px;
}
.item__box-calculadora ul {
  padding: 0 30px;
  margin: 0 0 30px;
}
.item__box-calculadora ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  min-height: 45px;
  border-bottom: 1px solid #D9D9D9;
  color: #5EB4E5;
}
.item__box-calculadora ul li:last-of-type {
  border-bottom: none;
}
.item__box-calculadora ul li span:last-of-type {
  font-size: 19px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
}
.item__box-calculadora .item__cuota {
  background: #5EB4E5;
  color: #ffffff;
  font-size: 14px;
  line-height: 19px;
  padding: 50px 30px;
  text-align: center;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .item__box-calculadora .item__cuota {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.item__box-calculadora .item__cuota .bigger {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 55px;
}
@media (min-width: 1024px) {
  .item__box-calculadora .item__cuota .bigger {
    font-size: 30px;
    line-height: 30px;
  }
}
.item__box-calculadora .item__select-meses {
  flex-basis: 100%;
  min-height: 58px;
  border: 1px solid #DBDBDB;
  border-radius: 81.05px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  color: #5EB4E5;
  margin: 10px 30px;
  padding: 0 25px;
  background: url(../imagenes/icons/icon-arrow-blue-down.svg) center right 20px no-repeat;
}
.item__box-calculadora .img-calc {
  margin: 0 auto 30px;
  max-width: 61px;
}
.item__box-calculadora.presbicia .item__title {
  color: #2F5A84;
}
.item__box-calculadora.presbicia .item__select-meses {
  color: #2F5A84;
}
.item__box-calculadora.presbicia ul li {
  color: #2F5A84;
}
.item__box-calculadora.presbicia .item__cuota {
  background: #2F5A84;
}
.item__box-calculadora.presbicia .item__seleccion-operacion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #F5F5F5;
  border-radius: 69px;
  min-height: 72px;
  margin: 0 30px 15px;
}
.item__box-calculadora.presbicia .item__seleccion-operacion a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-basis: 50%;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 69px;
  color: rgba(40, 40, 40, 0.5);
}
.item__box-calculadora.presbicia .item__seleccion-operacion a.active {
  background: #2F5A84;
  color: #ffffff;
}
.item__box-calculadora.cataratas .item__title {
  color: #75BAB6;
}
.item__box-calculadora.cataratas .item__select-meses {
  color: #75BAB6;
}
.item__box-calculadora.cataratas ul li {
  color: #75BAB6;
}
.item__box-calculadora.cataratas .item__cuota {
  background: #75BAB6;
}
.item__box-calculadora.cataratas .item__seleccion-operacion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #F5F5F5;
  border-radius: 69px;
  min-height: 72px;
  margin: 0 30px 15px;
}
.item__box-calculadora.cataratas .item__seleccion-operacion a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-basis: 50%;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  border-radius: 69px;
  color: rgba(40, 40, 40, 0.5);
}
.item__box-calculadora.cataratas .item__seleccion-operacion a.active {
  background: #75BAB6;
  color: #ffffff;
}

.item__nota_financiacion {
  font-size: 14px;
  line-height: 24px;
  margin: 10px auto;
}
@media (min-width: 1024px) {
  .item__nota_financiacion {
    margin: 90px 0 10px !important;
  }
}
.item__nota_financiacion .item__title {
  font-size: 18px;
  line-height: 26px;
}
.item__nota_financiacion .readmore {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #00499A;
  border-top: 1px solid #D9D9D9;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__nota_financiacion .readmore img {
  margin: 0 0 0 15px;
  max-width: 18px;
}

@media (min-width: 1400px) {
  .inner-box-calculadora {
    position: relative;
  }
  .inner-box-calculadora::after {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% - 325px);
    width: 650px;
    height: 650px;
    background: rgba(94, 180, 229, 0.33);
    border-radius: 50%;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .inner-box-calculadora.presbicia {
    position: relative;
  }
  .inner-box-calculadora.presbicia::after {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% - 325px);
    width: 650px;
    height: 650px;
    background: rgba(164, 195, 222, 0.4);
    border-radius: 50%;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .inner-box-calculadora.cataratas {
    position: relative;
  }
  .inner-box-calculadora.cataratas::after {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% - 325px);
    width: 650px;
    height: 650px;
    background: #75BAB6;
    opacity: 0.2;
    border-radius: 50%;
    z-index: 1;
  }
}
@media (min-width: 1400px) {
  .inner-box-calculadora.form-contacto {
    position: relative;
  }
  .inner-box-calculadora.form-contacto::after {
    content: "";
    position: absolute;
    top: -40px;
    left: calc(50% - 325px);
    width: 650px;
    height: 650px;
    background: #E0F2FE;
    border-radius: 50%;
    z-index: 1;
  }
}

.item__box-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px 15px;
  max-width: 585px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .item__box-form {
    padding: 40px;
    min-height: 660px;
  }
}
.item__box-form .item__title {
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  margin: 0 0 15px;
  color: #5EB4E5;
}
@media (min-width: 1024px) {
  .item__box-form .item__title {
    font-size: 24px;
    margin: 0 0 30px;
  }
}

.item__breadcrumb {
  padding: 10px 0 0;
}
@media (min-width: 1100px) {
  .item__breadcrumb {
    padding: 0;
  }
}
.item__breadcrumb .wrapper {
  position: relative;
}
.item__breadcrumb .breadcrumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .item__breadcrumb .breadcrumb {
    position: absolute;
    top: -20px;
    left: 0;
  }
}
.item__breadcrumb .breadcrumb li {
  font-size: 10px;
  line-height: 18px;
  font-family: "Gotham Book", sans-serif;
  color: rgba(40, 40, 40, 0.5);
}
@media (min-width: 425px) {
  .item__breadcrumb .breadcrumb li {
    font-size: 13px;
  }
}
.item__breadcrumb .breadcrumb li.active {
  color: #282828;
}
.item__breadcrumb .breadcrumb li a {
  display: inline-block;
  font-size: 10px;
  line-height: 18px;
  font-family: "Gotham Book", sans-serif;
  color: rgba(40, 40, 40, 0.5);
}
@media (min-width: 425px) {
  .item__breadcrumb .breadcrumb li a {
    font-size: 13px;
  }
}

.btn-orange {
  background: #FD7E1C;
  color: #ffffff;
  border-radius: 70px;
  font-size: 17px;
  line-height: 27px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: inline-block;
}
@media (min-width: 425px) {
  .btn-orange {
    font-size: 20px;
  }
}
.btn-orange:hover {
  background: #2AC9E8;
}
.btn-orange img {
  border-radius: 0;
}
.btn-orange.ver-mas {
  margin: 10px auto;
  padding: 5px 20px;
  text-align: center;
  max-width: 363px;
  border-radius: 70px;
  height: 66px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-orange.tecnica {
  font-size: 14px !important;
  padding: 0 !important;
  height: 0;
  min-height: 29px !important;
  max-width: 185px !important;
  margin: 0 !important;
}
.btn-orange.tecnica:hover {
  background: #FD7E1C;
}

.btn-dark-blue {
  background: #00499A;
  color: #ffffff;
  border-radius: 70px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: inline-block;
}
.btn-dark-blue-small {
  font-size: 17px;
  background: #00499A;
  color: #ffffff;
  border-radius: 70px;
}
.btn-dark-blue:hover {
  background: #2AC9E8;
}
.btn-dark-blue.ver-mas {
  margin: 10px 0;
  padding: 5px 20px;
}
@media (min-width: 767px) {
  .btn-dark-blue {
    font-size: 20px;
    line-height: 27px;
  }
}

.btn-dark-green {
  background: #599793;
  color: #ffffff;
  border-radius: 70px;
  font-size: 17px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: inline-block;
}
.btn-dark-green-small {
  font-size: 17px;
  background: #599793;
  color: #ffffff;
  border-radius: 70px;
}
.btn-dark-green:hover {
  background: #599793;
}
@media (min-width: 767px) {
  .btn-dark-green {
    font-size: 20px;
    line-height: 27px;
  }
}

.btn-tlf {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #00499A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-tlf img {
  width: 29px;
  border-radius: 0;
}
.btn-tlf.active {
  background: #E0F2FE;
}

.btn-wht {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.btn-wht img {
  width: 29px;
  border-radius: 0;
}

.btn-header-area {
  border-radius: 50px;
  width: 206px;
  height: 60px;
  padding: 0 10px;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0;
  color: #FFFFFF;
  transition: 0.2s linear all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #0E7CD9;
}
.btn-header-area img {
  margin: 0 20px 0 0;
  width: 48px;
}
.btn-header-area:hover {
  background: #2AC9E8;
}
.btn-header-cita {
  border-radius: 50px;
  width: 206px;
  height: 60px;
  padding: 0 10px;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 33px;
  letter-spacing: 0;
  color: #FFFFFF;
  transition: 0.2s linear all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #FD7E1C;
}
.btn-header-cita img {
  margin: 0 20px 0 0;
  width: 48px;
}
.btn-header-cita:hover {
  background: #0E7BD9;
}

.btn-default {
  padding: 10px 25px;
  text-align: center;
}
@media (min-width: 767px) {
  .btn-default {
    padding: 20px 35px;
  }
}

.item__load-more {
  margin: 20px auto;
}
.item__load-more a {
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #00499A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__load-more a img {
  margin: 0 0 0 15px;
  max-width: 18px;
}

.btn-play {
  display: inline-block;
  position: relative;
  background: linear-gradient(180deg, rgba(0, 73, 154, 0) 0%, rgba(0, 73, 154, 0.084) 100%);
  border-radius: 15px;
}
.btn-play::before {
  content: "";
  width: 118px;
  height: 118px;
  background: url(../imagenes/icons/ico-play-white-big.svg) no-repeat center center;
  position: absolute;
  top: calc(50% - 59px);
  left: calc(50% - 59px);
}

.item__load-more-full {
  margin: 0 auto 20px;
  padding: 20px 0 0;
  border-top: 1px solid #D9D9D9;
}
.item__load-more-full a {
  font-family: "Gotham", sans-serif;
  font-size: 17px;
  line-height: 30px;
  color: #00499A;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__load-more-full a img {
  margin: 0 0 0 15px;
  max-width: 18px;
  transition: 0.5s ease;
}
.item__load-more-full a img.active {
  transform: rotateX(180deg);
}

.box-preguntas-frecuentes {
  max-width: 748px;
  margin: 0 auto;
}

.link-download {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #ccdbe9;
  padding: 10px 30px 15px 35px;
  max-width: 785px;
  width: 100%;
  margin: 0 auto 15px;
}
.link-download p {
  font-size: 18px;
  font-family: "Gotham-Medium", sans-serif;
  color: #004b93;
  margin: 0;
}
.link-download .ico {
  width: 25px;
  height: 25px;
  background: url(../imagenes/icons/icon-download-blue.png) no-repeat;
  flex-shrink: 0;
  margin-left: 15px;
}
.link-download:hover {
  background: #004b93;
  border: 1px solid #004b93;
}
.link-download:hover p {
  color: #fff;
}
.link-download:hover .ico {
  width: 25px;
  height: 25px;
  background: url(../imagenes/icons/icon-download-white.png) no-repeat;
  flex-shrink: 0;
  margin-left: 15px;
}

.item__card-clinica {
  flex-basis: 100%;
  background: #F3FAFF;
  border-radius: 24px;
  padding: 25px 20px;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  min-height: 230px;
  margin: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 768px) {
  .item__card-clinica {
    flex-basis: 45%;
  }
}
@media (min-width: 1024px) {
  .item__card-clinica {
    flex-basis: 30%;
  }
}
@media (min-width: 1100px) {
  .item__card-clinica {
    flex-basis: 20%;
  }
}
@media (min-width: 1400px) {
  .item__card-clinica {
    flex-basis: 23%;
  }
}
.item__card-clinica a {
  color: #282828;
}
.item__card-clinica a:hover {
  font-family: "Gotham", sans-serif;
}
.item__card-clinica-nombre {
  font-size: 25px;
  line-height: 24px;
  color: #ffffff !important;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.item__card-clinica-nombre p {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  text-align: center;
}
.item__card-clinica-imagen {
  margin: 0 0 25px;
}
.item__card-clinica-listado {
  font-size: 14px;
  line-height: 11px;
}
.item__card-clinica-listado ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__card-clinica-listado ul li {
  background: url(../imagenes/icons/icon-map-point-orange.svg) top 7px left no-repeat transparent;
  padding: 10px 50px 0px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 0 10px;
}
.item__card-clinica-listado ul li a {
  color: #282828;
  text-align: left;
  line-height: 1;
}
.item__card-clinica-listado ul li a:hover {
  font-family: "Gotham", sans-serif;
}
.item__card-clinica-listado ul li.active {
  font-family: "Gotham", sans-serif;
}
.item__card-clinica-listado ul li.active .btn-orange {
  display: flex;
}
.item__card-clinica-listado ul li .btn-orange {
  font-size: 12px;
  line-height: 11px;
  color: #ffffff;
  width: 45px;
  height: 28px;
  border-radius: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 2px;
  right: 0;
  display: none;
}
.item__card-clinica .btn-arrow img, .item__card-clinica .btn-dropdown img {
  max-width: 30px;
  margin: 0 auto;
  transition: 0.2s ease all;
}
.item__card-clinica .btn-arrow.active img, .item__card-clinica .btn-dropdown.active img {
  transform: rotateX(180deg);
}

.item__card.higher {
  min-height: 335px;
  flex-grow: 1;
}
.item__card.higher-1 {
  min-height: 370px;
  flex-grow: 1;
}
.item__card.higher-2 {
  min-height: 450px;
}
.item__card-img-txt {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-radius: 20px;
  max-width: 420px;
  height: 100%;
  font-family: "Gotham Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .item__card-img-txt {
    margin: 0 auto;
  }
}
@media (min-width: 1100px) and (max-width: 1550px) {
  .item__card-img-txt {
    max-width: 390px;
  }
}
.item__card-img-txt div {
  background: white;
  padding: 20px;
  border-radius: 0 0 20px 20px;
  min-height: 160px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__card-img-txt div.left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__card-img-txt div.space-a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 767px) {
  .item__card-img-txt div {
    min-height: 215px;
  }
}
.item__card-img-txt img {
  border-radius: 20px 20px 0 0;
}
.item__card-img-txt-title {
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 1100px) {
  .item__card-img-txt-title {
    font-size: 24px;
  }
}
.item__card-img-txt.bigger {
  max-width: 590px;
  height: 100%;
}
.item__card-img-txt.higher div {
  min-height: 335px;
  flex-grow: 1;
}
.item__card-img-txt.higher-1 div {
  min-height: 370px;
  flex-grow: 1;
}
.item__card-img-txt.higher-2 div {
  min-height: 450px;
}
.item__card-img-txt.higher-3 div {
  min-height: 530px;
}
.item__card-img-txt.higher-4 div {
  min-height: 650px;
}
.item__card-img-txt.higher-max div {
  min-height: 440px;
}
@media (min-width: 767px) {
  .item__card-img-txt.higher-max div {
    min-height: 800px;
  }
}
.item__card-img-txt.xs-higher div {
  min-height: 250px;
  flex-grow: 1;
}
@media (min-width: 767px) {
  .item__card-img-txt.xs-higher div {
    min-height: 200px;
  }
}
.item__card-img-txt .item__card-img-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0;
  position: relative;
}
.item__card-img-txt .item__card-img-title .item__card-img-txt-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 25px;
  color: #ffffff;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .item__card-img-txt .item__card-img-title .item__card-img-txt-title {
    font-size: 33px;
    line-height: 34px;
    padding: 0 40px;
  }
}
.item__card-img-txt .item__card-img-title .item__card-img-txt-title span {
  font-size: 29px;
  line-height: 44px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .item__card-img-txt .item__card-img-title .item__card-img-txt-title span {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (min-width: 1024px) {
  .item__card-img-txt .item__card-img-title .item__card-img-txt-title span small {
    font-size: 24px;
    line-height: 30px;
  }
}
.item__card-img-txt .btn-orange {
  min-height: 66px;
  width: 100%;
  max-width: 280px;
  margin: 10px 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__card-img-txt .btn-orange {
    max-width: 365px;
    margin: 20px 0;
  }
}
.item__card.column {
  background: #ffffff;
  border-radius: 15px;
  width: 90%;
  padding: 30px;
  height: 100%;
  max-width: 385px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__card.column .item__icon {
  width: initial;
}
.item__card.column .item__card-title {
  font-size: 24px;
  line-height: 30px;
  color: #5EB4E5;
  margin: 20px 0 15px;
}

.item__column {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.item__column.reverse {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .item__column.reverse {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .item__column {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.item__column-4 {
  margin: 0 auto 20px;
  flex-basis: 100%;
  width: 100%;
}
@media (min-width: 1024px) {
  .item__column-4 {
    flex-basis: 49%;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  .item__column-4 {
    flex-basis: 25%;
    margin: 0;
  }
}
.item__column-4.no-margin-side {
  margin: 0 0 20px;
}
.item__column-3 {
  margin: 0 0 20px;
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .item__column-3 {
    flex-basis: 32%;
    margin: 0;
  }
}
.item__column-2 {
  margin: 0 0 20px;
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .item__column-2 {
    flex-basis: 50%;
    margin: 0;
  }
}
.item__column-2.v-reverse {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .item__column-2.v-reverse {
    flex-direction: column;
  }
}
.item__column-1 {
  margin: 0 auto 20px;
  flex-basis: 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .item__column-1 {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .item__column.items__padded {
    justify-content: space-between;
    grid-gap: 20px;
  }
  .item__column.items__padded .item__column-2 {
    flex-basis: 46.5%;
  }
  .item__column.items__padded .item__column-3 {
    flex-basis: 29%;
  }
  .item__column.items__padded .item__column-4 {
    flex-basis: 48%;
  }
}
@media (min-width: 1200px) {
  .item__column.items__padded {
    grid-gap: 30px;
  }
  .item__column.items__padded .item__column-2 {
    flex-basis: 45.5%;
  }
  .item__column.items__padded .item__column-4 {
    flex-basis: 22.5%;
  }
}
@media (min-width: 1400px) {
  .item__column.items__padded {
    grid-gap: 45px;
  }
  .item__column.items__padded .item__column-3 {
    flex-basis: 25%;
  }
  .item__column.items__padded .item__column-4 {
    flex-basis: 20%;
  }
}
@media (min-width: 1600px) {
  .item__column.items__padded {
    grid-gap: 60px;
  }
  .item__column.items__padded .item__column-3 {
    flex-basis: 27%;
  }
  .item__column.items__padded .item__column-4 {
    flex-basis: 21%;
  }
}
@media (min-width: 1024px) {
  .item__column.items__padded-xs .item__column-2:nth-of-type(odd) {
    padding: 0 10px 0 0;
  }
  .item__column.items__padded-xs .item__column-2:nth-of-type(even) {
    padding: 0 0 0 10px;
  }
  .item__column.items__padded-xs .item__column-3:nth-of-type(odd) {
    padding: 0;
  }
  .item__column.items__padded-xs .item__column-3:nth-of-type(even) {
    padding: 0 10px;
  }
  .item__column.items__padded-xs .item__column-4:nth-of-type(odd) {
    padding: 0 10px 0 0;
  }
  .item__column.items__padded-xs .item__column-4:nth-of-type(even) {
    padding: 0 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .item__column.items__padded-full .item__column-2 {
    padding: 0 20px;
  }
  .item__column.items__padded-full .item__column-3 {
    padding: 0 20px;
  }
  .item__column.items__padded-full .item__column-4 {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) {
  .item__column.items__padded-full .item__column-2 {
    padding: 0 30px;
  }
  .item__column.items__padded-full .item__column-3 {
    padding: 0 30px;
  }
}
.item__column .item__grow {
  flex-grow: 1;
}
.item__column .item-centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__column .item-centered.center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__column .item-centered.down {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.item-collapsed {
  display: none;
}

.item__filtro-medicos {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__filtro-medicos-resultado {
  margin: 50px 0;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  column-gap: 15px;
}
.item__filtro-medicos-ficha-medico {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  margin: 0 0 16px;
  flex-basis: 47%;
  max-height: 402px;
}
@media (min-width: 768px) {
  .item__filtro-medicos-ficha-medico {
    border-radius: 27.3px;
    flex-basis: 31%;
    margin: 0 0 40px;
  }
}
@media (min-width: 1100px) {
  .item__filtro-medicos-ficha-medico {
    flex-basis: 23%;
    margin: 0 0 60px;
  }
}
.item__filtro-medicos-ficha-medico img {
  height: auto;
}
.item__filtro-medicos-ficha-medico .item__ficha-medico-text {
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 47.87%, rgba(40, 40, 40, 0.75) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 125px 12px 20px;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  transition: 0.3s ease all;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text {
    padding: 195px 25px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover {
    background: linear-gradient(180deg, rgba(224, 242, 254, 0) 0%, #E0F2FE 100%);
    padding: 40px 25px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover .info {
    transform: translateY(0);
    opacity: 1;
    color: #282828;
  }
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover .h2 {
    transform: translateY(0);
    color: #282828;
    padding: 0 0 20px;
    margin: 0;
  }
}
@media (min-width: 1023px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text {
    padding: 120px 35px 50px;
  }
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover {
    padding: 40px 35px 20px;
  }
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover .h2 {
    padding: 0;
  }
}
@media (min-width: 1440px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text:hover .h2 {
    padding: 0 0 20px;
  }
}
.item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1;
  transition: 0.5s ease all;
  padding: 20px 0 0;
}
@media (min-width: 360px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    font-size: 19px;
    line-height: 30px;
    margin: 0 0 15px;
    transform: translateY(20px);
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    font-size: 23px;
    line-height: 30px;
    margin: 0 0 15px;
    transform: translateY(158px);
    padding: 0;
  }
}
@media (min-width: 1100px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    transform: translateY(90px);
    font-size: 19px;
    line-height: 1.2;
  }
}
@media (min-width: 1250px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    font-size: 26px;
  }
}
@media (min-width: 1350px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    transform: translateY(115px);
  }
}
@media (min-width: 1650px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .h2 {
    transform: translateY(210px);
  }
}
.item__filtro-medicos-ficha-medico .item__ficha-medico-text .info {
  opacity: 0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: -0.025em;
  font-family: "Gotham", sans-serif;
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .info {
    transform: translateY(150px);
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .info {
    transform: translateY(150px);
    font-size: 18px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .item__filtro-medicos-ficha-medico .item__ficha-medico-text .info {
    display: none;
  }
}

.item__footer {
  background: #F3FAFF;
  padding: 40px 0 120px;
  border-radius: 30px 30px 0px 0px;
  margin: -25px 0 0 0;
  position: relative;
}
@media (min-width: 1025px) {
  .item__footer {
    padding: 120px 0 60px;
    border-radius: 60px 60px 0px 0px;
    margin: 0;
  }
}
.item__footer .wrapper {
  max-width: 1250px;
}
@media (min-width: 1250px) {
  .item__footer .wrapper {
    padding: 0;
  }
}
.item__footer img {
  border-radius: 0;
}
.item__footer-columns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  color: #00499A;
}
@media (min-width: 1100px) {
  .item__footer-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .item__footer-columns > li {
    flex-basis: 30%;
  }
}
@media (min-width: 1200px) {
  .item__footer-columns > li {
    flex-basis: 19%;
  }
}
.item__footer-columns > li:nth-of-type(5) {
  order: -1;
}
.item__footer-columns > li:nth-of-type(6) {
  order: 1;
}
.item__footer-columns > li:nth-of-type(8) {
  order: 1;
}
@media (min-width: 1100px) {
  .item__footer-columns > li:nth-of-type(5) {
    order: 0;
  }
  .item__footer-columns > li:nth-of-type(6) {
    order: 0;
    flex-basis: 100%;
  }
  .item__footer-columns > li:nth-of-type(8) {
    order: 0;
    flex-basis: 100%;
  }
  .item__footer-columns > li:nth-of-type(7) {
    flex-basis: 100%;
  }
  .item__footer-columns > li:nth-of-type(7) .item__footer-colapsed {
    max-width: 100%;
    padding: 0;
  }
  .item__footer-columns > li:nth-of-type(7) .item__footer-colapsed li {
    max-width: unset;
    flex-basis: auto;
  }
  .item__footer-columns > li:nth-of-type(7) .item__footer-colapsed li a {
    padding: 0 20px 0 0;
  }
}
.item__footer-columns a {
  color: #00499A;
  font-family: "Gotham Book", sans-serif;
}
.item__footer-columns h3 {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
}
.item__footer-columns h3 a {
  font-family: "Gotham", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .item__footer-columns h3 a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.item__footer-columns h3 a img {
  transition: 0.5s ease all;
  max-width: 13px;
  margin: 0 0 0 10px;
}
@media (min-width: 1200px) {
  .item__footer-columns h3 a img {
    margin: 5px 0 0 10px;
  }
}
.item__footer-columns h3 a.active img {
  transform: rotateX(180deg);
}
.item__footer-heading {
  padding: 10px;
}
@media (min-width: 1200px) {
  .item__footer-heading {
    max-width: 200px;
  }
}
.item__footer-colapsed {
  padding: 0 10px;
}
@media (min-width: 1200px) {
  .item__footer-colapsed {
    max-width: 200px;
  }
}
.item__footer-link-list li {
  margin: 0 0 10px;
}
.item__footer-link-list li span {
  font-family: "Gotham", sans-serif;
}
.item__footer-link-list li ul {
  padding: 7px 0 0 20px;
}
.item__footer-link-list li ul li {
  list-style: disc !important;
}
@media (min-width: 1100px) {
  .item__footer-link-list.item-legales {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.item__footer-nav-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 35px;
  grid-gap: 10px;
}
@media (min-width: 1200px) {
  .item__footer-nav-social {
    margin: 0 0 25px;
  }
}
.item__footer-icon-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #00499A;
}
.item__footer-icon-social img {
  width: auto !important;
}
.item__footer-awards {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  width: 100%;
}
.item__footer-awards .opiniones-item img {
  max-width: 50%;
  margin: 0 0 20px auto;
}
@media (max-width: 1024px) {
  .item__footer-awards .opiniones-item img {
    max-width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 380px) {
  .item__footer-awards br {
    display: none;
  }
}
@media (min-width: 1100px) {
  .item__footer-awards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 13px;
    line-height: 18px;
  }
}
.item__footer-awards a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .item__footer-awards a {
    margin: 0 0 20px;
  }
}
.item__footer-awards a img {
  max-width: 52px;
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .item__footer-awards a img {
    max-width: 45px;
    margin: 0 20px 0 0;
  }
}
.item__footer-awards p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 1200px) {
  .item__footer-awards p {
    margin: 0 0 20px;
  }
}
.item__footer-awards p img {
  max-width: 45px;
  margin: 0 10px 0 0;
}
@media (min-width: 1200px) {
  .item__footer-awards p img {
    margin: 0 20px 0 0;
  }
}
.item__footer-awards-tel {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 20px auto;
}
.item__footer-awards-tel img {
  max-width: 35px;
  margin: 0 10px 0 0;
}
.item__footer-awards-sociedades {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 73, 154, 0.2);
}
.item__footer-awards-sociedades a {
  display: inline-block;
}
.item__footer-awards-sociedades a img {
  max-width: 67px;
}
.item__footer-awards-sociedades a:first-of-type img {
  max-width: 115px;
}
.item__footer-awards-sociedades a:last-of-type img {
  max-width: 145px;
}
@media (max-width: 360px) {
  .item__footer-awards-sociedades {
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) {
  .item__footer-awards-sociedades {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 20px 0;
    border-top: none;
  }
  .item__footer-awards-sociedades a img {
    margin: 20px 45px 20px 0;
  }
}
.item__footer-doctores {
  text-align: center;
  flex-basis: 100%;
  padding: 20px 0;
}
@media (min-width: 1100px) {
  .item__footer-doctores {
    text-align: left;
  }
}

@media (min-width: 1100px) {
  .item-collapsed.item__footer-colapsed {
    display: block;
  }
}

.item__fixed-cta {
  height: 100px;
  background-color: #e5edf4;
  position: fixed;
  bottom: -2px;
  left: 0;
  right: 0;
  z-index: 999999;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__fixed-cta .btn-orange {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  width: 100%;
  max-width: 155px;
  font-size: 13px;
}
@media (min-width: 360px) {
  .item__fixed-cta .btn-orange {
    max-width: 155px;
    padding: 15px;
    font-size: 20px;
    max-width: 205px;
  }
}
@media (min-width: 380px) {
  .item__fixed-cta .btn-orange {
    max-width: 240px;
  }
}
.item__fixed-cta .btn-orange img {
  margin: 0 10px 0 0;
}
@media (min-width: 360px) {
  .item__fixed-cta .btn-orange img {
    margin: 0 30px 0 0;
  }
}
@media (min-width: 767px) {
  .item__fixed-cta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    grid-gap: 15px;
  }
}
@media (min-width: 1025px) {
  .item__fixed-cta {
    display: none;
  }
}

.item__slider-home-form {
  margin: 30px 0 0;
  max-width: 435px;
  background: #004A99;
  padding: 30px;
  border-radius: 30px;
  font-family: "Gotham", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__slider-home-form.opened {
  z-index: 9999;
}
@media (max-width: 1024px) {
  .item__slider-home-form {
    position: fixed;
    z-index: 19;
    left: 0;
    max-width: 100%;
    width: 100%;
    top: 100vh;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    transition: 1s ease all;
    opacity: 0;
  }
  .item__slider-home-form.opened {
    display: block;
    top: calc(100vh - 80%);
    opacity: 1;
    height: 100%;
    width: 100%;
    top: 30px;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  .item__slider-home-form.opened {
    top: calc(100vh - 80%);
  }
}
@media (max-width: 325px) {
  .item__slider-home-form.opened {
    top: calc(100vh - 98%);
  }
}
@media (min-width: 768px) and (max-width: 1580px) {
  .item__slider-home-form {
    padding: 20px 30px;
  }
}
@media (min-width: 1580px) {
  .item__slider-home-form {
    margin: 30px 0 0;
  }
}
.item__slider-home-form-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.item__slider-home-form-title .close {
  position: absolute;
  top: -10px;
  right: -10px;
  max-width: 40px;
}
@media (min-width: 1025px) {
  .item__slider-home-form-title .close {
    display: none;
  }
}
.item__slider-home-form p {
  text-align: center;
  font-size: 19px;
  line-height: 28px;
  color: #ffffff;
}
@media (min-width: 1100px) {
  .item__slider-home-form p {
    font-size: 24px;
    line-height: 30px;
  }
}
.item__slider-home-form p:first-of-type {
  font-size: 22px;
  line-height: 33px;
}
@media (min-width: 1100px) {
  .item__slider-home-form p:first-of-type {
    font-size: 32px;
    line-height: 43px;
  }
}
.item__slider-home-form p:first-of-type span {
  font-size: 32px;
  line-height: 35px;
}
@media (min-width: 1100px) {
  .item__slider-home-form p:first-of-type span {
    font-size: 42px;
    line-height: 45px;
  }
}
.item__slider-home-form p:last-of-type {
  flex-basis: 100%;
  margin: 10px 0;
}
@media (min-width: 1600px) {
  .item__slider-home-form p:last-of-type {
    margin: 18px 0;
  }
}
.item__slider-home-form img {
  max-width: 60px;
  margin: 0 15px 0 0;
}
@media (min-width: 767px) {
  .item__slider-home-form img {
    max-width: 68px;
  }
}
@media (min-width: 1100px) {
  .item__slider-home-form img {
    margin: 0 20px 0 0;
  }
}
.item__slider-home-form .form-thanks p {
  font-size: 25px;
  line-height: 1.2;
  text-align: center;
}

form {
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
form input[type=text], form input[type=tel], form input[type=email] {
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham", sans-serif;
  background: #ffffff;
  color: #004A99;
  padding: 0 30px;
  height: 50px;
  border-radius: 15px;
  border: none;
  margin: 0 0 15px;
  width: 100%;
}
form input[type=text]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #00499A;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form input[type=text]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #00499A;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form input[type=text]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #00499A;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form input[type=text]:-moz-placeholder, form input[type=tel]:-moz-placeholder, form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #00499A;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form .btn-orange {
  height: 66px;
  max-width: 265px;
  padding: 30px 0;
  text-align: center;
  border: none;
  margin: 20px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
form .btn-orange::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form .btn-orange::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form .btn-orange:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form .btn-orange:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
  font-size: 18px;
  font-family: "Gotham", sans-serif;
}
form.item__newsletter-form input[type=text], form.item__newsletter-form input[type=tel], form.item__newsletter-form input[type=email] {
  background: #F5F5F5;
  border-radius: 61px;
  height: 55px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham", sans-serif;
  color: #282828;
  padding: 0 30px;
}
form.item__newsletter-form input[type=text]::-webkit-input-placeholder, form.item__newsletter-form input[type=tel]::-webkit-input-placeholder, form.item__newsletter-form input[type=email]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__newsletter-form input[type=text]::-moz-placeholder, form.item__newsletter-form input[type=tel]::-moz-placeholder, form.item__newsletter-form input[type=email]::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__newsletter-form input[type=text]:-ms-input-placeholder, form.item__newsletter-form input[type=tel]:-ms-input-placeholder, form.item__newsletter-form input[type=email]:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__newsletter-form input[type=text]:-moz-placeholder, form.item__newsletter-form input[type=tel]:-moz-placeholder, form.item__newsletter-form input[type=email]:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__newsletter-form .item__form-check-label {
  color: #282828;
}
form.item__newsletter-form .item__form-check-label a {
  color: #282828;
  text-decoration: underline;
}
form.item__contact-form input[type=text], form.item__contact-form input[type=tel], form.item__contact-form input[type=email], form.item__contact-form input[type=date] {
  background: #F5F5F5;
  border-radius: 61px;
  height: 55px;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham", sans-serif;
  color: #282828;
  padding: 0 30px;
  margin: 0 0 30px;
}
form.item__contact-form input[type=text]::-webkit-input-placeholder, form.item__contact-form input[type=tel]::-webkit-input-placeholder, form.item__contact-form input[type=email]::-webkit-input-placeholder, form.item__contact-form input[type=date]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form input[type=text]::-moz-placeholder, form.item__contact-form input[type=tel]::-moz-placeholder, form.item__contact-form input[type=email]::-moz-placeholder, form.item__contact-form input[type=date]::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form input[type=text]:-ms-input-placeholder, form.item__contact-form input[type=tel]:-ms-input-placeholder, form.item__contact-form input[type=email]:-ms-input-placeholder, form.item__contact-form input[type=date]:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form input[type=text]:-moz-placeholder, form.item__contact-form input[type=tel]:-moz-placeholder, form.item__contact-form input[type=email]:-moz-placeholder, form.item__contact-form input[type=date]:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form input[type=date] {
  width: 100%;
}
form.item__contact-form textarea {
  border: none;
  border-radius: 9px;
  background: #F5F5F5;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham", sans-serif;
  color: #282828;
  padding: 20px 30px;
  margin: 0 0 15px;
  width: 100%;
}
form.item__contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
form.item__contact-form select {
  border: none;
  border-radius: 61px;
  background: #F5F5F5;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham", sans-serif;
  color: #757575;
  padding: 0 30px;
  height: 55px;
  margin: 0 0 15px;
  width: 100%;
}
form.item__contact-form select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__contact-form select::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__contact-form select:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__contact-form select:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 18px;
  font-family: "Gotham Book", sans-serif;
}
form.item__contact-form .item__form-check-label {
  color: #282828;
}
form.item__contact-form .item__form-check-label a {
  color: #282828;
  text-decoration: underline;
}
form.item__contact-form .btn-dark-blue {
  max-width: 185px;
  margin: 30px auto 0;
  width: 100%;
  display: block;
}

.item__form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__form-check-checkbox {
  position: relative;
  border: 1px solid #fff;
  background: none;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.item__form-check-checkbox label {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
.item__form-check-checkbox label span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: white;
  opacity: 0;
  display: inline-block;
}
.item__form-check-checkbox input {
  visibility: hidden;
}
.item__form-check-checkbox input:checked + label span {
  opacity: 1;
}
.item__form-check-label {
  display: block;
  margin-left: 2%;
  font-weight: 300;
  font-size: 12px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Gotham Book", sans-serif;
}
.item__form-check-label a {
  text-decoration: underline;
  color: #ffffff;
}
.item__form-check.item-black .item__form-check-checkbox {
  border: 1px solid #000;
}
.item__form-check.item-black .item__form-check-checkbox label span {
  background: #000;
}
.item__form-check.item-black .item__form-check-label {
  color: #282828;
  font-family: "Gotham Book", sans-serif;
}
.item__form-check.item-black .item__form-check-label a {
  text-decoration: underline;
  color: #282828;
}

.item__filtro-medicos-form {
  background: #CFE9F7;
  border-radius: 15px;
  width: 100%;
  padding: 40px 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .item__filtro-medicos-form {
    border-radius: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 1200px) {
  .item__filtro-medicos-form {
    flex-wrap: nowrap;
  }
}
.item__filtro-medicos-form select {
  height: 58px;
  border-radius: 80px;
  background-image: url(../imagenes/icons/icon-arrow-blue-down.svg);
  background-color: #ffffff;
  background-position: center right 10px;
  background-repeat: no-repeat;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #00499A;
  padding: 0 35px 0 30px;
  margin: 0 10px 17px 0;
  border: none;
}
@media (min-width: 1024px) {
  .item__filtro-medicos-form select {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media (min-width: 1200px) {
  .item__filtro-medicos-form select {
    flex-basis: 24%;
    max-width: 300px;
  }
}
@media (min-width: 1500px) {
  .item__filtro-medicos-form select {
    max-width: 348px;
  }
}
.item__filtro-medicos-form select:disabled {
  color: #9EABBC;
}
.item__filtro-medicos-form .item__especialidad {
  background-image: url(../imagenes/icons/icon-arrow-blue-down.svg), url(../imagenes/icons/icon-estetocopio.svg);
  background-color: #ffffff;
  background-position: center right 20px, center left 20px;
  background-repeat: no-repeat;
  padding: 0 35px 0 50px;
}
.item__filtro-medicos-form .item__nombre-doctor {
  background-image: url(../imagenes/icons/icon-arrow-blue-down.svg), url(../imagenes/icons/icon-profesional-grey.svg);
  background-color: #ffffff;
  background-position: center right 20px, center left 20px;
  background-repeat: no-repeat;
  padding: 0 35px 0 50px;
}
.item__filtro-medicos-form .item__submit {
  height: 58px;
  border: none;
  font-size: 18px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .item__filtro-medicos-form .item__submit {
    flex-basis: 49%;
    margin: 0 0 17px;
  }
}
@media (min-width: 1200px) {
  .item__filtro-medicos-form .item__submit {
    flex-basis: 24%;
    max-width: 348px;
  }
}
.item__filtro-medicos-form .item__submit.btn-orange {
  padding: 0;
}

.form-mapa-clinica {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
}
.form-mapa-clinica input[type=text] {
  background: #F5F5F5;
  border-radius: 61px;
  font-size: 14px;
  line-height: 21px;
  color: #757575;
  margin: 0 0 20px;
}
.form-mapa-clinica input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
.form-mapa-clinica input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
.form-mapa-clinica input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
.form-mapa-clinica input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #757575;
  font-size: 14px;
  font-family: "Gotham", sans-serif;
}
.form-mapa-clinica .btn-blue {
  border-radius: 70px;
  height: 66px;
  width: 100%;
  background: #00499A;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.modal__filter-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(2px);
  cursor: pointer;
  display: none;
}

.item__faq {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__faq-question {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__faq-question svg {
  max-width: 22px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
@media (min-width: 1100px) {
  .item__faq-question svg {
    max-width: 28px;
    margin: 0 35px 0 0;
  }
}
.item__faq-question.active {
  background: #ffffff;
  border-bottom: none;
}
.item__faq-question.active svg {
  transform: rotateX(180deg);
}
.item__faq-question.active svg circle {
  fill: #D9D9D9;
}
@media (min-width: 1100px) {
  .item__faq-question {
    padding: 30px 35px;
    font-size: 20px;
    line-height: 26px;
  }
}
.item__faq-answer {
  padding: 0 15px 20px 37px;
  background: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  color: #6A6A6A;
}
@media (min-width: 1100px) {
  .item__faq-answer {
    padding: 0 95px 30px;
  }
}

.item__clasificaciones .item__faq {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__clasificaciones .item__faq-question {
  border-bottom: 1px solid #D9D9D9;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  font-family: "Gotham", sans-serif;
  color: #000000;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.item__clasificaciones .item__faq-question svg {
  max-width: 22px;
  margin: 0 15px 0 0;
  flex-shrink: 0;
}
@media (min-width: 1100px) {
  .item__clasificaciones .item__faq-question svg {
    max-width: 28px;
    margin: 0 35px 0 0;
  }
}
.item__clasificaciones .item__faq-question.active {
  background: transparent;
  border-bottom: none;
}
.item__clasificaciones .item__faq-question.active svg {
  transform: rotateX(180deg);
}
.item__clasificaciones .item__faq-question.active svg circle {
  fill: #5eb4e5;
}
@media (min-width: 1100px) {
  .item__clasificaciones .item__faq-question {
    padding: 30px 35px;
    font-size: 20px;
    line-height: 26px;
  }
}
.item__clasificaciones .item__faq-answer {
  padding: 0 15px 20px 37px;
  background: transparent;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  color: #6A6A6A;
}
@media (min-width: 1100px) {
  .item__clasificaciones .item__faq-answer {
    padding: 0 95px 30px;
  }
}

header {
  position: relative;
}

.item__top-bar {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.7s ease, box-shadow 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1000;
}
.item__top-bar.open {
  background-color: #00499A;
}
.item__top-bar .menu-hamburger.hamburger {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  transition: transform 0.4s ease;
}
.item__top-bar .menu-hamburger.hamburger div {
  background-color: #004A99;
  height: 4px;
  border-radius: 80px;
  transition: transform 0.3s ease;
}
.item__top-bar .menu-hamburger.hamburger div:nth-child(3) {
  max-width: 22px;
}
.item__top-bar .menu-hamburger.hover {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  transition: transform 0.3s ease;
}
.item__top-bar .menu-hamburger.hover div {
  background-color: #004A99;
  height: 4px;
  border-radius: 80px;
  transition: transform 0.3s ease;
}
.item__top-bar .menu-hamburger.hover div:nth-child(1) {
  transform: translateY(-5px);
}
.item__top-bar .menu-hamburger.hover div:nth-child(3) {
  transform: translateY(5px);
  max-width: 22px;
}
.item__top-bar .menu-hamburger.open div {
  background-color: #ffffff;
  height: 4px;
  border-radius: 80px;
  transition: transform 0.3s ease, color 0.8s ease;
  width: 30px;
}
.item__top-bar .menu-hamburger.open div:nth-child(1) {
  transform: rotate(45deg) translateY(5px);
}
.item__top-bar .menu-hamburger.open div:nth-child(2) {
  opacity: 0;
}
.item__top-bar .menu-hamburger.open div:nth-child(3) {
  transform: rotate(-45deg) translateY(-5px);
}
.item__top-bar.scrolled {
  background-color: #004A99;
  color: white;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
.item__top-bar.scrolled .menu-hamburger div {
  background-color: white;
}
.item__top-bar.scrolled .menu-text {
  color: white;
}
.item__top-bar .wrapper {
  padding: 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .item__top-bar .wrapper {
    padding: 20px 25px;
  }
}
@media (min-width: 1525px) {
  .item__top-bar .wrapper {
    padding: 20px 0;
  }
}
.item__top-bar .logos-desktop {
  z-index: 999;
}
@media (max-width: 1099px) {
  .item__top-bar .logos-desktop {
    margin: 0 5px;
  }
}
.item__top-bar-icons-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__top-bar-icons-mobile a {
  margin: 0 0 0 15px;
}
@media (min-width: 1025px) {
  .item__top-bar-icons-mobile a {
    margin: 0 0 0 35px;
  }
}
@media (min-width: 1025px) {
  .item__top-bar-icons-mobile {
    display: none;
  }
}
.item__top-bar-btns-desktop {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 999;
}
.item__top-bar-btns-desktop a {
  margin: 0 0 0 5px;
}
@media (min-width: 1100px) {
  .item__top-bar-btns-desktop a {
    margin: 0 0 0 30px;
  }
}
@media (max-width: 1024px) {
  .item__top-bar-btns-desktop {
    display: none;
  }
}
.item__top-bar-menu-desktop {
  display: flex;
  align-items: center;
  z-index: 999;
  flex-basis: 20%;
  padding: 0;
}
@media (max-width: 1024px) {
  .item__top-bar-menu-desktop {
    display: none;
  }
}
@media (min-width: 1100px) {
  .item__top-bar-menu-desktop {
    padding: 0 0 0 20px;
  }
}
.item__top-bar-menu-desktop a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #00499A;
  font-size: 20px;
}
.item__top-bar-menu-desktop a span img {
  margin-right: 20px;
  max-width: 38px;
}
.item__top-bar img {
  border-radius: 0;
}
.item__top-bar img.item__logo-dkt {
  max-width: 210px;
}
@media (min-width: 1024px) {
  .item__top-bar img.item__logo-dkt {
    max-width: 230px;
  }
}
.item__top-bar .btn-header-cita.opened {
  z-index: 9999;
}

.menu-text {
  margin-left: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #004A99;
  text-transform: uppercase;
  transition: color 0.4s ease;
}
.menu-text.scrolled {
  color: white;
}
.menu-text.white {
  color: white;
}

.item__icons-txt {
  font-family: "Gotham Book", sans-serif;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__icons-txt {
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.item__icons-txt img {
  margin: 0 10px 0 0;
  max-width: 80px;
}
@media (min-width: 1024px) {
  .item__icons-txt img {
    max-width: max-content;
    margin: 0 auto 25px;
  }
}
.item__icons-txt .smaller {
  font-size: 16px;
  line-height: 24px;
  margin: 10px 0;
}
@media (max-width: 1023px) {
  .item__icons-txt.half-xs {
    flex-basis: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin: 0;
    text-align: center;
  }
  .item__icons-txt.half-xs img {
    margin: 0 auto 15px;
  }
}

.item__img-dragged {
  width: 100%;
  height: 315px;
  position: relative;
}
@media (min-width: 767px) {
  .item__img-dragged {
    width: 100%;
    height: 480px;
    position: relative;
  }
}
.item__img-dragged .clipped {
  filter: none !important;
  clip-path: inset(0px 365px 0px 0px);
}
.item__img-dragged .dragger {
  width: 10px;
  height: 100%;
  background: white;
  opacity: 1;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item__img-dragged .dragger img {
  width: 90px;
  height: 90px;
  max-width: 90px;
  position: relative;
}
.item__img-dragged > img {
  width: 100%;
  height: 315px;
  position: absolute;
}
@media (min-width: 767px) {
  .item__img-dragged > img {
    width: 730px;
    height: 480px;
    position: absolute;
  }
}

.item__listed-icons {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__listed-icons > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  min-height: 80px;
  margin: 0 0 10px;
}
.item__listed-icons-text {
  padding: 0 0 10px 30px;
  font-family: "Gotham Book", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .item__listed-icons-text {
    font-size: 20px;
    line-height: 24px;
    padding: 0 10px 10px 30px;
  }
}
.item__listed-icons-text strong {
  font-size: 21px;
  line-height: 24px;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .item__listed-icons-text strong {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .item__listed-icons-text {
    padding: 0 10px 10px 40px;
  }
}
.item__listed-icons-img {
  background: #C5E7FD;
  border-radius: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 61px;
  height: 61px;
  padding: 10px;
  flex-shrink: 0;
}

.item__listed-deco-checks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.item__listed-deco-checks > li {
  padding: 5px 0 7px 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-check-blue.svg) no-repeat top left transparent;
  background-size: 30px;
  margin: 0 0 10px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1100px) {
  .item__listed-deco-checks > li {
    font-size: 14px;
    line-height: 16px;
  }
}

.item__listed-deco-checks-green {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.item__listed-deco-checks-green > li {
  padding: 5px 0 7px 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-check-green.svg) no-repeat top left transparent;
  background-size: 30px;
  margin: 0 0 10px;
  text-align: left;
  width: 100%;
}
@media (min-width: 1100px) {
  .item__listed-deco-checks-green > li {
    font-size: 14px;
    line-height: 16px;
  }
}

.item__listed-simple-checks {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
  width: 100%;
}
.item__listed-simple-checks > li {
  padding: 5px 0 0 35px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-check-blue-simple.svg) no-repeat top left transparent;
  margin: 0 0 5px;
  text-align: left;
  width: 100%;
}

.item__listed-numbers {
  margin: 10px 0 0;
  list-style: none;
  counter-reset: custom-counter;
}
.item__listed-numbers > li {
  counter-increment: custom-counter;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  width: 100%;
}
.item__listed-numbers > li::before {
  content: counter(custom-counter) " .";
  color: #00499A;
  font-family: "Gotham", sans-serif;
  font-size: 21px;
  line-height: 20px;
  flex-shrink: 0;
  min-width: 28px;
  margin: 0 5px 0 0;
}
@media (min-width: 1100px) {
  .item__listed-numbers.custom-height li:first-of-type {
    min-height: 265px;
  }
  .item__listed-numbers.custom-height li:nth-of-type(2) {
    min-height: 625px;
  }
}

.item__listed-bullet {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.item__listed-bullet > li {
  padding: 5px 0 0 35px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-bullet-blue.svg) no-repeat top 3px left 2px transparent;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.item__list-underline {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
  width: 100%;
}
.item__list-underline > li {
  width: 100%;
  border-bottom: 1px solid #D9D9D9;
}
.item__list-underline > li a {
  padding: 10px 5px;
  font-size: 18px;
  line-height: 26px;
  font-family: "Gotham", sans-serif;
  text-align: left;
  width: 100%;
  color: #282828;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__list-underline > li a {
    font-size: 22px;
    line-height: 25px;
    padding: 20px;
  }
}
.item__list-underline > li a img {
  max-width: 22px;
}
@media (min-width: 1200px) {
  .item__list-underline > li a img {
    max-width: 28px;
  }
}

.item__listed-bullet-simple {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 10px 0 0px 17px;
}
@media (min-width: 768px) {
  .item__listed-bullet-simple {
    margin: 10px 0 0px 30px;
  }
}
.item__listed-bullet-simple > li {
  padding: 0;
  font-size: 14px;
  line-height: normal;
  font-family: "Gotham Book", sans-serif;
  list-style: disc;
  margin: 0;
  text-align: left;
  width: 100%;
}
.item__listed-bullet-simple.font-xs > li {
  font-size: 16px;
}

.clinicas-mapa {
  display: inline-block;
  width: 100%;
  position: relative;
}

.clinicas-mapa .clinicas-loc {
  position: absolute;
  display: inline-block;
  overflow: visible;
  cursor: pointer;
  height: 40px;
  width: 205px;
  line-height: 14px;
}

.contenedor-mapa {
  position: relative;
  max-width: 766px;
  margin: 0 auto;
  min-width: 495px;
}
.contenedor-mapa > img {
  height: unset;
}

.clinicas-mapa .clinicas-loc > a {
  display: inline-block;
  width: 100%;
}

.clinicas-mapa .clinicas-loc span {
  position: relative;
  display: inline-block;
  width: 100%;
}

.clinicas-mapa .clinicas-loc span > img {
  position: absolute;
  width: initial;
  height: initial;
  max-height: initial;
  max-width: initial;
  border-radius: 0;
}

.clinicas-mapa .clinicas-loc span > .initial {
  top: -8px;
  left: -39px;
  display: block;
}

.clinicas-mapa .clinicas-loc span > .active {
  display: none;
  left: calc(50% - 14px);
  top: -40px;
}

.clinicas-mapa .clinicas-loc .name {
  font-size: 11px;
  color: #102E47;
  background: white;
  padding: 5px 7px;
  height: 20px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-family: "Gotham Book", sans-serif;
}

.clinicas-mapa .clinicas-loc .name p {
  display: inline-block;
}

.clinicas-mapa .clinicas-loc.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #004c93 transparent transparent transparent;
  position: absolute;
  top: -47px;
  left: calc(50% - 8px);
  z-index: 99;
}

.clinicas-mapa .clinicas-loc.active .name {
  background: #004B93;
  height: inherit;
  color: #fff;
  padding: 10px;
  position: absolute;
  width: 100%;
  display: flex;
  flex-direction: column;
  top: -100px;
  width: 135px;
  z-index: 99;
  font-size: 9px;
}

.clinicas-mapa .clinicas-loc.active .name p {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
}

.clinicas-mapa .clinicas-loc.active span > .initial {
  display: none;
}

.clinicas-mapa .clinicas-loc.active span > .active {
  display: block;
}

/* Madrid */
/* Madrid. Paseo de la Castellana, 20 */
.clinicas-loc.c-28C01 {
  bottom: -295px;
  right: -40px;
  width: 236px;
}

.clinicas-loc.c-28C01 span > .initial {
  left: -30px;
  top: -8px;
}

.clinicas-loc.c-28C01.active span > .active {
  left: -18px;
  top: -13px;
}

.clinicas-loc.c-28C01.active .name {
  top: -76px;
  left: -67px;
}

.clinicas-loc.c-28C01.active:before {
  left: -10px;
  top: -22px;
}

/* Alcalá de Henares, C/ Beatas, 6 */
.clinicas-loc.c-28C02 {
  bottom: -369px;
  right: -20px;
  width: 195px;
}

.clinicas-loc.c-28C02 span > .initial {
  left: -30px;
  top: -8px;
}

.clinicas-loc.c-28C02.active .name {
  top: -114px;
  left: 24px;
}

/* Getafe. C/ Madrid, 12 */
.clinicas-loc.c-28C03 {
  bottom: -435px;
  right: 9px;
  width: 160px;
}

.clinicas-loc.c-28C03.active span > .active {
  top: -35px;
  left: 28px;
}

.clinicas-loc.c-28C03.active:before {
  left: unset;
  right: 43px;
}

/* Alcobendas. Calle de la Marquesa Viuda de Aldama, 28 */
.clinicas-loc.c-28C05 {
  bottom: -221px;
  right: 192px;
  width: 300px;
}

.clinicas-loc.c-28C05 span > .initial {
  top: -8px;
  right: -16px;
  left: unset;
}

.clinicas-loc.c-28C05.active .name {
  top: -109px;
  left: 79px;
}

/* Madrid. Calle de Melchor Fernández Almagro, 9 */
.clinicas-loc.c-28C07 {
  bottom: -329px;
  left: -53px;
  width: 252px;
}

.clinicas-loc.c-28C07 span > .initial {
  top: -6px;
  right: -28px;
  left: unset;
}

.clinicas-loc.c-28C07 span > .active {
  right: -33px;
  top: -26px;
  left: unset;
}

.clinicas-loc.c-28C07.active .name {
  top: -91px;
  left: unset;
  right: -72px;
}

.clinicas-loc.c-28C07.active:before {
  top: -30px;
  left: unset;
  right: -27px;
}

/* Madrid. Calle de Alcalá, 269 */
.clinicas-loc.c-28C11 {
  bottom: -365px;
  right: 253px;
  width: 152px;
}

.clinicas-loc.c-28C11 span > .initial {
  top: -6px;
  right: -27px;
  left: unset;
}

.clinicas-loc.c-28C11 span > .active {
  right: -17px;
  top: -11px;
  left: unset;
}

.clinicas-loc.c-28C11.active .name {
  top: -72px;
  left: 115px;
}

.clinicas-loc.c-28C11.active:before {
  top: -18px;
  left: unset;
  right: -9px;
}

/* Madrid. Paseo de la Castellana, 20 (oft. pediátrica) */
.clinicas-loc.c-28C12 {
  bottom: -295px;
  right: -34px;
  width: 236px;
}

.clinicas-loc.c-28C12 span > .initial {
  left: -11px;
  top: -8px;
}

.clinicas-loc.c-28C12.active span > .active {
  left: -18px;
  top: -13px;
}

.clinicas-loc.c-28C12.active .name {
  top: -76px;
  left: -67px;
}

.clinicas-loc.c-28C12.active:before {
  left: -10px;
  top: -22px;
}

/* Majadahonda. C/ Gran Vía, 19 */
.clinicas-loc.c-28C13 {
  bottom: -291px;
  left: -70px;
}

.clinicas-loc.c-28C13 span > .initial {
  top: -2px;
  right: -27px;
  left: unset;
}

.clinicas-loc.c-28C13 span > .active {
  top: -11px;
  right: -25px;
  left: unset;
}

.clinicas-mapa .clinicas-loc.c-28C13 .name {
  height: 28px;
}

.clinicas-loc.c-28C13.active .name {
  top: -72px;
  left: 129px;
}

.clinicas-loc.c-28C13.active:before {
  top: -18px;
  left: unset;
  z-index: 99;
  right: -17px;
}

/* Madrid. Modesto Lafuente,67 */
.clinicas-loc.c-28C14 {
  bottom: -260px;
  left: 100px;
  width: 172px;
}

.clinicas-loc.c-28C14 span > .initial {
  top: -6px;
  right: -18px;
  left: unset;
}

.clinicas-loc.c-28C14 span > .active {
  top: -11px;
  right: -25px;
  left: unset;
}

.clinicas-loc.c-28C14.active .name {
  top: -72px;
  left: 129px;
}

.clinicas-loc.c-28C14.active:before {
  top: -18px;
  left: unset;
  z-index: 99;
  right: -17px;
}

/* LeganÃ©s. Plaza de El Salvador, 1 */
.clinicas-loc.c-28C15 {
  bottom: -398px;
  right: 199px;
  width: 175px;
}

.clinicas-loc.c-28C15 span > .initial {
  top: -5px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C15.active span > .active {
  top: -18px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C15.active .name {
  top: -62px;
  left: 116px;
}

.clinicas-loc.c-28C15.active:before {
  top: -15px;
  left: unset;
  right: 6px;
}

/* AlcorcÃ³n. C/JabonerÃ­a 6 */
.clinicas-loc.c-28C17 {
  bottom: -425px;
  right: 248px;
  width: 175px;
}

.clinicas-loc.c-28C17 span > .initial {
  top: -5px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C17.active span > .active {
  top: -18px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C17.active .name {
  top: -69px;
  left: 116px;
}

.clinicas-loc.c-28C17.active:before {
  top: -15px;
  left: unset;
  right: 6px;
}

/* MÃ³stoles. Calle Antonio HernÃ¡ndez, 9 */
.clinicas-loc.c-28C08 {
  bottom: -458px;
  right: 242px;
  width: 237px;
}

.clinicas-loc.c-28C08 span > .initial {
  top: -5px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C08.active span > .active {
  top: -15px;
  left: unset;
  right: 0;
}

.clinicas-loc.c-28C08.active .name {
  top: -62px;
  left: 156px;
}

.clinicas-loc.c-28C08.active:before {
  top: -10px;
  left: unset;
  right: 6px;
}

/* Rivas Vaciamadrid.  Avenida José Hierro, 94B, local 5.*/
.clinicas-loc.c-28C16 {
  bottom: -492px;
  right: -60px;
  width: 175px;
}

.clinicas-loc.c-28C16 span > .initial {
  top: -5px;
  left: -27px;
  right: 0;
}

.clinicas-loc.c-28C16.active span > .active {
  left: -19px;
}

.clinicas-loc.c-28C16 .name {
  height: 28px;
}

.clinicas-loc.c-28C16.active .name {
  top: -91px;
  left: 43px;
  width: 140px;
}

.clinicas-loc.c-28C16.active:before {
  top: -35px;
  left: 97px;
}

/* Barcelona */
/* Barcelona. Avinguda Diagonal, 170 */
.clinicas-loc.c-08A01 {
  bottom: -445px;
  right: 17px;
  width: 190px;
}

.clinicas-loc.c-08A01 span > .initial {
  left: -30px;
  top: -5px;
}

.clinicas-loc.c-08A01 span > .active {
  left: -23px;
  top: -12px;
}

.clinicas-loc.c-08A01.active .name {
  top: -69px;
  left: -21px;
}

.clinicas-loc.c-08A01.active:before {
  left: -16px;
  top: -16px;
}

/* MatarÃ³. Carrer dels Pirineus, 36 */
.clinicas-loc.c-08A03 {
  bottom: -330px;
  right: 41px;
  width: 185px;
}

.clinicas-loc.c-08A03 span > .initial {
  top: -5px;
  left: unset;
  right: -11px;
}

.clinicas-loc.c-08A03 span > .active {
  left: unset;
  top: -28px;
  right: -22px;
}

.clinicas-loc.c-08A03.active .name {
  top: -85px;
  left: 126px;
}

.clinicas-loc.c-08A03.active:before {
  left: unset;
  right: -12px;
  top: -32px;
}

/* Sabadell. C/ Prat de la Riba, 53 */
.clinicas-loc.c-08C01 {
  bottom: -305px;
  right: 255px;
}

.clinicas-loc.c-08C01 span > .initial {
  left: 180px;
  right: 29px;
}

.clinicas-loc.c-08C01 span > .active {
  left: unset;
  right: 23px;
  top: -43px;
}

.clinicas-loc.c-08C01.active .name {
  right: -22px;
}

.clinicas-loc.c-08C01.active:before {
  left: unset;
  right: 31px;
}

/* Hospitalet. Rambla de Just Oliveras, 48 */
.clinicas-loc.c-08C02 {
  bottom: -494px;
  right: 262px;
  width: 225px;
}

.clinicas-loc.c-08C02 span > .initial {
  left: unset;
  right: -10px;
  top: -8px;
}

.clinicas-loc.c-08C02 span > .active {
  left: unset;
  top: -21px;
  right: -11px;
}

.clinicas-loc.c-08C02.active .name {
  top: -73px;
  right: -16px;
}

.clinicas-loc.c-08C02.active:before {
  top: -20px;
  left: unset;
  right: -3px;
}

/* Vilanova i la Geltrú. Rambla Josep Antoni i Vidal, 21 */
.clinicas-loc.c-08C08 {
  bottom: -529px;
  right: 274px;
  width: 285px;
}

.clinicas-loc.c-08C08 span > .initial {
  left: unset;
  right: -9px;
  top: -8px;
}

.clinicas-loc.c-08C08 span > .active {
  left: unset;
  top: -21px;
  right: -11px;
}

.clinicas-loc.c-08C08.active .name {
  top: -73px;
  right: -16px;
}

.clinicas-loc.c-08C08.active:before {
  top: -20px;
  left: unset;
  right: -3px;
}

/* Badalona. Francesc MaciÃ , 50 */
.clinicas-loc.c-08C07 {
  bottom: -410px;
  right: 28px;
  width: 213px;
}

.clinicas-loc.c-08C07 span > .initial {
  top: -5px;
  left: -30px;
}

.clinicas-loc.c-08C07 span > .active { /*left: unset; top: -28px;*/
  right: -13px;
}

.clinicas-loc.c-08C07.active .name {
  top: -102px;
  left: 126px;
}

.clinicas-loc.c-08C07.active:before {
  left: unset;
  right: -4px;
  top: -32px;
}

/* Barcelona. Carrer Balmes, 183 */
.clinicas-loc.c-08C84 {
  bottom: -454px;
  right: 275px;
  width: 190px;
}

.clinicas-loc.c-08C84 span > .initial {
  top: -5px;
  left: unset;
  right: 2px;
}

.clinicas-loc.c-08C84 span > .active {
  left: unset;
  top: -26px;
  right: -13px;
}

.clinicas-loc.c-08C84.active .name {
  right: -25px;
  top: -83px;
}

.clinicas-loc.c-08C84.active:before {
  right: -4px;
  top: -31px;
  left: unset;
}

/* Barcelona. Calle de Ramón Turró, 200 */
.clinicas-loc.c-08C09 {
  bottom: -480px;
  right: 17px;
  width: 203px;
}

.clinicas-loc.c-08C09 span > .initial {
  left: -28px;
  top: -5px;
}

.clinicas-loc.c-08C09 span > .active {
  left: -23px;
  top: -12px;
}

.clinicas-loc.c-08C09.active .name {
  top: -69px;
  left: -21px;
}

.clinicas-loc.c-08C09.active:before {
  left: -16px;
  top: -16px;
}

/* Tarragona */
/* Tarragona. Carrer de Pere Martell, 41 */
.clinicas-loc.c-43A01 {
  bottom: -298px;
  right: 32px;
  width: 200px;
}

.clinicas-loc.c-43A01.active .name {
  top: -100px;
  left: 39px;
}

.clinicas-loc.c-43A01 span > .initial {
  top: -8px;
  left: -28px;
  display: block;
}

/* Tarragona. Rambla President Francesc MaciÃ , 11 */
.clinicas-loc.c-43C03 {
  bottom: -331px;
  right: 10px;
  width: 260px;
}

.clinicas-loc.c-43C03 span > .initial {
  top: -8px;
  left: -29px;
  display: block;
}

.clinicas-loc.c-43C03 span > .active {
  display: none;
  left: -41px;
  top: -9px;
}

.clinicas-loc.c-43C03.active .name {
  top: -71px;
  left: -71px;
}

.clinicas-loc.c-43C03.active:before {
  top: -14px;
  left: -31px;
}

/* Reus. C/ de Castellvell, 12-14 */
.clinicas-loc.c-43C01 {
  bottom: -263px;
  right: 204px;
  width: 163px;
}

.clinicas-loc.c-43C01 span > .initial {
  top: -7px;
  right: -4px;
  left: unset;
}

.clinicas-loc.c-43C01 span > .active {
  right: -20px;
  top: -13px;
  left: unset;
}

.clinicas-loc.c-43C01.active .name {
  left: 100px;
  top: -77px;
}

.clinicas-loc.c-43C01.active:before {
  top: -24px;
  left: unset;
  right: -14px;
}

/* Valencia */
/* Valencia. Gran VÃ­a del MarquÃ©s del Turia, 9 */
.clinicas-loc.c-46A01 {
  bottom: -315px;
  right: 155px;
  width: 260px;
}

.clinicas-loc.c-46A01 span > .initial {
  top: -5px;
  right: 7px;
  left: unset;
}

.clinicas-loc.c-46A01 span > .active {
  right: -25px;
  top: -24px;
  left: unset;
}

.clinicas-loc.c-46A01.active .name {
  top: -85px;
  left: 225px;
}

.clinicas-loc.c-46A01.active:before {
  top: -24px;
  left: unset;
  right: -19px;
}

/* Valencia. Carrer dÂ´Isabel la CatÃ²lica, 8 */
.clinicas-loc.c-46C01 {
  bottom: -247px;
  right: 171px;
  width: 240px;
}

.clinicas-loc.c-46C01 span > .initial {
  top: -6px;
  right: 10px;
  left: unset;
}

.clinicas-loc.c-46C01 span > .active {
  right: -20px;
  top: -18px;
  left: unset;
}

.clinicas-loc.c-46C01.active .name {
  top: -88px;
  left: 151px;
}

.clinicas-loc.c-46C01.active:before {
  top: -27px;
  left: unset;
  right: -13px;
}

/* Valencia. Luis Buñuel Director de cine, 4 */
.clinicas-loc.c-46C17 {
  bottom: -277px;
  right: 256px;
  width: 240px;
}

.clinicas-loc.c-46C17 span > .initial {
  top: -2px;
  right: -25px;
  left: unset;
}

.clinicas-loc.c-46C17 span > .active {
  right: -20px;
  top: -18px;
  left: unset;
}

.clinicas-loc.c-46C17 .name {
  height: 28px;
}

.clinicas-loc.c-46C17.active .name {
  top: -88px;
  left: 151px;
}

.clinicas-loc.c-46C17.active:before {
  top: -27px;
  left: unset;
  right: -13px;
}

/* Ontinyent. Av. de LÂ´ Almaig, 30 */
.clinicas-loc.c-46C02 {
  bottom: -511px;
  right: 205px;
  width: 200px;
}

.clinicas-loc.c-46C02 span > .initial {
  top: -6px;
  right: 2px;
  left: unset;
}

.clinicas-loc.c-46C02 span > .active {
  right: -25px;
  top: -21px;
  left: unset;
}

.clinicas-loc.c-46C02.active .name {
  top: -83px;
  left: 119px;
}

.clinicas-loc.c-46C02.active:before {
  top: -30px;
  left: unset;
  right: -19px;
}

/* Torrent. Avinguda al Vedat, 29 */
.clinicas-loc.c-46C05 {
  bottom: -355px;
  right: 0;
  width: 190px;
}

.clinicas-loc.c-46C05 span > .initial {
  top: -7px;
  left: -28px;
}

.clinicas-loc.c-46C05 span > .active {
  top: -12px;
  left: -29px;
}

.clinicas-loc.c-46C05.active .name {
  top: -79px;
  left: -73px;
}

.clinicas-loc.c-46C05.active:before {
  top: -30px;
  left: -23px;
}

/* Requena. Avd. EstaciÃ³n, 1 */
.clinicas-loc.c-46C06 {
  bottom: -217px;
  right: 282px;
  width: 180px;
}

.clinicas-loc.c-46C06 span > .initial {
  top: -6px;
  right: 11px;
  left: unset;
}

.clinicas-loc.c-46C06 span > .active {
  right: -25px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-46C06.active .name {
  top: -82px;
  left: 108px;
}

.clinicas-loc.c-46C06.active:before {
  top: -30px;
  left: unset;
  right: -19px;
}

/* Puerto de Sagunto. Calle Olmo, 43 */
.clinicas-loc.c-46C07 {
  bottom: -187px;
  right: 107px;
  width: 225px;
}

.clinicas-loc.c-46C07 span > .initial {
  top: -6px;
  right: 10px;
  left: unset;
}

.clinicas-loc.c-46C07 span > .active {
  right: -33px;
  top: -20px;
  left: unset;
}

.clinicas-loc.c-46C07.active .name {
  top: -96px;
  left: 165px;
}

.clinicas-loc.c-46C07.active:before {
  top: -30px;
  left: unset;
  right: -27px;
}

/* AlgemesÃ­. Carrer de la Muntanya, 31 */
.clinicas-loc.c-46C13 {
  bottom: -419px;
  right: 154px;
  width: 224px;
}

.clinicas-loc.c-46C13 span > .initial {
  top: -6px;
  right: 5px;
  left: unset;
}

.clinicas-loc.c-46C13 span > .active {
  right: -26px;
  top: -12px;
  left: unset;
}

.clinicas-loc.c-46C13.active .name {
  top: -76px;
  left: 147px;
}

.clinicas-loc.c-46C13.active:before {
  top: -23px;
  left: unset;
  right: -19px;
}

/* GandÃ­a. C/Arcos, 2 */
.clinicas-loc.c-46C14 {
  bottom: -497px;
  right: 40px;
  width: 160px;
}

.clinicas-loc.c-46C14 span > .initial {
  top: -6px;
  left: unset;
  right: 25px;
}

.clinicas-loc.c-46C14.active span > .active {
  left: unset;
  top: -11px;
  right: -20px;
}

.clinicas-loc.c-46C14.active .name {
  top: -71px;
  z-index: 99;
  right: -59px;
}

.clinicas-loc.c-46C14.active:before {
  top: -17px;
  left: unset;
  right: -13px;
}

/* Valencia. Gran VÃ­a del MarquÃ©s del Turia 6 */
.clinicas-loc.c-46C15 {
  bottom: -274px;
  right: 0px;
  width: 123px;
}

.clinicas-loc.c-46C15 .name {
  height: 28px;
  text-align: left;
}

.clinicas-loc.c-46C15 span > .initial {
  top: -4px;
  left: -28px;
}

.clinicas-loc.c-46C15 span > .active {
  top: -52px;
  left: -9px;
}

.clinicas-loc.c-46C15.active .name {
  top: -131px;
  left: -77px;
  text-align: center;
}

.clinicas-loc.c-46C15.active:before {
  top: -51px;
  left: 3px;
}

/* Carcaixent. Carrer Jaume I El Conqueridor, 20 */
.clinicas-loc.c-46C16 {
  bottom: -456px;
  right: 131px;
  width: 300px;
}

.clinicas-loc.c-46C16 span > .initial {
  top: -6px;
  right: -17px;
  left: unset;
}

.clinicas-loc.c-46C16 span > .active {
  right: -25px;
  top: -20px;
  left: unset;
}

.clinicas-loc.c-46C16 .name {
  height: 28px;
}

.clinicas-loc.c-46C16.active .name {
  top: -84px;
  left: 199px;
}

.clinicas-loc.c-46C16.active:before {
  top: -22px;
  left: unset;
  right: -19px;
}

/* Alicante */
/* Alicante. C/ AusÃ³ y MonzÃ³, 16 */
.clinicas-loc.c-03A01 {
  bottom: -226px;
  right: 153px;
  width: 190px;
}

.clinicas-loc.c-03A01 span > .initial {
  top: -6px;
  right: 0;
  left: unset;
}

.clinicas-loc.c-03A01 span > .active {
  right: -8px;
  top: -22px;
  left: unset;
}

.clinicas-loc.c-03A01.active .name {
  left: 147px;
  top: -80px;
}

.clinicas-loc.c-03A01.active:before {
  right: -2px;
  top: -28px;
  left: unset;
}

/* Elche. Av. dÂ´Alacant, 90 */
.clinicas-loc.c-03C01 {
  bottom: -276px;
  right: 266px;
  width: 165px;
}

.clinicas-loc.c-03C01 span > .initial {
  top: -6px;
  right: 4px;
  left: unset;
}

.clinicas-loc.c-03C01 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-03C01.active .name {
  left: 78px;
  top: -74px;
}

.clinicas-loc.c-03C01.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/* Denia. C/ CalderÃ³n 4 */
.clinicas-loc.c-46C12 {
  bottom: -126px;
  right: 74px;
  width: 165px;
}

.clinicas-loc.c-46C12 span > .initial {
  top: -6px;
  right: 0;
  left: unset;
}

.clinicas-loc.c-46C12 span > .active {
  right: -13px;
  top: -20px;
  left: unset;
}

.clinicas-loc.c-46C12.active .name {
  left: 121px;
  top: -81px;
}

.clinicas-loc.c-46C12.active:before {
  right: -8px;
  top: -28px;
  left: unset;
}

/* Benidorm. Avenida de los Almendros, 15 */
.clinicas-loc.c-03B01 {
  bottom: -185px;
  right: 75px;
  width: 240px;
}

.clinicas-loc.c-03B01 span > .initial {
  top: -6px;
  right: 0;
  left: unset;
}

.clinicas-loc.c-03B01 span > .active {
  right: -8px;
  top: -22px;
  left: unset;
}

.clinicas-loc.c-03B01.active .name {
  left: 147px;
  top: -80px;
}

.clinicas-loc.c-03B01.active:before {
  right: -2px;
  top: -28px;
  left: unset;
}

/* MÃ¡laga */
/* MÃ¡laga, C/Cerrojo, s/n */
.clinicas-loc.c-29A01 {
  bottom: -314px;
  right: 194px;
  width: 159px;
}

.clinicas-loc.c-29A01 span > .initial {
  top: -6px;
  left: unset;
  right: 2px;
}

.clinicas-loc.c-29A01.active span > .active {
  top: -9px;
  left: unset;
  right: -6px;
}

.clinicas-loc.c-29A01.active .name {
  right: -53px;
  top: -75px;
}

.clinicas-loc.c-29A01.active:before {
  top: -22px;
  left: unset;
  right: -2px;
}

/* MÃ¡laga, C/Compositor Lehmberg Ruiz, 26 */
.clinicas-loc.c-29C05 {
  bottom: -351px;
  left: 48px;
  width: 250px;
}

.clinicas-loc.c-29C05 span > .initial {
  top: -6px;
  left: unset;
  right: -4px;
}

.clinicas-loc.c-29C05.active span > .active {
  top: -9px;
  left: unset;
  right: -6px;
}

.clinicas-loc.c-29C05.active .name {
  right: -53px;
  top: -75px;
}

.clinicas-loc.c-29C05.active:before {
  top: -22px;
  left: unset;
  right: -2px;
}

/* Fuengirola. Paseo JesÃºs Santos Rein, 4 */
.clinicas-loc.c-29C03 {
  bottom: -399px;
  right: 12px;
  width: 245px;
}

.clinicas-loc.c-29C03 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-29C03.active span > .active {
  left: -26px;
  top: -12px;
}

.clinicas-loc.c-29C03.active .name {
  top: -75px;
  left: -69px;
}

.clinicas-loc.c-29C03.active:before {
  top: -22px;
  left: -19px;
}

/* Marbella. Avenida Severo Ochoa, 53 */
.clinicas-loc.c-29C04 {
  bottom: -392px;
  right: 246px;
  width: 260px;
}

.clinicas-loc.c-29C04 span > .initial {
  top: -6px;
  left: unset;
  right: 42px;
}

.clinicas-loc.c-29C04.active span > .active {
  left: unset;
  top: -50px;
  right: 66px;
}

.clinicas-loc.c-29C04.active .name {
  right: 18px;
  top: -112px;
}

.clinicas-loc.c-29C04.active:before {
  top: -59px;
  left: auto;
  right: 72px;
}

/* MÃ¡laga, C/Cervantes, 21 */
.clinicas-loc.c-29C07 {
  bottom: -322px;
  right: -39px;
  width: 200px;
}

.clinicas-loc.c-29C07 span > .initial {
  top: -6px;
  left: -33px;
}

.clinicas-loc.c-29C07.active span > .active {
  left: -26px;
  top: -12px;
}

.clinicas-loc.c-29C07.active .name {
  top: -75px;
  left: -69px;
}

.clinicas-loc.c-29C07.active:before {
  top: -22px;
  left: -19px;
}

/* Bilbao */
/* Bilbao. C/ IbaÃ±ez de Bilbao, 9 */
.clinicas-loc.c-48A01 {
  bottom: -268px;
  width: 185px;
  left: 261px;
}

.clinicas-loc.c-48A01 span > .initial {
  top: -6px;
  left: unset;
  right: 182px;
}

.clinicas-loc.c-48A01.active span > .active {
  left: unset;
  right: -10px;
  top: -18px;
}

.clinicas-loc.c-48A01.active .name {
  left: 140px;
  top: -86px;
}

.clinicas-loc.c-48A01.active:before {
  left: unset;
  top: -32px;
  right: -4px;
}

/* Bilbao. Avd. Lehendakari Leizaola 5 */
.clinicas-loc.c-48C02 {
  bottom: -268px;
  left: 4px;
  width: 224px;
}

.clinicas-loc.c-48C02 span > .initial {
  left: 187px;
  top: -6px;
}

.clinicas-loc.c-48C02.active span > .active {
  left: -31px;
  top: -14px;
}

.clinicas-loc.c-48C02.active .name {
  left: -63px;
  top: -76px;
}

.clinicas-loc.c-48C02.active:before {
  left: -20px;
  top: -27px;
}

/* Asturias */
/* GijÃ³n. Av. de la Costa, 88 */
.clinicas-loc.c-33A01 {
  bottom: -235px;
  right: 242px;
  width: 165px;
}

.clinicas-loc.c-33A01 span > .initial {
  top: -6px;
  left: unset;
  right: 1px;
}

.clinicas-loc.c-33A01 span > .active {
  right: -13px;
  top: -20px;
  left: unset;
}

.clinicas-loc.c-33A01.active .name {
  top: -82px;
  left: 119px;
}

.clinicas-loc.c-33A01.active:before {
  top: -29px;
  left: unset;
  right: -6px;
}

/* Oviedo. Calle MatemÃ¡tico Pedrayes, 16 */
.clinicas-loc.c-33C01 {
  bottom: -323px;
  right: 116px;
  width: 193px;
}

.clinicas-loc.c-33C01 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-33C01 span > .active {
  left: -16px;
  top: -20px;
}

.clinicas-loc.c-33C01.active .name {
  top: -86px;
  left: -72px;
}

.clinicas-loc.c-33C01.active:before {
  left: -12px;
  top: -33px;
}

/* GijÃ³n. Avenida Pablo Iglesias, 14. */
.clinicas-loc.c-33C02 {
  bottom: -271px;
  right: 111px;
  width: 174px;
}

.clinicas-loc.c-33C02 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-33C02 span > .active {
  left: -16px;
  top: -20px;
}

.clinicas-loc.c-33C02.active .name {
  top: -86px;
  left: -72px;
}

.clinicas-loc.c-33C02.active:before {
  left: -12px;
  top: -33px;
}

/* Sevilla */
/* Sevilla. Paseo de la Palmera, 37 */
.clinicas-loc.c-41A01 {
  bottom: -344px;
  right: 312px;
  width: 189px;
}

.clinicas-loc.c-41A01 span > .initial {
  left: unset;
  right: -9px;
  top: -6px;
}

.clinicas-loc.c-41A01 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-41A01.active .name {
  left: 99px;
  top: -73px;
}

.clinicas-loc.c-41A01.active:before {
  left: unset;
  right: -8px;
  top: -20px;
}

/* Sevilla. Calle Pages del Corro, 125 */
.clinicas-loc.c-41C02 {
  bottom: -290px;
  right: 320px;
  width: 197px;
}

.clinicas-loc.c-41C02 span > .initial {
  left: unset;
  right: -9px;
  top: -6px;
}

.clinicas-loc.c-41C02 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-41C02.active .name {
  left: 149px;
  top: -73px;
}

.clinicas-loc.c-41C02.active:before {
  left: unset;
  right: -8px;
  top: -20px;
}

/* Sevilla. Calle Enramadilla, 3 */
.clinicas-loc.c-41C01 {
  bottom: -313px;
  right: 78px;
  width: 200px;
}

.clinicas-loc.c-41C01 span > .initial {
  top: -6px;
  left: -28px;
}

.clinicas-loc.c-41C01 span > .active {
  top: -17px;
  left: -15px;
}

.clinicas-loc.c-41C01.active .name {
  left: -35px;
  top: -84px;
}

.clinicas-loc.c-41C01.active:before {
  top: -31px;
  left: -5px;
}

/* GuipÃºzcoa */
/* San SebastiÃ¡n-Donostia. C/ Andia, 11 */
.clinicas-loc.c-20C01 {
  bottom: -190px;
  right: 1px;
  width: 242px;
}

.clinicas-loc.c-20C01 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-20C01.active span > .active {
  left: -31px;
  top: -28px;
}

.clinicas-loc.c-20C01.active .name {
  left: -77px;
  top: -105px;
}

.clinicas-loc.c-20C01.active:before {
  top: -38px;
  left: -23px;
}

/* San SebastiÃ¡n. Dulce MarÃ­a Loynaz Kalea, 2 */
.clinicas-loc.c-20C02 {
  bottom: -230px;
  right: -13px;
  width: 242px;
}

.clinicas-loc.c-20C02 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-20C02.active span > .active {
  left: -31px;
  top: -28px;
}

.clinicas-loc.c-20C02.active .name {
  top: unset;
  bottom: -85px;
  left: -62px;
}

.clinicas-loc.c-20C02.active:before {
  transform: rotate(180deg);
  top: 25px;
  left: -23px;
}

/* Azpeitia. Loiola Auzoa Gunea, 25 */
.clinicas-loc.c-20C03 {
  bottom: -320px;
  right: 151px;
  width: 230px;
}

.clinicas-loc.c-20C03 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-20C03.active span > .active {
  left: -31px;
  top: -28px;
}

.clinicas-loc.c-20C03.active .name {
  top: unset;
  bottom: -76px;
  left: -62px;
}

.clinicas-loc.c-20C03.active:before {
  transform: rotate(180deg);
  top: 25px;
  left: -23px;
}

/* IrÃºn. Paseo de ColÃ³n, 56 */
.clinicas-loc.c-20C04 {
  bottom: -172px;
  right: -178px;
}

.clinicas-loc.c-20C04 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-20C04.active .name {
  top: unset;
  bottom: -62px;
  left: -29px;
}

.clinicas-loc.c-20C04.active:before {
  transform: rotate(180deg);
  top: 11px;
}

/* Albacete */
/* Albacete C/ Zapateros 31 */
.clinicas-loc.c-02A01 {
  bottom: -292px;
  right: 284px;
  width: 180px;
}

.clinicas-loc.c-02A01 span > .initial {
  left: unset;
  right: -4px;
  top: -6px;
}

.clinicas-loc.c-02A01 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-02A01.active .name {
  left: 138px;
  top: -83px;
}

.clinicas-loc.c-02A01.active:before {
  left: unset;
  right: -8px;
  top: -30px;
}

/* Albacete. C/ Imperial, 22 */
.clinicas-loc.c-02C01 {
  bottom: -324px;
  right: 308px;
  width: 170px;
}

.clinicas-loc.c-02C01 span > .initial {
  left: unset;
  right: -6px;
  top: -6px;
}

.clinicas-loc.c-02C01 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-02C01.active .name {
  left: 138px;
  top: -83px;
}

.clinicas-loc.c-02C01.active:before {
  left: unset;
  right: -8px;
  top: -30px;
}

/* CastellÃ³n */
/* CastellÃ³n Avenida Hermanos Bou, 15 */
.clinicas-loc.c-12A01 {
  bottom: -268px;
  right: 60px;
  width: 218px;
}

.clinicas-loc.c-12A01 span > .initial {
  left: unset;
  right: -9px;
  top: -6px;
}

.clinicas-loc.c-12A01 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-12A01.active .name {
  left: 163px;
  top: -83px;
}

.clinicas-loc.c-12A01.active:before {
  left: unset;
  right: -8px;
  top: -30px;
}

/* Villarreal. Avenida Francisco TÃ¡rrega 45, 2C */
.clinicas-loc.c-12C01 {
  bottom: -301px;
  right: 83px;
  width: 227px;
}

.clinicas-loc.c-12C01 span > .initial {
  left: unset;
  right: -9px;
  top: -6px;
}

.clinicas-loc.c-12C01 span > .active {
  top: -20px;
  right: -14px;
  left: unset;
}

.clinicas-loc.c-12C01.active .name {
  left: 163px;
  top: -83px;
}

.clinicas-loc.c-12C01.active:before {
  left: unset;
  right: -8px;
  top: -30px;
}

/* Murcia */
/* Cartagena. Plaza Doctor Vicente GarcÃ­a Marcos 2, bajo */
.clinicas-loc.c-30B01 {
  bottom: -466px;
  right: 60px;
  width: 311px;
}

.clinicas-loc.c-30B01 span > .initial {
  top: -6px;
  right: 0;
  left: unset;
}

.clinicas-loc.c-30B01 span > .active {
  right: -8px;
  top: -22px;
  left: unset;
}

.clinicas-loc.c-30B01.active .name {
  left: 147px;
  top: -80px;
}

.clinicas-loc.c-30B01.active:before {
  right: -2px;
  top: -28px;
  left: unset;
}

/* Murcia. Avd. Juan Carlos I, 21 */
.clinicas-loc.c-30A01 {
  bottom: -377px;
  right: 128px;
  width: 186px;
}

.clinicas-loc.c-30A01 span > .initial {
  top: -6px;
  right: 0;
  left: unset;
}

.clinicas-loc.c-30A01 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-30A01.active .name {
  left: 78px;
  top: -74px;
}

.clinicas-loc.c-30A01.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/*Zaragoza.  Paseo Echegaray y Caballero, 120*/
.clinicas-loc.c-50A01 {
  bottom: -330px;
  left: 4px;
  width: 256px;
}

.clinicas-loc.c-50A01 span > .initial {
  top: -6px;
  right: -5px;
  left: unset;
}

.clinicas-loc.c-50A01 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-50A01.active .name {
  left: 78px;
  top: -74px;
}

.clinicas-loc.c-50A01.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/*Zaragoza.  Paseo de Indepencia, 8*/
.clinicas-loc.c-50C02 {
  bottom: -367px;
  right: 301px;
  width: 256px;
}

.clinicas-loc.c-50C02 span > .initial {
  top: -6px;
  right: -7px;
  left: unset;
}

.clinicas-loc.c-50C02 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-50C02.active .name {
  left: 78px;
  top: -74px;
}

.clinicas-loc.c-50C02.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/* A Coruña */
/* A Coruña. Plaza de Galicia, 2 */
.clinicas-loc.c-15A01 {
  bottom: -249px;
  right: 175px;
  width: 218px;
}

.clinicas-loc.c-15A01 span > .initial {
  top: -6px;
  right: 33px;
  left: unset;
}

.clinicas-loc.c-15A01 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-15A01.active .name {
  top: -109px;
  left: 79px;
}

.clinicas-loc.c-15A01.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/* Santiago de Compostela. Calle de la Rosa, 16 */
.clinicas-loc.c-15C02 {
  bottom: -400px;
  right: 181px;
  width: 175px;
}

.clinicas-loc.c-15C02 span > .initial {
  top: -2px;
  right: -25px;
  left: unset;
}

.clinicas-loc.c-15C02 span > .active {
  right: -6px;
  top: -19px;
  left: unset;
}

.clinicas-loc.c-15C02 .name {
  height: 32px;
}

.clinicas-loc.c-15C02.active .name {
  top: -114px;
  left: 24px;
  height: 32px;
}

.clinicas-loc.c-15C02.active:before {
  right: -1px;
  top: -22px;
  left: unset;
}

/* Islas Baleares */
/* Palma de Mallorca. Carrer del 31 de Desembre, 22 */
.clinicas-loc.c-07A01 {
  bottom: -262px;
  right: -29px;
  width: 339px;
}

.clinicas-loc.c-07A01 span > .initial {
  left: -28px;
  top: -8px;
}

.clinicas-loc.c-07A01 span > .active {
  left: -7px;
  top: -13px;
}

.clinicas-loc.c-07A01.active .name {
  top: -75px;
  left: -54px;
  width: 145px;
}

.clinicas-loc.c-07A01.active:before {
  left: 0;
  top: -22px;
}

/* Ibiza. Calle Vicente Serra i Orvay, 4 */
.clinicas-loc.c-07C02 {
  bottom: -422px;
  right: 238px;
  width: 204px;
}

.clinicas-loc.c-07C02 span > .initial {
  top: -6px;
  left: -29px;
}

.clinicas-loc.c-07C02 span > .active {
  left: -39px;
  top: -11px;
}

.clinicas-loc.c-07C02.active .name {
  top: -75px;
  left: -82px;
  width: 142px;
}

.clinicas-loc.c-07C02.active:before {
  top: -22px;
  left: -31px;
}

/* Córdoba */
/* Córdoba. Calle Teruel 17-19 */
.clinicas-loc.c-1A401 {
  bottom: -293px;
  right: 235px;
  width: 168px;
}

.clinicas-loc.c-1A401 span > .initial {
  top: -6px;
  right: -19px;
  left: unset;
}

.clinicas-loc.c-1A401 span > .active {
  right: -20px;
  top: -18px;
  left: unset;
}

.clinicas-loc.c-1A401.active .name {
  top: -72px;
  left: 116px;
}

.clinicas-loc.c-1A401.active:before {
  top: -18px;
  left: unset;
  right: -13px;
}

/* Córdoba. Avda. Ví­a Augusta 6 */
.clinicas-loc.c-1C401 {
  bottom: -340px;
  right: 245px;
  width: 170px;
}

.clinicas-loc.c-1C401 span > .initial {
  top: -6px;
  right: -19px;
  left: unset;
}

.clinicas-loc.c-1C401 span > .active {
  right: -25px;
  top: -24px;
  left: unset;
}

.clinicas-loc.c-1C401.active .name {
  top: -77px;
  left: 133px;
}

.clinicas-loc.c-1C401.active:before {
  top: -23px;
  left: unset;
  right: -19px;
}

/* Granada */
/* Granada. C/Darwin 18 */
.clinicas-loc.c-18A01 {
  bottom: -369px;
  right: 313px;
  width: 145px;
}

.clinicas-loc.c-18A01 span > .initial {
  top: -6px;
  right: -19px;
  left: unset;
}

.clinicas-loc.c-18A01 span > .active {
  right: -20px;
  top: -18px;
  left: unset;
}

.clinicas-loc.c-18A01.active .name {
  top: -68px;
  left: 100px;
}

.clinicas-loc.c-18A01.active:before {
  top: -14px;
  left: unset;
  right: -13px;
}

/* Motril. Calle Nueva 23 - 1 */
.clinicas-loc.c-29C06 {
  bottom: -488px;
  right: 309px;
  width: 222px;
}

.clinicas-loc.c-29C06 span > .initial {
  top: -6px;
  right: -19px;
  left: unset;
}

.clinicas-loc.c-29C06 span > .active {
  right: -25px;
  top: -24px;
  left: unset;
}

.clinicas-loc.c-29C06.active .name {
  top: -77px;
  left: 119px;
}

.clinicas-loc.c-29C06.active:before {
  top: -23px;
  left: unset;
  right: -19px;
}

/* Navarra */
/* Pamplona. C/ Monasterio de Vadoluengo 4 */
.clinicas-loc.c-31A01 {
  bottom: -289px;
  right: 3px;
  width: 257px;
}

.clinicas-loc.c-31A01 span > .initial {
  top: -6px;
  left: -37px;
}

.clinicas-loc.c-31A01 span > .active {
  top: -24px;
  left: -32px;
}

.clinicas-loc.c-31A01.active .name {
  top: -97px;
  left: -71px;
}

.clinicas-loc.c-31A01.active:before {
  top: -35px;
  left: -25px;
}

/* Pamplona. C/ Bemjamín de Tudela, 10 */
.clinicas-loc.c-31C01 {
  bottom: -327px;
  right: 279px;
  width: 231px;
}

.clinicas-loc.c-31C01 span > .initial {
  top: -6px;
  right: -19px;
  left: unset;
}

.clinicas-loc.c-31C01 span > .active {
  right: -25px;
  top: -24px;
  left: unset;
}

.clinicas-loc.c-31C01.active .name {
  top: -77px;
  left: 119px;
}

.clinicas-loc.c-31C01.active:before {
  top: -23px;
  left: unset;
  right: -19px;
}

/*resultados*/
.resultados-clinicas {
  width: 100%;
  max-width: 590px;
}
@media (min-width: 1200px) {
  .resultados-clinicas {
    min-width: 590px;
  }
}
.resultados-clinicas .item-clinica {
  padding: 15px 136px 20px 35px;
  background: url(../imagenes/icons/ico-local-orange.png) top 13px left 16px no-repeat transparent;
  font-size: 16px;
  line-height: 1;
  position: relative;
  border-bottom: 1px solid #ECF3FE;
  text-align: left;
}
@media (min-width: 768px) {
  .resultados-clinicas .item-clinica {
    padding: 15px 95px 25px 38px;
  }
}
.resultados-clinicas .item-clinica .cita {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.2;
  padding: 0 0 0 10px;
  position: absolute;
  bottom: 4px;
}
@media (min-width: 768px) {
  .resultados-clinicas .item-clinica .cita {
    font-size: 14px;
  }
}
.resultados-clinicas .item-clinica .cita:before {
  content: "";
  width: 4px;
  height: 4px;
  background: #004B93;
  border-radius: 50%;
  position: absolute;
  left: 2px;
  top: 4px;
}
.resultados-clinicas .item-clinica .btn {
  background: #FD7E1C;
  border-radius: 30px;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  width: 100px;
  height: 28px;
  position: absolute;
  top: 15px;
  right: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.item__mapa-clinicas {
  background: #F3FAFF;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-family: "Gotham Book", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .item__mapa-clinicas {
    background: #ffffff;
    font-size: 25px;
    line-height: 37px;
    text-align: left;
  }
  .item__mapa-clinicas .title__h2 {
    text-align: left;
    margin: 0 0 35px;
  }
  .item__mapa-clinicas p:last-of-type {
    max-width: 440px;
  }
}
@media (min-width: 1200px) {
  .item__mapa-clinicas .item__column-2:first-of-type {
    padding: 0 0 0 12%;
  }
}
@media (max-width: 1023px) {
  .item__mapa-clinicas-imagen {
    display: none;
  }
}
.item__mapa-clinicas-imagen img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1024px) {
  .item__mapa-clinicas-buscador {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 30px 0 0;
  }
}
.item__mapa-clinicas-buscador form .input-search {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  max-width: 100%;
  height: 52px;
  margin: 0;
  color: #00499A;
  padding: 0 80px 0 50px;
  background: url(../imagenes/icons/icon-search-grey.svg) left 20px top 20px no-repeat white;
  width: 100%;
}
.item__mapa-clinicas-buscador form .input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #D1DAE4;
  font-size: 10px;
  font-family: "Gotham", sans-serif;
}
.item__mapa-clinicas-buscador form .input-search::-moz-placeholder { /* Firefox 19+ */
  color: #D1DAE4;
  font-size: 10px;
  font-family: "Gotham", sans-serif;
}
.item__mapa-clinicas-buscador form .input-search:-ms-input-placeholder { /* IE 10+ */
  color: #D1DAE4;
  font-size: 10px;
  font-family: "Gotham", sans-serif;
}
.item__mapa-clinicas-buscador form .input-search:-moz-placeholder { /* Firefox 18- */
  color: #D1DAE4;
  font-size: 10px;
  font-family: "Gotham", sans-serif;
}
@media (min-width: 1024px) {
  .item__mapa-clinicas-buscador form .input-search {
    border: 1px solid #DBDBDB;
    height: 75px;
    padding: 0 150px 0 50px;
    background: url(../imagenes/icons/icon-search-grey.svg) left 20px top 30px no-repeat white;
  }
}
@media (min-width: 1100px) {
  .item__mapa-clinicas-buscador form .input-search {
    width: 560px;
  }
  .item__mapa-clinicas-buscador form .input-search::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #D1DAE4;
    font-size: 18px;
    font-family: "Gotham", sans-serif;
  }
  .item__mapa-clinicas-buscador form .input-search::-moz-placeholder { /* Firefox 19+ */
    color: #D1DAE4;
    font-size: 18px;
    font-family: "Gotham", sans-serif;
  }
  .item__mapa-clinicas-buscador form .input-search:-ms-input-placeholder { /* IE 10+ */
    color: #D1DAE4;
    font-size: 18px;
    font-family: "Gotham", sans-serif;
  }
  .item__mapa-clinicas-buscador form .input-search:-moz-placeholder { /* Firefox 18- */
    color: #D1DAE4;
    font-size: 18px;
    font-family: "Gotham", sans-serif;
  }
}
.item__mapa-clinicas-buscador form .btn-orange {
  position: absolute;
  top: 8px;
  right: 10px;
  height: 36px;
  width: 75px;
  font-size: 12px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .item__mapa-clinicas-buscador form .btn-orange {
    width: 139px;
    height: 60px;
    font-size: 20px;
    line-height: 27px;
  }
}
.item__mapa-clinicas-buscador .btn-dark-blue {
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0;
  max-width: 100%;
  height: 52px;
  margin: 15px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .item__mapa-clinicas-buscador .btn-dark-blue {
    margin: 0 35px;
    width: 265px;
  }
}
.item__mapa-clinicas-buscador .btn-dark-blue img {
  margin: 0 0 0 10px;
  max-width: 32px;
}
.item__mapa-clinicas-resultado {
  margin: 20px auto;
  width: 100%;
}
@media (max-width: 1024px) {
  .item__mapa-clinicas-resultado-slider .item__slider {
    display: none;
  }
}
.item__mapa-clinicas-resultado-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 30px;
}
.item__mapa-clinicas-resultado-nav .slick-arrow {
  width: 56px;
  height: 56px;
  background: url(../imagenes/icons/icon-arrow-prev-clinicas.svg) no-repeat center center transparent;
  position: relative;
}
.item__mapa-clinicas-resultado-nav .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-next-clinicas.svg) no-repeat center right transparent;
  right: unset;
}
.item__mapa-clinicas-resultado-nav .slick-arrow.prev {
  left: unset;
  margin: 0 30px;
}
.item__mapa-clinicas-resultado-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  grid-gap: 28px;
}

.item__mobile-menu {
  max-height: calc(100vh - 100px);
  padding: 30px 30px 10px;
  background: #E0F2FE;
  z-index: 1000;
  position: absolute;
  top: 0;
  width: 0;
  margin-left: -100%;
  overflow-y: auto;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
}
@media (min-width: 1025px) {
  .item__mobile-menu {
    display: none;
  }
}
.item__mobile-menu a, .item__mobile-menu span, .item__mobile-menu p {
  color: #00499A;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
}
.item__mobile-menu a.item__menu-nota, .item__mobile-menu span.item__menu-nota, .item__mobile-menu p.item__menu-nota {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: 10px 0;
}
.item__mobile-menu a.item__menu-nota a, .item__mobile-menu span.item__menu-nota a, .item__mobile-menu p.item__menu-nota a {
  font-size: inherit;
}
.item__mobile-menu.toggled {
  width: 100%;
  margin-left: 0;
  overflow: auto;
}
.item__mobile-menu-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.item__mobile-menu-heading > img {
  max-width: 150px;
}
@media (min-width: 360px) {
  .item__mobile-menu-heading > img {
    max-width: 177px;
  }
}
.item__mobile-menu-heading div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__mobile-menu-heading div a {
  margin: 0 0 0 15px;
}
@media (min-width: 1025px) {
  .item__mobile-menu-heading {
    display: none;
  }
}
.item__mobile-menu-nav {
  margin: 0 0 50px;
}
.item__mobile-menu-nav > li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 0;
}
.item__mobile-menu-nav > li a img {
  max-width: 10px;
  transition: 0.5s ease all;
}
.item__mobile-menu-nav > li a.active img {
  transform: rotate(90deg);
}
.item__mobile-menu-nav > li .dropdown-menu {
  display: none;
}
.item__mobile-menu-nav > li ul {
  padding: 0 0 0 10px;
}
.item__mobile-menu-nav > li ul a {
  padding: 5px 0;
}

.menu-desktop-open {
  display: block;
}

.menu-desktop-close {
  display: none;
}
.menu-desktop-close.active {
  display: block;
}

.item__menu-desktop {
  max-height: calc(100vh - 100px);
  width: 100%;
  padding: 10px 30px 70px;
  background: #E0F2FE;
  z-index: 1000;
  position: absolute;
  top: 0;
  margin-top: 0;
  margin-left: -100%;
  overflow-y: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.item__menu-desktop .title-desktop {
  display: none;
}
@media (min-width: 1025px) {
  .item__menu-desktop .title-desktop {
    display: block;
    font-size: 20px;
  }
}
@media (min-width: 1025px) {
  .item__menu-desktop {
    background: #004A99;
    z-index: 9999;
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: -100%;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
    padding: 0;
  }
  .item__menu-desktop .menu-toggle {
    display: none;
  }
}
@media (max-height: 600px) {
  .item__menu-desktop {
    min-height: calc(100vh - 100px);
    height: calc(100vh - 100px);
  }
}
@media (min-width: 1025px) {
  .item__menu-desktop {
    min-height: 711px;
    max-height: calc(100vh - 100px);
  }
}
.item__menu-desktop.scrolled {
  top: 50px; /* Ajusta esto según el alto del topbar */
}
.item__menu-desktop.open {
  margin-top: 0;
  margin-left: 0;
  top: 0;
  overflow: auto;
}
@media (min-width: 1025px) {
  .item__menu-desktop.open {
    margin-top: 100px;
    padding-top: 20px;
    max-height: calc(100vh - 120px);
  }
}
@media (max-height: 800px) {
  .item__menu-desktop.open {
    min-height: calc(100vh - 100px);
  }
}
.item__menu-desktop a, .item__menu-desktop span, .item__menu-desktop p {
  color: #00499A;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: block;
  padding: 13px 0;
}
@media screen and (min-width: 1025px) {
  .item__menu-desktop a, .item__menu-desktop span, .item__menu-desktop p {
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
  }
}
.item__menu-desktop a.item__menu-nota, .item__menu-desktop span.item__menu-nota, .item__menu-desktop p.item__menu-nota {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  margin: 10px 0;
}
.item__menu-desktop a.item__menu-nota a, .item__menu-desktop span.item__menu-nota a, .item__menu-desktop p.item__menu-nota a {
  font-size: inherit;
}
.item__menu-desktop-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 50px;
}
@media (min-width: 1025px) {
  .item__menu-desktop-nav {
    padding: 0 20px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
  }
}
@media (min-width: 1600px) {
  .item__menu-desktop-nav {
    padding: 0 10%;
    width: 60%;
  }
}
.item__menu-desktop-nav > li {
  color: #00499A;
  font-family: "Gotham", sans-serif;
  font-size: 18px;
  width: 100%;
  flex-basis: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1025px) {
  .item__menu-desktop-nav > li {
    flex-basis: 32%;
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 4rem;
  }
  .item__menu-desktop-nav > li a {
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
  }
}
@media (min-width: 1025px) and (min-width: 1200px) {
  .item__menu-desktop-nav > li {
    font-size: 15px;
  }
}
@media (min-width: 1025px) and (min-width: 1600px) {
  .item__menu-desktop-nav > li {
    font-size: 16px;
  }
}
.item__menu-desktop-nav > li:last-of-type nav ul li {
  padding: rem-convert(rem, 13px 0);
}
@media (min-width: 1025px) {
  .item__menu-desktop-nav > li:last-of-type nav ul li {
    padding: 5% 0;
  }
  .item__menu-desktop-nav > li:last-of-type nav ul li a {
    color: #fff;
    font-size: 20px;
  }
}
.item__menu-desktop-nav > li img {
  max-width: 10px;
  transition: 0.5s ease all;
}
.item__menu-desktop-nav > li > a {
  color: #00499A;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 0;
}
.item__menu-desktop-nav > li > a img {
  max-width: 10px;
  transition: 0.5s ease all;
}
.item__menu-desktop-nav > li > a.active img {
  transform: rotate(90deg);
}
@media (min-width: 1025px) {
  .item__menu-desktop-nav > li > a {
    color: #fff;
    font-family: "Gotham", sans-serif;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding: 18px 5px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .item__menu-desktop-nav > li > a {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .item__menu-desktop-nav > li > a {
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.item__menu-desktop-nav > li > a.active {
  font-family: "Gotham", sans-serif;
}
.item__menu-desktop-submenu-hover {
  opacity: 1;
  z-index: 1;
}
@media (max-width: 1025px) {
  .item__menu-desktop-submenu-hover {
    display: none;
  }
}
.item__menu-desktop-submenu-hover-nav {
  max-width: 1485px;
  width: 100%;
  padding: 0 0 0 10px;
  margin: 0 auto;
}
.item__menu-desktop-submenu-hover-nav a {
  color: #00499A;
  font-size: 18px;
  line-height: 18px;
  font-family: "Gotham", sans-serif;
  letter-spacing: 0;
  display: block;
  padding: 5px 0;
}
@media (min-width: 1025px) {
  .item__menu-desktop-submenu-hover-nav a {
    font-family: "Gotham", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    padding: 0 5px;
    color: #ffffff;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__menu-desktop-submenu-hover-nav a img {
    width: 13px;
    margin: 0 0 0 5px;
    transition: 0.5 linear all;
  }
  .item__menu-desktop-submenu-hover-nav a:hover {
    font-family: "Gotham", sans-serif;
  }
}
@media (min-width: 1600px) {
  .item__menu-desktop-submenu-hover-nav {
    padding: 1% 2%;
  }
}
.item__menu-desktop-submenu-hover-nav .submenu-child {
  width: 100%;
  padding: 0 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1025px) {
  .item__menu-desktop-submenu-hover-nav .submenu-child {
    display: none;
    padding: 10px 0 10px 20px;
  }
}
@media (min-width: 1025px) {
  .item__menu-desktop-submenu-hover-nav .submenu-child > li {
    list-style: disc;
    color: #D9D9D9;
  }
}
.item__menu-desktop-submenu-hover-nav .submenu-child > li > a {
  font-family: "Gotham", sans-serif;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .item__menu-desktop-submenu-hover-nav .submenu-child > li ul li {
    list-style: circle;
    color: #D9D9D9;
  }
}
.item__menu-desktop .item__menu-parent > .active img {
  transform: rotateX(180deg);
}
.item__menu-desktop .item__menu-parent:hover > a img {
  transform: rotateX(180deg);
}

.modal__filter {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.modal__open {
  overflow: hidden;
  touch-action: none;
}

.modal__wrapp {
  display: none;
  position: fixed;
  max-width: 90%;
  max-height: 445px;
  z-index: 9995;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #ffffff;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .modal__wrapp {
    max-height: 550px;
  }
}
@media (min-width: 1025px) {
  .modal__wrapp {
    max-width: 875px;
  }
}
.modal__wrapp .modal__inner {
  width: 100%;
  min-height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 10px;
}
@media (min-width: 1100px) {
  .modal__wrapp .modal__inner {
    padding: 60px;
  }
}
.modal__wrapp .modal {
  width: 100%;
  position: relative;
}
.modal__wrapp .modal .close {
  color: #00499A;
  font-size: 35px;
  cursor: pointer;
  text-align: right;
  display: block;
  margin: 0 0 5px;
}
@media (min-width: 1100px) {
  .modal__wrapp .modal .close {
    position: absolute;
    right: -40px;
    top: -35px;
  }
}
.modal__wrapp .modal .close img {
  max-width: 33px;
  margin: 0 0 0 auto;
}
.modal__wrapp .modal iframe {
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
  height: 280px;
}
@media (min-width: 768px) {
  .modal__wrapp .modal iframe {
    width: 100%;
    height: 400px;
  }
}
.modal__wrapp .modal .item__modal-nota {
  font-family: "Gotham", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  margin: 10px 0;
}
@media (min-width: 1100px) {
  .modal__wrapp .modal .item__modal-nota {
    font-size: 22px;
    line-height: 26px;
  }
}
.modal__wrapp.infografia {
  max-height: 77vh;
  overflow: auto;
  margin: 10% auto;
}

.item__newsletter {
  background: url(../imagenes/bg-newsletter-mobile.svg) no-repeat #ffffff bottom -25px center;
  background-size: cover;
  padding: 20px 0 60px !important;
}
@media (min-width: 1100px) {
  .item__newsletter {
    background: url(../imagenes/bg-newsletter-desktop.svg) no-repeat #ffffff bottom center;
    background-size: auto;
    padding: 110px 0 170px !important;
  }
}
.item__newsletter-title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__newsletter-title img {
  width: 110px;
  padding: 0 10px 0 0;
  margin: 0 auto 10px;
}
@media (min-width: 1100px) {
  .item__newsletter-title img {
    margin: 0 10px 10px 0;
  }
}
.item__newsletter-title .title__h2 {
  color: #00499A;
  font-family: "Gotham", sans-serif;
  font-size: 25px;
  line-height: 28px;
}
@media (min-width: 1100px) {
  .item__newsletter-title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__newsletter-title .title__h2 {
    font-size: 40px;
    line-height: 48px;
    margin: 0;
  }
}
@media (min-width: 1100px) {
  .item__newsletter-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 0 0 auto;
  }
  .item__newsletter-form > div:last-of-type {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto 0 0;
  }
  .item__newsletter-form input[type=text], .item__newsletter-form input[type=tel], .item__newsletter-form input[type=email] {
    height: 66px;
    width: 245px;
    padding: 0 22px;
    margin: 0 10px 0 0;
    border-radius: 150px;
  }
  .item__newsletter-form .item__form-check {
    order: 1;
    width: 300px;
  }
  .item__newsletter-form .btn-orange {
    max-width: 150px;
    padding: 10px;
    margin: 0;
    height: 66px;
    line-height: 0;
  }
}

.section__ofertas-empleo {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.section__ofertas-empleo .item__ofertas-clinica {
  width: 100%;
  padding: 20px 0 0;
  border-bottom: 1px solid #D9D9D9;
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-donde {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 20px;
}
.section__ofertas-empleo .item__ofertas-clinica-donde svg {
  transition: 0.5s ease all;
}
.section__ofertas-empleo .item__ofertas-clinica-donde.active svg {
  transform: rotateX(180deg);
}
.section__ofertas-empleo .item__ofertas-clinica-donde.active svg circle {
  fill: #9EABBC;
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica-donde {
    flex-basis: 34%;
    flex-shrink: 0;
  }
  .section__ofertas-empleo .item__ofertas-clinica-donde svg {
    display: none;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-donde p {
  color: #000;
  font-family: "Gotham Book", sans-serif;
  font-style: normal;
  font-size: 23px;
  line-height: 35px;
  letter-spacing: -0.69px;
}
@media (min-width: 1024px) {
  .section__ofertas-empleo .item__ofertas-clinica-donde p {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.9px;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-puestos {
  flex-grow: 1;
}
@media (max-width: 1025px) {
  .section__ofertas-empleo .item__ofertas-clinica-puestos {
    display: none;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto {
  border-radius: 15px;
  background: #ffffff;
  padding: 30px 22px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.48px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  margin: 10px 0 0;
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 0;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul li {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul li {
    border-right: 1px solid rgba(40, 40, 40, 0.5);
    padding: 0 10px 0 0;
    margin: 0;
  }
  .section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul li:last-of-type {
    border-right: none;
    padding: 0 10px;
  }
}
.section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto ul li img {
  max-width: 20px;
  margin: 0 7px 0 0;
}
.section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto-title {
  color: #72C5FF;
  font-size: 18px;
  line-height: 25.5px;
  margin: 0 0 5px;
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto-title {
    font-size: 22px;
    line-height: 25.5px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1023px) {
  .section__ofertas-empleo .item__ofertas-clinica-puestos .item-puesto {
    padding: 30px 40px;
    margin: 0 0 30px;
  }
}

.bg-opiniones {
  background: rgb(243, 250, 255);
}

.opiniones__title {
  font-size: 1.7rem;
  line-height: 33px;
  font-weight: initial;
  font-family: "Gotham Book", sans-serif;
  text-align: center;
  margin: 0 0 40px;
}
@media (min-width: 1550px) {
  .opiniones__title {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (min-width: 1024px) {
  .opiniones__title {
    margin: 0 0 50px;
  }
}
.opiniones__box-puntuacion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  filter: drop-shadow(5px 7px 13px rgba(158, 171, 188, 0.15));
  background: #ffffff;
  border-radius: 9.58084px;
  padding: 20px;
  max-width: 1070px;
  margin: 0 auto;
}
@media (min-width: 360px) {
  .opiniones__box-puntuacion {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.opiniones__box-puntuacion.opiniones-razones {
  max-width: 320px;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .opiniones__box-puntuacion.opiniones-razones {
    max-width: 100%;
    min-width: 483px;
  }
}
.opiniones__box-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.opiniones__box-logo img {
  margin: 0 5px 0 0;
}
.opiniones__box-resultado {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.opiniones__stars {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.opiniones__puntuacion {
  font-size: 20px;
  line-height: 27px;
  color: #00499A;
}
.opiniones__items {
  padding: 30px 0;
  max-width: 1070px;
  margin: 0 auto;
}
.opiniones__items.opiniones-razones {
  max-width: 300px;
}
@media (min-width: 767px) {
  .opiniones__items.opiniones-razones {
    max-width: 500px;
  }
}
@media (min-width: 1200px) {
  .opiniones__items.opiniones-razones {
    max-width: 500px;
  }
}
@media (min-width: 1600px) {
  .opiniones__items.opiniones-razones {
    max-width: 700px;
  }
}
@media (min-width: 1400px) {
  .opiniones__items.opiniones-razones .opiniones__items-card {
    min-height: 330px;
  }
}
.opiniones__items-card {
  background: #ffffff;
  box-shadow: 8px 17px 11px rgba(46, 144, 226, 0.1);
  border-radius: 10px;
  min-height: 290px;
  padding: 25px 25px 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-family: "Gotham Book", sans-serif;
  font-size: 12px;
  line-height: 17px;
  margin: 0 10px 30px;
}
.opiniones__items-card .opiniones__stars {
  margin: 0 0 15px;
}
.opiniones__items-card .opiniones__stars img {
  width: 25px;
}
@media (min-width: 1024px) {
  .opiniones__items-card {
    min-height: 350px;
  }
}
@media (min-width: 1200px) {
  .opiniones__items-card {
    min-height: 310px;
  }
}
.opiniones__items-text-nombre {
  font-size: 16px;
  line-height: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  position: relative;
  font-family: "Gotham", sans-serif;
}
.opiniones__items-text-nombre:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 46px;
  height: 0;
  border-bottom: 1px solid #FF8B25;
}
.opiniones__items-text-paciente {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.225em;
  text-transform: uppercase;
  color: #9EABBC;
  margin: 0 0 2px;
}
.opiniones__items-text-date {
  font-weight: 400;
  font-size: 11px;
  color: #9EABBC;
  margin: 15px 0 5px;
}

.item-text-slider {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .item-text-slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.item-text-slider-reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1024px) {
  .item-text-slider-reverse {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.item-text-slider-reverse > div {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .item-text-slider-reverse > div {
    flex-grow: 1;
    max-width: 50%;
  }
  .item-text-slider-reverse > div.text {
    flex-basis: 40%;
    max-width: 350px;
    padding: 50px 0 0 60px;
  }
}
@media (min-width: 1200px) {
  .item-text-slider-reverse > div {
    padding: 0;
  }
  .item-text-slider-reverse > div.text {
    flex-basis: 50%;
    max-width: 650px;
    padding: 50px 20px 0 100px;
  }
}
@media (min-width: 1500px) {
  .item-text-slider-reverse > div.text {
    max-width: 740px;
    padding: 50px 20px 0 140px;
  }
}
.item-text-slider > div {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .item-text-slider > div {
    flex-grow: 1;
    max-width: 50%;
  }
  .item-text-slider > div.text {
    flex-basis: 40%;
    max-width: 350px;
    padding: 50px 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .item-text-slider > div {
    padding: 0;
  }
  .item-text-slider > div.text {
    flex-basis: 50%;
    max-width: 650px;
    padding: 50px 100px 0 20px;
  }
}
@media (min-width: 1500px) {
  .item-text-slider > div.text {
    max-width: 740px;
    padding: 50px 140px 0 20px;
  }
}

.slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 10px 0;
}
.slick-dots li {
  margin: 0 10px 0 0;
}
.slick-dots li button {
  color: transparent;
  width: 8px;
  height: 8px;
  background: #D9D9D9;
  appearance: none;
  border: none;
  border-radius: 50%;
  padding: 0;
}
.slick-dots .slick-active button {
  background: #00499A;
}

.slick-arrow {
  height: 100%;
  width: 60px;
  background: url(../imagenes/icons/icon-arrow-left.png) no-repeat center left transparent;
  border: none;
  position: absolute;
  z-index: 99;
  cursor: pointer;
  top: 0;
}
.slick-arrow.prev {
  left: -60px;
}
@media (max-width: 1110px) {
  .slick-arrow.prev {
    left: 0;
  }
}
.slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right.png) no-repeat center right transparent;
  right: -60px;
}
@media (max-width: 1110px) {
  .slick-arrow.next {
    right: 0;
  }
}

.slick-controls-mobile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
.slick-controls-mobile .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slick-controls-mobile .progress {
  display: block;
  width: 65%;
  height: 5px;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #00499A, #00499A);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 0 5px;
}
.slick-controls-mobile .slick-arrow {
  width: 46px;
  height: 46px;
  background: url(../imagenes/icons/icon-arrow-left-white-circle.svg) no-repeat center center transparent;
  position: relative;
  display: inline-block;
  left: unset;
  z-index: 0;
}
.slick-controls-mobile .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right-white-circle.svg) no-repeat center right transparent;
  right: unset;
  margin: 0 0 0 10px;
}

.slider-mobile-cards, .slider-mobile-cards-2 {
  margin: 0 0 30px;
}
.slider-mobile-cards .slick-slide, .slider-mobile-cards-2 .slick-slide {
  width: 320px;
  height: auto;
  margin: 0 10px 0 0;
}
@media (min-width: 767px) {
  .slider-mobile-cards .slick-slide, .slider-mobile-cards-2 .slick-slide {
    width: initial;
  }
}
@media (min-width: 1440px) {
  .slider-mobile-cards .slick-slide, .slider-mobile-cards-2 .slick-slide {
    width: 400px;
  }
}
@media (min-width: 1600px) {
  .slider-mobile-cards .slick-slide, .slider-mobile-cards-2 .slick-slide {
    width: 495px;
  }
}
@media (min-width: 1024px) {
  .slider-mobile-cards .content-slider-cards, .slider-mobile-cards-2 .content-slider-cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    margin: 0 0 130px;
  }
}
.slider-mobile-cards .content-slider-cards > div, .slider-mobile-cards-2 .content-slider-cards > div {
  margin: 0 10px;
}

.slick-controls-mobile, .slick-controls-mobile-2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  position: relative;
}
@media (min-width: 1024px) {
  .slick-controls-mobile, .slick-controls-mobile-2 {
    display: none;
  }
}
.slick-controls-mobile .sr-only, .slick-controls-mobile-2 .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.slick-controls-mobile .progress, .slick-controls-mobile .progress-2, .slick-controls-mobile-2 .progress, .slick-controls-mobile-2 .progress-2 {
  display: block;
  width: 65%;
  height: 5px;
  border-radius: 0;
  overflow: hidden;
  background-color: #ffffff;
  background-image: linear-gradient(to right, #00499A, #00499A);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease-in-out;
  margin: 0 0 5px;
}
.slick-controls-mobile .slick-arrow, .slick-controls-mobile-2 .slick-arrow {
  width: 46px;
  height: 46px;
  background: url(../imagenes/icons/icon-arrow-left-white-circle.svg) no-repeat center center transparent;
  position: relative;
  display: inline-block;
  left: unset;
  z-index: 0;
}
.slick-controls-mobile .slick-arrow.next, .slick-controls-mobile-2 .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right-white-circle.svg) no-repeat center right transparent;
  right: unset;
  margin: 0 0 0 10px;
}

.slider-clinicas-interior {
  margin: 0 0 60px;
}
.slider-clinicas-interior .slick-slide {
  opacity: 0.4;
  transform: scale(0.85);
  max-width: 305px;
}
@media (min-width: 1024px) {
  .slider-clinicas-interior .slick-slide {
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  .slider-clinicas-interior .slick-slide {
    max-width: 650px;
  }
}
@media (min-width: 1400px) {
  .slider-clinicas-interior .slick-slide {
    max-width: 750px;
  }
}
.slider-clinicas-interior .slick-slide.slick-active {
  transform: scale(1);
  opacity: 1;
}

.section-slider-clinicas .text {
  position: relative;
}
.section-slider-clinicas .text .slick-arrow {
  width: 56px;
  height: 56px;
  background: url(../imagenes/icons/icon-arrow-left-grey-circle.svg) no-repeat center center transparent;
  background-size: cover;
  position: relative;
  display: inline-block;
  position: absolute;
  left: unset;
  right: 10px;
  top: calc(63% - 43px);
}
.section-slider-clinicas .text .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right-bg-blue.svg) no-repeat center right transparent;
  background-size: cover;
  right: unset;
  margin: 0 0 0 10px;
  position: absolute;
  right: 10px;
  top: calc(45% - 43px);
}

.slider-interior-derecha {
  margin: 20px 0;
}
.slider-interior-derecha .slick-slide {
  opacity: 0.4;
  transform: scale(0.85);
  max-width: 305px;
}
@media (min-width: 1024px) {
  .slider-interior-derecha .slick-slide {
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  .slider-interior-derecha .slick-slide {
    max-width: 650px;
  }
}
@media (min-width: 1400px) {
  .slider-interior-derecha .slick-slide {
    max-width: 750px;
  }
}
.slider-interior-derecha .slick-slide.slick-active {
  transform: scale(1);
  opacity: 1;
}
@media (min-width: 1024px) {
  .slider-interior-derecha {
    margin: 0 0 60px;
  }
}

.slider-interior-izquierda {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .slider-interior-izquierda {
    margin: 0 0 60px;
    direction: rtl;
  }
}
.slider-interior-izquierda .slick-slide {
  opacity: 0.4;
  transform: scale(0.85);
  max-width: 305px;
}
@media (min-width: 1024px) {
  .slider-interior-izquierda .slick-slide {
    max-width: 400px;
  }
}
@media (min-width: 1100px) {
  .slider-interior-izquierda .slick-slide {
    max-width: 650px;
  }
}
@media (min-width: 1400px) {
  .slider-interior-izquierda .slick-slide {
    max-width: 750px;
  }
}
.slider-interior-izquierda .slick-slide.slick-active {
  transform: scale(1);
  opacity: 1;
}

.item-text-slider .text {
  position: relative;
}
.item-text-slider .text .slick-arrow {
  width: 56px;
  height: 56px;
  background: url(../imagenes/icons/icon-arrow-left-grey-circle.svg) no-repeat center center transparent;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: unset;
  right: 20px;
  top: calc(60% - 43px);
}
.item-text-slider .text .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right-bg-blue.svg) no-repeat center right transparent;
  background-size: cover;
  right: unset;
  margin: 0 0 0 10px;
  position: absolute;
  right: 20px;
  top: calc(45% - 43px);
}
.item-text-slider-reverse .text {
  position: relative;
}
.item-text-slider-reverse .text .slick-arrow {
  width: 56px;
  height: 56px;
  background: url(../imagenes/icons/icon-arrow-left-grey-circle.svg) no-repeat center center transparent;
  background-size: cover;
  display: inline-block;
  position: absolute;
  left: 20px;
  right: unset;
  top: calc(60% - 43px);
}
.item-text-slider-reverse .text .slick-arrow.next {
  background: url(../imagenes/icons/icon-arrow-right-bg-blue.svg) no-repeat center right transparent;
  background-size: cover;
  right: unset;
  left: 20px;
  top: calc(45% - 43px);
}

.item__slider-home {
  background: url(../imagenes/sliders/slider-home-mobile.jpg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  min-height: 305px;
  padding-top: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 390px) {
  .item__slider-home {
    min-height: 360px;
  }
}
@media (min-width: 600px) {
  .item__slider-home {
    background-image: url(../imagenes/sliders/slider-home-768.jpg);
    min-height: 450px;
    background-position: top center;
  }
}
@media (min-width: 990px) {
  .item__slider-home {
    background-image: url(../imagenes/sliders/slider-home-tablet.jpg);
    min-height: 560px;
  }
}
@media (min-width: 1100px) {
  .item__slider-home {
    background-image: url(../imagenes/sliders/slider-home-1550.jpg);
    background-size: cover;
    background-position-y: -50px;
  }
}
@media (min-width: 1550px) {
  .item__slider-home {
    background-image: url(../imagenes/sliders/slider-home-1750.jpg);
  }
}
@media (min-width: 1900px) {
  .item__slider-home {
    background-image: url(../imagenes/sliders/slider-home-desktop.jpg);
    background-size: cover;
    background-position: top center;
  }
}
.item__slider-home .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
.item__slider-home .wrapper .item__slider-modal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.item__slider-interna {
  position: relative;
  font-family: "Gotham Book", sans-serif;
  font-size: 16px;
  line-height: 22px;
  color: #00499A;
  padding-top: 100px;
}
@media (min-width: 1600px) {
  .item__slider-interna {
    font-size: 18px;
    line-height: 24px;
  }
}
.item__slider-interna .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1025px) {
  .item__slider-interna .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .item__slider-interna .wrapper > div {
    flex-basis: 38%;
  }
}
@media (min-width: 1350px) {
  .item__slider-interna .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna .wrapper > div {
    flex-basis: 40%;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna .wrapper > div {
    flex-basis: 50%;
  }
}
.item__slider-interna.refractiva {
  background: #5EB4E5;
  position: relative;
}
@media (min-width: 1200px) {
  .item__slider-interna.refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -18px center no-repeat;
  }
  .item__slider-interna.refractiva::before {
    content: "";
    background: url(../imagenes/refractiva/img-refractiva-slider.png) left top no-repeat;
    width: 468px;
    height: 538px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -18px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -18px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -18px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -18px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -92px center no-repeat;
  }
  .item__slider-interna.refractiva::before {
    content: "";
    background: url(../imagenes/refractiva/img-refractiva-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 7.8%;
    transform: scale(0.93);
  }
  .item__slider-interna.refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -92px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -92px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -92px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -92px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat;
  }
  .item__slider-interna.refractiva::before {
    transform-origin: left;
  }
  .item__slider-interna.refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat;
  }
  .item__slider-interna.refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -40px center no-repeat, #F8F9FB;
  }
}
.item__slider-interna.refractiva-resultados {
  background: #5EB4E5;
  position: relative;
}
@media (min-width: 1100px) {
  .item__slider-interna.refractiva-resultados {
    min-height: 650px;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.refractiva-resultados {
    min-height: 690px;
    background: url(../imagenes/bg-azul-refractiva.jpg) top center no-repeat;
    background-size: 100% 97%;
  }
  .item__slider-interna.refractiva-resultados::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-testimonios.png) left top no-repeat;
    width: 468px;
    height: 608px;
    position: absolute;
    top: unset;
    left: -76px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 24px;
    background-size: cover;
  }
}
@media (min-width: 1440px) {
  .item__slider-interna.refractiva-resultados {
    min-height: 680px;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.refractiva-resultados::before {
    transform: scale(1);
    transform-origin: left;
    bottom: 3%;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.refractiva-resultados::before {
    transform: scale(1);
    transform-origin: left;
  }
}
.item__slider-interna.presbicia {
  background: #2F5A84;
  position: relative;
  color: #fff;
}
.item__slider-interna.presbicia a {
  color: #fff;
}
@media (min-width: 1200px) {
  .item__slider-interna.presbicia {
    color: #00499A;
    background: url(../imagenes/bg-presbicia.jpg) top -10px center no-repeat;
  }
  .item__slider-interna.presbicia a {
    color: #00499A;
  }
  .item__slider-interna.presbicia::before {
    content: "";
    background: url(../imagenes/presbicia/img-presbicia-slider.png) left top -14px no-repeat;
    width: 468px;
    height: 548px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -10px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.presbicia::before {
    content: "";
    background: url(../imagenes/presbicia/img-presbicia-slider.png) left top -14px no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.presbicia::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
.item__slider-interna.cataratas {
  background: #75BAB6;
  position: relative;
  color: #fff;
}
.item__slider-interna.cataratas a {
  color: #fff;
}
@media (min-width: 1200px) {
  .item__slider-interna.cataratas {
    color: #00499A;
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.cataratas a {
    color: #00499A;
  }
  .item__slider-interna.cataratas::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-cataratas.png) left top no-repeat;
    width: 468px;
    height: 560px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.cataratas::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-cataratas.png) left top no-repeat;
    width: 468px;
    height: 560px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.cataratas::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
.item__slider-interna.retina {
  background: #E89C5B;
  position: relative;
}
@media (min-width: 1200px) {
  .item__slider-interna.retina {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.retina::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-retina.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.retina.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat, #fff0e1;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.retina {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.retina::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-retina.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.retina.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat, #fff0e1;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.retina {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.retina::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.retina.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat, #fff0e1;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.retina {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.retina.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat, #fff0e1;
  }
}
.item__slider-interna.retina-interna {
  background: #E89C5B;
  position: relative;
}
@media (min-width: 1200px) {
  .item__slider-interna.retina-interna {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.retina-interna::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-retina-interna.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.retina-interna.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina-interna.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat, #fff0e1;
  }
  .item__slider-interna.retina-interna.end-light-grey-1 {
    background: url(../imagenes/bg-retina.jpg) top -103px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.retina-interna {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.retina-interna::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-retina-interna.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.retina-interna.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina-interna.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat, #fff0e1;
  }
  .item__slider-interna.retina-interna.end-light-grey-1 {
    background: url(../imagenes/bg-retina.jpg) top -105px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.retina-interna {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.retina-interna::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.retina-interna.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina-interna.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat, #fff0e1;
  }
  .item__slider-interna.retina-interna.end-light-grey-1 {
    background: url(../imagenes/bg-retina.jpg) top -60px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.retina-interna {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.retina-interna.end-light-grey {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.retina-interna.end-light-orange {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat, #fff0e1;
  }
  .item__slider-interna.retina-interna.end-light-grey-1 {
    background: url(../imagenes/bg-retina.jpg) top -36px center no-repeat, #F8F9FB;
  }
}
.item__slider-interna.otros-tratamientos {
  background: #527790;
  position: relative;
  color: #fff;
}
.item__slider-interna.otros-tratamientos a {
  color: #fff;
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos {
    color: #00499A;
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.otros-tratamientos a {
    color: #00499A;
  }
  .item__slider-interna.otros-tratamientos::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-otros-tratamientos.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.otros-tratamientos.end-light-blue {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-2 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-3 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-4 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-grey {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -103px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.otros-tratamientos::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-otros-tratamientos.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-2 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-3 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-4 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-grey {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -105px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.otros-tratamientos {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.otros-tratamientos::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.otros-tratamientos.end-light-blue {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-2 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-3 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-4 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-grey {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -60px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.otros-tratamientos {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.otros-tratamientos.end-light-blue {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-2 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-3 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.otros-tratamientos.end-light-blue-4 {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.otros-tratamientos.end-light-grey {
    background: url(../imagenes/bg-otrostratamientos.jpg) top -36px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.glaucoma::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-glaucoma.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.glaucoma::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-glaucoma.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.cefalea::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-cefalea.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.cefalea::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-cefalea.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.migrana::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-migrana.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.migrana::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-migrana.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.pediatrica::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-oftalmologia-pediatrica.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.9);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.pediatrica::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-oftalmologia-pediatrica.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.cornea::before {
    content: "";
    background: url(../imagenes/refractiva/img-refractiva-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.cornea::before {
    content: "";
    background: url(../imagenes/refractiva/img-refractiva-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.estrabismo::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-estrabismo.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.estrabismo::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-estrabismo.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.operacion-estrabismo::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-operacion-estrabismo.png) left top no-repeat;
    width: 604px;
    height: 525px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.operacion-estrabismo::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-operacion-estrabismo.png) left top no-repeat;
    width: 604px;
    height: 525px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.83);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.otros-tratamientos.operacion-estrabismo::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-operacion-estrabismo.png) left top no-repeat;
    width: 604px;
    height: 525px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.otros-tratamientos.alteraciones::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-alteraciones.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.otros-tratamientos.alteraciones::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-alteraciones.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.otros-tratamientos.evisceracion {
    min-height: 545px;
  }
}
.item__slider-interna.otros-tratamientos.evisceracion .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .item__slider-interna.otros-tratamientos.evisceracion .wrapper {
    min-height: 545px;
  }
}
.item__slider-interna.medicos-refractiva {
  background: #5EB4E5;
  position: relative;
}
@media (min-width: 1100px) {
  .item__slider-interna.medicos-refractiva {
    background: linear-gradient(180deg, #5EB4E5 90%, #fff 90%);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.medicos-refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.medicos-refractiva::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.medicos-refractiva .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna.medicos-refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -103px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -103px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.medicos-refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -103px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.medicos-refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.medicos-refractiva::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -105px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -105px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.medicos-refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -105px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.medicos-refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.medicos-refractiva::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.medicos-refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -60px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -60px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.medicos-refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -60px center no-repeat, #F8F9FB;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.medicos-refractiva {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.medicos-refractiva.end-light-blue {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -36px center no-repeat, rgba(207, 233, 247, 0.4);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-2 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -36px center no-repeat, rgba(94, 180, 229, 0.15);
  }
  .item__slider-interna.medicos-refractiva.end-light-blue-3 {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.6);
  }
  .item__slider-interna.medicos-refractiva.end-light-grey {
    background: url(../imagenes/bg-azul-refractiva.jpg) top -36px center no-repeat, #F8F9FB;
  }
}
.item__slider-interna.medicos-presbicia {
  background: #2F5A84;
  position: relative;
  color: #fff;
}
@media (min-width: 1100px) {
  .item__slider-interna.medicos-presbicia {
    background: linear-gradient(180deg, #2F5A84 90%, #F8F9FB 90%);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.medicos-presbicia {
    color: #00499A;
    background: url(../imagenes/bg-presbicia.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.medicos-presbicia::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.medicos-presbicia .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna.medicos-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -103px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.medicos-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.medicos-presbicia::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.medicos-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.medicos-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.medicos-presbicia::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.medicos-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.medicos-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.medicos-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
.item__slider-interna.medicos-cataratas {
  background: #75BAB6;
  position: relative;
  color: #fff;
}
.item__slider-interna.medicos-cataratas a {
  color: #fff;
}
@media (min-width: 1100px) {
  .item__slider-interna.medicos-cataratas {
    color: #00499A;
    background: linear-gradient(180deg, #75BAB6 90%, #F8F9FB 90%);
  }
  .item__slider-interna.medicos-cataratas a {
    color: #00499A;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.medicos-cataratas {
    background: linear-gradient(180deg, #75BAB6 90%, #F8F9FB 90%);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.medicos-cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.medicos-cataratas::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.medicos-cataratas .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna.medicos-cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.medicos-cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -103px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.medicos-cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.medicos-cataratas::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.medicos-cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.medicos-cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -105px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.medicos-cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.medicos-cataratas::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.medicos-cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.medicos-cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -60px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.medicos-cataratas {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.medicos-cataratas.end-light-grey {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat, rgba(223, 240, 250, 0.4);
  }
  .item__slider-interna.medicos-cataratas.end-light-green {
    background: url(../imagenes/bg-cataratas.jpg) top -36px center no-repeat, rgba(117, 186, 182, 0.15);
  }
}
.item__slider-interna.testimonios-presbicia {
  background: #2F5A84;
  position: relative;
  color: #fff;
}
@media (min-width: 1100px) {
  .item__slider-interna.testimonios-presbicia {
    background: linear-gradient(180deg, #2F5A84 90%, #fff 90%);
  }
}
.item__slider-interna.testimonios-presbicia a {
  color: #fff;
}
@media (min-width: 1200px) {
  .item__slider-interna.testimonios-presbicia {
    color: #00499A;
    background: url(../imagenes/bg-presbicia.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.testimonios-presbicia a {
    color: #00499A;
  }
  .item__slider-interna.testimonios-presbicia::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-belen.png) left top no-repeat;
    width: 468px;
    height: 548px;
    position: absolute;
    top: unset;
    left: -75px;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.testimonios-presbicia .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna.testimonios-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -103px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.testimonios-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.testimonios-presbicia::before {
    content: "";
    background: url(../imagenes/sliders/img-slider-belen.png) left top no-repeat;
    width: 468px;
    height: 535px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.testimonios-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -105px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.testimonios-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.testimonios-presbicia::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.testimonios-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -60px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.testimonios-presbicia {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.testimonios-presbicia.end-light-grey {
    background: url(../imagenes/bg-presbicia.jpg) top -36px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
.item__slider-interna.donde-estamos {
  position: relative;
  color: #fff;
  background: url(../imagenes/sliders/bg-equipo-medico-mobile.jpg) center bottom no-repeat #fff;
  background-size: cover;
  min-height: 350px;
}
@media (min-width: 768px) {
  .item__slider-interna.donde-estamos {
    background: rgba(0, 73, 154, 0.8);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.donde-estamos {
    color: #00499A;
    background: url(../imagenes/bg-medicos.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.donde-estamos::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 545px;
    position: absolute;
    top: unset;
    left: 0;
    transform: scale(0.89);
    transform-origin: left bottom;
    bottom: 10%;
  }
  .item__slider-interna.donde-estamos.end-light-grey {
    background: url(../imagenes/bg-medicos.jpg) top -103px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.donde-estamos {
    background: url(../imagenes/bg-medicos.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.donde-estamos::before {
    content: "";
    background: url(../imagenes/sliders/img-donde-estamos-slider.png) left top no-repeat;
    width: 468px;
    height: 545px;
    position: absolute;
    top: unset;
    left: 0;
    bottom: 10%;
    transform: scale(0.85);
  }
  .item__slider-interna.donde-estamos.end-light-grey {
    background: url(../imagenes/bg-medicos.jpg) top -105px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.donde-estamos {
    background: url(../imagenes/bg-medicos.jpg) top -60px center no-repeat;
  }
  .item__slider-interna.donde-estamos::before {
    transform: scale(1);
    transform-origin: left;
  }
  .item__slider-interna.donde-estamos.end-light-grey {
    background: url(../imagenes/bg-medicos.jpg) top -60px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.donde-estamos {
    background: url(../imagenes/bg-medicos.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.donde-estamos.end-light-grey {
    background: url(../imagenes/bg-medicos.jpg) top -36px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
.item__slider-interna.quienes-somos {
  background: rgba(0, 73, 154, 0.8509803922);
  position: relative;
  color: #fff;
  background: url(../imagenes/sliders/bg-quienes-somos-mobile.jpg) no-repeat;
  min-height: 350px;
}
@media (min-width: 767px) {
  .item__slider-interna.quienes-somos {
    color: #00499A;
    background: url(../imagenes/bg-quienes-somos.jpg) top -103px center no-repeat;
    min-height: 540px;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.quienes-somos {
    color: #00499A;
    background: url(../imagenes/bg-quienes-somos.jpg) top -103px center no-repeat;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.quienes-somos {
    background: url(../imagenes/bg-quienes-somos.jpg) top -60px center no-repeat;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.quienes-somos {
    background: url(../imagenes/bg-quienes-somos.jpg) top -36px center no-repeat;
  }
}
.item__slider-interna.nuestros-medicos {
  background: url(../imagenes/sliders/slider-medicos.jpg) no-repeat;
  min-height: 490px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .item__slider-interna.nuestros-medicos {
    background: url(../imagenes/sliders/slider-medicos-desktop.jpg) no-repeat top center;
  }
}
.item__slider-interna.nuestros-medicos .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.nuestros-medicos .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.nuestros-medicos + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.ficha-medico {
  background: #f2f6f9;
  max-height: 450px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .item__slider-interna.ficha-medico {
    background: linear-gradient(180deg, #f2f6f9 91%, #F8F9FB 91%);
  }
}
@media (min-width: 767px) {
  .item__slider-interna.ficha-medico {
    max-height: unset;
  }
}
.item__slider-interna.ficha-medico .item__slider-text {
  text-align: center;
  color: #00499A;
  padding: 0 0 20px;
}
@media (min-width: 1200px) {
  .item__slider-interna.ficha-medico .item__slider-text {
    padding: 0;
    text-align: left;
    max-width: 560px;
  }
}
.item__slider-interna.ficha-medico .item__slider-text h1 {
  font-size: 29px;
  line-height: 1;
}
@media (min-width: 768px) {
  .item__slider-interna.ficha-medico .item__slider-text h1 {
    font-size: 33px;
    line-height: 1;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.ficha-medico .item__slider-text h1 {
    font-size: 3.45rem;
    line-height: 60px;
  }
}
.item__slider-interna.ficha-medico .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 767px) {
  .item__slider-interna.ficha-medico .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  .item__slider-interna.ficha-medico .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}
.item__slider-interna.ficha-medico .img-medico {
  aspect-ratio: 380/587;
  width: 100%;
  overflow: hidden;
}
.item__slider-interna.ficha-medico .img-medico img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1024px) {
  .item__slider-interna.ficha-medico .img-medico {
    align-self: flex-end;
  }
}
@media (min-width: 1100px) and (max-width: 1600px) {
  .item__slider-interna.ficha-medico .img-medico {
    margin: 0 0 75px;
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.ficha-medico .img-medico {
    max-width: 380px;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.ficha-medico .img-medico {
    max-width: 400px;
    align-self: flex-start;
    max-height: 550px;
    overflow: hidden;
  }
}
.item__slider-interna.ficha-medico .img-medico.img-circular img {
  border-radius: 50%;
  padding-right: 20px;
  margin-bottom: 50px;
}
.item__slider-interna.ficha-clinica {
  background: url(../imagenes/sliders/slider-clinica.jpg) no-repeat;
  background-size: cover;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 767px) {
  .item__slider-interna.ficha-clinica {
    background: url(../imagenes/sliders/slider-clinica-desktop.jpg) no-repeat top center;
    background-size: initial;
    min-height: 450px;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.ficha-clinica .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .item__slider-interna.ficha-clinica .wrapper > div:first-of-type {
    flex-basis: 40%;
  }
}
@media (min-width: 1400px) {
  .item__slider-interna.ficha-clinica .wrapper > div:first-of-type {
    flex-grow: 1;
  }
}
@media (min-width: 1720px) {
  .item__slider-interna.ficha-clinica {
    background: url(../imagenes/sliders/slider-clinica-desktop.jpg) no-repeat bottom 74px center;
    background-size: cover;
    min-height: 450px;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.ficha-clinica + .item__breadcrumb .breadcrumb {
    position: relative;
    padding: 20px 0;
  }
}
.item__slider-interna.clinica-baviera {
  background: url(../imagenes/bg-clinicas.jpg) top -60px center no-repeat;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.item__slider-interna.clinica-baviera.end-light-grey {
  background: url(../imagenes/bg-clinicas.jpg) top -60px center no-repeat, rgba(240, 242, 243, 0.4);
}
@media (min-width: 767px) {
  .item__slider-interna.clinica-baviera {
    background: url(../imagenes/bg-clinicas.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.clinica-baviera.end-light-grey {
    background: url(../imagenes/bg-clinicas.jpg) top -103px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera {
    background: url(../imagenes/bg-clinicas.jpg) top -103px center no-repeat;
  }
  .item__slider-interna.clinica-baviera.end-light-grey {
    background: url(../imagenes/bg-clinicas.jpg) top -103px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1300px) {
  .item__slider-interna.clinica-baviera {
    background: url(../imagenes/bg-clinicas.jpg) top -105px center no-repeat;
  }
  .item__slider-interna.clinica-baviera.end-light-grey {
    background: url(../imagenes/bg-clinicas.jpg) top -105px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.clinica-baviera {
    background: url(../imagenes/bg-clinicas.jpg) top center no-repeat;
    background-size: cover;
  }
}
@media (min-width: 1900px) {
  .item__slider-interna.clinica-baviera {
    background: url(../imagenes/bg-clinicas.jpg) top -36px center no-repeat;
  }
  .item__slider-interna.clinica-baviera.end-light-grey {
    background: url(../imagenes/bg-clinicas.jpg) top -36px center no-repeat, rgba(240, 242, 243, 0.4);
  }
}
@media (max-width: 1023px) {
  .item__slider-interna.clinica-baviera.end-light-grey-mobile {
    background-color: #F3FAFF;
  }
  .item__slider-interna.clinica-baviera.end-light-grey-mobile + .item__breadcrumb {
    background: #F3FAFF;
  }
}
.item__slider-interna.clinica-baviera .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera + .item__breadcrumb .breadcrumb {
    position: relative;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-idi {
  background: url(../imagenes/sliders/slider-idi.jpg) no-repeat;
  background-size: cover;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 1599px) {
  .item__slider-interna.clinica-baviera-idi {
    background: url(../imagenes/sliders/slider-idi-desktop.jpg) no-repeat top -60px center;
    color: #00499A;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.clinica-baviera-idi {
    background: url(../imagenes/sliders/slider-idi-desktop.jpg) no-repeat top center;
    color: #00499A;
    background-size: cover;
  }
}
.item__slider-interna.clinica-baviera-idi .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-idi .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-idi + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-prensa {
  background: url(../imagenes/sliders/slider-prensa.jpg) no-repeat;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 767px) {
  .item__slider-interna.clinica-baviera-prensa {
    color: #00499A;
    background: url(../imagenes/sliders/slider-prensa-desktop.jpg) no-repeat top center;
    min-height: 540px;
    background-size: cover;
  }
}
.item__slider-interna.clinica-baviera-prensa .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-prensa .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-prensa + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-international {
  background: url(../imagenes/sliders/slider-internacional.jpg) no-repeat;
  background-size: cover;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 1599px) {
  .item__slider-interna.clinica-baviera-international {
    background: url(../imagenes/sliders/slider-international-desktop.jpg) no-repeat top -60px center #F8F9FB;
    background-size: cover;
    color: #00499A;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.clinica-baviera-international {
    background: url(../imagenes/sliders/slider-international-desktop.jpg) no-repeat top center #F8F9FB;
    background-size: cover;
    color: #00499A;
  }
}
.item__slider-interna.clinica-baviera-international .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-international .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-international + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-quejas {
  background: url(../imagenes/sliders/slider-quejas.jpg) no-repeat;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 767px) {
  .item__slider-interna.clinica-baviera-quejas {
    background: url(../imagenes/sliders/slider-quejas-desktop.jpg) no-repeat top center;
    min-height: 540px;
    background-size: cover;
    color: #00499A;
  }
}
.item__slider-interna.clinica-baviera-quejas .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-quejas .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-quejas + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-red {
  background: url(../imagenes/sliders/slider-baviera-red.jpg) no-repeat;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 767px) {
  .item__slider-interna.clinica-baviera-red {
    background: url(../imagenes/sliders/slider-baviera-red-desktop.jpg) no-repeat top center;
    min-height: 540px;
    background-size: cover;
    color: #00499A;
  }
}
.item__slider-interna.clinica-baviera-red .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-red .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-red + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-por-que {
  background: url(../imagenes/sliders/slider-cb-por-que.jpg) no-repeat;
  background-size: cover;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 767px) {
  .item__slider-interna.clinica-baviera-por-que {
    background: url(../imagenes/sliders/slider-cb-por-que-desktop.jpg) no-repeat top -60px center;
    background-size: cover;
    color: #00499A;
  }
}
.item__slider-interna.clinica-baviera-por-que .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-por-que .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-por-que + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.clinica-baviera-razones {
  background: url(../imagenes/sliders/slider-razones.jpg) no-repeat;
  background-size: cover;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
}
@media (min-width: 767px) and (max-width: 1599px) {
  .item__slider-interna.clinica-baviera-razones {
    background: url(../imagenes/sliders/slider-razones-desktop.jpg) no-repeat top -60px center;
    color: #00499A;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna.clinica-baviera-razones {
    background: url(../imagenes/sliders/slider-razones-desktop.jpg) no-repeat top center;
    background-size: cover;
    color: #00499A;
  }
}
.item__slider-interna.clinica-baviera-razones .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.clinica-baviera-razones .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.clinica-baviera-razones + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
.item__slider-interna.trabajo-empleo {
  background: url(../imagenes/sliders/trabajo-empleo.jpg) no-repeat;
  min-height: 350px;
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 767px) {
  .item__slider-interna.trabajo-empleo {
    background: url(../imagenes/sliders/trabajo-empleo-desktop.jpg) no-repeat top center;
    min-height: 540px;
  }
}
.item__slider-interna.trabajo-empleo .wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .item__slider-interna.trabajo-empleo .wrapper > div {
    flex-basis: 50%;
  }
}
@media (min-width: 1100px) {
  .item__slider-interna.trabajo-empleo + .item__breadcrumb .breadcrumb {
    position: relative;
    top: unset;
    left: unset;
    padding: 30px 0;
  }
}
@media (min-width: 1600px) {
  .item__slider-interna .item__slider-home-form {
    margin: 70px 0 0;
  }
}
.item__slider-text {
  max-width: 100%;
  padding: 40px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 1025px) {
  .item__slider-text {
    padding: 0px 30px 35px;
    max-width: 630px;
  }
}
@media (min-width: 1600px) {
  .item__slider-text {
    max-width: 740px;
    padding: 0 30px 20px 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
.item__slider-text h1 {
  font-size: 33px;
  line-height: 40px;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  margin: 0 0 15px;
}
@media (min-width: 360px) {
  .item__slider-text h1 {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) {
  .item__slider-text h1 {
    font-size: 35px;
    line-height: 1;
  }
}
@media (min-width: 1550px) {
  .item__slider-text h1 {
    font-size: 2.9rem;
    line-height: 46px;
  }
}
@media (min-width: 1100px) {
  .item__slider-text h1 {
    margin: 5px 0 30px;
  }
}
.item__slider-text h1.smaller-mobile {
  font-size: 135%;
  line-height: 1.4;
}
@media (min-width: 1600px) {
  .item__slider-text.simple-header {
    padding: 0;
  }
}

.bg-testimonios {
  background: #F3FAFF;
}

.item__testimonios-home {
  text-align: center;
}
.item__testimonios-home-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  grid-gap: 20px;
  margin: 45px 0 0;
}
.item__testimonios-home-testimonio {
  position: relative;
  flex-basis: 46%;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 767px) {
  .item__testimonios-home-testimonio {
    max-height: 155px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-home-testimonio {
    border-radius: 30px;
  }
}
@media (min-width: 1300px) {
  .item__testimonios-home-testimonio {
    flex-basis: unset;
  }
}
@media (max-width: 1100px) {
  .item__testimonios-home-testimonio:nth-child(n+5) {
    display: none;
  }
}
.item__testimonios-home-testimonio .item__cover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham Book", sans-serif;
  color: #ffffff;
  text-align: left;
  padding: 15px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 121.87%);
}
@media (min-width: 380px) {
  .item__testimonios-home-testimonio .item__cover-play {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-home-testimonio .item__cover-play {
    bottom: 0;
    top: unset;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 94.17%);
    padding: 25px 35px;
  }
}
.item__testimonios-home-testimonio .item__cover-play img {
  margin: 0 auto 10px;
  max-width: 30px;
}
@media (min-width: 360px) {
  .item__testimonios-home-testimonio .item__cover-play img {
    max-width: 40px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-home-testimonio .item__cover-play img {
    position: absolute;
    bottom: 25px;
    right: 35px;
  }
}
.item__testimonios-home-testimonio .item__cover-play .nombre {
  font-size: 12px;
  line-height: 16px;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 360px) {
  .item__testimonios-home-testimonio .item__cover-play .nombre {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (min-width: 380px) {
  .item__testimonios-home-testimonio .item__cover-play .nombre {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-home-testimonio .item__cover-play .nombre {
    font-size: 24px;
    line-height: 1;
  }
}
.item__testimonios-home-testimonio picture img {
  height: 100% !important;
  object-fit: cover;
}
.item__testimonios-home .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 380px) {
  .item__testimonios-home .btn-dark-blue {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-home .btn-dark-blue {
    display: none;
  }
}

.item__testimonios-refractiva {
  text-align: center;
}
.item__testimonios-refractiva-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  grid-gap: 20px;
  margin: 45px 0 0;
}
@media (min-width: 768px) {
  .item__testimonios-refractiva-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.item__testimonios-refractiva-testimonio {
  position: relative;
  flex-basis: 46%;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .item__testimonios-refractiva-testimonio {
    border-radius: 30px;
    flex-basis: 30%;
  }
  .item__testimonios-refractiva-testimonio:nth-of-type(7), .item__testimonios-refractiva-testimonio:nth-of-type(8), .item__testimonios-refractiva-testimonio:nth-of-type(12), .item__testimonios-refractiva-testimonio:nth-of-type(13) {
    flex-basis: 46%;
  }
}
.item__testimonios-refractiva-testimonio .item__cover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham Book", sans-serif;
  color: #ffffff;
  padding: 15px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 121.87%);
}
@media (min-width: 380px) {
  .item__testimonios-refractiva-testimonio .item__cover-play {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-refractiva-testimonio .item__cover-play {
    bottom: 0;
    top: unset;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 94.17%);
    padding: 25px 75px 25px 35px;
  }
}
.item__testimonios-refractiva-testimonio .item__cover-play img {
  margin: 0 auto 10px;
  max-width: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.item__testimonios-refractiva-testimonio .item__cover-play .nombre {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 360px) {
  .item__testimonios-refractiva-testimonio .item__cover-play .nombre {
    font-size: 18px;
  }
}
@media (min-width: 380px) {
  .item__testimonios-refractiva-testimonio .item__cover-play .nombre {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-refractiva-testimonio .item__cover-play .nombre {
    font-size: 24px;
    margin: 0;
  }
}
.item__testimonios-refractiva-testimonio .item__cover-play .operacion {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .item__testimonios-refractiva-testimonio .item__cover-play .operacion {
    margin: 10px 0 4px;
    text-align: left;
  }
}
.item__testimonios-refractiva-testimonio .item__cover-play p {
  margin: 0 0 4px;
}
.item__testimonios-refractiva .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 380px) {
  .item__testimonios-refractiva .btn-dark-blue {
    font-size: 20px;
  }
}

.item__testimonios-medicos-refractiva {
  text-align: center;
}
.item__testimonios-medicos-refractiva-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  grid-gap: 20px;
  margin: 45px 0 0;
}
@media (min-width: 768px) {
  .item__testimonios-medicos-refractiva-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.item__testimonios-medicos-refractiva-testimonio {
  position: relative;
  flex-basis: 46%;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .item__testimonios-medicos-refractiva-testimonio {
    border-radius: 30px;
    flex-basis: unset;
  }
}
.item__testimonios-medicos-refractiva-testimonio .item__cover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham Book", sans-serif;
  color: #ffffff;
  padding: 15px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 121.87%);
}
@media (min-width: 380px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play {
    bottom: 0;
    top: unset;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 94.17%);
    padding: 25px 75px 25px 35px;
  }
}
.item__testimonios-medicos-refractiva-testimonio .item__cover-play img {
  margin: 0 auto 10px;
  max-width: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.item__testimonios-medicos-refractiva-testimonio .item__cover-play .nombre {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 360px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play .nombre {
    font-size: 18px;
  }
}
@media (min-width: 380px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play .nombre {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play .nombre {
    font-size: 24px;
    margin: 0;
  }
}
.item__testimonios-medicos-refractiva-testimonio .item__cover-play .operacion {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .item__testimonios-medicos-refractiva-testimonio .item__cover-play .operacion {
    margin: 10px 0 4px;
    text-align: left;
  }
}
.item__testimonios-medicos-refractiva-testimonio .item__cover-play p {
  margin: 0 0 4px;
}
.item__testimonios-medicos-refractiva .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 380px) {
  .item__testimonios-medicos-refractiva .btn-dark-blue {
    font-size: 20px;
  }
}

.item__testimonios-presbicia {
  text-align: center;
}
.item__testimonios-presbicia-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  grid-gap: 20px;
  margin: 45px 0 0;
}
@media (min-width: 768px) {
  .item__testimonios-presbicia-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.item__testimonios-presbicia-testimonio {
  position: relative;
  flex-basis: 46%;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .item__testimonios-presbicia-testimonio {
    border-radius: 30px;
    flex-basis: unset;
  }
  .item__testimonios-presbicia-testimonio:nth-of-type(3), .item__testimonios-presbicia-testimonio:nth-of-type(4) {
    flex-basis: 49%;
  }
  .item__testimonios-presbicia-testimonio:nth-of-type(5), .item__testimonios-presbicia-testimonio:nth-of-type(6), .item__testimonios-presbicia-testimonio:nth-of-type(7) {
    flex-basis: 32%;
  }
}
.item__testimonios-presbicia-testimonio .item__cover-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham Book", sans-serif;
  color: #ffffff;
  padding: 15px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 121.87%);
}
@media (min-width: 380px) {
  .item__testimonios-presbicia-testimonio .item__cover-play {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-presbicia-testimonio .item__cover-play {
    bottom: 0;
    top: unset;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 94.17%);
    padding: 25px 75px 25px 35px;
  }
}
.item__testimonios-presbicia-testimonio .item__cover-play img {
  margin: 0 auto 10px;
  max-width: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.item__testimonios-presbicia-testimonio .item__cover-play .nombre {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 360px) {
  .item__testimonios-presbicia-testimonio .item__cover-play .nombre {
    font-size: 18px;
  }
}
@media (min-width: 380px) {
  .item__testimonios-presbicia-testimonio .item__cover-play .nombre {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-presbicia-testimonio .item__cover-play .nombre {
    font-size: 24px;
    margin: 0;
  }
}
.item__testimonios-presbicia-testimonio .item__cover-play .operacion {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .item__testimonios-presbicia-testimonio .item__cover-play .operacion {
    margin: 10px 0 4px;
    text-align: left;
  }
}
.item__testimonios-presbicia-testimonio .item__cover-play p {
  margin: 0 0 4px;
}
.item__testimonios-presbicia .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 380px) {
  .item__testimonios-presbicia .btn-dark-blue {
    font-size: 20px;
  }
}

.item__testimonios-cataratas {
  text-align: center;
}
.item__testimonios-cataratas-videos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  grid-gap: 20px;
  margin: 45px 0 0;
}
@media (min-width: 768px) {
  .item__testimonios-cataratas-videos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
.item__testimonios-cataratas-testimonio {
  position: relative;
  flex-basis: 46%;
  border-radius: 15px;
  overflow: hidden;
}
@media (min-width: 1100px) {
  .item__testimonios-cataratas-testimonio {
    border-radius: 30px;
    flex-basis: 32%;
  }
}
.item__testimonios-cataratas-testimonio .item__cover-play {
  border-radius: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  font-size: 13px;
  line-height: 20px;
  font-family: "Gotham Book", sans-serif;
  color: #ffffff;
  padding: 15px;
  background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, #282828 121.87%);
}
@media (min-width: 380px) {
  .item__testimonios-cataratas-testimonio .item__cover-play {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-cataratas-testimonio .item__cover-play {
    bottom: 0;
    top: unset;
    height: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    background: linear-gradient(360deg, #282828 0%, rgba(40, 40, 40, 0) 94.17%);
    padding: 25px 75px 25px 35px;
  }
}
.item__testimonios-cataratas-testimonio .item__cover-play img {
  margin: 0 auto 10px;
  max-width: 45px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.item__testimonios-cataratas-testimonio .item__cover-play .nombre {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 360px) {
  .item__testimonios-cataratas-testimonio .item__cover-play .nombre {
    font-size: 18px;
  }
}
@media (min-width: 380px) {
  .item__testimonios-cataratas-testimonio .item__cover-play .nombre {
    font-size: 20px;
  }
}
@media (min-width: 1100px) {
  .item__testimonios-cataratas-testimonio .item__cover-play .nombre {
    font-size: 24px;
    margin: 0;
  }
}
.item__testimonios-cataratas-testimonio .item__cover-play .operacion {
  font-size: 16px;
}
@media (min-width: 1100px) {
  .item__testimonios-cataratas-testimonio .item__cover-play .operacion {
    margin: 10px 0 4px;
    text-align: left;
  }
}
.item__testimonios-cataratas-testimonio .item__cover-play p {
  margin: 0 0 4px;
}
.item__testimonios-cataratas .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  font-size: 14px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 380px) {
  .item__testimonios-cataratas .btn-dark-blue {
    font-size: 20px;
  }
}

.inner_tratamientos.home {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 30px;
  grid-gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .inner_tratamientos.home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .inner_tratamientos.home {
    width: 90%;
  }
}
@media (min-width: 1120px) {
  .inner_tratamientos.home {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    grid-gap: 25px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .inner_tratamientos.home {
    width: 100%;
  }
}
.inner_tratamientos.home .text-mobile {
  border-radius: 0px 0px 15px 15px;
  padding: 16px;
  background: #F3FAFF;
}
@media (min-width: 768px) {
  .inner_tratamientos.home .text-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner_tratamientos.home .item__tratamiento picture > img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    min-height: 120px;
    max-height: 120px;
  }
  .inner_tratamientos.home .item__tratamiento-text {
    max-height: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.inner_tratamientos.refractiva {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  margin: 0 auto 30px;
  grid-gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .inner_tratamientos.refractiva {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .inner_tratamientos.refractiva {
    width: 90%;
  }
}
@media (min-width: 1120px) {
  .inner_tratamientos.refractiva {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    grid-gap: 25px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .inner_tratamientos.refractiva {
    width: 100%;
  }
}
.inner_tratamientos-title {
  flex-basis: 100%;
  text-align: center;
  margin: 0 0 10px;
  font-size: 1.7rem;
  line-height: 33px;
  font-weight: initial;
  font-family: "Gotham Book", sans-serif;
}
@media (min-width: 1550px) {
  .inner_tratamientos-title {
    font-size: 2rem;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos-title {
    text-align: left;
  }
}
.inner_tratamientos .item__tratamiento {
  position: relative;
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento {
    border-radius: 27.3px;
    overflow: hidden;
  }
}
@media (min-width: 1100px) {
  .inner_tratamientos .item__tratamiento {
    flex-basis: 23%;
  }
}
.inner_tratamientos .item__tratamiento img {
  height: auto;
}
.inner_tratamientos .item__tratamiento-text {
  background: linear-gradient(269.39deg, rgba(40, 40, 40, 0) 0.87%, rgba(40, 40, 40, 0.48) 99.85%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 100px 20px 30px;
  color: #ffffff;
  font-family: "Gotham", sans-serif;
  transition: 0.3s ease all;
  border-radius: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 360px) {
  .inner_tratamientos .item__tratamiento-text {
    padding: 20px 140px 20px 30px;
  }
}
@media (min-width: 380px) {
  .inner_tratamientos .item__tratamiento-text {
    padding: 20px 160px 20px 30px;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-text {
    padding: 120px 25px 10px;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0) 60%, rgba(40, 40, 40, 0.8) 100%);
    flex-basis: 31%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .inner_tratamientos .item__tratamiento-text:hover {
    background: rgba(94, 180, 229, 0.9);
    padding: 40px 25px 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .inner_tratamientos .item__tratamiento-text:hover .info {
    transform: translateY(0);
    opacity: 1;
  }
  .inner_tratamientos .item__tratamiento-text:hover .btn-orange, .inner_tratamientos .item__tratamiento-text:hover .btn-dark-blue, .inner_tratamientos .item__tratamiento-text:hover .btn-dark-green {
    transform: translateY(0);
  }
  .inner_tratamientos .item__tratamiento-text:hover .h2 {
    transform: translateY(0);
  }
  .inner_tratamientos .item__tratamiento-text.presbicia:hover {
    background: rgba(47, 90, 132, 0.9);
  }
  .inner_tratamientos .item__tratamiento-text.cataratas:hover {
    background: rgba(117, 186, 182, 0.9);
  }
  .inner_tratamientos .item__tratamiento-text.retina:hover {
    background: rgba(232, 156, 91, 0.9);
  }
  .inner_tratamientos .item__tratamiento-text.otros:hover {
    background: rgba(82, 119, 144, 0.9);
  }
  .inner_tratamientos .item__tratamiento-text.miopia .h2, .inner_tratamientos .item__tratamiento-text.presbicia .h2, .inner_tratamientos .item__tratamiento-text.cataratas .h2 {
    transform: translateY(100px);
  }
  .inner_tratamientos .item__tratamiento-text.miopia:hover .h2, .inner_tratamientos .item__tratamiento-text.presbicia:hover .h2, .inner_tratamientos .item__tratamiento-text.cataratas:hover .h2 {
    transform: translateY(0);
  }
}
@media (min-width: 1023px) {
  .inner_tratamientos .item__tratamiento-text {
    padding: 120px 35px 50px;
  }
  .inner_tratamientos .item__tratamiento-text:hover {
    padding: 40px 35px 50px;
  }
}
.inner_tratamientos .item__tratamiento-text.international {
  padding: 20px 115px 20px 30px;
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-text.international {
    padding: 155px 20px 20px;
  }
}
.inner_tratamientos .item__tratamiento-text.international .h2 {
  margin: 0;
}
.inner_tratamientos .item__tratamiento-text .h2 {
  font-family: "Gotham", sans-serif;
  font-size: 15px;
  line-height: 1;
  transition: 0.5s ease all;
  padding: 20px 0 0;
}
@media (min-width: 360px) {
  .inner_tratamientos .item__tratamiento-text .h2 {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-text .h2 {
    font-size: 22.7496px;
    line-height: 27px;
    margin: 0 0 15px;
    transform: translateY(160px);
    padding: 0;
  }
}
.inner_tratamientos .item__tratamiento-text .info {
  opacity: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.025em;
  font-family: "Gotham", sans-serif;
  transition: 0.5s ease all;
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-text .info {
    transform: translateY(150px);
  }
}
@media (max-width: 767px) {
  .inner_tratamientos .item__tratamiento-text .info {
    display: none;
  }
}
.inner_tratamientos .item__tratamiento-text .btn-orange, .inner_tratamientos .item__tratamiento-text .btn-dark-blue, .inner_tratamientos .item__tratamiento-text .btn-dark-green {
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  width: 100%;
  max-width: 118px;
  min-height: 25px;
  box-shadow: 7.1319px 5.70552px 9.98466px rgba(8, 87, 222, 0.04);
  border-radius: 21.3957px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  transition: 0.5s ease all;
}
@media (min-width: 390px) {
  .inner_tratamientos .item__tratamiento-text .btn-orange, .inner_tratamientos .item__tratamiento-text .btn-dark-blue, .inner_tratamientos .item__tratamiento-text .btn-dark-green {
    max-width: 125px;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-text .btn-orange, .inner_tratamientos .item__tratamiento-text .btn-dark-blue, .inner_tratamientos .item__tratamiento-text .btn-dark-green {
    transform: translateY(95px);
    max-width: 140px;
    min-height: 38px;
    box-shadow: 7.1319px 5.70552px 9.98466px rgba(8, 87, 222, 0.04);
    border-radius: 21.3957px;
  }
}
.inner_tratamientos .item__tratamiento-text.miopia .h2, .inner_tratamientos .item__tratamiento-text.presbicia .h2, .inner_tratamientos .item__tratamiento-text.cataratas .h2 {
  padding: 0;
}
.inner_tratamientos .item__tratamiento-ico {
  position: absolute;
  bottom: 20px;
  right: 20px;
  max-width: 46px;
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento-ico {
    display: none;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos .item__tratamiento.box {
    flex-basis: 48%;
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text {
    padding: 180px 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text .h2 {
    transform: translateY(10px);
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text .info {
    font-size: 16px;
    line-height: 23px;
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text .item__tratamiento-ico.desktop {
    transition: 0.5s ease all;
    display: block;
    bottom: 30px;
    right: 30px;
    transform: translateY(150px);
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text:hover {
    background: rgba(94, 180, 229, 0.84);
    padding: 30px 30px 20px;
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text:hover .h2 {
    transform: translateY(0);
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text:hover .item__tratamiento-ico.desktop {
    transform: translateY(0);
  }
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text.international {
    padding: 20px 115px 20px 30px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .inner_tratamientos .item__tratamiento.box .item__tratamiento-text.international {
    padding: 125px 20px 20px;
  }
}
@media (min-width: 1100px) {
  .inner_tratamientos .item__tratamiento.box {
    flex-basis: 30%;
  }
}
.inner_tratamientos.otros-tratamientos {
  display: flex;
  flex-direction: column;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto 30px;
  grid-gap: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .inner_tratamientos.otros-tratamientos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  .inner_tratamientos.otros-tratamientos {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .inner_tratamientos.otros-tratamientos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    grid-gap: 25px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .inner_tratamientos.otros-tratamientos {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .inner_tratamientos.otros-tratamientos .item__tratamiento.box {
    flex-basis: 23%;
  }
}
@media (min-width: 767px) {
  .inner_tratamientos.otros-tratamientos .item__tratamiento .item__tratamiento-text {
    padding: 135px 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .inner_tratamientos.otros-tratamientos .item__tratamiento .item__tratamiento-text .h2 {
    transform: translateY(10px);
  }
  .inner_tratamientos.otros-tratamientos .item__tratamiento .item__tratamiento-text .info {
    font-size: 15px;
    line-height: 1.1;
  }
}
.inner_tratamientos.otros-tratamientos .item__tratamiento .text-mobile {
  border-radius: 0px 0px 15px 15px;
  padding: 16px;
  background: #F3FAFF;
}
@media (min-width: 768px) {
  .inner_tratamientos.otros-tratamientos .item__tratamiento .text-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .inner_tratamientos.otros-tratamientos .item__tratamiento picture > img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    min-height: 120px;
  }
  .inner_tratamientos.otros-tratamientos .item__tratamiento .item__tratamiento-text {
    max-height: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.inner_tratamientos.unidades-medicas {
  display: flex;
  flex-direction: column;
  max-width: 1220px;
  margin: 0 auto 30px;
  grid-gap: 10px;
  width: 100%;
}
.inner_tratamientos.unidades-medicas .text-mobile {
  border-radius: 0px 0px 15px 15px;
  padding: 16px;
  background: #F3FAFF;
}
@media (min-width: 768px) {
  .inner_tratamientos.unidades-medicas .text-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .inner_tratamientos.unidades-medicas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    grid-gap: 25px;
  }
}
@media (min-width: 1025px) {
  .inner_tratamientos.unidades-medicas {
    width: 90%;
  }
}
@media (min-width: 1120px) {
  .inner_tratamientos.unidades-medicas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding: 0;
    margin: 30px auto;
  }
}
@media (min-width: 1300px) {
  .inner_tratamientos.unidades-medicas {
    width: 100%;
  }
}
.inner_tratamientos.unidades-medicas .item__tratamiento.box .item__tratamiento-text {
  background: linear-gradient(269deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0.48) 100%);
}
@media (min-width: 768px) {
  .inner_tratamientos.unidades-medicas .item__tratamiento.box .item__tratamiento-text {
    padding: 225px 50px 40px 35px;
    background: linear-gradient(180deg, rgba(40, 40, 40, 0) 0%, rgba(40, 40, 40, 0) 60%, rgba(40, 40, 40, 0.8) 100%);
  }
}
@media (min-width: 768px) {
  .inner_tratamientos.unidades-medicas .item__tratamiento.box .item__tratamiento-text:hover {
    background: rgba(94, 180, 229, 0.84);
    padding: 30px 30px 20px;
  }
}
@media (max-width: 767px) {
  .inner_tratamientos.unidades-medicas .item__tratamiento.box .item__tratamiento-text {
    max-height: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  .inner_tratamientos.unidades-medicas .item__tratamiento picture img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    object-fit: cover;
    min-height: 120px;
  }
}

.title__h2 {
  font-size: 1.7rem;
  line-height: 33px;
  font-weight: initial;
  font-family: "Gotham Book", sans-serif;
  text-align: center;
  margin: 0 0 40px;
}
@media (min-width: 1550px) {
  .title__h2 {
    font-size: 2rem;
    line-height: 50px;
  }
}

.title__h3 {
  font-size: 1.4rem;
  line-height: 34px;
}
@media (min-width: 1200px) {
  .title__h3 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.title__h4 {
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align: left;
}
@media (min-width: 1200px) {
  .title__h4 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

.item__subtitled {
  font-size: 19px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .item__subtitled {
    font-size: 16px;
  }
}

.item__comparison-subtitles .item__subtitled:last-of-type {
  text-align: right;
}

/*Infografia MODAL*/
.modal__infografia {
  background-color: white;
  max-height: 100% !important;
  margin-top: 6%;
  max-width: 850px;
  overflow: auto;
}

.modal__infografia-presbicia {
  background-color: white;
  max-height: 90vh;
  max-width: 850px;
  overflow: auto;
}

@media (min-width: 1100px) {
  .modal__infografia-presbicia {
    margin-top: 100px;
  }
}
/*INFOGRAFÍA JUNIO 2017 - Miopía*/
#modal-infografia-6 .modal-header {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  background-color: #fef7d9;
}

#modal-infografia-6 .modal-body {
  overflow: hidden;
  width: 100%;
}

#modal-infografia-6 .modal-body, #modal-infografia-6 .modal-content {
  padding: 0;
}

#modal-infografia-6 .modal .modal-dialog .modal-content {
  padding: 0;
}

#modal-infografia-6 .modal-header .close {
  margin-right: 10px;
}

.blue-infografia {
  color: #0b305f;
}

.light-blue-infografia {
  color: #55c6ca;
}

.crema {
  color: #fef7d9;
}

.franja.azul {
  background-image: url(../imagenes/infografias/promo-junio-2017/fondo-azul-oscuro.png);
  background-size: cover;
}

.franja.celeste {
  background-image: url(../imagenes/infografias/promo-junio-2017/fondo-azul-claro.png);
  background-size: cover;
}

.rectangulo-infografia {
  background-image: url(../imagenes/infografias/promo-junio-2017/rectangulo.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.infografia-miopia {
  height: 700px;
  overflow: auto;
  width: 102%;
}

.infografia-miopia h2 {
  font-family: "Gravitas One", cursive;
  text-align: center;
  font-size: 26px;
  padding-left: 86px;
  padding-right: 86px;
}

.infografia-miopia h2.light-blue-infografia {
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}

.infografia-miopia ul {
  float: left;
  padding-left: 12px;
}

.infografia-miopia ul li {
  list-style: none;
  font-size: 11px;
}

.logo-clinica-xs {
  display: none;
}

.margin-sides {
  margin-right: 59px;
  margin-left: 59px;
}

.texto-infografia {
  font-family: "Open Sans", sans-serif;
}

.texto-infografia-xs {
  display: none;
}

.mapa-infografia {
  max-width: 250px;
  float: left;
  width: 100%;
}

.porcentaje-provincias {
  padding-top: 35px;
}

.porcentaje-destacado {
  font-family: "Gravitas One", cursive;
  float: left;
  font-size: 60px;
  padding-top: 16px;
}

.personajes-infografia {
  float: right;
  max-width: 379px;
  margin-top: 30px;
  width: 100%;
}

.social-infografia {
  position: absolute;
  top: 20px;
  right: 3px;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.8);
}

.social-infografia div a, .social-infografia div p {
  float: left;
  padding: 5px;
}

.social-infografia img {
  max-width: 25px;
}

.social-infografia div p {
  padding-top: 10px;
  padding-right: 10px;
}

.personajes-infografia.xs img {
  display: none;
}

.bloque1 .personajes-infografia {
  float: right;
  max-width: 443px;
  width: 100%;
}

.infografia-miopia .bloque2 .margin-sides, .infografia-miopia .bloque4 .margin-sides {
  padding: 60px 20px;
  margin-right: 20px;
  height: 250px;
}

.bloque2 .texto-infografia, .bloque4 .texto-infografia {
  max-width: 260px;
  float: left;
  padding-left: 20px;
  padding-top: 33px;
  text-align: left;
  font-size: 13px;
}

.bloque2 img, .bloque4 img {
  float: right;
  max-width: 236px;
  width: 100%;
}

.bloque3 div {
  float: left;
  padding-bottom: 45px;
}

.bloque3 div img {
  max-width: 350px;
  width: 100%;
}

.bloque3 div:first-of-type img {
  max-width: 270px;
}

.bloque3 div:nth-of-type(2n+2) {
  float: right;
}

.bloque3 div:nth-of-type(2n+2) img {
  padding-top: 29px;
}

.bloque3 h2.light-blue-infografia {
  margin-top: 0;
}

.infografia-miopia .bloque4 img {
  max-width: 173px;
  margin-top: 12px;
  margin-right: 50px;
}

.bloque5 h2 {
  margin-top: 0;
}

.bloque5 div img {
  max-width: 270px;
  padding: 25px;
  float: left;
}

.bloque5 div div p {
  float: right;
  text-align: center;
}

.bloque5 div div p:first-of-type {
  margin-bottom: 0;
  margin-right: 45px;
  font-size: 50px;
}

.bloque5 div div p:last-of-type {
  max-width: 299px;
  margin-top: -8px;
}

.bloque6 div.rectangulo-infografia:first-of-type {
  float: left;
  max-width: 374px;
  height: 220px;
  margin-left: 15px;
}

.bloque6 div div .porcentaje-destacado {
  float: none;
  margin-top: 17px;
}

.bloque6 div div:first-of-type p.texto-infografia {
  padding: 0 45px 11px 43px;
  margin-top: -11px;
}

.bloque6 div div:last-of-type {
  float: right;
  max-width: 374px;
  height: 220px;
  margin-right: 15px;
}

.bloque6 div div:last-of-type p.texto-infografia {
  padding: 0 56px 11px 61px;
}

.bloque6 div div:last-of-type p.porcentaje-destacado {
  font-size: 50px;
  margin-top: 20px;
}

.bloque7 {
  background-color: #fef7d9;
}

.bloque7 h2.light-blue-infografia, .bloque8 h2.light-blue-infografia {
  padding: 0 130px;
  margin-top: 0;
}

.bloque7 img {
  padding: 0 28px;
}

.bloque7 img:last-of-type {
  display: none;
}

.bloque8 img:first-of-type {
  float: left;
  max-height: 350px;
  margin-left: 28px;
}

.bloque8 img:nth-of-type(4n+2) {
  float: right;
  max-width: 405px;
  margin: 41px 28px 0 0;
}

.bloque8 img:nth-of-type(4n+3), .bloque8 img:nth-of-type(4n+4) {
  display: none;
}

/*INFOGRAFÍA ASTIGMATISMO EN ESPAÑA*/
#modal-infografia-7 .modal-header {
  min-height: 0;
  padding: 0;
  border-bottom: 0;
  background-color: #fef7d9;
}

#modal-infografia-7 .modal-body {
  overflow: hidden;
  width: 100%;
}

#modal-infografia-7 .modal-body, #modal-infografia-7 .modal-content {
  padding: 0;
}

#modal-infografia-7 .modal .modal-dialog .modal-content {
  padding: 0;
}

#modal-infografia-7 .modal-header .close {
  margin-right: 10px;
}

.infografia-astigmatismo {
  height: 900px;
  overflow: auto;
  width: 103%;
}

.infografia-astigmatismo h2 {
  font-family: "Gravitas One", cursive;
  text-align: center;
  font-size: 26px;
  padding-left: 86px;
  padding-right: 86px;
}

.infografia-astigmatismo h2.light-blue-infografia {
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}

.infografia-astigmatismo h3 {
  font-family: "Gravitas One", cursive;
  text-align: center;
  font-size: 14px;
  text-align: center;
  text-transform: initial;
}

.infografia-astigmatismo ul {
  float: left;
  padding-left: 12px;
}

.infografia-astigmatismo ul li {
  list-style: none;
  font-size: 11px;
}

.logo-clinica-xs {
  display: none;
}

/*Bloque 1*/
.infografia-astigmatismo .bloque1 {
  display: block;
  margin-top: 50px;
}

.infografia-astigmatismo .mapa-infografia .mapa-bloque1-xs {
  display: none;
}

.infografia-astigmatismo .mapa-infografia {
  min-height: 450px;
  max-width: 100%;
  margin-bottom: -120px;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/mapa-espana.png);
  background-position: 160px 0;
  background-repeat: no-repeat;
  background-size: 76%;
}

.infografia-astigmatismo .porcentajes-1 {
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-1-porcentajes.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .porcentajes {
  margin: 22px 0 0 9px;
}

.infografia-astigmatismo .porcentajes, .infografia-astigmatismo .provincias {
  display: inline-block;
  margin-bottom: 10px;
}

.infografia-astigmatismo .porcentajes p, .infografia-astigmatismo .provincias p {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}

.infografia-astigmatismo .porcentajes li:first-of-type p, .infografia-astigmatismo .porcentajes li:last-of-type p, .infografia-astigmatismo .provincias li:first-of-type p, .infografia-astigmatismo .provincias li:last-of-type p {
  font-size: 15px;
  color: #0b305f;
}

.infografia-astigmatismo .porcentajes p {
  color: #0b305f;
  text-align: right;
}

.infografia-astigmatismo .provincias p {
  color: #55c6ca;
}

.infografia-astigmatismo .bloque1 .porcentajes-2 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-2-porcentajes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque1 .porcentajes-3 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-3-porcentajes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-4-porcentajes.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque1 .porcentajes-2, .infografia-astigmatismo .bloque1 .porcentajes-3 {
  margin-top: 155px;
  width: 223px;
  height: 223px;
  float: left;
  margin-right: 20px;
}

.infografia-astigmatismo .bloque1 .porcentajes-2 h3, .infografia-astigmatismo .bloque1 .porcentajes-3 h3 {
  margin-top: 26px;
}

.infografia-astigmatismo .bloque1 .porcentajes-2 p, .infografia-astigmatismo .bloque1 .porcentajes-3 p {
  padding: 10px 24px;
  margin-top: 10px;
  text-align: center;
}

.infografia-astigmatismo .bloque1 .porcentajes-2 p span, .infografia-astigmatismo .bloque1 .porcentajes-3 p span, .infografia-astigmatismo .bloque1 .porcentajes-4 p span {
  font-family: "Gravitas One", cursive;
  font-size: 42px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 {
  float: left;
  width: 200px;
  height: 420px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 p {
  text-align: center;
  padding: 0 30px;
  line-height: 16px;
  font-size: 14px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 p:first-of-type span {
  font-size: 39px;
  line-height: 66px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 p span {
  font-size: 30px;
  line-height: 54px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 p:last-of-type {
  margin-top: 82px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 p:last-of-type span {
  line-height: 40px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul {
  width: 153px;
  margin: 0 auto;
  margin-top: 31px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul p {
  margin-top: 0;
  padding: 0;
  float: left;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul p span {
  font-size: 32px;
  padding-right: 5px;
}

.infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul p:last-of-type {
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  width: 73px;
}

/*Bloque 2*/
.infografia-astigmatismo .bloque2 {
  background-color: #fef7d9;
  width: 100%;
  height: 465px;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/distribucion-por-edad.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque2 h2 {
  margin: 0;
  margin-top: 20px;
}

.infografia-astigmatismo .bloque2 img {
  display: none;
}

/*Bloque 3*/
.infografia-astigmatismo .bloque3 {
  margin: 0 42px 50px;
}

.infografia-astigmatismo .bloque3 h2 {
  margin-top: 30px;
}

.infografia-astigmatismo .bloque3 div {
  width: 345px;
  height: 172px;
  padding: 0;
}

.infografia-astigmatismo .bloque3 .hombres {
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/porcentaje-hombres.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque3 .mujeres {
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/porcentaje-mujeres.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque3 div p {
  font-family: "Gravitas One", cursive;
  font-size: 20px;
  text-align: right;
  margin-top: 38px;
  text-transform: uppercase;
  padding-right: 11px;
}

.infografia-astigmatismo .bloque3 div p span {
  font-size: 50px;
}

/*Bloque 4*/
.infografia-astigmatismo .bloque4 {
  background-color: #b6e7e8;
  width: 100%;
  height: 558px;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque4 h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.infografia-astigmatismo .bloque4 p span, .infografia-astigmatismo .bloque4 .title {
  font-family: "Gravitas One", cursive;
  font-size: 50px;
}

.infografia-astigmatismo .bloque4 .parte-superior div {
  display: inline-block;
}

.infografia-astigmatismo .bloque4 .parte-superior div:last-of-type {
  float: left;
  width: 25%;
  margin-left: 20px;
  margin-top: 51px;
  font-size: 14px;
}

.infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p {
  text-align: left;
}

.infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p span {
  font-size: 50px;
}

.infografia-astigmatismo .bloque4 .parte-superior div:first-of-type {
  width: 70%;
  float: right;
}

.infografia-astigmatismo .bloque4 .parte-superior div:first-of-type p {
  text-align: right;
  font-size: 9px;
  font-weight: 600;
  margin: 183px 12px 0 0;
}

.infografia-astigmatismo .bloque4 .parte-inferior {
  margin-left: 59px;
  margin-top: 57px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+1) p, .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) p {
  margin-top: 26px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div {
  width: 30%;
  float: left;
  padding: 0 20px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div p {
  text-align: left;
  font-size: 12px;
  line-height: 17px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div p span {
  line-height: 55px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) {
  padding: 0 0 0 45px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) {
  width: 40%;
  padding: 0 0 0 40px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) .title {
  font-size: 14px !important;
  height: 33px;
  margin-bottom: 0;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:not(.title) {
  font-weight: 600;
  height: 20px;
  padding-left: 10px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p span {
  font-size: 14px;
  font-weight: normal;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:nth-of-type(4n+3), .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:nth-of-type(4n+4) {
  margin-top: 24px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:nth-of-type(4n+2) span {
  margin-left: 112px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:nth-of-type(4n+3) span {
  margin-left: 45px;
}

.infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p:nth-of-type(4n+4) span {
  margin-left: 30px;
}

/*Bloque 5*/
.infografia-astigmatismo .bloque5 .dioptrias-corregidas {
  width: 700px;
  height: 328px;
  background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/dioptrias-corregidas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-astigmatismo .bloque5 .resultado {
  font-family: "Gravitas One", cursive;
  font-size: 23px;
  margin: 30px 0 60px;
  text-align: center;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p {
  font-size: 25px;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p span {
  font-family: "Gravitas One", cursive;
  font-size: 43px;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p:first-of-type {
  padding-top: 63px;
  padding-left: 41px;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p:first-of-type span {
  margin-right: 256px;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p:last-of-type {
  margin-top: 113px;
  text-align: right;
  padding-right: 22px;
}

.infografia-astigmatismo .bloque5 .dioptrias-corregidas p:last-of-type span {
  font-size: 30px;
  margin-left: 259px;
}

/*INFOGRAFÍA HIPERMETROPIA EN ESPAÑA*/
#modal-infografia-8 .modal-body {
  overflow: hidden;
  width: 100%;
}

.infografia-hipermetropia {
  overflow-y: hidden;
  width: 100%;
}

.infografia-hipermetropia h2 {
  font-family: "Gravitas One", cursive;
  text-align: center;
  font-size: 26px;
  padding-left: 86px;
  padding-right: 86px;
}

.infografia-hipermetropia h2.light-blue-infografia {
  padding-left: 0;
  padding-right: 0;
  margin-top: 60px;
}

.infografia-hipermetropia h3 {
  font-family: "Gravitas One", cursive;
  font-size: 26px;
  text-align: center;
  text-transform: initial;
}

.infografia-hipermetropia ul {
  float: left;
  padding-left: 12px;
}

.infografia-hipermetropia ul li {
  list-style: none;
  font-size: 11px;
}

.logo-clinica-xs {
  display: none;
}

/*Bloque 1*/
.infografia-hipermetropia .bloque1 {
  display: block;
  margin-top: 50px;
}

.infografia-hipermetropia .mapa-infografia .mapa-bloque1-xs {
  display: none;
}

.infografia-hipermetropia .mapa-infografia {
  min-height: 450px;
  max-width: 100%;
  margin-bottom: -120px;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/mapa-espana.png);
  background-position: 160px 0;
  background-repeat: no-repeat;
  background-size: 76%;
}

.infografia-hipermetropia .porcentajes-1 {
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-1-porcentajes.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .porcentajes {
  margin: 22px 0 0 9px;
}

.infografia-hipermetropia .porcentajes, .infografia-hipermetropia .provincias {
  display: inline-block;
  margin-bottom: 10px;
}

.infografia-hipermetropia .porcentajes p, .infografia-hipermetropia .provincias p {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 2px;
}

.infografia-hipermetropia .porcentajes li:first-of-type p, .infografia-hipermetropia .porcentajes li:last-of-type p, .infografia-hipermetropia .provincias li:first-of-type p, .infografia-hipermetropia .provincias li:last-of-type p {
  font-size: 15px;
  color: #0b305f;
}

.infografia-hipermetropia .porcentajes p {
  color: #0b305f;
  text-align: right;
}

.infografia-hipermetropia .provincias p {
  color: #55c6ca;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-2-porcentajes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque1 .porcentajes-3 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-3-porcentajes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 {
  display: inline-block;
  vertical-align: bottom;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-4-porcentajes.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque1 .porcentajes-2, .infografia-hipermetropia .bloque1 .porcentajes-3 {
  margin-top: 155px;
  width: 264px;
  height: 223px;
  float: left;
  margin-right: 5px;
}

.infografia-hipermetropia .bloque1 .porcentajes-3 {
  margin-left: -18px;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 h3, .infografia-hipermetropia .bloque1 .porcentajes-3 h3 {
  margin-top: 20px;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 p, .infografia-hipermetropia .bloque1 .porcentajes-3 p {
  padding: 10px 24px;
  margin-top: 10px;
  text-align: center;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 p, .infografia-hipermetropia .bloque1 .porcentajes-2 h3 {
  margin-left: -18px;
}

.infografia-hipermetropia .bloque1 .porcentajes-3 p, .infografia-hipermetropia .bloque1 .porcentajes-3 h3 {
  margin-left: 18px;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 p span, .infografia-hipermetropia .bloque1 .porcentajes-3 p span, .infografia-hipermetropia .bloque1 .porcentajes-4 p span {
  font-family: "Gravitas One", cursive;
  font-size: 42px;
  line-height: 1.2;
}

.infografia-hipermetropia .bloque1 .porcentajes-2 p span {
  font-size: 51px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 {
  float: left;
  width: 166px;
  height: 420px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 p {
  text-align: center;
  padding: 0 10px;
  line-height: 16px;
  font-size: 13px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 p:first-of-type span {
  font-size: 39px;
  line-height: 66px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 p span {
  font-size: 30px;
  line-height: 54px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 p:last-of-type {
  margin-top: 82px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 p:last-of-type span {
  line-height: 40px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul {
  width: 153px;
  margin: 0 auto;
  margin-top: 23px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul p {
  margin-top: 0;
  padding: 0;
  float: left;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul p span {
  font-size: 28px;
  padding-right: 5px;
}

.infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul p:last-of-type {
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  width: 90px;
  margin-top: 10px;
}

/*Bloque 2*/
.infografia-hipermetropia .bloque2 {
  background-color: #b6e7e8;
  width: 100%;
  height: 465px;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/distribucion-por-edad.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque2 h2 {
  margin: 0;
  margin-top: 20px;
}

.infografia-hipermetropia .bloque2 img {
  display: none;
}

.infografia-hipermetropia .bloque2 ul {
  display: inline-block;
  position: relative;
  top: 328px;
  padding: 0;
  margin: 0;
}

.infografia-hipermetropia .bloque2 li {
  display: inline-block;
  margin: 0 30px;
  font-size: 16px;
  font-weight: bold;
}

.infografia-hipermetropia .bloque2 ul:first-of-type li:first-child {
  margin-left: 74px;
}

/*Bloque 3*/
.infografia-hipermetropia .bloque3 {
  margin: 0 42px 0;
}

.infografia-hipermetropia .bloque3 h2 {
  margin-top: 30px;
}

.infografia-hipermetropia .bloque3 div {
  width: 295px;
  height: 238px;
  padding: 0;
}

.infografia-hipermetropia .bloque3 .hombres {
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/porcentaje-hombres.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 122px;
}

.infografia-hipermetropia .bloque3 .mujeres {
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/porcentaje-mujeres.png);
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque3 div p {
  font-family: "Gravitas One", cursive;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
  position: relative;
  left: 118px;
  top: 143px;
  width: 155px;
}

.infografia-hipermetropia .bloque3 div.mujeres p {
  left: 176px;
}

.infografia-hipermetropia .bloque3 div p span {
  font-size: 50px;
}

/*Bloque 4*/
.infografia-hipermetropia .bloque4 {
  background-color: #fdf1bc;
  width: 100%;
  height: 555px;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-4.png);
  background-position: center;
  background-position-y: 121px;
  background-repeat: no-repeat;
  background-size: contain;
}

.infografia-hipermetropia .bloque4 .parte-superior div {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  position: relative;
  top: 82px;
}

.infografia-hipermetropia .bloque4 .parte-superior div:first-of-type {
  width: 63%;
  margin-left: 36px;
  top: 50px;
}

.infografia-hipermetropia .bloque4 .parte-superior div p {
  display: inline-block;
  vertical-align: middle;
}

.infografia-hipermetropia .bloque4 .parte-superior div:first-of-type p:first-child, .infografia-hipermetropia .bloque4 .parte-superior div:last-of-type span {
  font-size: 50px;
  font-family: "Gravitas One", cursive;
  line-height: 1;
}

.infografia-hipermetropia .bloque4 .parte-superior div:first-of-type p:last-child {
  margin-left: 10px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul {
  position: relative;
  top: 50px;
  left: 61px;
  width: 100%;
  max-width: 618px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li.title {
  font-size: 14px !important;
  height: 33px;
  margin-bottom: 0;
  font-family: "Gravitas One", cursive;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li:not(.title) {
  font-size: 15px;
  margin-top: 32px;
  padding-left: 15px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li:nth-of-type(4n+3) {
  margin-top: 34px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li:last-of-type {
  margin-top: 26px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li span {
  font-size: 18px;
  font-family: "Gravitas One", cursive;
  position: relative;
  left: 131px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li:nth-of-type(4n+2) span {
  left: 476px;
}

.infografia-hipermetropia .bloque4 .parte-inferior ul li:nth-of-type(4n+3) span {
  left: 212px;
}

/*Bloque 5*/
.infografia-hipermetropia .bloque5 {
  padding: 30px 0;
  overflow-y: hidden;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas {
  max-width: 700px;
  width: 100%;
  height: 485px;
  background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/dioptrias-corregidas.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  position: relative;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p {
  font-size: 15px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p span {
  font-family: "Gravitas One", cursive;
  font-size: 18px;
  position: relative;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p {
  position: absolute;
  top: 23px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:first-of-type {
  left: 103px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:first-of-type span {
  margin-right: 24px;
  top: 15px;
  left: -5px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+2) {
  top: 155px;
  left: 133px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+2) span {
  font-size: 30px;
  margin-left: 73px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+3) {
  top: 289px;
  left: 426px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+3) span {
  margin-left: 43px;
  top: 9px;
}

.infografia-hipermetropia .bloque5 .dioptrias-corregidas p.resultado {
  font-family: "Gravitas One", cursive;
  top: 427px;
  left: calc(50% - 186px);
  text-align: center;
  text-align: center;
}

.bloque5 img {
  display: none;
}

@media (max-width: 1024px) {
  .infografia-hipermetropia .bloque4 .parte-inferior ul {
    top: 91px;
  }
}
@media (max-width: 768px) {
  .infografia-miopia ul {
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: top;
  }
  .infografia-miopia ul li {
    font-size: 14px;
  }
  .infografia-miopia h2, .infografia-astigmatismo h2, .infografia-hipermetropia h2 {
    padding-right: 0;
    padding-left: 0;
  }
  .margin-sides {
    margin-right: 20px;
    margin-left: 20px;
  }
  .mapa-infografia {
    max-width: 400px;
    float: none;
    display: block;
    margin: 0 auto;
  }
  .porcentaje-destacado {
    float: none;
    display: block;
    padding-top: 0;
    margin-bottom: 0;
    height: 53px;
  }
  .porcentaje-provincias {
    text-align: center;
  }
  .bloque1 .personajes-infografia {
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 20px;
    max-width: 490px;
  }
  .bloque2 .margin-sides, .bloque4 .margin-sides {
    padding: 60px 20px;
    margin-right: 20px;
    height: 250px;
  }
  .bloque2 .texto-infografia, .bloque4 .texto-infografia {
    float: none;
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 0;
    margin-top: 27px;
    display: inline-block;
  }
  .bloque3 div {
    float: none;
    display: block;
  }
  .bloque3 div:nth-of-type(2n+2) {
    float: none;
  }
  .bloque3 img {
    margin: 0 auto;
  }
  .bloque3 div:first-of-type img {
    max-width: 350px;
  }
  .bloque4 img {
    max-width: 193px;
    margin-top: -30px;
    margin-right: 0;
  }
  .bloque5 div img {
    max-width: 235px;
    padding: 10px;
    float: left;
  }
  .bloque5 div div {
    display: block;
  }
  .bloque5 div div p {
    float: right;
    text-align: center;
  }
  .bloque5 div div p:first-of-type {
    margin-top: 10px;
    margin-right: 60px;
  }
  .bloque5 div div p:last-of-type {
    margin-top: 16px;
    margin-right: 15px;
  }
  .bloque6 div.rectangulo-infografia:first-of-type {
    float: none;
    display: block;
    margin: 0 auto;
  }
  .bloque6 div div .porcentaje-destacado {
    padding-top: 44px;
  }
  .bloque6 div div:first-of-type p.texto-infografia {
    padding-top: 71px;
  }
  .bloque6 div div:last-of-type {
    float: none;
    display: block;
    max-width: 374px;
    height: 220px;
    margin-right: 20px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bloque6 div div:last-of-type p.texto-infografia {
    padding-top: 59px;
  }
  .bloque6 div div:last-of-type p.porcentaje-destacado {
    padding-top: 42px;
  }
  .bloque7 h2.light-blue-infografia, .bloque8 h2.light-blue-infografia {
    padding: 0;
    margin-top: 30px;
  }
  .bloque7 img {
    margin-bottom: 30px;
  }
  .bloque8 img:first-of-type {
    max-height: 250px;
  }
  .infografia-astigmatismo h2 {
    width: 97%;
  }
  .infografia-astigmatismo .bloque2 h2 {
    width: 100%;
  }
  .infografia-astigmatismo .margin-sides {
    margin-right: 20px;
    margin-left: 20px;
  }
  .infografia-astigmatismo .mapa-infografia {
    background-image: none;
    margin-bottom: 40px;
  }
  .infografia-astigmatismo .mapa-infografia .mapa-bloque1-xs {
    display: block;
  }
  .infografia-astigmatismo .porcentajes-1 {
    margin-left: 21%;
  }
  .infografia-astigmatismo .porcentajes li:first-of-type p, .infografia-astigmatismo .porcentajes li:last-of-type p, .infografia-astigmatismo .provincias li:first-of-type p, .infografia-astigmatismo .provincias li:last-of-type p {
    font-size: 20px;
    font-weight: 600;
  }
  .infografia-astigmatismo .porcentajes p, .infografia-astigmatismo .provincias p {
    font-size: 18px;
    font-weight: 400;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2, .infografia-astigmatismo .bloque1 .porcentajes-3, .infografia-astigmatismo .bloque1 .porcentajes-4 {
    float: none;
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    width: 300px;
    height: 300px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 {
    height: 600px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2 h3, .infografia-astigmatismo .bloque1 .porcentajes-3 h3 {
    margin-top: 43px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2 p, .infografia-astigmatismo .bloque1 .porcentajes-3 p {
    font-size: 20px;
    margin-top: 30px;
  }
  .infografia-astigmatismo h3 {
    font-size: 21px;
  }
  .infografia-astigmatismo .bloque2 img {
    display: block;
    float: none;
    max-width: 100%;
  }
  .infografia-astigmatismo .bloque3 div {
    float: none;
    display: block;
    margin: 0 auto;
    width: 402px;
    height: 200px;
  }
  .infografia-astigmatismo .bloque3 div p {
    padding-top: 52px;
    width: 97%;
  }
  .infografia-astigmatismo .bloque2 {
    background-image: none;
    height: auto;
    width: 97%;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p {
    font-size: 20px;
    font-weight: normal;
    line-height: 26px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p strong {
    font-weight: 400;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul {
    width: 230px;
    margin-top: 62px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p:first-of-type span {
    line-height: 95px;
    font-size: 39px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p:last-of-type {
    margin-top: 126px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul p:last-of-type {
    font-size: 16px;
    line-height: 16px;
    width: 135px;
    margin-top: 0;
    padding-left: 15px;
  }
  .infografia-astigmatismo .bloque4 {
    background-color: #b6e7e8;
    height: 2700px;
    width: 97%;
    background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/bloque-4-xs.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 500px;
  }
  .infografia-astigmatismo .bloque4 .parte-superior, .infografia-astigmatismo .bloque4 .parte-superior div:last-of-type, .infografia-astigmatismo .bloque4 .parte-superior div:first-of-type, .infografia-astigmatismo .bloque4 .parte-inferior div, .infografia-astigmatismo .bloque4 .parte-inferior {
    float: none;
    display: block;
    margin: 0 auto;
    height: 100%;
    line-height: normal;
    padding: 0;
    width: 97%;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:first-of-type p, .infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p, .infografia-astigmatismo .bloque4 .parte-inferior div p {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    width: 100%;
    max-width: 300px;
    font-weight: normal;
    display: block;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:first-of-type p {
    margin-top: 750px;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p {
    margin-top: 390px;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+1) p {
    margin-top: 288px;
    line-height: normal;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) {
    padding: 0;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) p {
    line-height: normal;
    margin-top: 206px;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) {
    display: none;
  }
  .infografia-astigmatismo .bloque5 .dioptrias-corregidas {
    width: 97%;
    background-image: url(../imagenes/infografias/estudio-astigmatismo-espana/dioptrias-corregidas-xs.png);
  }
  .infografia-astigmatismo .bloque5 .dioptrias-corregidas p, .infografia-astigmatismo .bloque5 p {
    display: none;
  }
  .infografia-hipermetropia .bloque2 {
    background-image: none;
    height: auto;
    width: 97%;
    position: relative;
  }
  .infografia-hipermetropia .bloque2 img {
    display: block;
    float: none;
    max-width: 60%;
    margin: 20px auto 0;
  }
  .infografia-hipermetropia .bloque2 ul {
    display: none;
  }
  .infografia-hipermetropia h2 {
    width: 97%;
  }
  .infografia-hipermetropia .bloque2 h2 {
    width: 100%;
  }
  .infografia-hipermetropia .margin-sides {
    margin-right: 20px;
    margin-left: 20px;
  }
  .infografia-hipermetropia .mapa-infografia {
    background-image: none;
    margin-bottom: 40px;
  }
  .infografia-hipermetropia .mapa-infografia .mapa-bloque1-xs {
    display: block;
  }
  .infografia-hipermetropia .porcentajes-1 {
    margin-left: 21%;
  }
  .infografia-hipermetropia .cajas-porcentajes {
    margin-bottom: 30px;
  }
  .infografia-hipermetropia .porcentajes li:first-of-type p, .infografia-hipermetropia .porcentajes li:last-of-type p, .infografia-hipermetropia .provincias li:first-of-type p, .infografia-hipermetropia .provincias li:last-of-type p {
    font-size: 20px;
    font-weight: 600;
  }
  .infografia-hipermetropia .porcentajes p, .infografia-hipermetropia .provincias p {
    font-size: 18px;
    font-weight: 400;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2, .infografia-hipermetropia .bloque1 .porcentajes-3, .infografia-hipermetropia .bloque1 .porcentajes-4 {
    float: none;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 300px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 h3, .infografia-hipermetropia .bloque1 .porcentajes-3 h3 {
    margin-top: 47px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 p, .infografia-hipermetropia .bloque1 .porcentajes-3 p {
    margin-top: 27px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 {
    height: 600px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 p {
    margin-top: 34px;
    font-size: 16px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 p:last-of-type {
    margin-top: 186px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul {
    width: 215px;
    margin-top: 94px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul p:last-of-type {
    font-size: 14px;
    width: 133px;
    margin-top: 10px;
  }
  .infografia-hipermetropia .bloque4 {
    height: 705px;
    width: 97%;
    background-image: url(../imagenes/infografias/estudio-hipermetropia-espana/bloque-4-xs.jpg);
    background-position: center;
    background-position-y: 102px;
    background-repeat: no-repeat;
    background-size: 500px;
  }
  .infografia-hipermetropia .bloque4 {
    height: 839px;
  }
  .infografia-hipermetropia .bloque4 .informacion {
    display: none;
  }
  .infografia-hipermetropia .bloque4 {
    background-size: 500px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas {
    width: 480px;
    margin: 0 auto;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p {
    top: 60px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:first-of-type {
    left: 21px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+2) {
    top: 162px;
    left: 45px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+2) span {
    margin-left: 40px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+3) {
    top: 273px;
    left: 284px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+3) span {
    margin-left: 30px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p.resultado {
    top: 395px;
  }
}
@media (max-width: 767px) {
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas {
    display: none;
  }
  .bloque5 img {
    display: block;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 {
    background-position: top center;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-3 {
    background-position: top center;
  }
  .modal__infografia {
    height: calc(100% - 99px);
  }
  .bloque8 img:first-of-type {
    display: none;
  }
  .bloque8 img:nth-of-type(4n+2) {
    display: none;
  }
  .bloque8 img:nth-of-type(4n+3), .bloque8 img:nth-of-type(4n+4) {
    display: block;
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
    margin-top: 60px;
  }
  .bloque8 img:nth-of-type(4n+3) {
    max-height: 350px;
    width: auto;
  }
}
@media (max-width: 680px) {
  .infografia-hipermetropia .bloque3 div {
    float: none !important;
    display: block;
    margin: 20px auto 0;
  }
  .infografia-hipermetropia .bloque3 .hombres {
    background-position-x: 42px;
  }
  .infografia-hipermetropia .bloque3 div p {
    left: 176px;
  }
}
@media (max-width: 600px) {
  .bloque5 div img {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .bloque5 div div p:first-of-type {
    float: none;
    margin-right: 0;
  }
  .bloque5 div div p:last-of-type {
    float: none;
    margin: 0 auto;
    margin-top: 30px;
  }
  .bloque7 img:first-of-type {
    display: none;
  }
  .bloque7 img:last-of-type {
    display: block;
  }
}
@media (max-width: 578px) {
  .bloque1 .texto-infografia-xs {
    display: block;
  }
  .bloque1 .texto-infografia {
    display: none;
  }
  .infografia-miopia h2, .infografia-astigmatismo h2, .infografia-hipermetropia h2 {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .infografia-astigmatismo .porcentajes-1 {
    margin-left: 0;
  }
  .infografia-astigmatismo .porcentajes li:first-of-type p, .infografia-astigmatismo .porcentajes li:last-of-type p, .infografia-astigmatismo .provincias li:first-of-type p, .infografia-astigmatismo .provincias li:last-of-type p {
    font-size: 16px;
  }
  .infografia-astigmatismo .porcentajes p, .infografia-astigmatismo .provincias p {
    font-size: 14px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2, .infografia-astigmatismo .bloque1 .porcentajes-3, .infografia-astigmatismo .bloque1 .porcentajes-4 {
    width: 250px;
    height: 250px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2 h3, .infografia-astigmatismo .bloque1 .porcentajes-3 h3 {
    margin-top: 27px;
    font-size: 17px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2 p, .infografia-astigmatismo .bloque1 .porcentajes-3 p {
    font-size: 16px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-2 p span, .infografia-astigmatismo .bloque1 .porcentajes-3 p span, .infografia-astigmatismo .bloque1 .porcentajes-4 p span {
    font-size: 32px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 {
    height: 500px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p {
    line-height: normal;
    font-size: 16px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p:last-of-type {
    margin-top: 83px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul {
    width: 182px;
    margin-top: 40px;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 p:first-of-type span {
    font-size: 33px;
    padding-right: 0;
  }
  .infografia-astigmatismo .bloque1 .porcentajes-4 .caja-porcentaje-azul p:last-of-type {
    font-size: 13px;
    width: 105px;
    padding-left: 5px;
  }
  .infografia-astigmatismo .bloque3 {
    margin: 0 0 30px 0;
  }
  .infografia-astigmatismo .bloque3 div {
    width: 250px;
    height: 125px;
  }
  .infografia-astigmatismo .bloque3 div p {
    padding-top: 30px;
    font-size: 15px;
  }
  .infografia-astigmatismo .bloque3 div p span {
    font-size: 34px;
  }
  .infografia-astigmatismo .bloque4 {
    background-size: 300px;
    height: 1650px;
  }
  .infografia-astigmatismo .bloque4 p span, .infografia-astigmatismo .bloque4 .title {
    font-size: 40px;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div p span {
    line-height: 40px;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:first-of-type p, .infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p, .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+1) p, .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) p, .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+3) p {
    font-size: 16px;
    max-width: 200px;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:first-of-type p {
    margin-top: 450px;
  }
  .infografia-astigmatismo .bloque4 .parte-superior div:last-of-type p {
    margin-top: 150px;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+1) p {
    margin-top: 110px;
  }
  .infografia-astigmatismo .bloque4 .parte-inferior div:nth-of-type(3n+2) p {
    margin-top: 82px;
  }
  .infografia-astigmatismo .bloque5 .dioptrias-corregidas {
    height: 214px;
  }
  .infografia-astigmatismo h2.light-blue-infografia {
    margin-top: 30px;
  }
  .infografia-hipermetropia .bloque2 img {
    max-width: 100%;
  }
  .infografia-hipermetropia .porcentajes-1 {
    margin-left: 0;
  }
  .infografia-hipermetropia .porcentajes li:first-of-type p, .infografia-hipermetropia .porcentajes li:last-of-type p, .infografia-hipermetropia .provincias li:first-of-type p, .infografia-hipermetropia .provincias li:last-of-type p {
    font-size: 16px;
  }
  .infografia-hipermetropia .porcentajes p, .infografia-hipermetropia .provincias p {
    font-size: 14px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2, .infografia-hipermetropia .bloque1 .porcentajes-3, .infografia-hipermetropia .bloque1 .porcentajes-4 {
    width: 250px;
    height: 250px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 h3, .infografia-hipermetropia .bloque1 .porcentajes-3 h3 {
    margin-top: 45px;
    font-size: 17px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 p, .infografia-hipermetropia .bloque1 .porcentajes-3 p {
    font-size: 16px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-2 p span, .infografia-hipermetropia .bloque1 .porcentajes-3 p span, .infografia-hipermetropia .bloque1 .porcentajes-4 p span {
    font-size: 32px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 {
    height: 500px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 p {
    margin-top: 21px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 p:last-of-type {
    margin-top: 139px;
  }
  .infografia-hipermetropia .bloque1 .porcentajes-4 .caja-porcentaje-azul {
    margin-top: 62px;
  }
  .infografia-hipermetropia .bloque3 {
    margin: 0 auto;
  }
  .infografia-hipermetropia .bloque3 div {
    width: 90%;
    height: 142px;
  }
  .infografia-hipermetropia .bloque3 div p {
    left: 126px;
    font-size: 18px;
    top: 60px;
    width: 155px;
  }
  .infografia-hipermetropia .bloque3 div p span {
    font-size: 40px;
  }
  .infografia-hipermetropia .bloque3 .hombres {
    background-position-x: 21px;
    background-size: contain;
  }
  .infografia-hipermetropia .bloque3 div.mujeres p {
    left: 124px;
  }
  .infografia-hipermetropia .bloque4 {
    background-size: 380px;
    height: 670px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas {
    width: 100%;
    margin: 0 auto;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+3) {
    top: 204px;
    left: 149px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:nth-of-type(4n+2) {
    top: 162px;
    left: 3px;
  }
  .infografia-hipermetropia .bloque5 .dioptrias-corregidas p:first-of-type {
    top: 114px;
  }
}
@media (max-width: 413px) {
  .infografia-miopia ul {
    text-align: center;
    float: none;
    display: block;
  }
  .infografia-miopia ul:first-of-type {
    margin-bottom: 0;
  }
  .bloque2 img, .bloque4 img {
    max-width: 200px;
    margin-bottom: 30px;
  }
  .bloque5 div div p:first-of-type {
    font-size: 28px;
  }
  .bloque5 div div p:last-of-type {
    margin-top: 10px;
  }
  .bloque6 div.rectangulo-infografia:first-of-type, .bloque6 div.rectangulo-infografia:last-of-type {
    max-width: 274px;
    height: 162px;
  }
  .bloque6 div.rectangulo-infografia .porcentaje-destacado {
    font-size: 33px;
    height: 31px;
    padding-top: 19px;
  }
  .bloque6 div div:first-of-type p.texto-infografia, .bloque6 div div:last-of-type p.texto-infografia {
    padding-top: 41px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .bloque6 div div:last-of-type p.porcentaje-destacado {
    padding-top: 31px;
    font-size: 28px;
  }
  .bloque7 img {
    padding: 0;
  }
}
@media (max-width: 375px) {
  .infografia-hipermetropia .bloque4 {
    background-size: 300px;
    height: 548px;
  }
}
/* MODAL DE PAGE CIRUGIA-REFRACTIVA infografia 6*/
/*TIPOGRAFIA*/
@font-face {
  font-family: "Onyx";
  src: url("../fonts/Onyx.eot?#iefix") format("embedded-opentype"), url("../fonts/Onyx.woff") format("woff"), url("../fonts/Onyx.ttf") format("truetype"), url("../fonts/Onyx.svg#Onyx") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Light";
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.otf") format("opentype"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype"), url("../fonts/Gotham-Light.svg#Gotham-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gotham-Medium";
  src: url("../fonts/GothamMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamMedium.otf") format("opentype"), url("../fonts/GothamMedium.woff") format("woff"), url("../fonts/GothamMedium.ttf") format("truetype"), url("../fonts/GothamMedium.svg#GothamMedium") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#modal-infografia-refra .modal-content {
  padding: 0;
}

#modal-infografia-refra .modal-content .modal-body {
  padding: 0;
}

.modal-dispositivos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
  padding: 0;
}

.modal-dispositivos .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #b0d9f4;
  padding-bottom: 0;
  line-height: 0.95;
  position: relative;
  margin-bottom: 5rem;
}

.modal-dispositivos .header p:first-of-type {
  color: #2d75a5;
  font-family: "Open sans", sans-serif;
}

.modal-dispositivos .header .title {
  font-family: "Onyx", serif;
  font-size: 76px;
  color: white;
  padding: 46px 0;
  text-align: center;
  width: 86%;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  line-height: 0.95;
  position: relative;
  margin-bottom: 168px;
}

.modal-dispositivos .header img:nth-of-type(2) {
  position: absolute;
  top: 31rem;
}

.modal-dispositivos .como-usamos-dispositivos {
  margin-bottom: 6rem;
}

.modal-dispositivos .como-usamos-dispositivos__title p {
  text-align: center;
  padding: 10px 38px;
  font-family: "Montserrat", sans-serif;
  /* font-weight: 2;*/
  color: #283e59;
  font-size: 13px;
  position: relative;
  width: 100%;
}

.modal-dispositivos .como-usamos-dispositivos__title p:before {
  content: " " url("../imagenes/infografias/dispositivos-electronicos/banderin.png ");
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.ocio-trabajo {
  margin: 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.escala-horizontal {
  /*width: 60%;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 13px;
}

.escala-horizontal .dias-laborables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.escala-horizontal .dias-laborables p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 33%;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  margin-right: 10px;
  margin-top: 33px;
}

.escala-horizontal .dias-festivos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.escala-horizontal .dias-festivos p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 30%;
  text-align: right;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 10px;
}

.escala-vertical {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 13px;
  text-transform: uppercase;
  color: #283e59;
  font-weight: 400;
}

.escala-vertical .hombre {
  margin-right: 5px;
}

.escala-vertical .hombre p {
  text-align: center;
}

.escala-vertical .mujer p {
  text-align: center;
}

.edad {
  margin-bottom: 4rem;
}

.como-usamos-dispositivos .edad p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #283e59;
  font-size: 15px;
}

.como-usamos-dispositivos .edad .box-edad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.ocuapacion {
  margin-bottom: 4rem;
}

.ocupacion p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  color: #283e59;
  font-size: 15px;
  margin-bottom: 0;
}

.box-ocupacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.box-ocupacion .item p {
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
}

.box-ocupacion .item p:nth-of-type(2) {
  width: 80px;
  margin-left: 12px;
}

.box-ocupacion .tem img {
  margin-top: 15px;
}

.heavy-user {
  margin-top: 52px;
}

.heavy-user > p:nth-of-type(1) {
  text-transform: uppercase;
}

.heavy-user p:nth-of-type(1) {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  /*text-transform: uppercase;*/
  color: #283e59;
  font-size: 15px;
}

.heavy-user p:nth-of-type(2) {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /*font-weight: 300; */
  /*text-transform: uppercase;*/
  color: #283e59;
  font-size: 15px;
}

.heavy-user .box-heavy-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 52px;
}

.heavy-user .box-heavy-user .item {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  min-height: 180px;
  text-align: center;
}

.heavy-user .box-heavy-user .item p {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  /*font-weight: 400;*/
  color: #283e59;
  font-size: 15px;
  margin-top: 20px;
}

.molestias-dispositivos-electronicos {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background-color: #e9e9e9;
}

.molestias-dispositivos-electronicos__title p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #283e59;
  text-align: center;
  padding: 10px 20px;
  position: relative;
}

.molestias-dispositivos-electronicos__title p:before {
  content: " " url("../imagenes/infografias/dispositivos-electronicos/banderin2.png ");
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
}

.molestias-habituales, .molestias-mas-horas, .molestias-gafas-lentillas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 480px;
  margin: 5rem auto 0;
}

.molestias-habituales:before {
  content: " " url(../imagenes/infografias/dispositivos-electronicos/ojo-azul.png);
  position: absolute;
  width: 100%;
  bottom: -33px;
  right: -64%;
}

.molestias-habituales > p:nth-of-type(1), .molestias-mas-horas > p:nth-of-type(1), .molestias-gafas-lentillas > p:nth-of-type(1) {
  margin-right: 20px;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  color: #283e59;
  text-align: center;
  text-transform: uppercase;
}

.molestias-habituales > p:nth-of-type(1), .molestias-gafas-lentillas > p:nth-of-type(1) {
  text-align: right;
}

.molestias-mas-horas > p:nth-of-type(1) {
  text-align: left;
}

.molestias-habituales .box-molestias-habituales, .molestias-mas-horas .box-molestias-mas-horas, .molestias-gafas-lentillas .box-molestias-gafas-lentillas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.molestias-habituales .box-molestias-habituales .item, .molestias-mas-horas .box-molestias-mas-horas .item, .molestias-gafas-lentillas .box-molestias-gafas-lentillas .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*flex-basis: 12%;*/
  margin-right: 8px;
}

.molestias-habituales .box-molestias-habituales .item p, .molestias-mas-horas .box-molestias-mas-horas .item p, .molestias-gafas-lentillas .box-molestias-gafas-lentillas .item p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #283e59;
  text-align: center;
}

.molestias-mas-horas:before {
  content: " " url(../imagenes/infografias/dispositivos-electronicos/reloj-numero-6.png);
  position: absolute;
  width: 100%;
  bottom: -49px;
  right: -44%;
}

.molestias-gafas-lentillas:before {
  content: " " url(../imagenes/infografias/dispositivos-electronicos/escala-molestias-usuarios-gafas-lentillas-gafas.png);
  position: absolute;
  width: 100%;
  bottom: -49px;
  right: -47%;
}

.recomendaciones-dispositivos-electronicos {
  background-color: #b0d9f4;
}

.recomendaciones-dispositivos-electronicos {
  padding-top: 4rem;
}

.recomendaciones-dispositivos-electronicos__title p {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  color: #283e59;
  text-align: center;
  padding: 10px 20px;
  position: relative;
}

.box-recomendaciones {
  margin-top: 4rem;
  padding: 0 90px;
}

.box-recomendaciones .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid #a1acbd;
  padding: 4rem 0;
}

.box-recomendaciones .item:last-child {
  border-bottom: none;
}

.box-recomendaciones .item .textos {
  max-width: 32%;
  text-align: left;
  font-family: "Gotham-Medium", sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  color: #283e59;
}

.box-recomendaciones .item .textos p:nth-of-type(1) {
  text-align: left;
  font-size: 14px;
}

.box-recomendaciones .item .textos p:nth-of-type(2) {
  font-family: "Gotham-Light", sans-serif;
  font-size: 12px;
  text-align: left;
}

.modal-dispositivos .footer {
  padding: 6rem 0;
  background-color: #283e59;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-dispositivos .footer img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.modal-dispositivos .footer p {
  text-align: center;
  color: white;
  font-size: 11px;
  margin-left: 27px;
  line-height: 0.4;
}

/*MEDIAS QUERIS*/
@media (max-width: 769px) {
  .escala-horizontal .dias-festivos p {
    max-width: 33%;
  }
  .escala-vertical {
    margin-top: 21px;
    margin-right: 8px;
  }
}
@media (max-width: 425px) {
  .modal-dispositivos .header .title {
    margin-bottom: 163px;
  }
  .modal-dispositivos .header img:nth-of-type(2) {
    top: 46rem;
  }
  .modal-dispositivos .como-usamos-dispositivos__title p {
    padding: 8px 38px;
  }
  .box-ocupacion {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .box-ocupacion .item {
    margin-top: 25px;
  }
  .box-ocupacion .item p {
    font-size: 11px;
  }
  .heavy-user .box-heavy-user .item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
  .molestias-dispositivos-electronicos__title p {
    padding: 5px 50px;
  }
  .molestias-dispositivos-electronicos__title p:before {
    content: " " url(../imagenes/infografias/dispositivos-electronicos/banderin.png);
  }
  .molestias-habituales:before, .molestias-mas-horas:before, .molestias-gafas-lentillas:before {
    content: none;
  }
  .molestias-habituales .box-molestias-habituales .item, .molestias-mas-horas .box-molestias-mas-horas .item, .molestias-gafas-lentillas .box-molestias-gafas-lentillas .item {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .molestias-habituales .box-molestias-habituales, .molestias-mas-horas .box-molestias-mas-horas, .molestias-gafas-lentillas .box-molestias-gafas-lentillas {
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .box-recomendaciones .item .textos {
    max-width: none;
    margin-left: 10px;
  }
  .box-recomendaciones .item .textos p:nth-of-type(1) {
    font-size: 14px;
  }
  .box-recomendaciones .item .textos p:nth-of-type(2) {
    font-size: 13px;
  }
  .molestias-habituales, .molestias-mas-horas, .molestias-gafas-lentillas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .molestias-dispositivos-electronicos .molestias-gafas-lentillas > p {
    text-align: center;
  }
  .molestias-dispositivos-electronicos .molestias-mas-horas > p {
    text-align: center;
  }
}
@media (max-width: 375px) {
  .modal-dispositivos .header .title {
    font-size: 67px;
  }
  .modal-dispositivos .header img:nth-of-type(2) {
    top: 43rem;
  }
  .modal-dispositivos .como-usamos-dispositivos__title p {
    padding: 2px 38px;
  }
}
@media (max-width: 320px) {
  .modal-dispositivos .header .title {
    font-size: 61px;
  }
  .modal-dispositivos .header img:nth-of-type(2) {
    top: 46rem;
  }
  .modal-dispositivos .como-usamos-dispositivos__title p:before, .molestias-dispositivos-electronicos__title p:before {
    content: none;
  }
  .modal-dispositivos .como-usamos-dispositivos__title p, .molestias-dispositivos-electronicos__title p {
    font-size: 16px;
  }
  .ocio-trabajo img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .ocio-trabajo .escala-horizontal p, .escala-vertical p {
    margin-right: 0;
  }
  .molestias-dispositivos-electronicos {
    padding-bottom: 5rem;
  }
  /*.molestias-habituales, .molestias-mas-horas, .molestias-gafas-lentillas{flex-flow: column;}*/
  .molestias-habituales, .molestias-mas-horas, .molestias-gafas-lentillas {
    margin: 4rem auto 0;
  }
  /*	.molestias-habituales>p:nth-of-type(1),.molestias-mas-horas>p:nth-of-type(1),.molestias-gafas-lentillas>p:nth-of-type(1) {text-align: center;order: 1;margin-top: 10px;}
  */
  .box-recomendaciones {
    padding: 0 44px;
    margin-top: 1rem;
  }
}
/* MODAL DE PAGE CIRUGIA-REFRACTIVA infografia 9*/
/*	TIPOGRAFIAS */
@font-face {
  font-family: "Sardonyx";
  src: url("../fonts/Sardonyx.eot?#iefix") format("embedded-opentype"), url("../fonts/Sardonyx.woff") format("woff"), url("../fonts/Sardonyx.ttf") format("truetype"), url("../fonts/Sardonyx.svg#Sardonyx") format("svg");
  font-weight: normal;
  font-style: normal;
}
.padding-none {
  padding: 0px;
}

.television-molestias {
  width: 100%;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.television-molestias .television-molestias__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 171px;
  position: relative;
  background-color: #edde95;
  width: 100%;
}

.television-molestias .television-molestias__header .contenido {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.television-molestias .television-molestias__header .contenido p {
  font-size: 16px;
  color: #263f59;
}

.television-molestias .television-molestias__header > p {
  font-family: "Onyx", serif;
  font-size: 65px;
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  padding: 25px 0;
  text-align: center;
  line-height: 1;
}

.television-molestias__header > img {
  position: absolute;
  bottom: -1px;
}

.como-vemos-tv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.como-vemos-tv > p {
  font-family: "Montserrat", serif;
  font-size: 14px;
  text-align: center;
  position: relative;
  padding: 10px;
}

.como-vemos-tv > p:before {
  content: "" url("../imagenes/infografias/television-molestias-visuales/banderin-1.png");
  position: absolute;
  top: 0;
  left: -58px;
}

.endias {
  margin: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.como-vemos-tv .endias .escala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.como-vemos-tv .endias .escala p {
  font-family: "Montserrat", serif;
  font-size: 13px;
  text-align: center;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #283e59;
  font-weight: bold;
}

.como-vemos-tv .endias .escala .bloquehombre, .bloquemujer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.como-vemos-tv .endias .escala .bloquehombre {
  margin: 0 5px 0 20px;
}

.poredad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
}

.poredad .escala {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.poredad > p, .porocupacion > p, .porhorasuso > p {
  font-family: "Montserrat", serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #283e59;
  font-weight: bold;
}

.porocupacion, .porhorasuso {
  margin-bottom: 50px;
}

.porocupacion .porocupacion__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.porocupacion__box p {
  font-family: "Montserrat", serif;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  color: #283e59;
  font-weight: 400;
}

.porhorasuso__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 25px;
}

.porhorasuso__box .box-heavy-light {
  min-height: 295px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.porhorasuso__box .box-heavy-light .sub-heavy-user > p, .sub-light-user > p, .sub-medium-user > p {
  font-family: "Montserrat", serif;
  font-size: 13px;
  text-align: right;
  text-transform: uppercase;
  color: #283e59;
  font-weight: bold;
  line-height: 1;
}

.porhorasuso__box .sub-medium-user p {
  text-align: left;
}

.porhorasuso__box .box-heavy-light .sub-heavy-user p:nth-of-type(2), .sub-light-user p:nth-of-type(2), .sub-medium-user p:nth-of-type(2) {
  font-size: 13px;
  font-weight: 400;
}

.porhorasuso__box img {
  margin: 0 10px;
}

.porhorasuso-leyenda {
  display: none;
  margin-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.porhorasuso-leyenda ul {
  list-style: none;
}

.porhorasuso-leyenda li {
  position: relative;
  font-family: "Montserrat", serif;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #283e59;
  font-weight: bold;
}

.porhorasuso-leyenda li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #283e59;
  position: absolute;
  margin-right: 68px;
  left: -20px;
  top: 2px;
}

.porhorasuso-leyenda li:nth-of-type(2):before {
  background-color: #b0d9f4;
}

.porhorasuso-leyenda li:nth-of-type(3):before {
  background-color: #edde95;
}

.porhorasuso-leyenda li > p {
  font-size: 13px;
  font-weight: 300;
}

.television-molestias .heavy-user > p:nth-of-type(1) {
  position: relative;
  margin-bottom: 50px;
  text-transform: none;
}

.television-molestias .heavy-user > p:nth-of-type(1):before {
  content: "" url("../imagenes/infografias/television-molestias-visuales/banderin-1.png");
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.television-molestias .heavy-user > p:nth-of-type(3) {
  font-family: "Montserrat", serif;
  font-size: 15px;
  text-align: center;
  color: #283e59;
  font-weight: 400;
}

.television-molestias .heavy-user .box-heavy-user {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.television-molestias .heavy-user .box-heavy-user .item {
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
}

.molestias-dispositivos-electronicos.uso-television {
  width: 100%;
}

.television-molestias .uso-television .molestias-habituales:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/fatiga-cansancio-visual.png);
  position: absolute;
  width: 100%;
  bottom: -78px;
  right: -42%;
}

.television-molestias .uso-television .molestias-mas-horas:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/dolores-cabeza-cabeza.png);
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: -17%;
}

.television-molestias .uso-television .molestias-mas-horas > p:nth-of-type(1) {
  margin-top: 124px;
  margin-left: 10px;
}

.television-molestias .uso-television .molestias-gafas-lentillas:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/sequedad-ojo.png);
  position: absolute;
  width: 100%;
  bottom: -49px;
  right: -62%;
}

.television-molestias .uso-television .molestias-gafas-lentillas {
  max-width: 480px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-borrosa:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/vision-borrosa-palmeras.png);
  position: absolute;
  width: 100%;
  bottom: -107px;
  right: -46%;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-borrosa:after {
  content: " " url(../imagenes/infografias/television-molestias-visuales/vision-borrosa-barco.png);
  position: absolute;
  width: 100%;
  bottom: -69px;
  left: 4%;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-borrosa .box-molestias-gafas-lentillas > p {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  color: #283e59;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 113px;
  margin-left: 119px;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-doble {
  margin-top: 130px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 519px;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-doble:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/vision-doble-bailarinas.png);
  position: absolute;
  width: 100%;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  bottom: -15px;
  left: 10%;
}

.television-molestias .uso-television .molestias-gafas-lentillas.vision-doble > p:nth-of-type(1) {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 13px;
  color: #283e59;
  text-align: center;
  text-transform: uppercase;
  margin-right: 100px;
}

.television-molestias .recomendaciones-dispositivos-electronicos .molestias-dispositivos-electronicos__title p:before {
  content: " " url(../imagenes/infografias/television-molestias-visuales/banderin-1.png);
  position: absolute;
  width: 100%;
  top: -4px;
  right: 0;
  left: 0;
}

.television-molestias .footer {
  width: 100%;
  padding: 6rem 0;
  background-color: #283e59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.television-molestias .footer img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.television-molestias .footer p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  margin-left: 27px;
  line-height: 0.4;
}

/*MEDIAS QUERY*/
@media (max-width: 728px) {
  .como-vemos-tv .endias .escala {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .sub-heavy-user, .sub-light-user, .sub-light-user {
    display: none;
  }
}
@media (max-width: 599px) {
  .porhorasuso-leyenda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 425px) {
  .television-molestias .television-molestias__header > p {
    font-size: 40px;
  }
  .porocupacion .porocupacion__box .item {
    margin-top: 25px;
  }
  .porhorasuso-leyenda {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .television-molestias .heavy-user .box-heavy-user .item {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
  }
  .porhorasuso__box img {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  .molestias-dispositivos-electronicos.uso-television .molestias-habituales:before,
.molestias-dispositivos-electronicos.uso-television .molestias-mas-horas:before,
.molestias-dispositivos-electronicos.uso-television .molestias-gafas-lentillas:before,
.molestias-dispositivos-electronicos.uso-television .molestias-gafas-lentillas.vision-borrosa:before,
.molestias-dispositivos-electronicos.uso-television .molestias-gafas-lentillas.vision-borrosa:after,
.molestias-dispositivos-electronicos.uso-television .molestias-gafas-lentillas.vision-doble:before {
    content: none;
  }
  .television-molestias .uso-television .molestias-mas-horas > p:nth-of-type(1) {
    margin-top: 0;
    margin-left: 0;
  }
  .television-molestias .uso-television .molestias-gafas-lentillas.vision-borrosa .box-molestias-gafas-lentillas > p {
    margin-bottom: 31px;
    margin-left: 0;
  }
  .television-molestias .uso-television .molestias-gafas-lentillas.vision-doble > p:nth-of-type(1) {
    margin-right: 0;
    margin-left: 10px;
    margin-top: 39px;
  }
  .television-molestias .uso-television .molestias-gafas-lentillas.vision-doble {
    margin-top: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .television-molestias .molestias-mas-horas .box-molestias-mas-horas, .television-molestias .molestias-gafas-lentillas.vision-borrosa .box-molestias-gafas-lentillas {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .television-molestias .box-molestias-habituales.fatiga-cansancio, .box-molestias-mas-horas, .box-molestias-gafas-lentillas,
.box-molestias-gafas-lentillas, .molestias-gafas-lentillas.vision-doble .box-molestias-gafas-lentillas {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 320px) {
  .television-molestias .television-molestias__header {
    padding-bottom: 147px;
  }
  .television-molestias .uso-television .molestias-gafas-lentillas.vision-doble > p:nth-of-type(1) {
    margin: 10px auto;
  }
  .television-molestias .recomendaciones-dispositivos-electronicos .molestias-dispositivos-electronicos__title p:before {
    content: none;
  }
  .television-molestias .recomendaciones-dispositivos-electronicos .molestias-dispositivos-electronicos__title p {
    font-size: 16px;
    font-weight: bold;
  }
}
/* INFOGRAFIA PAGE OPERACION-PRESBICIA #ENCUESTA PARA MAYORES DE 40 AÑOS*/
/* seccion header*/
.modal-body.encuesta-mayores {
  padding: 0px 0 0;
  font-family: "Montserrat", sans-serif;
}

.modal-body.encuesta-mayores .encuesta-mayores__header {
  background-color: #b0d9f4;
  min-height: 530px;
}

.modal-body.encuesta-mayores .encuesta-mayores__header .title {
  font-family: "Sardonyx", serif;
  font-size: 100px;
  color: white;
  text-align: center;
}

.modal-body.encuesta-mayores .encuesta-mayores__header .cuarenta {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

.modal-body.encuesta-mayores .encuesta-mayores__header .cuarenta img:nth-of-type(1) {
  margin: 0 auto;
}

.modal-body.encuesta-mayores .encuesta-mayores__header .cuarenta img:nth-of-type(2) {
  position: absolute;
  bottom: 0;
  left: 136px;
}

.modal-body.encuesta-mayores .encuesta-mayores__header .cuarenta img:nth-of-type(3) {
  position: absolute;
  bottom: 0;
  right: 87px;
}

.modal-body.encuesta-mayores .encuesta-mayores__header > p:nth-of-type(2) {
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 5px 0 20px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  max-width: 512px;
  margin: 0 auto;
  text-transform: uppercase;
}

/*****************************   seccion conocimiento enfermedades    **********************************************************************************/
.modal-body.encuesta-mayores .conocimiento-enfermedades {
  background-color: white;
  position: relative;
  min-height: 103rem;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .micro-texto {
  font-weight: 300;
  margin-top: 20px;
  font-size: 10px;
  color: #c9c8c8;
  text-align: center;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .bandera {
  background: url(../imagenes/infografias/encuesta-mayores/enfermedades-presbicia/bandera-450.png) no-repeat center;
  position: relative;
  height: 70px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .bandera > span {
  font-size: 14px;
  font-weight: 400;
  color: #283e59;
  position: absolute;
  top: 20px;
  left: 224px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .conocimiento-enfermedades__titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0 30px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion {
  position: absolute;
  left: 40px;
  margin-top: 20px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .subtitle {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  position: absolute;
  left: 10px;
  bottom: 200px;
  max-width: 136px;
  text-align: right;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(3) {
  position: absolute;
  bottom: 126px;
  left: 5px;
  font-weight: 300;
  font-size: 13px;
  color: #283e59;
  text-align: right;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(4) {
  position: absolute;
  bottom: 8px;
  left: 34px;
  font-weight: 300;
  font-size: 13px;
  color: #283e59;
  max-width: 90px;
  text-align: right;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(5) {
  position: absolute;
  bottom: 8px;
  left: 230px;
  font-weight: 300;
  font-size: 13px;
  color: #283e59;
  max-width: 80px;
  text-align: right;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(6) {
  position: absolute;
  bottom: -16px;
  left: 330px;
  font-weight: 300;
  font-size: 13px;
  color: #283e59;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas {
  position: absolute;
  right: 80px;
  margin-top: 20px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: right;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .item-problemas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .item-problemas p {
  text-align: right;
  min-width: 132px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #283e59;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision {
  position: absolute;
  bottom: 53px;
  right: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .title {
  position: absolute;
  top: -75px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  text-align: center;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .items-lugares {
  position: relative;
  margin-right: 10px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .items-lugares .especial {
  position: absolute;
  left: -17px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .items-lugares img {
  margin-bottom: 10px;
}

.modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .items-lugares p {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
}

/* seccion conocimiento presbicia*/
.modal-body.encuesta-mayores .conocimiento-presbicia {
  background-color: #e9e9e9;
  min-height: 142rem;
}

.conocimiento-presbicia .bandera {
  background: url(../imagenes/infografias/encuesta-mayores/conocimiento-presbicia/banderin-1.png) no-repeat center;
  position: relative;
  height: 70px;
  top: 70px;
}

.conocimiento-presbicia .bandera span {
  position: absolute;
  top: 19px;
  right: 292px;
  font-size: 14px;
  font-weight: 400;
  color: #283e59;
}

.conocimiento-presbicia .box-sobre-presbicia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 110px;
}

.conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .items-presbicia .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 15px;
}

.conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .items-presbicia .item p {
  text-align: right;
  font-size: 13px;
  font-weight: 300;
  min-width: 160px;
  margin-right: 20px;
  color: #283e59;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece {
  position: relative;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p {
  text-align: center;
  font-size: 13px;
  font-weight: 300;
  color: #283e59;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(1) {
  position: absolute;
  bottom: 217px;
  right: 19px;
  max-width: 120px;
  font-weight: 500;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(2) {
  position: absolute;
  bottom: 23px;
  left: -23px;
  max-width: 32px;
  font-weight: 500;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(3) {
  position: absolute;
  bottom: -69px;
  left: 3px;
  max-width: 120px;
  font-weight: 500;
}

.conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(4) {
  position: absolute;
  bottom: -70px;
  right: 37px;
  max-width: 155px;
  font-weight: 500;
}

.conocimiento-presbicia .box-operacion {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  position: relative;
}

.conocimiento-presbicia .box-operacion .operado-presbicia {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.conocimiento-presbicia .box-operacion .operado-presbicia .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.conocimiento-presbicia .box-operacion .consiste-operacion {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  flex-basis: 40%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.conocimiento-presbicia .box-operacion .consiste-operacion .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(2) {
  position: absolute;
  top: 70px;
  left: 19px;
  max-width: 130px;
  font-weight: 500;
  color: #283e59;
  text-align: right;
}

.conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(3) {
  position: absolute;
  top: 53px;
  right: -12px;
  max-width: 120px;
  font-weight: 500;
  color: #283e59;
  text-align: center;
}

.conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(4) {
  position: absolute;
  bottom: -45px;
  right: 129px;
  max-width: 170px;
  font-weight: 500;
  color: #283e59;
  text-align: right;
}

.conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(5) {
  position: absolute;
  bottom: -24px;
  right: -3px;
  max-width: 90px;
  font-weight: 500;
  color: #283e59;
}

.conocimiento-presbicia .box-operacion .mesa-operacion {
  position: absolute;
  top: 100px;
  left: 240px;
}

/*****************************   seccion perfil paciente    **********************************************************************************/
.modal-body.encuesta-mayores .perfil-paciente {
  background-color: #b0d9f4;
  min-height: 265rem;
}

.perfil-paciente .bandera {
  background: url(../imagenes/infografias/encuesta-mayores/perfil-paciente/bandera-450.png) no-repeat center;
  position: relative;
  height: 70px;
  top: 70px;
}

.perfil-paciente .bandera span {
  position: absolute;
  top: 19px;
  right: 278px;
  font-size: 14px;
  font-weight: 400;
  color: #283e59;
}

.perfil-paciente .box-header {
  margin-top: 100px;
  margin-bottom: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.perfil-paciente .box-header .box-hombres, .perfil-paciente .box-header .box-mujeres {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  z-index: 10;
}

.perfil-paciente .box-header .box-hombres .title, .perfil-paciente .box-header .box-mujeres .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .box-header .box-esquema-central {
  position: absolute;
  top: 100px;
  left: 270px;
}

.perfil-paciente .sintomas-notasteis .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
}

.perfil-paciente .sintomas-notasteis .box-sintomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas1 .item,
.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 65px;
}

.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas1 .item {
  margin-right: 30px;
}

.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas1 .item p,
.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 .item p {
  max-width: 130px;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 300;
  color: #283e59;
  text-align: right;
}

.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 .item p {
  min-width: 130px;
}

.perfil-paciente .edades {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.perfil-paciente .edades .edad-sintomas .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  text-align: center;
  margin-bottom: 50px;
}

.perfil-paciente .edades .hombre-leyendo, .perfil-paciente .edades .edad-sintomas {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

.perfil-paciente .edades .edad-sintomas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.perfil-paciente .edades .edad-sintomas p:nth-of-type(2) {
  position: absolute;
  top: 75px;
  left: 21px;
  max-width: 50px;
  color: #283e59;
}

.perfil-paciente .edades .edad-sintomas p:nth-of-type(3) {
  position: absolute;
  top: 77px;
  right: 13px;
  max-width: 50px;
  color: #283e59;
}

.perfil-paciente .edades .edad-sintomas p:nth-of-type(4) {
  position: absolute;
  bottom: -58px;
  left: 130px;
  max-width: 50px;
  color: #283e59;
}

.perfil-paciente .edades .edad-sintomas p:nth-of-type(5) {
  position: absolute;
  bottom: -25px;
  right: 22px;
  max-width: 50px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones {
  margin-top: 50px;
  position: relative;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 {
  margin-left: 12%;
  display: block;
  position: relative;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  text-align: center;
  margin-bottom: 50px;
  max-width: 250px;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(2) {
  position: absolute;
  top: 125px;
  left: -50px;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(3) {
  position: absolute;
  top: 75px;
  left: 211px;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(4) {
  position: absolute;
  top: 200px;
  left: 239px;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(5) {
  position: absolute;
  top: 275px;
  left: 201px;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(6) {
  position: absolute;
  top: 325px;
  left: 60px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista2 {
  margin-left: 10%;
  display: block;
  position: relative;
  margin-top: 50px;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista2 .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  text-align: center;
  margin-bottom: 50px;
  max-width: 250px;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(2) {
  position: absolute;
  top: 100px;
  left: -45px;
  max-width: 50px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(3) {
  position: absolute;
  top: 140px;
  left: 230px;
  max-width: 150px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(4) {
  position: absolute;
  top: 235px;
  left: 230px;
  max-width: 130px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .tiempo-revisiones .pantalla-revision {
  position: absolute;
  top: 90px;
  right: 50px;
}

.perfil-paciente .soluciones-escogidas {
  margin-top: 50px;
  position: relative;
  margin-top: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.perfil-paciente .soluciones-escogidas .title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283e59;
  margin-bottom: 50px;
  text-align: center;
  max-width: 270px;
}

.perfil-paciente .soluciones-escogidas .title.more-margin {
  margin-bottom: 120px;
}

.perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(2) {
  position: absolute;
  top: 90px;
  left: 28px;
  max-width: 102px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(3) {
  position: absolute;
  top: 90px;
  left: 223px;
  max-width: 120px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: center;
}

.perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(4) {
  position: absolute;
  top: 170px;
  left: 362px;
  max-width: 100px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: left;
}

.perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(5) {
  position: absolute;
  top: 220px;
  left: 362px;
  max-width: 90px;
  font-size: 13px;
  font-weight: 500px;
  color: #283e59;
  text-align: left;
}

.perfil-paciente .soluciones-escogidas .usando-metodo {
  margin-left: 20px;
}

.perfil-paciente .soluciones-escogidas .usando-metodo .box-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.perfil-paciente .soluciones-escogidas .usando-metodo .box-imgs > img {
  margin-right: 15px;
}

.perfil-paciente .soluciones-escogidas .gafas {
  position: absolute;
  bottom: -52px;
  left: 95px;
}

.modal-content .modal-body.encuesta-mayores .footer {
  width: 100%;
  padding: 6rem 0;
  background-color: #283e59;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-content .modal-body.encuesta-mayores .footer img {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

.modal-content .modal-body.encuesta-mayores .footer p {
  text-align: center;
  color: #fff;
  font-size: 11px;
  margin-left: 27px;
  line-height: 0.4;
}

/*MEDIA QUERYS*/
@media (max-width: 768px) {
  .modal-dialog {
    margin: 30px 20px 0;
  }
  .modal-content {
    border: none;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera > span {
    left: 207px;
  }
  .conocimiento-presbicia .bandera span {
    right: 279px;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion .title {
    min-height: 70px;
  }
  .perfil-paciente .box-header .box-esquema-central {
    left: 244px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(4) {
    left: 352px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(5) {
    left: 352px;
  }
  .perfil-paciente .soluciones-escogidas .gafas {
    left: 80px;
  }
}
@media (max-width: 425px) {
  br.hidden-xxs {
    display: none;
  }
  .modal-body.encuesta-mayores .encuesta-mayores__header .title {
    font-size: 65px;
  }
  .modal-body.encuesta-mayores .encuesta-mayores__header {
    min-height: 510px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera {
    background-size: 410px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades {
    min-height: 175rem;
  }
  /*.modal-body.encuesta-mayores .conocimiento-enfermedades .bandera{background: none;}*/
  /*.modal-body.encuesta-mayores .conocimiento-enfermedades .bandera span{position: initial;text-align: center;display: block;margin-top: 30px}*/
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera > span {
    left: 38px;
    top: 21px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion {
    left: 55px;
    max-width: 320px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .subtitle {
    bottom: 123px;
    left: -16px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(3) {
    bottom: 90px;
    left: -17px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(4) {
    bottom: 3px;
    left: 0;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(5) {
    bottom: -3px;
    left: 155px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(6) {
    bottom: -15px;
    left: 240px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas {
    top: 870px;
    bottom: 0;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision {
    top: 1450px;
  }
  .modal-body.encuesta-mayores .conocimiento-presbicia {
    min-height: 247rem;
  }
  .conocimiento-presbicia .bandera {
    background: url(../imagenes/infografias/encuesta-mayores/conocimiento-presbicia/bandera-450.png) no-repeat center;
    background-size: 400px;
    position: relative;
    height: 70px;
    top: 40px;
  }
  /*.conocimiento-presbicia .bandera{background: none;}*/
  .conocimiento-presbicia .bandera span {
    text-align: center;
    position: absolute;
    top: 22px;
    right: 108px;
  }
  .conocimiento-presbicia .box-sobre-presbicia {
    margin-top: 30px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .title {
    margin-top: 50px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .title {
    margin-top: 50px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(1) {
    bottom: 217px;
    right: -34px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(3) {
    bottom: -70px;
    left: -12px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(4) {
    right: -17px;
  }
  .conocimiento-enfermedades .encuesta-lugar-revision .title {
    left: -20px;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion .title {
    margin-top: 50px;
  }
  .conocimiento-presbicia .box-operacion .operado-presbicia {
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(2) {
    top: 150px;
    left: -20px;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(3) {
    top: 120px;
    right: -50px;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(4) {
    bottom: -77px;
    right: 109px;
    min-width: 200px;
    max-width: 0;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(5) {
    bottom: -57px;
    right: -28px;
  }
  .modal-body.encuesta-mayores .perfil-paciente {
    min-height: 280rem;
  }
  .perfil-paciente .bandera {
    background-size: 400px;
  }
  .perfil-paciente .bandera span {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 20px;
    right: 0;
  }
  .perfil-paciente .box-header {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 100px;
    margin-bottom: 50px;
  }
  .perfil-paciente .box-header .box-hombres, .perfil-paciente .box-header .box-mujeres {
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  /*.perfil-paciente .box-header .box-mujeres{margin-top: 50px;}*/
  .perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 {
    min-width: 360px;
  }
  .perfil-paciente .edades .edad-sintomas p:nth-of-type(2) {
    left: -7px;
  }
  .perfil-paciente .edades .edad-sintomas p:nth-of-type(3) {
    left: 203px;
    min-width: 70px;
  }
  .perfil-paciente .edades .edad-sintomas p:nth-of-type(4) {
    left: 83px;
  }
  .perfil-paciente .edades .edad-sintomas p:nth-of-type(5) {
    left: -22px;
  }
  .perfil-paciente .tiempo-revisiones {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista1,
.perfil-paciente .tiempo-revisiones .acudir-especialista1 {
    margin-left: 0%;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(3) {
    top: 80px;
    left: 170px;
    min-width: 140px;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(4) {
    top: 245px;
    left: 194px;
    min-width: 120px;
    text-align: center;
  }
  .perfil-paciente .soluciones-escogidas .title.more-margin {
    margin-bottom: 80px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(2) {
    top: 50px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(3) {
    top: 52px;
    left: 240px;
    text-align: left;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(4) {
    top: 101px;
    left: 312px;
    min-width: 100px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(5) {
    top: 206px;
    left: 312px;
    min-width: 90px;
  }
  .perfil-paciente .soluciones-escogidas .usando-metodo {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media (max-width: 375px) {
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera {
    background-size: 370px 70px;
    height: 90px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera span {
    text-align: center;
    padding: 0 15px;
    left: unset;
  }
  .conocimiento-presbicia .bandera {
    background-size: 310px;
  }
  .conocimiento-presbicia .bandera span {
    top: 22px;
    right: 75px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .items-presbicia .item p {
    min-width: 110px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .subtitle {
    bottom: 110px;
    left: -20px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(3) {
    bottom: 84px;
    left: -20px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(5) {
    bottom: 3px;
    left: 146px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(6) {
    left: 223px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades {
    min-height: 170rem;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas {
    top: 810px;
    margin-top: 50px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision {
    top: 1420px;
  }
  .modal-body.encuesta-mayores .conocimiento-presbicia {
    min-height: 256rem;
  }
  .perfil-paciente .box-header {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .perfil-paciente .bandera {
    background-size: 310px;
    top: 40px;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(3) {
    top: 72px;
    left: 128px;
    text-align: right;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(4) {
    top: 254px;
    left: 171px;
    text-align: center;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(3) {
    top: 52px;
    left: 180px;
    text-align: center;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(4) {
    top: 101px;
    left: 278px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(5) {
    top: 206px;
    left: 278px;
  }
}
@media (max-width: 320px) {
  .modal-body.encuesta-mayores .encuesta-mayores__header {
    min-height: 450px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .bandera {
    background-size: 315px 70px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades {
    min-height: 184rem;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion {
    left: 34px;
    margin-top: 60px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .title {
    position: absolute;
    left: 3px;
    top: -45px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion .subtitle {
    bottom: 111px;
    left: -26px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(3) {
    bottom: 79px;
    left: -26px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(4) {
    bottom: -7px;
    left: -15px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(5) {
    bottom: 3px;
    left: 135px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .maquina-graduacion p:nth-of-type(6) {
    left: 209px;
    bottom: -16px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas {
    top: 710px;
    left: 0;
    right: 0;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .title {
    text-align: center;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .item-problemas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-problemas .item-problemas p {
    text-align: center;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision {
    top: 1550px;
  }
  .modal-body.encuesta-mayores .conocimiento-enfermedades .encuesta-lugar-revision .title {
    left: 20px;
  }
  .modal-body.encuesta-mayores .conocimiento-presbicia {
    min-height: 280rem;
  }
  .conocimiento-presbicia .bandera span {
    right: 55px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .items-presbicia .item {
    display: block;
  }
  .conocimiento-presbicia .box-sobre-presbicia .que-es-presbicia .items-presbicia .item p {
    text-align: center;
    width: 100%;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(1) {
    bottom: 237px;
    right: -5px;
  }
  .conocimiento-presbicia .box-sobre-presbicia .quien-padece .item-quien-padece p:nth-of-type(2) {
    bottom: 9px;
    left: -11px;
  }
  .conocimiento-presbicia .box-operacion .consiste-operacion p:nth-of-type(3) {
    top: 128px;
    right: -30px;
    max-width: 110px;
  }
  .modal-body.encuesta-mayores .perfil-paciente {
    min-height: 300rem;
  }
  .perfil-paciente .box-header {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .perfil-paciente .box-mujeres > img {
    max-width: 310px;
  }
  .perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas1 .item,
.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas1 .item p,
.perfil-paciente .sintomas-notasteis .box-sintomas .subbox-sintomas2 .item p {
    max-width: 100%;
    text-align: center;
    margin-right: 0;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista1 p:nth-of-type(2) {
    top: 95px;
    left: -20px;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(3) {
    top: 72px;
    left: 116pc;
  }
  .perfil-paciente .tiempo-revisiones .acudir-especialista2 p:nth-of-type(4) {
    top: 254px;
    left: 128px;
    text-align: right;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(2) {
    top: 229px;
    left: 44px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(3) {
    top: 52px;
    left: 80px;
    text-align: right;
    font-size: 12px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(4) {
    top: 101px;
    left: 212px;
    font-size: 12px;
  }
  .perfil-paciente .soluciones-escogidas .solucion-escogida p:nth-of-type(5) {
    left: 230px;
    font-size: 12px;
  }
}
/*infografia desprendimiento de retina*/
.info-despren-reti {
  color: #929292;
}

.info-despren-reti a {
  text-decoration: none;
  color: initial;
}

#modalInfografiaDespredimientoRetina.info-despren-reti .modal-dialog {
  max-width: 800px;
}

#modalInfografiaDespredimientoRetina.info-despren-reti .modal-content {
  padding: 40px 5px 0;
}

#modalInfografiaDespredimientoRetina.info-despren-reti .modal-header .close {
  margin-right: 0;
}

#modalInfografiaDespredimientoRetina.info-despren-reti .modal-body {
  padding: 0;
}

#modalInfografiaDespredimientoRetina.info-despren-reti .modal-body a {
  color: inherit;
}

.info-despren-reti .logo {
  margin: -20px auto 30px;
  width: auto;
}

.info-despren-reti .title-header {
  color: #004b93;
  font-size: 35px;
  text-align: center;
  font-weight: 800;
  line-height: 43px;
  margin-bottom: 30px;
}

.info-despren-reti .title {
  color: #004b93;
  font-size: 29px;
  text-align: center;
  font-weight: 500;
  line-height: 32px;
  padding: 30px 0;
}

.info-despren-reti .text-infogra {
  color: #929292;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .info-despren-reti .title-header {
    font-size: 25px;
    line-height: 30px;
  }
  .info-despren-reti .title {
    font-size: 24px;
  }
  .info-despren-reti .text-infogra {
    padding: 0 5px;
  }
}
/* secion item-carpeta */
.info-despren-reti .item-carpeta {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/carpeta.png) no-repeat center center;
  width: 100%;
  min-height: 510px;
}

.info-despren-reti .item-carpeta .title {
  padding: 0;
  font-weight: 800;
  font-size: 23px;
}

.info-despren-reti .item-carpeta .text {
  padding: 130px 50px 50px;
}

.info-despren-reti .item-carpeta .text ul {
  margin-top: 30px;
  padding: 0 50px 0 70px;
}

.info-despren-reti .item-carpeta li {
  position: relative;
  margin-bottom: 15px;
}

.info-despren-reti .item-carpeta li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -30px;
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/tick-blue.png) no-repeat;
  width: 30px;
  height: 25px;
}

@media (max-width: 767px) {
  .info-despren-reti .item-carpeta {
    background: url(../imagenes/infografias/infografia-desprendimiento-retina/carpeta-mobile.png) no-repeat;
    width: 100%;
    min-height: 730px;
    background-size: contain;
  }
  .info-despren-reti .item-carpeta .title {
    font-size: 20px;
  }
  .info-despren-reti .item-carpeta .text {
    padding: 140px 30px 0px 40px;
  }
  .info-despren-reti .item-carpeta .text ul {
    padding: 0 12px 40px 20px;
    margin-top: 15px;
  }
}
@media (max-width: 375px) {
  .info-despren-reti .item-carpeta {
    background-size: contain;
    min-height: 630px;
  }
  .info-despren-reti .item-carpeta .text {
    padding: 124px 30px 0px 40px;
  }
  .info-despren-reti .item-carpeta .title {
    line-height: 25px;
  }
}
@media (max-width: 374px) {
  .info-despren-reti .item-carpeta {
    background: url(../imagenes/infografias/infografia-desprendimiento-retina/carpeta-mobile-374.png) no-repeat;
    width: 100%;
    min-height: 790px;
    background-size: contain;
  }
  .info-despren-reti .item-carpeta .text {
    padding: 130px 0 0 0;
  }
  .info-despren-reti .item-carpeta .title {
    padding: 0 15px;
  }
  .info-despren-reti .item-carpeta .text ul {
    margin: 20px 0 0;
    padding: 0 20px 0 50px;
  }
}
/* secion item-que-es */
.info-despren-reti .item-que-es {
  position: relative;
  margin: 40px 0;
  background: #f7f5f5;
  border-radius: 15px;
  padding: 0 30px 40px;
}

.info-despren-reti .item-que-es .box-ojos {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.info-despren-reti .item-que-es i {
  position: absolute;
  bottom: 66px;
  left: 74px;
  font-style: italic;
  text-align: right;
  max-width: 410px;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .info-despren-reti .item-que-es {
    padding: 0 0px 20px;
  }
  .info-despren-reti .item-que-es .box-ojos {
    flex-direction: column;
    align-items: center;
  }
  .info-despren-reti .item-que-es i {
    position: initial;
    display: block;
    text-align: center;
  }
}
/* secion item-porque */
.info-despren-reti .item-porque ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 30px 0;
  list-style: none;
  padding: 0;
}

.info-despren-reti .item-porque li {
  position: relative;
  min-width: 141px;
  min-height: 148px;
}

.info-despren-reti .item-porque li:nth-of-type(1) {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/circulo-1.png) no-repeat;
}

.info-despren-reti .item-porque li:nth-of-type(2) {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/circulo-2.png) no-repeat;
}

.info-despren-reti .item-porque li:nth-of-type(3) {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/circulo-3.png) no-repeat;
}

.info-despren-reti .item-porque li:nth-of-type(4) {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/circulo-4.png) no-repeat;
}

.info-despren-reti .item-porque li:nth-of-type(5) {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/circulo-5.png) no-repeat;
}

.info-despren-reti .item-porque li p {
  position: absolute;
  top: 65px;
  left: 42px;
  color: #004b93;
  margin-bottom: 0;
  font-style: italic;
  font-size: 13px;
  text-align: center;
}

.info-despren-reti .item-porque li p span {
  font-size: 11px;
}

.info-despren-reti .item-porque li:nth-of-type(2) p {
  top: 58px;
  left: 39px;
}

.info-despren-reti .item-porque li:nth-of-type(3) p {
  top: 65px;
  left: 22px;
}

.info-despren-reti .item-porque li:nth-of-type(4) p {
  top: 56px;
  left: 9px;
}

.info-despren-reti .item-porque li:nth-of-type(5) p {
  top: 53px;
  left: 11px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .info-despren-reti .item-porque ul {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .info-despren-reti .item-porque li {
    margin-bottom: 20px;
  }
}
/* seccion item sintomas */
.info-despren-reti .item-sintomas {
  background: #f7f5f5;
  border-radius: 15px;
}

.info-despren-reti .box-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  padding: 30px 0 30px;
}

.info-despren-reti .box-items .item {
  flex-basis: 30%;
  text-align: center;
  color: #004b93;
  font-style: italic;
  line-height: 20px;
}

.info-despren-reti .box-items .item .inner {
  margin-bottom: 20px;
}

.info-despren-reti .box-items .item:nth-of-type(2) {
  color: #929292;
  text-align: center;
}

@media (max-width: 767px) {
  .info-despren-reti .item-sintomas .box-items {
    flex-direction: column;
    align-items: center;
  }
  .info-despren-reti .box-items .item .inner {
    padding: 0 15px;
  }
  .info-despren-reti .box-items .item .inner p {
    text-align: center;
  }
}
/* seccion item tratamiento*/
.info-despren-reti .item-tratamiento .box-items {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  padding: 30px 0 0px;
}

.info-despren-reti .item-tratamiento .box-items .item {
  flex-basis: 30%;
  color: #929292;
  text-align: right;
  font-style: normal;
  line-height: 20px;
  padding-left: 30px;
}

.info-despren-reti .item-tratamiento .box-items .item:nth-of-type(2),
.info-despren-reti .item-tratamiento .box-items .item:nth-of-type(3) {
  padding-left: 0;
}

.info-despren-reti .item-tratamiento .box-items .item:nth-of-type(3) {
  text-align: left;
  padding: 0 20px 0 0;
}

.info-despren-reti .item-tratamiento .box-items .item img {
  display: flex;
  max-width: unset;
}

@media (max-width: 767px) {
  .info-despren-reti .item-tratamiento {
    margin-bottom: 30px;
  }
  .info-despren-reti .item-tratamiento .box-items {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }
  .info-despren-reti .item-tratamiento .box-items .item,
.info-despren-reti .item-tratamiento .box-items .item:nth-of-type(3) {
    text-align: center;
    padding-left: 0;
  }
  .info-despren-reti .item-tratamiento .box-items .item p {
    text-align: center;
  }
  .info-despren-reti .item-tratamiento .box-items .item img {
    margin: 20px 0;
    max-width: 100%;
  }
}
/* seccion item prevenir  */
.info-despren-reti .item-prevenir {
  background: #f7f5f5;
  border-radius: 15px;
}

.info-despren-reti .item-prevenir .text-infogra {
  padding: 0 80px;
}

.info-despren-reti .item-prevenir .box-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.info-despren-reti .item-prevenir .box-items .item:first-of-type {
  flex-basis: 49%;
}

.info-despren-reti .item-prevenir .box-items .item img {
  padding-bottom: 60px;
}

.info-despren-reti .item-prevenir .box-items .item {
  flex-basis: 51%;
  font-size: 15px;
  flex-basis: 50%;
  padding-right: 21px;
  text-align: left;
  font-style: normal;
}

.info-despren-reti .item-prevenir ul {
  list-style: none;
  padding: 0;
}

.info-despren-reti .item-prevenir li {
  position: relative;
  border-bottom: 1px solid #c0bfbf;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #004b93;
  font-style: italic;
}

.info-despren-reti .item-prevenir li:before {
  width: 20px;
  height: 42px;
  content: "";
  position: absolute;
  top: -3px;
  left: -27px;
}

.info-despren-reti .item-prevenir li:nth-of-type(1):before {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/numero-1.png) no-repeat;
}

.info-despren-reti .item-prevenir li:nth-of-type(2):before {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/numero-2.png) no-repeat;
}

.info-despren-reti .item-prevenir li:nth-of-type(3):before {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/numero-3.png) no-repeat;
}

.info-despren-reti .item-prevenir li:nth-of-type(4):before {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/numero-4.png) no-repeat;
}

.info-despren-reti .item-prevenir li:nth-of-type(5):before {
  background: url(../imagenes/infografias/infografia-desprendimiento-retina/numero-5.png) no-repeat;
}

@media (max-width: 767px) {
  .info-despren-reti .item-prevenir .text-infogra {
    padding: 0;
  }
  .info-despren-reti .item-prevenir .box-items {
    flex-direction: column;
    align-items: center;
  }
  .info-despren-reti .item-prevenir .box-items .item {
    padding: 0;
  }
  .info-despren-reti .item-prevenir ul {
    padding: 0 20px;
  }
  .info-despren-reti .item-prevenir li {
    padding: 0 10px 30px 5px;
  }
  .info-despren-reti .item-prevenir li:before {
    left: -15px;
  }
}
/* secion item-footer */
.info-despren-reti .item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 533px;
  padding: 20px 0;
}

.info-despren-reti .item-footer p {
  padding: 20px 0;
  font-size: 19px;
}

.info-despren-reti .item-footer img {
  max-width: 270px;
}

@media (max-width: 767px) {
  .info-despren-reti .item-footer {
    flex-direction: column;
    align-items: center;
    padding: 20px 0 120px;
  }
}
@media (min-width: 768px) {
  #modal-infografia-6.modal .modal-dialog, #modal-infografia-7.modal .modal-dialog, #modal-infografia-8.modal .modal-dialog {
    width: auto;
    max-width: 800px;
  }
  #modal-infografia-6.modal .modal-dialog .modal-content, #modal-infografia-7.modal .modal-dialog .modal-content, #modal-infografia-8.modal .modal-dialog .modal-content {
    padding: 0px;
  }
}
.clearfix {
  clear: both;
}

/* header */
.page-areapaciente {
  background-color: #f0f9ff;
}

.page-areapaciente .header {
  background: #043F83;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-areapaciente .header .logo {
  margin-left: 50px;
}

.page-areapaciente .header .title__header {
  color: #ffffff;
  font-size: 25px;
  font-family: "GothamBold", sans-serif;
}

.accesos {
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 260px;
  margin-right: 50px;
}

.accesos a {
  border: 1px solid #F08F00;
  background: #F08F00;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: "Gotham-Medium", sans-serif;
  z-index: 10;
}

.accesos a:hover {
  border: 1px solid #ffffff;
  background: #043F83;
  color: #F08F00;
}

/* hero */
.hero {
  background: url(../imagenes/areapaciente/img-cabecera.jpg) no-repeat top center;
  min-height: 885px;
}

.text__hero {
  padding-top: 200px;
  max-width: 390px;
}

.title__hero {
  font-family: "GothamBold", sans-serif;
  font-size: 52px;
  margin-bottom: 20px;
}

.subtitle__hero {
  font-family: "GothamBold", sans-serif;
  font-size: 25px;
}

.btn-videoconferencia-full {
  display: block;
  background: #F08F00;
  border-radius: 49px;
  text-align: center;
  color: #ffffff;
  max-width: 750px;
  margin: 0 auto;
  font-size: 20px;
  padding: 30px 0;
  margin-top: -50px;
}

.btn-videoconferencia-mobile {
  background: #F08F00;
  display: none;
  padding: 10px 20px;
  border-radius: 32px;
  color: #ffffff;
  margin-top: 50px;
}

.area-paciente {
  margin: 100px 0;
  padding: 0 20px;
}

.area-paciente__title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 35px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0 20px;
}

.area-paciente__subtitle {
  font-size: 16px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}

.area-paciente__box-accesos {
  margin: 100px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
}

.area-paciente__box-accesos .item {
  text-align: center;
  flex-basis: 24%;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
}

.area-paciente__box-accesos .item img {
  margin-bottom: 15px;
}

.area-paciente__box-accesos .item:nth-of-type(3) {
  padding: 0 40px;
}

.mi-area-paciente__title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 35px;
  text-align: center;
  padding: 0 20px;
}

.mi-area-paciente__box {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.mi-area-paciente__box .item {
  position: relative;
}

.mi-area-paciente__box .item:nth-of-type(1) {
  background: rgba(0, 156, 224, 0.2392156863);
  flex-basis: 50%;
}

.mi-area-paciente__box .item:nth-of-type(2) {
  background: #17b2e4;
  flex-basis: 50%;
}

.contentenido__item {
  max-width: 700px;
  min-height: 350px;
  margin: 0 auto; /* text-align: center; */
  padding: 50px 0 60px;
}

.contentenido__item .title {
  font-size: 30px;
  padding: 0px 180px;
  text-align: center;
}

.contentenido__item .title span {
  font-family: "GothamBold", sans-serif;
  font-size: 40px;
  text-align: center;
  margin-right: 10px;
}

.contentenido__item .item_dropdown {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.contentenido__item p {
  font-size: 16px;
  margin-bottom: 20px;
}

.btn-registrate, .btn-accede {
  background: #F08F00;
  margin: 0 auto;
  min-width: 200px;
  min-height: 72px;
  border-radius: 40px;
  position: absolute;
  bottom: -33px;
  left: calc(50% - 100px);
  padding: 23px 0;
}

.btn-registrate a, .btn-accede a {
  color: #ffffff;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 20px;
}

.servicio-area-paciente {
  margin: 100px 0;
}

.servicio-area-paciente__title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 35px;
  text-align: center;
  padding: 0 20px;
}

.servicio-area-paciente__box {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.img-portatil img {
  width: 90%;
}

.box-servicios {
  padding: 0 20px;
}

.box-servicios ul {
  max-width: 660px;
  list-style: disc;
}

.box-servicios ul li {
  margin-bottom: 25px;
  font-size: 40px;
  color: #17b2e4;
  line-height: 25px;
}

.box-servicios ul li span {
  font-size: 16px;
  color: #043F83;
}

.preguntas-frecuentes {
  background: rgba(0, 156, 224, 0.2392156863);
  width: 100%;
  padding: 50px 100px;
}

.preguntas-frecuentes__title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 35px;
  text-align: center;
  padding: 0 20px;
}

.preguntas-frecuentes__box {
  padding: 80px 50px 100px 200px;
}

.preguntas-frecuentes__box .item {
  position: relative;
  font-size: 16px;
  padding-left: 50px;
  margin-bottom: 30px;
}

.preguntas-frecuentes__box .item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  background: url(../imagenes/areapaciente/ico-arrow-blue.png) no-repeat;
  width: 30px;
  height: 30px;
  transition: 0.8s all linear;
}

.preguntas-frecuentes__box .item.active:before {
  transform: rotate(90deg);
}

.preguntas-frecuentes__box .item .li-dropdown {
  font-size: 16px;
  padding: 20px;
  max-width: 900px;
}

/* PAGE FORMULARIO SI NO ERES PACIENTE*/
.form-no-soy-paciente header {
  background: url(../imagenes/areapaciente/bg-cabecera-formulario.png) no-repeat top -50px right;
  background-size: cover;
  margin: 0 auto;
  min-height: 200px;
  width: 100%;
  display: block;
  padding: 50px 0 0 50px;
}

.wrapper-small {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.contenido-box-formulario {
  margin-top: 30px;
}

.box-iconos {
  max-width: 320px;
}

.box-iconos .title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 23px;
  margin-bottom: 20px;
}

.item__box-iconos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
  padding-right: 21px;
}

.item__box-iconos img {
  margin-right: 20px;
}

.item__box-iconos p {
  font-size: 16px;
}

.box-contenido {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box-formulario-datos {
  box-shadow: 0px 1px 6px #888888;
  min-width: 350px;
  margin-top: -90px;
  background: #ffffff;
  padding: 30px 20px 20px;
  margin-bottom: 15px;
}

.box-formulario-datos .title {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.box-formulario-datos label {
  display: block;
  margin-bottom: 5px;
  color: #6B6B6B;
  font-size: 15px;
}

.box-formulario-datos label small {
  font-size: 12px;
}

.box-formulario-datos input {
  height: 43px;
  border: 1px solid #6CBEED;
  margin-bottom: 15px;
  width: 100%;
}

.box-formulario-datos .btn-llamame {
  position: relative;
  color: #ffffff;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 20px;
  background: #FF9B00;
  width: 100%;
  text-align: left;
  min-height: 48px;
  padding-left: 10px;
  border: none;
  box-shadow: none;
  margin: 30px 0;
}

.box-formulario-datos button:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../imagenes/areapaciente/ico-arrow-right-white.png) no-repeat;
}

.list-disc {
  list-style: disc;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.list-disc li {
  line-height: 20px;
}

.list-round {
  list-style: circle !important;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

.list-round li {
  list-style: circle !important;
  line-height: 20px;
}

/*  MEDIA QUERYS */
@media (max-width: 1650px) {
  .text__hero {
    margin-left: 50px;
  }
  .hero {
    background-size: cover;
    min-height: 635px;
  }
  .preguntas-frecuentes {
    padding: 50px 50px;
  }
  .preguntas-frecuentes__box {
    padding: 80px 50px 100px 135px;
  }
}
@media (max-width: 1450px) {
  .text__hero {
    padding-top: 150px;
  }
  .area-paciente__box-accesos .item:nth-of-type(3) {
    padding: 0;
  }
  .btn-registrate, .btn-accede {
    bottom: -40px;
  }
  .img-portatil img {
    width: 70%;
  }
  .box-servicios ul {
    max-width: 600px;
  }
  .box-servicios ul li {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .contentenido__item {
    min-height: 345px;
  }
}
@media (max-width: 1200px) {
  .accesos {
    min-width: 220px;
  }
  .accesos p {
    font-size: 12px;
  }
  .hero {
    min-height: 460px;
    background-size: cover;
  }
  .title__hero {
    font-size: 45px;
  }
  .contentenido__item .title {
    padding: 0px 85px;
    font-size: 30px;
  }
  .servicio-area-paciente__box {
    flex-direction: column;
  }
  .box-servicios {
    margin-top: 50px;
  }
}
@media (max-width: 1024px) {
  .mi-area-paciente__box .item {
    min-height: 360px;
  }
}
@media (max-width: 900px) {
  /* .mi-area-paciente__box .item{min-height: 520px;} */
}
@media (max-width: 768px) {
  .form-no-soy-paciente header {
    background: url(../imagenes/areapaciente/bg-cabecera-formulario.png) no-repeat top right;
    background-size: cover;
    margin: 0 auto;
    min-height: 200px;
    width: 100%;
    display: block;
    padding: 50px 0 0 50px;
  }
  .text__hero {
    padding-top: 100px;
    max-width: 205px;
  }
  .btn-videoconferencia-full {
    max-width: 700px;
  }
  .contentenido__item {
    padding: 50px 10px 50px;
  }
  .contentenido__item .title {
    padding: 0px 20px;
  }
  .area-paciente {
    margin: 50px 0;
  }
  .area-paciente__box-accesos {
    flex-direction: column;
    align-items: center;
  }
  .preguntas-frecuentes {
    padding: 50px 50px;
  }
  .preguntas-frecuentes__box {
    padding: 80px 50px 100px 10px;
  }
}
@media (max-width: 767px) {
  .header {
    justify-content: space-around;
    min-height: 75px;
  }
  .logo {
    margin-left: 10px;
  }
  .logo img {
    width: 80%;
  }
  .title__header {
    display: none;
  }
  .btn-videoconferencia-full {
    display: none;
  }
  .btn-videoconferencia-mobile {
    display: inline-block;
  }
  .area-paciente {
    margin: 30px 0;
  }
  .area-paciente__title {
    font-size: 31px;
    padding: 0;
  }
  .area-paciente__subtitle {
    font-size: 18px;
  }
  .area-paciente__box-accesos {
    margin: 50px 0;
    padding: 0 20px;
  }
  .area-paciente__box-accesos .item {
    margin-bottom: 30px;
  }
  .area-paciente__box-accesos .item img {
    margin-bottom: 20px;
  }
  .mi-area-paciente__title {
    font-size: 31px;
    padding: 0;
    background: #17b2e4;
    padding-top: 40px;
  }
  .mi-area-paciente__box {
    margin: 0;
  }
  .mi-area-paciente__box .item {
    width: 100%;
    min-height: 100px;
  }
  .mi-area-paciente__box {
    flex-direction: column-reverse;
    align-items: center;
  }
  .contentenido__item {
    min-height: unset;
    padding: 40px 170px 40px;
  }
  .contentenido__item .title {
    position: relative;
    font-size: 21px;
    padding: 0px 30px;
  }
  .contentenido__item .title .ico-arrow-dark-blue {
    content: "";
    position: absolute;
    top: 25%;
    right: -10px;
    background: url(../imagenes/areapaciente/ico-arrow-darkblue.png) no-repeat;
    width: 30px;
    height: 45px;
    transition: 0.8s all linear;
  }
  .contentenido__item .title span {
    font-size: 32px;
  }
  .item_dropdown {
    display: none;
  }
  .btn-registrate, .btn-accede {
    max-width: 240px;
    left: unset;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px;
  }
  .servicio-area-paciente {
    margin: 50px 0;
  }
  .servicio-area-paciente__title {
    font-size: 31px;
    padding: 0;
  }
  .box-servicios {
    padding: 0px 80px;
  }
  .box-servicios ul {
    width: 100%;
    max-width: unset;
  }
  .box-servicios ul li {
    font-size: 40px;
    line-height: 20px;
  }
  .preguntas-frecuentes {
    padding: 50px 20px;
  }
  .preguntas-frecuentes__title {
    font-size: 31px;
    padding: 0;
  }
  .preguntas-frecuentes__box {
    padding: 50px 20px 50px;
  }
  .preguntas-frecuentes__box .item {
    font-size: 16px;
  }
  .preguntas-frecuentes__box .item .li-dropdown {
    font-size: 14px;
  }
  /* page formulario*/
  .form-no-soy-paciente header {
    padding: 50px 0;
    min-height: 100px;
  }
  .form-no-soy-paciente header img {
    display: block;
    margin: 0 auto;
  }
  .contenido-box-formulario {
    padding: 0 20px;
    margin: 30px 0 100px;
  }
  .box-contenido {
    flex-direction: column;
    align-items: center;
  }
  .box-formulario-datos {
    margin-top: 60px;
  }
}
@media (max-width: 480px) {
  .hidden-480 {
    display: none;
  }
  .accesos {
    min-width: 210px;
    margin-right: 10px;
  }
  .hero {
    background: url(../imagenes/areapaciente/img-cabecera-mobile.jpg) no-repeat top center;
    min-height: 350px;
  }
  .text__hero {
    margin-left: 30px;
    padding-top: 20px;
  }
  .subtitle__hero {
    font-size: 19px;
    padding-right: 40px;
  }
  .contentenido__item {
    min-height: unset;
    padding: 40px 40px 40px;
  }
}
@media (max-width: 375px) {
  .accesos {
    min-width: 200px;
  }
  .accesos a {
    font-size: 14px;
  }
  .title__hero {
    font-size: 40px;
  }
  .box-servicios {
    padding: 0px 60px;
  }
}
@media (max-width: 320px) {
  .text__hero {
    margin-left: 23px;
  }
  .subtitle__hero {
    padding-right: 77px;
  }
  .box-formulario-datos {
    min-width: 100%;
  }
}
.info-container p {
  margin: 1rem 0;
  line-height: 1.1;
}

/**/
.a-underline {
  text-decoration: underline;
  color: #40a9dd;
}

@media (max-width: 768px) {
  .section-four .main-container .image-container .store {
    bottom: unset !important;
    flex-direction: row !important;
    position: relative !important;
    width: 100% !important;
    margin: 20px auto 10px;
  }
  .section-four .main-container .image-container {
    max-width: 600px;
    margin-top: 8%;
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center !important;
  }
  .section-four .main-container .image-container .lax {
    transform: translateX(0px) !important;
  }
}
/*Style*/
.areapaciente section, .areapaciente main {
  max-width: 1170px;
  margin: auto;
}

.areapaciente {
  color: #667889;
}

.areapaciente .info-container p {
  margin: 1rem 0;
  line-height: 1.1;
}

.areapaciente h1, .areapaciente h2, .areapaciente h3 {
  font-family: "Gotham";
  font-weight: bold;
  font-style: normal;
  color: #004b95;
  font-size: 52px;
  line-height: 55px;
}

.areapaciente a.button {
  background-color: #f18a3a;
  border-radius: 10px;
  padding: 18px;
  color: white;
  margin-top: 20px;
  display: inline-block;
}

.areapaciente a.button:hover {
  background-color: #40a9dd;
}

.areapaciente .info-container {
  max-width: 500px;
}

.areapaciente .section-three ul,
.areapaciente .section-four ul {
  margin-top: 20px;
}

.areapaciente .section-three ul li,
.areapaciente .section-four ul li {
  margin-left: 20px;
  margin-bottom: 20px;
}

.areapaciente .section-three ul li::before,
.areapaciente .section-four ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  margin-left: -20px;
  margin-right: 10px;
  background: url(../imagenes/areapaciente/dot-list.svg) no-repeat;
  display: inline-block;
}

.areapaciente .section-one {
  padding: 30px;
  display: flex;
  border-radius: 40px;
  justify-content: space-between;
  position: relative;
  align-items: center;
  background: url(../imagenes/areapaciente/bubble-half.svg) no-repeat #e0f2fe;
  background-position: 20% bottom;
  background-size: 54%;
  overflow-y: hidden;
}

.areapaciente .section-one .align-container {
  display: flex;
  justify-content: space-between;
  max-width: 715px;
  width: 100%;
  margin: auto;
}

.areapaciente .section-one .align-container .info-container {
  align-self: center;
}

.areapaciente .section-one .align-container .image-container {
  width: 325px;
  height: 490px;
  position: relative;
  margin-bottom: -30px;
}

.areapaciente .section-one .align-container .image-container img {
  position: absolute;
  bottom: 0;
}

.areapaciente .section-two {
  padding-top: 3%;
  max-width: 100%;
  overflow-x: hidden;
}

.areapaciente .section-two .main-container {
  display: flex;
  justify-content: space-between;
  max-width: 1170px;
  margin: auto;
  padding-bottom: 3%;
}

.areapaciente .section-two .main-container p {
  max-width: 420px;
}

.areapaciente .section-two .main-container .image-container {
  max-width: 660px;
  flex-shrink: 0;
}

.areapaciente .section-two .main-container .info-container {
  transform: translateX(12%);
}

.areapaciente .section-two .shape-table {
  position: relative;
  z-index: 0;
  transform: translateX(calc(85% - 50vw));
  margin-top: -100px;
}

.areapaciente .section-two .shape-table path {
  fill: #98d2eb;
}

.areapaciente .section-three {
  display: flex;
  background-color: white;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  -webkit-box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
  -moz-box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
  box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
  padding: 60px 30px;
  margin-top: -35%;
  position: relative;
}

.areapaciente .section-three .image-container {
  width: 35%;
}

.areapaciente .section-three .info-container {
  padding-left: 5%;
}

.areapaciente .section-four {
  background: url(../imagenes/areapaciente/devices-bg.svg) bottom no-repeat;
  max-width: 100%;
}

.areapaciente .section-four .main-container {
  max-width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.areapaciente .section-four .main-container .info-container {
  max-width: 430px;
}

.areapaciente .section-four .main-container .image-container {
  position: relative;
}

.areapaciente .section-four .main-container .image-container .store {
  position: absolute;
  z-index: 100;
  display: flex;
  bottom: 70px;
  right: 0px;
  width: 60%;
  justify-content: space-between;
}

.areapaciente .section-four .main-container .image-container .store a {
  width: 48%;
}

.areapaciente .section-five {
  max-width: 100%;
  width: 100%;
  background-color: white;
  padding-top: 5%;
}

.areapaciente .section-five h3 span {
  display: inline;
}

.areapaciente .section-five .main-container {
  max-width: 1170px;
  margin: auto;
  position: relative;
}

.areapaciente .section-five .main-container .image-container {
  max-width: 320px;
  position: absolute;
  right: 8%;
  bottom: 0px;
}

.areapaciente .section-five .main-container .image-container img {
  transform: translateY(5px);
}

.areapaciente .section-five .main-container .info-container {
  max-width: 800px;
  padding-bottom: 8%;
  position: relative;
  z-index: 1;
}

.page-areapaciente .areapaciente footer ul {
  display: flex;
  justify-content: center;
}

.page-areapaciente .areapaciente footer ul li a {
  color: #004b95;
  padding: 20px;
  display: inline-block;
  font-size: 0.8rem;
}

.page-areapaciente .areapaciente footer ul li a:hover {
  color: #40a9dd;
}

.accordion-content {
  width: 100%;
  margin-top: 30px;
}

.accordion-content .accordion-item, .item-faq.accordion-item {
  border-radius: 20px;
  background: white;
  cursor: pointer;
  padding: 30px;
  margin-bottom: 20px;
  -webkit-box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
  -moz-box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
  box-shadow: 6px 6px 21px -2px rgba(128, 203, 230, 0.3);
}

.accordion-content .accordion-item:hover h4 {
  color: #40a9dd;
}

.accordion-content .accordion-item.active .panel {
  transition: max-height 0.2s ease-in;
}

.accordion-content .accordion-item.active h4 {
  color: #40a9dd;
}

.accordion-content .accordion-item.active h4::after {
  transform: rotate(180deg);
}

.accordion-content .accordion-item h4 {
  color: #004b95;
  font-family: "Gotham";
  font-weight: 500;
  background: white;
  box-shadow: none;
  padding: 18px;
  width: 100%;
  outline: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-direction: row !important;
}

.accordion-content .accordion-item h4::after {
  content: "";
  display: inline-block;
  background: url(../imagenes/areapaciente/arrow-toggle.svg) no-repeat;
  width: 15px;
  height: 15px;
}

.accordion-content .accordion-item .panel {
  padding: 0 18px;
  overflow: hidden;
  transition: max-height 0.2s ease-in;
}

.accordion-content .accordion-item .panel p {
  margin: 1em 0;
}

@media screen and (max-width: 1600px) {
  .areapaciente .section-two .shape-table {
    transform: translateX(calc(70% - 50vw));
    margin-top: -85px;
  }
  .areapaciente .section-three {
    margin-top: -34%;
  }
}
@media screen and (max-width: 1170px) {
  .areapaciente .section-one {
    margin-left: 5%;
    margin-right: 5%;
    justify-content: space-between;
  }
  .areapaciente .section-one .image-container {
    width: 30%;
    height: 440px;
    margin-bottom: -30px;
    margin-left: -20px;
  }
  .areapaciente .section-one .info-container {
    margin-right: 0px;
  }
  .areapaciente .section-two {
    padding-top: 6%;
    padding-left: 0;
  }
  .areapaciente .section-three {
    margin-left: 5%;
    margin-right: 5%;
  }
  .areapaciente .section-four {
    overflow-x: hidden;
  }
  .areapaciente .section-four .info-container {
    max-width: 520px;
    padding-left: 5%;
  }
  .areapaciente .section-five .info-container {
    padding-left: 5%;
  }
}
@media screen and (max-width: 1110px) {
  .areapaciente h1,
.areapaciente h2,
.areapaciente h3 {
    font-size: 4.8vw;
  }
  .areapaciente .section-one .align-container {
    max-width: 620px;
  }
  .areapaciente .section-one .align-container .image-container {
    width: 230px;
    height: 353px;
  }
  .areapaciente .section-two .main-container .image-container {
    max-width: 510px;
  }
  .areapaciente .section-five .main-container .image-container {
    right: 0;
  }
}
@media screen and (max-width: 980px) {
  html {
    font-size: 14px;
  }
  .areapaciente .section-one .align-container {
    max-width: 520px;
  }
  .areapaciente .section-one .align-container .info-container p {
    left: 30%;
    max-width: 130px;
  }
  .areapaciente .section-two .shape-table {
    transform: translateX(calc(70% - 50vw));
    margin-top: -55px;
  }
  .areapaciente .section-three h3 span,
.areapaciente .section-four h3 span {
    display: inline;
  }
  .areapaciente .section-three {
    flex-direction: column;
    margin-top: -34%;
    padding: 50px 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .areapaciente .section-three .info-container {
    padding-left: 0px;
    max-width: 100%;
  }
  .areapaciente .section-three .image-container {
    width: 60%;
    margin-top: 7%;
  }
  .areapaciente .section-four .main-container {
    flex-direction: column;
    padding-top: 7%;
    margin-left: 7%;
    margin-right: 7%;
  }
  .areapaciente .section-four .main-container .info-container {
    max-width: 100%;
    padding-left: 0px;
  }
  .areapaciente .section-four .main-container .image-container {
    max-width: 600px;
    margin-top: 8%;
  }
  .areapaciente .section-five .main-container {
    margin-left: 7%;
    margin-right: 7%;
  }
  .areapaciente .section-five .main-container .info-container {
    padding-left: 0;
  }
  .areapaciente .section-five .main-container .image-container {
    display: none;
  }
}
@media screen and (max-width: 880px) {
  .areapaciente .section-one {
    background-size: 65%;
  }
  .areapaciente .section-two .main-container .info-container {
    flex-shrink: 0;
  }
  .areapaciente .section-two .main-container .info-container p {
    max-width: 320px;
  }
}
@media screen and (max-width: 780px) {
  .areapaciente h1,
.areapaciente h2,
.areapaciente h3 {
    font-size: 6vw;
  }
  .areapaciente .section-one {
    display: block;
  }
  .areapaciente .section-one .align-container {
    flex-direction: row;
  }
  .areapaciente .section-one .align-container .image-container {
    width: 239px;
  }
  .areapaciente .section-one .align-container .info-container p {
    display: block;
    position: static;
    width: auto;
    max-width: 100%;
  }
  .areapaciente .section-two .main-container .info-container {
    flex-shrink: 0;
    position: relative;
    z-index: 1;
  }
  .areapaciente .section-two .main-container .info-container p {
    max-width: 350px;
  }
  .areapaciente .section-two .main-container .image-container {
    max-width: 450px;
    margin-top: 8%;
  }
  .areapaciente .section-four .main-container .image-container .store {
    bottom: 30px;
    flex-direction: row !important;
  }
}
@media screen and (max-width: 414px) {
  .areapaciente h1,
.areapaciente h2,
.areapaciente h3 {
    font-size: 8vw;
  }
  .areapaciente .section-one {
    background-position: 70% bottom;
    background-size: 120%;
    overflow-x: hidden;
  }
  .areapaciente .section-one .align-container {
    flex-direction: column;
  }
  .areapaciente .section-one .align-container .info-container {
    order: 1;
    align-self: flex-start;
  }
  .areapaciente .section-one .align-container .image-container {
    order: 2;
    width: 205px;
    height: 300px;
  }
  .areapaciente .section-two {
    padding-top: 10%;
    max-width: 350px;
    margin: auto;
    overflow-y: hidden;
  }
  .areapaciente .section-two .shape-table {
    display: none;
  }
  .areapaciente .section-two .main-container .info-container {
    transform: initial;
  }
  .areapaciente .section-three {
    margin-top: 0px;
    padding: 30px 30px;
  }
  .areapaciente .section-three h3 {
    padding-top: 5%;
  }
  .areapaciente .section-three .image-container {
    width: 70%;
  }
  .areapaciente .section-four {
    padding-top: 10%;
  }
  .areapaciente .section-four .image-container img {
    transform: initial !important;
  }
  .areapaciente .section-five {
    padding-top: 12%;
  }
  .areapaciente .section-five .main-container {
    max-width: 350px;
    margin: auto;
  }
  .areapaciente .section-five .main-container .accordion-content .accordion-item {
    padding: 20px;
    border-radius: 15px;
  }
  .areapaciente .section-five .main-container .accordion-content .accordion-item h4::after {
    width: 13px;
    height: 13px;
    flex-shrink: 0;
  }
  .page-areapaciente .areapaciente footer ul {
    align-items: center;
  }
  .page-areapaciente .areapaciente footer ul li a {
    padding: 12px;
  }
}
@media screen and (max-width: 320px) {
  .areapaciente .section-two, .areapaciente .section-five .main-container {
    max-width: 280px;
  }
}
.btn-whatsapp-desktop {
  display: none;
}
.btn-whatsapp-desktop .btn-footer-whatsapp {
  display: inline-block;
  width: 60px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(3, 45, 85, 0.28);
  box-shadow: 0 2px 4px 0 rgba(3, 45, 85, 0.28);
  background-color: #4bcf58;
  padding: 7px;
  border-radius: 50%;
}
@media (min-width: 1025px) {
  .btn-whatsapp-desktop {
    display: block;
    position: fixed;
    bottom: 45px;
    right: 45px;
  }
}

/* Objeto tabla */
.o-table {
  width: 100%;
}
.o-table .o-table__title {
  text-align: center;
  color: black;
  padding: 20px 0;
}
.o-table .o-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 425px) {
  .o-table .o-table-item {
    flex-direction: column;
  }
}
.o-table .o-table-item div {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 0rem;
}
@media (max-width: 425px) {
  .o-table .o-table-item div {
    font-size: 13px;
  }
}
.o-table .o-table-item div:first-of-type {
  border-right: none;
  width: 35%;
}
@media (max-width: 425px) {
  .o-table .o-table-item div:first-of-type {
    border-right: 1px solid #e5e5e5;
    width: 100%;
  }
}
.o-table .o-table-item div:last-of-type {
  width: 65%;
}
@media (max-width: 425px) {
  .o-table .o-table-item div:last-of-type {
    width: 100%;
  }
}
.o-table .o-table-item div:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 425px) {
  .contenido-cookies a {
    word-break: break-all;
  }
}
table.table {
  width: 100%;
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  table-layout: fixed;
}

td, th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border: 1px solid #ddd;
}

table.table > tbody > tr > td {
  word-wrap: break-word;
}

@media screen and (max-width: 800px) {
  table.table {
    width: 650px;
  }
}
@media screen and (max-width: 700px) {
  table.table {
    width: 550px;
    font-size: 90%;
  }
}
@media screen and (max-width: 600px) {
  table.table {
    width: 450px;
    font-size: 90%;
  }
}
@media screen and (max-width: 520px) {
  table.table {
    width: 350px;
    font-size: 80%;
  }
}
@media screen and (max-width: 470px) {
  table.table {
    width: 300px;
    font-size: 70%;
  }
}
@media screen and (max-width: 420px) {
  table.table {
    width: 275px;
    font-size: 70%;
  }
}
@media screen and (max-width: 370px) {
  table.table {
    width: 275px;
    font-size: 60%;
  }
}
.image-comparison {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.image-comparison__slider-wrapper {
  position: relative;
}

.image-comparison__range {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  appearance: none;
  outline: none;
  cursor: ew-resize;
  z-index: 20;
}

@media (hover) {
  .image-comparison__range:hover ~ .image-comparison__slider .image-comparison__thumb {
    transform: scale(1.3);
  }
}

.image-comparison .image-comparison__slider-wrapper .image-comparison__range:active ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range:focus ~ .image-comparison__slider .image-comparison__thumb,
.image-comparison .image-comparison__slider-wrapper .image-comparison__range--active ~ .image-comparison__slider .image-comparison__thumb {
  transform: scale(0.9);
  background-color: white;
}

.image-comparison__image-wrapper--overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  overflow: hidden;
}

.image-comparison__figure {
  margin: 0;
}
.image-comparison__figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
.image-comparison__figure:not(.image-comparison__figure--overlay) {
  position: relative;
  padding-top: 66.666666667%;
}

.image-comparison__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: 0 50%;
  overflow: hidden;
}
.image-comparison__figure--overlay .image-comparison__image {
  z-index: 1;
}

.image-comparison__caption {
  position: absolute;
  bottom: 12px;
  min-width: max-content;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (max-width: 40.063em) {
  .image-comparison__caption {
    font-size: 12px;
  }
}

.image-comparison__caption--before {
  left: 12px;
  z-index: 2;
}

.image-comparison__caption--after {
  right: 12px;
  text-align: right;
}

.image-comparison__caption-body {
  max-width: 40vmin;
  padding: 6px 12px;
  background-color: rgba(0, 0, 0, 0.55);
}

.image-comparison__slider {
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  z-index: 10;
}
.image-comparison__range--active ~ .image-comparison__slider {
  background-color: white;
}

.image-comparison__thumb {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.5);
  transform-origin: center;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.image-comparison__thumb:before {
  position: absolute;
  z-index: -1;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border: inherit;
  background: rgba(255, 255, 255, 0.35);
  background-clip: border-box;
  border-radius: 50%;
  content: "";
}

.image-comparison__range::-webkit-slider-runnable-track {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-moz-range-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-webkit-slider-thumb {
  width: 40px;
  height: 40px;
  opacity: 0;
}

.image-comparison__range::-ms-fill-lower {
  background-color: transparent;
}

.image-comparison__range::-ms-track {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: transparent;
  outline: none;
  cursor: col-resize;
}

.image-comparison__range::-ms-thumb {
  width: 0.5%;
  height: 100%;
  opacity: 0;
}

.image-comparison__range::-ms-tooltip {
  display: none;
}

/*
@import
	'componentes/_components-hero.scss',
	'componentes/_components-nav.scss',		
	'componentes/_components-slick.scss',	
	'componentes/_components-main.scss',		
	'componentes/_components-footer.scss',		
	'componentes/_components-noticias.scss',
	'componentes/_components-noticia.scss',
	'componentes/_components-categorias.scss',
	'componentes/_components-producto-general.scss',
	'componentes/_components-producto.scss',
	'componentes/_components-calidad.scss',
	'componentes/_components-area-privada.scss',
	'componentes/_components-legales.scss',
	'componentes/_components-contacto.scss',
	'componentes/_components-modals.scss';
*/
.item__detalles-ficha-clinica {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  .item__detalles-ficha-clinica {
    flex-wrap: nowrap;
  }
}
.item__detalles-ficha-clinica .item__gerente {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-right: none;
}
.item__detalles-ficha-clinica .item__gerente-imagen {
  max-width: 135px;
  background: url(../imagenes/medicos/bg-round-medico.png) no-repeat bottom center;
  background-size: contain;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica .item__gerente-imagen {
    max-width: 195px;
  }
}
.item__detalles-ficha-clinica-text {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #0E7BD9;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica-text {
    padding: 0 10px 0 25px;
  }
}
.item__detalles-ficha-clinica .item__title {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #000000;
  margin: 0;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica .item__title {
    margin: 0 0 15px;
    line-height: 27px;
  }
}
.item__detalles-ficha-clinica li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 0 20px;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-basis: 45%;
    padding: 20px 10px 0 25px;
    margin: 0 0 25px;
    border-right: 1px solid #D9D9D9;
  }
}
@media (min-width: 1024px) {
  .item__detalles-ficha-clinica li {
    flex-basis: 32%;
  }
  .item__detalles-ficha-clinica li:first-of-type {
    border-right: none;
    padding-top: 0;
  }
  .item__detalles-ficha-clinica li:last-of-type {
    border-right: none;
  }
}
@media (min-width: 1100px) {
  .item__detalles-ficha-clinica li {
    flex-basis: 20%;
    border-right: 1px solid #D9D9D9;
    margin: 0;
  }
  .item__detalles-ficha-clinica li:last-of-type {
    border-right: none;
  }
}
.item__detalles-ficha-clinica li .icon {
  max-width: 45px;
  margin: 0 25px 0 0;
}
@media (min-width: 767px) {
  .item__detalles-ficha-clinica li .icon {
    margin: 0 0 20px;
  }
}

.box-map {
  padding: 0;
  position: relative;
  margin: 0;
}

#map_canvas {
  z-index: 0;
  padding-bottom: 380px;
  height: 380px;
  width: 100%;
}

@media (min-width: 1100px) {
  #map_canvas {
    height: 900px;
  }
}
.item__mapa-clinica {
  position: relative;
}
@media (min-width: 1100px) {
  .item__mapa-clinica::before {
    content: "";
    width: 755px;
    height: 755px;
    background-color: #72C5FF;
    border-radius: 50%;
    z-index: 10;
    position: absolute;
    top: 36px;
    left: -78px;
  }
}

.item__form-mapa-clinica {
  box-shadow: 0px 17px 34px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  position: relative;
  padding: 55px 20px;
  background-color: #ffffff;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 1100px) {
  .item__form-mapa-clinica {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    max-width: 590px;
    z-index: 11;
  }
}
.item__form-mapa-clinica .item__title-form {
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  margin: 20px 0;
}
@media (min-width: 1100px) {
  .item__form-mapa-clinica .item__title-form {
    font-size: 30px;
    line-height: 45px;
    letter-spacing: -0.03em;
    margin: 20px 0 45px;
  }
}
.item__form-mapa-clinica .icon {
  max-width: 54px;
}

.section-slider-clinicas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  background: #F8F9FB;
}
@media (min-width: 1024px) {
  .section-slider-clinicas {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 1100px) {
  .section-slider-clinicas {
    background: url(../imagenes/bg-waves.svg) repeat-x bottom center;
    background-size: 150%;
  }
}
.section-slider-clinicas > div {
  padding: 0 20px;
}
@media (min-width: 1024px) {
  .section-slider-clinicas > div {
    flex-grow: 1;
    max-width: 650px;
  }
  .section-slider-clinicas > div.text {
    flex-basis: 30%;
    max-width: 350px;
    padding: 50px 60px 0 0;
  }
}
@media (min-width: 1200px) {
  .section-slider-clinicas > div {
    max-width: 950px;
    padding: 0;
  }
  .section-slider-clinicas > div.text {
    flex-basis: 30%;
    max-width: 520px;
    padding: 50px 70px 0 20px;
  }
}
@media (min-width: 1500px) {
  .section-slider-clinicas > div {
    max-width: 1100px;
  }
}
.section-slider-clinicas .title__h2 {
  margin: 0 0 25px;
}
.section-slider-clinicas .title__h2 + p {
  margin: 0 0 40px;
}
@media (min-width: 1024px) {
  .section-slider-clinicas .title__h2 + p {
    margin: 0;
  }
}

.item-tratamientos-clinicas {
  background: transparent;
}
.item-tratamientos-clinicas .title__h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .item-tratamientos-clinicas {
    background: #ffffff;
    border-radius: 20px;
    padding: 50px !important;
  }
  .item-tratamientos-clinicas .title__h2 {
    margin: 0 0 35px;
  }
}
@media (min-width: 1500px) {
  .item-tratamientos-clinicas {
    padding: 50px !important;
  }
  .item-tratamientos-clinicas .item__listed-simple-checks {
    max-height: 430px;
    flex-wrap: wrap;
    width: 100%;
  }
  .item-tratamientos-clinicas .item__listed-simple-checks li {
    margin: 0 0 35px;
    font-size: 17px;
    padding: 5px 35px 0 35px;
    width: 51%;
  }
}

.item__detalles-medicos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 767px) {
  .item__detalles-medicos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
@media (min-width: 1100px) {
  .item__detalles-medicos {
    flex-wrap: nowrap;
  }
}
.item__detalles-medicos-text {
  padding: 0 5px 5px 25px;
  font-size: 16px;
  line-height: 26px;
  color: #0E7BD9;
}
.item__detalles-medicos-text a {
  color: #0E7BD9;
}
.item__detalles-medicos .item__title {
  font-family: "Gotham", sans-serif;
  font-size: 16px;
  line-height: 27px;
  color: #000000;
  margin: 0 0 3px;
  height: 27px;
}
.item__detalles-medicos .item__number {
  font-size: 32px;
  line-height: 32px;
}
.item__detalles-medicos li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding: 0 0 0 3%;
  margin: 0 0 40px;
}
@media (min-width: 767px) {
  .item__detalles-medicos li {
    flex-basis: 49%;
  }
  .item__detalles-medicos li:nth-of-type(even) {
    border-left: 1px solid #D9D9D9;
  }
}
@media (min-width: 1100px) {
  .item__detalles-medicos li {
    flex-basis: 24%;
    border-left: 1px solid #D9D9D9;
    margin: 0;
    flex-grow: 1;
  }
  .item__detalles-medicos li:first-of-type {
    border-left: none;
  }
  .item__detalles-medicos li:last-of-type {
    flex-basis: 30%;
  }
}
.item__detalles-medicos li > img {
  max-width: 45px;
  width: 45px;
  height: 45px;
  background-color: #ddd;
  border-radius: 4px;
}

.content-items-formacion {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.item__inner-titulos {
  color: #0E7BD9;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.03em;
  flex-basis: 100%;
}
@media (min-width: 1024px) {
  .item__inner-titulos {
    font-size: 16px;
    line-height: 24px;
    flex-basis: 47%;
  }
}
.item__inner-titulos .item__titulo {
  border: 1px solid #72C5FF;
  border-radius: 10px;
  padding: 12px;
  flex-basis: 48%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
@media (min-width: 1100px) {
  .item__inner-titulos .item__titulo {
    flex-basis: 45%;
    padding: 30px;
    min-height: 136px;
  }
}
.item__inner-titulos .item__titulo img {
  max-width: 40px;
  margin: 0 0 10px;
  border-radius: 0;
}
@media (min-width: 1100px) {
  .item__inner-titulos .item__titulo img {
    max-width: 32px;
    margin: 0 30px 0 0;
  }
}

.content-ficha-medico {
  margin: 0 auto;
  max-width: 1200px;
  padding: 15px 20px 40px;
  width: 100%;
  background: #F8F9FB;
}
@media (min-width: 1025px) {
  .content-ficha-medico {
    width: 90%;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
  }
}
@media (min-width: 1300px) {
  .content-ficha-medico {
    padding: 60px 100px;
    width: 100%;
  }
}
.content-ficha-medico .item__load-more {
  border-top: 1px solid #D9D9D9;
}

.item__experiencia-laboral {
  background: #72C5FF;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0 0;
}
@media (min-width: 1100px) {
  .item__experiencia-laboral {
    background: linear-gradient(180deg, #72C5FF 45%, #F8F9FB 45%, #F8F9FB 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 85px 0 114px;
  }
}

.item__ficha-title {
  font-family: "Gotham", sans-serif;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin: 20px 0 40px;
}
@media (min-width: 1024px) {
  .item__ficha-title {
    font-size: 38px;
    line-height: 50px;
  }
}

.item__actividades-cientificas {
  background: #0E7BD9;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0 0;
}
@media (min-width: 1100px) {
  .item__actividades-cientificas {
    background: linear-gradient(180deg, #0E7BD9 45%, #F8F9FB 45%, #F8F9FB 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 85px 0 114px;
  }
}

.item__participacion-cursos {
  background: #72C5FF;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0 0;
}
@media (min-width: 1100px) {
  .item__participacion-cursos {
    background: linear-gradient(180deg, #72C5FF 45%, #F8F9FB 45%, #F8F9FB 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 85px 0 114px;
  }
}

.item__otros-datos {
  background: #527791;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0 0;
}
@media (min-width: 1100px) {
  .item__otros-datos {
    background: linear-gradient(180deg, #527791 45%, #F8F9FB 45%, #F8F9FB 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 85px 0 114px;
  }
}

.item__box-top-blue {
  background: #527791;
  border-radius: 15px 15px 0px 0px;
  padding: 20px 0 0;
}

@media (min-width: 1100px) {
  .item__box-top-blue {
    background: linear-gradient(180deg, #527791 50%, #F8F9FB 50%, #F8F9FB 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 85px 0 114px;
  }
}
.item__content.item__listed-bullet ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.item__content.item__listed-bullet ul > li {
  padding: 5px 0 0 35px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-bullet-blue.svg) no-repeat top 3px left 2px transparent;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.item__content.item__listed-bullet ul > li a {
  color: #0E7BD9;
}
.item__content.item__listed-bullet p {
  padding: 5px 0 0 35px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-bullet-blue.svg) no-repeat top 3px left 2px transparent;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}
.item__content.item__listed-simple-checks ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  -ms-justify-content: stretch;
  justify-content: stretch;
  -ms-flex-pack: stretch;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 20px 0;
}
.item__content.item__listed-simple-checks ul > li {
  padding: 5px 0 0 35px;
  font-size: 16px;
  line-height: 24px;
  font-family: "Gotham Book", sans-serif;
  background: url(../imagenes/icons/icon-check-blue-simple.svg) no-repeat top left transparent;
  margin: 0 0 5px;
  text-align: left;
  width: 100%;
}

.skeleton-line {
  height: 14px;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin: 4px 0;
  width: 100%;
  animation: pulse 1.2s infinite ease-in-out;
}

.skeleton-line.short {
  width: 60%;
}

@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.item__porque {
  background: url(../imagenes/bg-porque.svg) no-repeat #F3FAFF;
}
@media (min-width: 1024px) {
  .item__porque {
    background: url(../imagenes/bg-porque-desktop.svg) no-repeat #fff;
  }
}
.item__porque-imagen {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding: 0 100px 10px 0;
}
.item__porque-imagen img {
  width: auto;
  display: inline-block;
}
.item__porque-nota {
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .item__porque .item__listed-icons {
    max-width: 515px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: stretch;
    -moz-justify-content: stretch;
    -ms-justify-content: stretch;
    justify-content: stretch;
    -ms-flex-pack: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    height: 100%;
  }
}
.item__porque .item__listed-icons p {
  margin: 0 0 5px;
}

.item__companias {
  background: url(../imagenes/bg-aseguradoras.svg) no-repeat #ffffff top 40px center;
  padding: 100px 0 80px !important;
}
@media (min-width: 768px) {
  .item__companias {
    background: url(../imagenes/bg-aseguradoras-desktop.svg) no-repeat #ffffff center center;
    padding: 100px 0 180px !important;
  }
}
.item__companias-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  max-width: 765px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.025em;
}
@media (min-width: 767px) {
  .item__companias-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    text-align: left;
  }
}
.item__companias-inner > img {
  max-width: 87px;
  margin: 0 60px 0 0;
}
@media (min-width: 768px) {
  .item__companias-inner > img {
    margin: 23px 60px 0 0;
  }
}
.item__companias-inner > div {
  max-width: 500px;
}
.item__companias .title__h2 {
  margin: 10px 0;
  text-align: center;
  font-size: 28px;
}
@media (min-width: 768px) {
  .item__companias .title__h2 {
    text-align: left;
    margin: 0;
    font-size: 38px;
  }
}
.item__companias .btn-dark-blue {
  max-width: 335px;
  min-height: 52px;
  padding: 7px 40px;
  margin: 30px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
@media (min-width: 768px) {
  .item__companias .btn-dark-blue {
    max-width: 252px;
    min-height: 66px;
    padding: 20px 40px;
    margin: 30px 0 0;
  }
}

.item__testimonios-home .title__h2 {
  margin: 0 0 40px;
}
.item__testimonios-home .title__h2 + p {
  max-width: 930px;
}
@media (min-width: 1100px) {
  .item__testimonios-home .title__h2 + p {
    margin: 0 auto 55px;
  }
}

#main-responsable, #main-empleados, #main-pacientes, #main-sociedad {
  font-size: 16px;
  font-family: "Gotham Book", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1rem;
  color: #626970;
  will-change: transform;
  background-color: #dff2fe;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #main-responsable, #main-empleados, #main-pacientes, #main-sociedad {
    font-size: 15px;
  }
}
#main-responsable img, #main-empleados img, #main-pacientes img, #main-sociedad img {
  border-radius: 0;
}
#main-responsable section, #main-empleados section, #main-pacientes section, #main-sociedad section {
  padding: 0;
}
#main-responsable h1,
#main-responsable h2, #main-empleados h1,
#main-empleados h2, #main-pacientes h1,
#main-pacientes h2, #main-sociedad h1,
#main-sociedad h2 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 3rem;
  color: #0e4b93;
}
#main-responsable h1 span,
#main-responsable h2 span, #main-empleados h1 span,
#main-empleados h2 span, #main-pacientes h1 span,
#main-pacientes h2 span, #main-sociedad h1 span,
#main-sociedad h2 span {
  display: block;
  line-height: initial;
}
@media (max-width: 1080px) {
  #main-responsable h1,
#main-responsable h2, #main-empleados h1,
#main-empleados h2, #main-pacientes h1,
#main-pacientes h2, #main-sociedad h1,
#main-sociedad h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 910px) {
  #main-responsable h1,
#main-responsable h2, #main-empleados h1,
#main-empleados h2, #main-pacientes h1,
#main-pacientes h2, #main-sociedad h1,
#main-sociedad h2 {
    font-size: 2.1rem;
  }
}
#main-responsable h3, #main-empleados h3, #main-pacientes h3, #main-sociedad h3 {
  font-family: "Gotham", sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 1.5rem;
  color: #0e4b93;
}
@media (max-width: 768px) {
  #main-responsable h3, #main-empleados h3, #main-pacientes h3, #main-sociedad h3 {
    font-size: 1.4rem;
  }
}
@media (max-width: 680px) {
  #main-responsable h3, #main-empleados h3, #main-pacientes h3, #main-sociedad h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 414px) {
  #main-responsable h3, #main-empleados h3, #main-pacientes h3, #main-sociedad h3 {
    font-size: 1.4rem;
  }
}
#main-responsable h1 span:nth-child(2), #main-empleados h1 span:nth-child(2), #main-pacientes h1 span:nth-child(2), #main-sociedad h1 span:nth-child(2) {
  font-size: 3rem;
  margin-top: -10px;
  margin-left: 26px;
}
@media (max-width: 1080px) {
  #main-responsable h1 span:nth-child(2), #main-empleados h1 span:nth-child(2), #main-pacientes h1 span:nth-child(2), #main-sociedad h1 span:nth-child(2) {
    font-size: 2.3rem;
  }
}
@media (max-width: 680px) {
  #main-responsable h1 span:nth-child(2), #main-empleados h1 span:nth-child(2), #main-pacientes h1 span:nth-child(2), #main-sociedad h1 span:nth-child(2) {
    margin-left: 0px;
  }
}
@media (max-width: 414px) {
  #main-responsable h1 span:nth-child(2), #main-empleados h1 span:nth-child(2), #main-pacientes h1 span:nth-child(2), #main-sociedad h1 span:nth-child(2) {
    font-size: 2rem;
    margin-top: -6px;
  }
}
@media (max-width: 320px) {
  #main-responsable h1 span:nth-child(2), #main-empleados h1 span:nth-child(2), #main-pacientes h1 span:nth-child(2), #main-sociedad h1 span:nth-child(2) {
    font-size: 1.9rem;
  }
}
#main-responsable p, #main-empleados p, #main-pacientes p, #main-sociedad p {
  font-family: "Gotham Book", sans-serif;
}
#main-responsable .RSC-green, #main-empleados .RSC-green, #main-pacientes .RSC-green, #main-sociedad .RSC-green {
  color: #aacc66 !important;
}
#main-responsable .RSC-coral, #main-empleados .RSC-coral, #main-pacientes .RSC-coral, #main-sociedad .RSC-coral {
  color: #ff9999;
}
#main-responsable .RSC-blue, #main-empleados .RSC-blue, #main-pacientes .RSC-blue, #main-sociedad .RSC-blue {
  color: #52cdef;
}
#main-responsable .main-container, #main-empleados .main-container, #main-pacientes .main-container, #main-sociedad .main-container {
  padding: 20px;
}
#main-responsable .flex-container, #main-empleados .flex-container, #main-pacientes .flex-container, #main-sociedad .flex-container {
  display: flex;
}
#main-responsable .size50, #main-empleados .size50, #main-pacientes .size50, #main-sociedad .size50 {
  width: 46%;
}
@media (max-width: 680px) {
  #main-responsable .size50, #main-empleados .size50, #main-pacientes .size50, #main-sociedad .size50 {
    width: 95%;
    margin: auto;
  }
}
#main-responsable .link-button, #main-empleados .link-button, #main-pacientes .link-button, #main-sociedad .link-button {
  background-color: #0e4b93;
  color: #ffffff;
  padding: 15px;
  border-radius: 12px;
  font-family: "Gotham", sans-serif;
  min-width: 180px;
  display: inline-block;
  transition: all 300ms ease-in-out;
}
#main-responsable .link-button:hover, #main-empleados .link-button:hover, #main-pacientes .link-button:hover, #main-sociedad .link-button:hover {
  background-color: #003663;
}
@media (max-width: 680px) {
  #main-responsable .link-button, #main-empleados .link-button, #main-pacientes .link-button, #main-sociedad .link-button {
    width: 70%;
    font-size: 1.4rem;
  }
}
@media (max-width: 414px) {
  #main-responsable .link-button, #main-empleados .link-button, #main-pacientes .link-button, #main-sociedad .link-button {
    width: 90%;
    font-size: 1.2rem;
  }
}
#main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
  padding: 320px 0px 200px 0px;
}
@media (max-width: 1500px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 240px 0px 180px 0px;
  }
}
@media (max-width: 1180px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 200px 0px 180px 0px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 180px 0px 150px 0px;
  }
}
@media (max-width: 910px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 170px 0px 120px 0px;
  }
}
@media (max-width: 768px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 120px 0px 80px 0px;
  }
}
@media (max-width: 680px) {
  #main-responsable .bg5-employee, #main-empleados .bg5-employee, #main-pacientes .bg5-employee, #main-sociedad .bg5-employee {
    padding: 78px 0px 70px 0px;
  }
}
#main-responsable .bg5-employee .main-container .icon, #main-empleados .bg5-employee .main-container .icon, #main-pacientes .bg5-employee .main-container .icon, #main-sociedad .bg5-employee .main-container .icon {
  max-width: 130px;
  margin: auto;
}
@media (max-width: 1280px) {
  #main-responsable .bg5-employee .main-container .icon, #main-empleados .bg5-employee .main-container .icon, #main-pacientes .bg5-employee .main-container .icon, #main-sociedad .bg5-employee .main-container .icon {
    max-width: 120px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .bg5-employee .main-container .icon, #main-empleados .bg5-employee .main-container .icon, #main-pacientes .bg5-employee .main-container .icon, #main-sociedad .bg5-employee .main-container .icon {
    max-width: 100px;
  }
}
#main-responsable .bg5-employee .main-container h2, #main-empleados .bg5-employee .main-container h2, #main-pacientes .bg5-employee .main-container h2, #main-sociedad .bg5-employee .main-container h2 {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1280px) {
  #main-responsable .bg5-employee .main-container h2, #main-empleados .bg5-employee .main-container h2, #main-pacientes .bg5-employee .main-container h2, #main-sociedad .bg5-employee .main-container h2 {
    padding-top: 20px;
  }
}
@media (max-width: 680px) {
  #main-responsable .bg5-employee .main-container h2, #main-empleados .bg5-employee .main-container h2, #main-pacientes .bg5-employee .main-container h2, #main-sociedad .bg5-employee .main-container h2 {
    padding-top: 10px;
  }
}
#main-responsable .bg5-employee .main-container p, #main-empleados .bg5-employee .main-container p, #main-pacientes .bg5-employee .main-container p, #main-sociedad .bg5-employee .main-container p {
  max-width: 50%;
  margin: auto;
  padding-top: 20px;
  text-align: center;
}
@media (max-width: 680px) {
  #main-responsable .bg5-employee .main-container p, #main-empleados .bg5-employee .main-container p, #main-pacientes .bg5-employee .main-container p, #main-sociedad .bg5-employee .main-container p {
    max-width: 80%;
  }
}
@media (max-width: 680px) {
  #main-responsable .illustration-desktop, #main-empleados .illustration-desktop, #main-pacientes .illustration-desktop, #main-sociedad .illustration-desktop {
    display: none;
  }
}
#main-responsable .illustration-mobile, #main-empleados .illustration-mobile, #main-pacientes .illustration-mobile, #main-sociedad .illustration-mobile {
  display: none;
}
@media (max-width: 680px) {
  #main-responsable .illustration-mobile, #main-empleados .illustration-mobile, #main-pacientes .illustration-mobile, #main-sociedad .illustration-mobile {
    display: block;
  }
}
#main-responsable .not-block, #main-empleados .not-block, #main-pacientes .not-block, #main-sociedad .not-block {
  display: initial;
}
@media (max-width: 540px) {
  #main-responsable .not-block, #main-empleados .not-block, #main-pacientes .not-block, #main-sociedad .not-block {
    display: block;
  }
}
#main-responsable .not-block:nth-child(2), #main-empleados .not-block:nth-child(2), #main-pacientes .not-block:nth-child(2), #main-sociedad .not-block:nth-child(2) {
  font-size: 2.1rem;
}
@media (max-width: 414px) {
  #main-responsable .not-block:nth-child(2), #main-empleados .not-block:nth-child(2), #main-pacientes .not-block:nth-child(2), #main-sociedad .not-block:nth-child(2) {
    font-size: 1.9rem;
  }
}
#main-responsable .not-initial, #main-empleados .not-initial, #main-pacientes .not-initial, #main-sociedad .not-initial {
  display: block;
}
@media (max-width: 680px) {
  #main-responsable .not-initial, #main-empleados .not-initial, #main-pacientes .not-initial, #main-sociedad .not-initial {
    display: inline;
  }
}
#main-responsable h2, #main-empleados h2, #main-pacientes h2, #main-sociedad h2 {
  font-size: 3rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 680px) {
  #main-responsable h2, #main-empleados h2, #main-pacientes h2, #main-sociedad h2 {
    line-height: 35px;
  }
}
@media (max-width: 540px) {
  #main-responsable h2, #main-empleados h2, #main-pacientes h2, #main-sociedad h2 {
    line-height: 30px;
  }
}
@media (max-width: 680px) {
  #main-responsable h2 span:nth-child(1), #main-empleados h2 span:nth-child(1), #main-pacientes h2 span:nth-child(1), #main-sociedad h2 span:nth-child(1) {
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-responsable h2 span:nth-child(1), #main-empleados h2 span:nth-child(1), #main-pacientes h2 span:nth-child(1), #main-sociedad h2 span:nth-child(1) {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-responsable h2 span:nth-child(1), #main-empleados h2 span:nth-child(1), #main-pacientes h2 span:nth-child(1), #main-sociedad h2 span:nth-child(1) {
    font-size: 1.6rem;
  }
}
#main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
  font-size: 2.2rem;
  margin-top: 0;
  line-height: 1.2;
}
@media (max-width: 1080px) {
  #main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media (max-width: 910px) {
  #main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}
@media (max-width: 680px) {
  #main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
    font-size: 1.7rem;
  }
}
@media (max-width: 414px) {
  #main-responsable h2 span:nth-child(2), #main-empleados h2 span:nth-child(2), #main-pacientes h2 span:nth-child(2), #main-sociedad h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}
#main-responsable h2 span:nth-child(3), #main-empleados h2 span:nth-child(3), #main-pacientes h2 span:nth-child(3), #main-sociedad h2 span:nth-child(3) {
  margin-top: -8px;
}
@media (max-width: 768px) {
  #main-responsable h2 span:nth-child(3), #main-empleados h2 span:nth-child(3), #main-pacientes h2 span:nth-child(3), #main-sociedad h2 span:nth-child(3) {
    margin-top: -6px;
  }
}
@media (max-width: 540px) {
  #main-responsable h2 span:nth-child(3), #main-empleados h2 span:nth-child(3), #main-pacientes h2 span:nth-child(3), #main-sociedad h2 span:nth-child(3) {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-responsable h2 span:nth-child(3), #main-empleados h2 span:nth-child(3), #main-pacientes h2 span:nth-child(3), #main-sociedad h2 span:nth-child(3) {
    font-size: 1.9rem;
  }
}
#main-responsable h2 span:nth-child(4), #main-empleados h2 span:nth-child(4), #main-pacientes h2 span:nth-child(4), #main-sociedad h2 span:nth-child(4) {
  margin-top: -10px;
}
#main-responsable h2 .change, #main-empleados h2 .change, #main-pacientes h2 .change, #main-sociedad h2 .change {
  font-size: 1.8rem !important;
}
@media (max-width: 1080px) {
  #main-responsable h2 .change, #main-empleados h2 .change, #main-pacientes h2 .change, #main-sociedad h2 .change {
    font-size: 1.4rem !important;
  }
}
@media (max-width: 540px) {
  #main-responsable h2 .change, #main-empleados h2 .change, #main-pacientes h2 .change, #main-sociedad h2 .change {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 414px) {
  #main-responsable h2 .change, #main-empleados h2 .change, #main-pacientes h2 .change, #main-sociedad h2 .change {
    font-size: 1.6rem !important;
  }
}
#main-responsable .bg-grey, #main-empleados .bg-grey, #main-pacientes .bg-grey, #main-sociedad .bg-grey {
  background-color: #f9f9f9;
}
#main-responsable .wrapper-card, #main-empleados .wrapper-card, #main-pacientes .wrapper-card, #main-sociedad .wrapper-card {
  text-align: center;
  width: 70%;
  margin: auto;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  #main-responsable .wrapper-card, #main-empleados .wrapper-card, #main-pacientes .wrapper-card, #main-sociedad .wrapper-card {
    width: 55%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 1280px) {
  #main-responsable .wrapper-card, #main-empleados .wrapper-card, #main-pacientes .wrapper-card, #main-sociedad .wrapper-card {
    width: 45%;
  }
}
@media (max-width: 768px) {
  #main-responsable .wrapper-card, #main-empleados .wrapper-card, #main-pacientes .wrapper-card, #main-sociedad .wrapper-card {
    width: 90%;
  }
}
@media (max-width: 540px) {
  #main-responsable .wrapper-card, #main-empleados .wrapper-card, #main-pacientes .wrapper-card, #main-sociedad .wrapper-card {
    width: 100%;
  }
}
#main-responsable .wrapper-card .employees-card .icon, #main-empleados .wrapper-card .employees-card .icon, #main-pacientes .wrapper-card .employees-card .icon, #main-sociedad .wrapper-card .employees-card .icon {
  max-width: 120px;
  margin: auto;
  margin-top: -80px !important;
}
@media (max-width: 910px) {
  #main-responsable .wrapper-card .employees-card .icon, #main-empleados .wrapper-card .employees-card .icon, #main-pacientes .wrapper-card .employees-card .icon, #main-sociedad .wrapper-card .employees-card .icon {
    max-width: 100px;
  }
}
@media (max-width: 540px) {
  #main-responsable .wrapper-card .employees-card .icon, #main-empleados .wrapper-card .employees-card .icon, #main-pacientes .wrapper-card .employees-card .icon, #main-sociedad .wrapper-card .employees-card .icon {
    max-width: 80px;
    margin-top: -60px !important;
  }
}
#main-responsable .wrapper-card .employees-card h2, #main-empleados .wrapper-card .employees-card h2, #main-pacientes .wrapper-card .employees-card h2, #main-sociedad .wrapper-card .employees-card h2 {
  margin-top: 20px;
  line-height: 45px;
  font-size: 2.7rem;
}
@media (max-width: 1080px) {
  #main-responsable .wrapper-card .employees-card h2, #main-empleados .wrapper-card .employees-card h2, #main-pacientes .wrapper-card .employees-card h2, #main-sociedad .wrapper-card .employees-card h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 910px) {
  #main-responsable .wrapper-card .employees-card h2, #main-empleados .wrapper-card .employees-card h2, #main-pacientes .wrapper-card .employees-card h2, #main-sociedad .wrapper-card .employees-card h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 680px) {
  #main-responsable .wrapper-card .employees-card h2, #main-empleados .wrapper-card .employees-card h2, #main-pacientes .wrapper-card .employees-card h2, #main-sociedad .wrapper-card .employees-card h2 {
    margin-top: 5px;
  }
}
@media (max-width: 540px) {
  #main-responsable .wrapper-card .employees-card h2, #main-empleados .wrapper-card .employees-card h2, #main-pacientes .wrapper-card .employees-card h2, #main-sociedad .wrapper-card .employees-card h2 {
    margin-top: 10px;
  }
}
#main-responsable .wrapper-card .employees-card p, #main-empleados .wrapper-card .employees-card p, #main-pacientes .wrapper-card .employees-card p, #main-sociedad .wrapper-card .employees-card p {
  max-width: 90%;
  margin: auto;
  padding: 20px 0px;
}
@media (max-width: 910px) {
  #main-responsable .wrapper-card .employees-card p, #main-empleados .wrapper-card .employees-card p, #main-pacientes .wrapper-card .employees-card p, #main-sociedad .wrapper-card .employees-card p {
    padding: 10px 0px;
  }
}
@media (max-width: 540px) {
  #main-responsable .wrapper-card .employees-card p, #main-empleados .wrapper-card .employees-card p, #main-pacientes .wrapper-card .employees-card p, #main-sociedad .wrapper-card .employees-card p {
    max-width: 100%;
  }
}
#main-responsable .bg6-employee, #main-empleados .bg6-employee, #main-pacientes .bg6-employee, #main-sociedad .bg6-employee {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 50px;
  padding-bottom: 40px !important;
}
@media (min-width: 1024px) {
  #main-responsable .bg6-employee, #main-empleados .bg6-employee, #main-pacientes .bg6-employee, #main-sociedad .bg6-employee {
    position: relative;
  }
  #main-responsable .bg6-employee::after, #main-empleados .bg6-employee::after, #main-pacientes .bg6-employee::after, #main-sociedad .bg6-employee::after {
    content: "";
    position: absolute;
    bottom: -60px;
    height: 69px;
    width: 100%;
    background-color: #f9f9f9;
  }
}
@media (max-width: 1500px) {
  #main-responsable .bg6-employee, #main-empleados .bg6-employee, #main-pacientes .bg6-employee, #main-sociedad .bg6-employee {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  #main-responsable .bg6-employee, #main-empleados .bg6-employee, #main-pacientes .bg6-employee, #main-sociedad .bg6-employee {
    padding-top: 20px;
  }
}
#main-responsable .bg6-employee .after-bg7, #main-empleados .bg6-employee .after-bg7, #main-pacientes .bg6-employee .after-bg7, #main-sociedad .bg6-employee .after-bg7 {
  position: absolute;
  width: 100%;
  left: 0%;
  top: -120px;
}
@media (max-width: 1280px) {
  #main-responsable .bg6-employee .after-bg7, #main-empleados .bg6-employee .after-bg7, #main-pacientes .bg6-employee .after-bg7, #main-sociedad .bg6-employee .after-bg7 {
    top: -98px;
  }
}
@media (max-width: 910px) {
  #main-responsable .bg6-employee .after-bg7, #main-empleados .bg6-employee .after-bg7, #main-pacientes .bg6-employee .after-bg7, #main-sociedad .bg6-employee .after-bg7 {
    top: -80px;
  }
}
@media (max-width: 768px) {
  #main-responsable .bg6-employee .after-bg7, #main-empleados .bg6-employee .after-bg7, #main-pacientes .bg6-employee .after-bg7, #main-sociedad .bg6-employee .after-bg7 {
    top: -55px;
  }
}
@media (max-width: 540px) {
  #main-responsable .bg6-employee .after-bg7, #main-empleados .bg6-employee .after-bg7, #main-pacientes .bg6-employee .after-bg7, #main-sociedad .bg6-employee .after-bg7 {
    top: -36px;
  }
}
#main-responsable .bg6-employee p, #main-empleados .bg6-employee p, #main-pacientes .bg6-employee p, #main-sociedad .bg6-employee p {
  text-align: center;
}
#main-responsable .bg6-employee .logos-footer, #main-empleados .bg6-employee .logos-footer, #main-pacientes .bg6-employee .logos-footer, #main-sociedad .bg6-employee .logos-footer {
  padding-top: 20px;
  max-width: 350px;
  margin: auto;
}
@media (max-width: 1180px) {
  #main-responsable .bg6-employee .logos-footer, #main-empleados .bg6-employee .logos-footer, #main-pacientes .bg6-employee .logos-footer, #main-sociedad .bg6-employee .logos-footer {
    max-width: 205px;
  }
}
#main-responsable .bg6-employee .logo-baviera-responsable, #main-empleados .bg6-employee .logo-baviera-responsable, #main-pacientes .bg6-employee .logo-baviera-responsable, #main-sociedad .bg6-employee .logo-baviera-responsable {
  padding-top: 50px;
  max-width: 260px;
  margin: auto;
}
@media (max-width: 1180px) {
  #main-responsable .bg6-employee .logo-baviera-responsable, #main-empleados .bg6-employee .logo-baviera-responsable, #main-pacientes .bg6-employee .logo-baviera-responsable, #main-sociedad .bg6-employee .logo-baviera-responsable {
    max-width: 200px;
  }
}
#main-responsable .cloud-mobile, #main-empleados .cloud-mobile, #main-pacientes .cloud-mobile, #main-sociedad .cloud-mobile {
  display: none;
}
@media (max-width: 680px) {
  #main-responsable .cloud-mobile, #main-empleados .cloud-mobile, #main-pacientes .cloud-mobile, #main-sociedad .cloud-mobile {
    display: block;
    position: absolute;
    bottom: -41px;
    right: -50px;
    max-width: 70%;
  }
}
@media (max-width: 540px) {
  #main-responsable .cloud-mobile, #main-empleados .cloud-mobile, #main-pacientes .cloud-mobile, #main-sociedad .cloud-mobile {
    max-width: 80%;
  }
}
@media (max-width: 414px) {
  #main-responsable .cloud-mobile, #main-empleados .cloud-mobile, #main-pacientes .cloud-mobile, #main-sociedad .cloud-mobile {
    max-width: 100%;
    bottom: -12px;
  }
}
#main-responsable .swiper-button-next:after, #main-responsable .swiper-button-prev:after, #main-empleados .swiper-button-next:after, #main-empleados .swiper-button-prev:after, #main-pacientes .swiper-button-next:after, #main-pacientes .swiper-button-prev:after, #main-sociedad .swiper-button-next:after, #main-sociedad .swiper-button-prev:after {
  color: white !important;
}
#main-responsable .swiper-button-next, #main-empleados .swiper-button-next, #main-pacientes .swiper-button-next, #main-sociedad .swiper-button-next {
  outline: 0;
}

.accordion-content {
  width: 100%;
}
.accordion-content .accordion-item {
  position: relative;
  background-color: white;
  border-radius: 10px;
  text-align: left;
  cursor: pointer;
  padding: 20px 20px 20px 40px;
  margin-bottom: 20px;
  z-index: 1;
  transform: rotate(0deg);
}
.accordion-content .accordion-item.active .arrow-panel {
  transform: rotate(360deg);
  top: 24px;
}
@media (max-width: 1080px) {
  .accordion-content .accordion-item {
    padding: 20px 20px 20px 25px;
  }
}
.accordion-content .accordion-item ul li {
  margin-left: 12px;
  padding-bottom: 20px;
  position: relative;
  text-align: left;
}
.accordion-content .accordion-item ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50px;
  background-color: #52cdef;
  position: absolute;
  left: -10px;
  top: 12px;
}
.accordion-content .accordion-item.active p {
  margin-bottom: 30px;
}
.accordion-content .accordion-item.active p:first-of-type {
  margin-top: 20px;
}
.accordion-content .accordion-item h3 {
  color: #0e4b93;
  font-size: 1rem !important;
  text-align: left;
  background: transparent;
  box-shadow: none;
  border-radius: initial;
  padding: 18px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0;
  line-height: 1.5rem;
  max-width: 90%;
}
.accordion-content .accordion-item .panel {
  display: none;
}
.accordion-content .accordion-item .panel li {
  padding-top: 8px;
}
.accordion-content .arrow-panel {
  content: "";
  background-image: url(../imagenes/baviera-responsable/arrow-down.svg);
  width: 34px;
  height: 17px;
  position: absolute;
  right: 20px;
  top: 21px;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}
@media (max-width: 1080px) {
  .accordion-content .arrow-panel {
    width: 19px;
    height: 17px;
  }
}

.top-form-container {
  background-color: #dff2fe;
  position: relative;
}
@media (max-width: 680px) {
  .top-form-container {
    padding: 0px;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
  }
}
.top-form-container .main-container {
  padding-bottom: 0px;
}
.top-form-container .main-container h2, .top-form-container .main-container h1 {
  margin-bottom: 100px;
}
@media (max-width: 1280px) {
  .top-form-container .main-container h2, .top-form-container .main-container h1 {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .top-form-container .main-container h2, .top-form-container .main-container h1 {
    padding-left: 60px;
  }
}
@media (max-width: 680px) {
  .top-form-container .main-container h2, .top-form-container .main-container h1 {
    padding-top: 56px;
    padding-left: 20px;
    line-height: 35px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 540px) {
  .top-form-container .main-container h2, .top-form-container .main-container h1 {
    line-height: 30px;
  }
}
.top-form-container .main-container h2 span:nth-child(1), .top-form-container .main-container h1 span:nth-child(1) {
  font-size: 3rem;
}
@media (max-width: 1180px) {
  .top-form-container .main-container h2 span:nth-child(1), .top-form-container .main-container h1 span:nth-child(1) {
    font-size: 2.7rem;
  }
}
@media (max-width: 980px) {
  .top-form-container .main-container h2 span:nth-child(1), .top-form-container .main-container h1 span:nth-child(1) {
    font-size: 2.3rem;
  }
}
@media (max-width: 680px) {
  .top-form-container .main-container h2 span:nth-child(1), .top-form-container .main-container h1 span:nth-child(1) {
    font-size: 2.6rem;
  }
}
@media (max-width: 540px) {
  .top-form-container .main-container h2 span:nth-child(1), .top-form-container .main-container h1 span:nth-child(1) {
    font-size: 2rem;
  }
}
.top-form-container .main-container h2 span:nth-child(2), .top-form-container .main-container h1 span:nth-child(2) {
  font-size: 2rem;
  margin-top: -10px;
  margin-left: 149px;
}
@media (max-width: 1180px) {
  .top-form-container .main-container h2 span:nth-child(2), .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 1.7rem;
  }
}
@media (max-width: 1080px) {
  .top-form-container .main-container h2 span:nth-child(2), .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 2rem;
  }
}
@media (max-width: 680px) {
  .top-form-container .main-container h2 span:nth-child(2), .top-form-container .main-container h1 span:nth-child(2) {
    margin-left: 0px;
  }
}
.top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
  font-size: 3.6rem;
  margin-left: 149px;
  margin-top: -18px;
}
@media (max-width: 1500px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    font-size: 3.8rem;
  }
}
@media (max-width: 1280px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    font-size: 3.5rem;
  }
}
@media (max-width: 1180px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    font-size: 3rem;
  }
}
@media (max-width: 980px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    font-size: 2.6rem;
    margin-top: -11px;
  }
}
@media (max-width: 680px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    margin-left: 0px;
  }
}
@media (max-width: 540px) {
  .top-form-container .main-container h2 span:nth-child(3), .top-form-container .main-container h1 span:nth-child(3) {
    font-size: 2rem;
  }
}

#main-responsable .top-form-container {
  padding-top: 30px;
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .not-initial {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 1080px) {
  #main-responsable .top-form-container {
    padding: 50px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container {
    padding: 30px 0px 0px 0px;
    max-height: 200px;
    overflow: hidden;
  }
}
@media (max-width: 540px) {
  #main-responsable .top-form-container {
    max-height: 240px;
    overflow: hidden;
  }
}
#main-responsable .top-form-container h1 {
  transform: translate(0px, 16px);
  padding-left: 230px;
  margin-bottom: 10px !important;
}
@media (max-width: 1280px) {
  #main-responsable .top-form-container h1 {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 768px) {
  #main-responsable .top-form-container h1 {
    padding-left: 109px;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container h1 {
    padding-left: 20px;
    padding-top: 30px !important;
  }
}
@media (max-width: 540px) {
  #main-responsable .top-form-container h1 {
    padding-left: 0px;
  }
}
@media (max-width: 414px) {
  #main-responsable .top-form-container h1 {
    font-size: 2rem;
  }
}
#main-responsable .top-form-container h1 span:nth-child(1) {
  font-size: 3.6rem !important;
}
@media (max-width: 910px) {
  #main-responsable .top-form-container h1 span:nth-child(1) {
    font-size: 3.2rem !important;
  }
}
#main-responsable .top-form-container h1 span:nth-child(2) {
  font-size: 2.3rem !important;
  margin-top: -16px !important;
  margin-left: 32px !important;
}
@media (max-width: 910px) {
  #main-responsable .top-form-container h1 span:nth-child(2) {
    font-size: 2rem !important;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container h1 span:nth-child(2) {
    margin-top: 1px !important;
  }
}
#main-responsable .top-form-container .image-banner {
  width: 75%;
  margin-bottom: -42px;
}
@media (max-width: 980px) {
  #main-responsable .top-form-container .image-banner {
    width: 80%;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .image-banner {
    width: 65%;
    margin-bottom: 0;
    position: absolute;
    bottom: -36px;
    right: -50px;
  }
}
@media (max-width: 540px) {
  #main-responsable .top-form-container .image-banner {
    width: 85%;
  }
}
@media (max-width: 414px) {
  #main-responsable .top-form-container .image-banner {
    width: 100%;
    bottom: -12px;
  }
}
#main-responsable .top-form-container .illustration-banner {
  width: 700px;
  position: absolute;
  z-index: 2;
  bottom: -29px;
}
@media (max-width: 1280px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 670px;
  }
}
@media (max-width: 1180px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 620px;
    bottom: 20px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 520px;
  }
}
@media (max-width: 980px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 540px;
  }
}
@media (max-width: 910px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 500px;
  }
}
@media (max-width: 768px) {
  #main-responsable .top-form-container .illustration-banner {
    width: 430px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .illustration-banner {
    display: none;
  }
}
#main-responsable .top-form-container .image-secondary {
  width: 40%;
  position: absolute;
  bottom: 30px;
  right: 122px;
}
@media (max-width: 1280px) {
  #main-responsable .top-form-container .image-secondary {
    right: 47px;
  }
}
@media (max-width: 768px) {
  #main-responsable .top-form-container .image-secondary {
    right: 20px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .image-secondary {
    display: none;
  }
}
#main-responsable .top-form-container .cloud-ranny {
  position: absolute;
  width: 230px;
  left: 50%;
  top: 30%;
  transform: translate(25px, 0px);
  animation: cloud-banner01 3s ease-in-out infinite;
  animation-delay: 3;
}
@media (max-width: 1280px) {
  #main-responsable .top-form-container .cloud-ranny {
    width: 210px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .top-form-container .cloud-ranny {
    width: 170px;
    top: 37%;
    left: 55%;
  }
}
@media (max-width: 910px) {
  #main-responsable .top-form-container .cloud-ranny {
    width: 180px;
    top: 37%;
    left: 480px;
  }
}
@media (max-width: 768px) {
  #main-responsable .top-form-container .cloud-ranny {
    width: 150px;
    top: 43%;
    left: 405px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .cloud-ranny {
    display: none;
  }
}
#main-responsable .top-form-container .cloud-extra .individual {
  position: absolute;
  transform: translate(25px, 0px);
}
#main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
  right: 109px;
  width: 290px;
  top: 120px;
  animation-delay: 1;
  animation: cloud-banner02 4s ease-in-out infinite;
}
@media (max-width: 1180px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
    width: 240px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
    width: 180px;
  }
}
@media (max-width: 910px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
    width: 160px;
    top: 113px;
    right: 47px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
    right: auto;
    top: 28px;
    left: 94px;
    width: 130px;
  }
}
@media (max-width: 540px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(1) {
    top: 25px;
    left: 69px;
  }
}
#main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
  top: 337px;
  right: 43px;
  width: 220px;
  animation: cloud-banner03 6s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
    top: 248px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
    width: 164px;
  }
}
@media (max-width: 910px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
    width: 124px;
    top: 210px;
  }
}
@media (max-width: 680px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
    right: auto;
    left: -80px;
    top: 143px;
  }
}
@media (max-width: 414px) {
  #main-responsable .top-form-container .cloud-extra .individual:nth-child(2) {
    top: 140px;
    width: 140px;
  }
}
#main-responsable .top-form-container .cloud-extra.employees {
  width: 22%;
  top: 245px;
  right: 50px;
}
#main-responsable .commitments-container {
  text-align: center;
  padding-top: 250px;
  background-color: #f9f9f9;
  position: relative;
}
@media (max-width: 1280px) {
  #main-responsable .commitments-container {
    padding-top: 210px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .commitments-container {
    padding-top: 170px;
  }
}
@media (max-width: 910px) {
  #main-responsable .commitments-container {
    padding-top: 130px;
  }
}
@media (max-width: 680px) {
  #main-responsable .commitments-container {
    padding-top: 100px;
    padding-bottom: 180px;
  }
}
@media (max-width: 540px) {
  #main-responsable .commitments-container {
    padding-top: 80px;
    padding-bottom: 130px;
  }
}
@media (max-width: 414px) {
  #main-responsable .commitments-container {
    padding-top: 50px;
    padding-bottom: 105px;
  }
}
#main-responsable .commitments-container .svg-final {
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
  z-index: 1;
}
#main-responsable .commitments-container .text-container {
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  #main-responsable .commitments-container .text-container {
    max-width: 600px;
  }
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .text-container {
    padding-bottom: 0px;
  }
}
#main-responsable .commitments-container .commitments-list {
  max-width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  #main-responsable .commitments-container .commitments-list {
    max-width: 100%;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container {
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .commitments-list .flex-container {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item {
  min-height: 375px;
}
@media (max-width: 1280px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item {
    min-height: 410px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item {
    min-height: 432px;
  }
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item {
    min-height: 350px;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item .icon-card-container {
  max-width: 100px;
  margin: auto;
  margin-top: -50px;
}
@media (max-width: 980px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item .icon-card-container {
    margin-top: -60px;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item h4 {
  margin-top: 18px;
  margin-bottom: 18px;
  color: #aacc66;
  font-size: 1.2rem;
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item h4 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
@media (max-width: 540px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item h4 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    font-size: 1.3rem;
    max-width: 90%;
    margin: auto;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item h3 {
  margin-top: 8px;
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item h3 span {
  display: block;
}
#main-responsable .commitments-container .commitments-list .flex-container .commitments-item p {
  max-width: 80%;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .commitments-list .flex-container .commitments-item p {
    max-width: 90%;
    min-height: 80px;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container li {
  margin-top: 30px;
}
@media (max-width: 540px) {
  #main-responsable .commitments-container .commitments-list .flex-container li {
    margin-top: 90px;
  }
}
#main-responsable .commitments-container .commitments-list .flex-container li:nth-child(3) .commitments-item {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
@media (max-width: 680px) {
  #main-responsable .commitments-container .commitments-list .flex-container li:nth-child(3) .commitments-item {
    margin-top: 0;
  }
}
#main-responsable .commitments-container .bg1-after {
  position: absolute;
  bottom: -75px;
  width: 100%;
  left: 0;
}
@media (max-width: 1280px) {
  #main-responsable .commitments-container .bg1-after {
    bottom: -5px;
  }
}
#main-responsable .principles-container {
  text-align: center;
  position: relative;
  z-index: 1;
  background-color: #e1f9ee;
  padding-top: 100px;
}
@media (max-width: 1500px) {
  #main-responsable .principles-container {
    padding-top: 150px;
  }
}
@media (max-width: 980px) {
  #main-responsable .principles-container {
    padding-top: 120px;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container {
    padding-top: 90px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container {
    padding-top: 0px;
  }
}
#main-responsable .principles-container .cloud {
  position: absolute;
  right: 100px;
}
@media (max-width: 1500px) {
  #main-responsable .principles-container .cloud {
    top: 70px;
  }
}
@media (max-width: 980px) {
  #main-responsable .principles-container .cloud {
    top: 54px;
    width: 250px;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container .cloud {
    top: 13px;
    width: 220px;
    right: 29px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container .cloud {
    display: none;
  }
}
#main-responsable .principles-container .illustration-principles {
  position: absolute;
  bottom: 65px;
  left: 0;
  max-width: 70%;
  z-index: -1;
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .illustration-principles {
    bottom: 61px;
  }
}
@media (max-width: 910px) {
  #main-responsable .principles-container .illustration-principles {
    bottom: 63px;
    width: 90%;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container .illustration-principles {
    width: 95%;
    max-width: 100%;
    bottom: -8px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container .illustration-principles {
    display: none;
  }
}
#main-responsable .principles-container .main-container {
  padding: 0px;
}
#main-responsable .principles-container .main-container h2 span:nth-child(2) {
  margin-top: -7px;
}
#main-responsable .principles-container .main-container h2 span:nth-child(3) {
  margin-top: -5px;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container h2 {
    text-align: left;
    padding-left: 30px;
  }
}
@media (max-width: 540px) {
  #main-responsable .principles-container .main-container h2 {
    line-height: 35px;
  }
}
@media (max-width: 414px) {
  #main-responsable .principles-container .main-container h2 {
    padding-left: 15px;
  }
}
#main-responsable .principles-container .main-container .main-illustration {
  position: absolute;
  bottom: 0;
  width: 570px;
}
@media (max-width: 1280px) {
  #main-responsable .principles-container .main-container .main-illustration {
    width: 550px;
    left: 4%;
  }
}
@media (max-width: 1180px) {
  #main-responsable .principles-container .main-container .main-illustration {
    width: 550px;
  }
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .main-container .main-illustration {
    width: 500px;
    bottom: 35px;
  }
}
@media (max-width: 980px) {
  #main-responsable .principles-container .main-container .main-illustration {
    bottom: 65px;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container .main-container .main-illustration {
    width: 420px;
    bottom: -30px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .main-illustration {
    padding-top: 20px;
    position: static;
    width: 98%;
    margin: auto;
  }
}
#main-responsable .principles-container .main-container .flex-principles {
  display: flex;
  justify-content: flex-end;
  padding: 100px 0px 0px 0px;
  text-align: left;
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .main-container .flex-principles {
    padding: 70px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container .main-container .flex-principles {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles {
    padding: 0px;
    background-color: #aacc66;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list {
  width: 55%;
}
@media (max-width: 1500px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list {
    margin-right: 60px;
  }
}
@media (max-width: 980px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list {
    margin-right: 40px;
  }
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list {
    padding-top: 40px;
    width: 95%;
    margin: auto;
  }
}
@media (max-width: 414px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list {
    width: 85%;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul {
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul {
    align-items: center;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(2) {
  width: 70%;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(2) {
    width: 100%;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(3) {
  width: 75%;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(3) {
    width: 100%;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(4) {
  width: 90%;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(4) {
    width: 100%;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(5) {
  width: 80%;
}
@media (max-width: 680px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li:nth-child(5) {
    width: 100%;
  }
}
#main-responsable .principles-container .main-container .flex-principles .principles-list ul li h3 {
  color: #aacc66;
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .main-container .flex-principles .principles-list ul li h3 {
    font-size: 1.3rem;
  }
}
#main-responsable .principles-container .bg4-after {
  position: absolute;
  width: 100%;
  top: 94%;
  left: 0;
  z-index: -1;
}
@media (max-width: 1080px) {
  #main-responsable .principles-container .bg4-after {
    top: 95%;
  }
}
@media (max-width: 768px) {
  #main-responsable .principles-container .bg4-after {
    top: 100%;
  }
}
#main-responsable .logo-baviera-responsable {
  padding-top: 210px;
}
@media (max-width: 1500px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 180px;
  }
}
@media (max-width: 1180px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 120px;
  }
}
@media (max-width: 980px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 120px;
  }
}
@media (max-width: 540px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 80px;
  }
}
@media (max-width: 320px) {
  #main-responsable .logo-baviera-responsable {
    padding-top: 60px;
  }
}
#main-responsable .logo-baviera-responsable .logo-responsable {
  max-width: 300px;
  margin: auto;
}
@media (max-width: 1180px) {
  #main-responsable .logo-baviera-responsable .logo-responsable {
    max-width: 250px;
  }
}
#main-responsable .logo-baviera-responsable .onu-container {
  text-align: center;
  max-width: 60%;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 414px) {
  #main-responsable .logo-baviera-responsable .onu-container {
    max-width: 90%;
  }
}
#main-responsable h2 {
  font-size: 3.5rem;
}
@media (max-width: 540px) {
  #main-responsable h2 {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 414px) {
  #main-responsable h2 {
    font-size: 1.9rem !important;
  }
}
#main-responsable h2 span:first-child {
  font-size: 2.5rem;
}
@media (max-width: 680px) {
  #main-responsable h2 span:first-child {
    font-size: 2.1rem;
  }
}
#main-responsable h2 span:nth-child(2) {
  margin-top: -10px;
}
@media (max-width: 980px) {
  #main-responsable h2 span:nth-child(2) {
    font-size: 2.6rem;
  }
}
@media (max-width: 680px) {
  #main-responsable h2 span:nth-child(2) {
    font-size: 2.3rem;
  }
}
@media (max-width: 540px) {
  #main-responsable h2 span:nth-child(2) {
    margin-top: 0;
    font-size: 2.1rem;
  }
}

@media (max-width: 680px) {
  #main-empleados .top-form-container .not-initial {
    color: #ff9999;
  }
}
#main-empleados .top-form-container .main-container h2 span:first-of-type, #main-empleados .top-form-container .main-container h1 span:first-of-type {
  font-size: 3rem;
  color: #0e4b93;
}
#main-empleados .top-form-container .main-container h2 span:nth-child(3), #main-empleados .top-form-container .main-container h1 span:nth-child(3) {
  color: #ff9999;
}
@media (min-width: 1024px) {
  #main-empleados .top-form-container .main-container h2, #main-empleados .top-form-container .main-container h1 {
    margin: 100px 0;
  }
}
#main-empleados .top-form-container .main-container .cloud-mobile {
  display: none;
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .cloud-mobile {
    display: block;
    position: absolute;
    bottom: -39px;
    max-width: 70%;
    right: -52px;
  }
}
@media (max-width: 540px) {
  #main-empleados .top-form-container .main-container .cloud-mobile {
    bottom: -25px;
    max-width: 88%;
    right: -55px;
  }
}
#main-empleados .top-form-container .main-container .main-back {
  width: 750px;
  margin-left: 2%;
  margin-bottom: -5px;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .main-back {
    width: 640px;
    margin-left: 10%;
  }
}
@media (max-width: 1280px) {
  #main-empleados .top-form-container .main-container .main-back {
    width: 609px;
    margin-left: 10%;
  }
}
@media (max-width: 1080px) {
  #main-empleados .top-form-container .main-container .main-back {
    width: 545px;
    margin-left: 7%;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .main-back {
    width: 468px;
  }
}
@media (max-width: 768px) {
  #main-empleados .top-form-container .main-container .main-back {
    width: 390px;
    margin-left: 3%;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .main-back {
    display: none;
  }
}
#main-empleados .top-form-container .main-container .main-heart {
  width: 400px;
  position: absolute;
  bottom: 0;
  left: 23%;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .main-heart {
    width: 365px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .top-form-container .main-container .main-heart {
    width: 316px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .top-form-container .main-container .main-heart {
    width: 279px;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .main-heart {
    width: 245px;
  }
}
@media (max-width: 768px) {
  #main-empleados .top-form-container .main-container .main-heart {
    width: 200px;
    left: 18%;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .main-heart {
    display: none;
  }
}
#main-empleados .top-form-container .main-container .main-cloud img {
  position: absolute;
  transform: translate(25px, 0px);
}
#main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
  max-width: 240px;
  left: 6%;
  animation-delay: 2s;
  animation: cloud-banner01 4s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
    width: 200px;
    left: 3%;
  }
}
@media (max-width: 1080px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
    width: 180px;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
    width: 150px;
  }
}
@media (max-width: 768px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
    width: 115px;
    top: 30%;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(1) {
    top: 74%;
    left: -64px;
  }
}
#main-empleados .top-form-container .main-container .main-cloud img:nth-child(2) {
  max-width: 200px;
  left: 50%;
  animation-delay: 1s;
  animation: cloud-banner02 3s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(2) {
    max-width: 150px;
    left: 53%;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(2) {
    max-width: 120px;
  }
}
@media (max-width: 910px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(2) {
    top: 50%;
    left: 60%;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(2) {
    display: none;
  }
}
#main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
  max-width: 350px;
  top: 100px;
  left: 50%;
  animation: cloud-banner03 6s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    max-width: 250px;
    left: 54%;
  }
}
@media (max-width: 1180px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    max-width: 220px;
    left: 65%;
    top: 70px;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    max-width: 183px;
    left: 60%;
  }
}
@media (max-width: 910px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    top: 30%;
    left: 65%;
  }
}
@media (max-width: 768px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    max-width: 158px;
    left: 65%;
    top: 58px;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .main-cloud img:nth-child(3) {
    max-width: 139px;
    left: 12%;
    top: 31px;
  }
}
#main-empleados .top-form-container .main-container .people {
  width: 30%;
  position: absolute;
  right: 10%;
  bottom: -5px;
}
@media (max-width: 1500px) {
  #main-empleados .top-form-container .main-container .people {
    width: 40%;
    right: 7%;
  }
}
@media (max-width: 980px) {
  #main-empleados .top-form-container .main-container .people {
    width: 50%;
    right: 3%;
  }
}
@media (max-width: 680px) {
  #main-empleados .top-form-container .main-container .people {
    display: none;
  }
}
#main-empleados .top-form-container .main-container .cloud-extra {
  position: absolute;
}
#main-empleados .top-form-container .main-container .cloud-extra.employees {
  width: 22%;
  top: 245px;
  right: 50px;
}
#main-empleados .bg1-employees {
  position: relative;
  background-color: #f9f9f9;
  padding: 300px 0px 90px 0px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  #main-empleados .bg1-employees {
    padding: 250px 0px 70px 0px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg1-employees {
    padding: 230px 0px 50px 0px;
  }
}
@media (max-width: 1180px) {
  #main-empleados .bg1-employees {
    padding: 200px 0px 50px 0px;
  }
}
@media (max-width: 980px) {
  #main-empleados .bg1-employees {
    padding: 180px 0px 50px 0px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg1-employees {
    padding: 150px 0px 25px 0px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg1-employees {
    padding: 120px 0px 25px 0px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg1-employees {
    padding: 90px 0px 25px 0px;
  }
}
#main-empleados .bg1-employees .after-bg2-employees {
  position: absolute;
  width: 100%;
  top: -6px;
}
@media (max-width: 680px) {
  #main-empleados .bg1-employees .main-container h2 {
    margin-top: 10px;
  }
}
#main-empleados .bg1-employees .main-container h2 span:nth-child(2) {
  margin-top: -13px;
}
@media (max-width: 414px) {
  #main-empleados .bg1-employees .main-container h2 span:nth-child(2) {
    margin-top: -21px;
  }
}
#main-empleados .bg1-employees .main-container .wrapper-card .employees-card h1 {
  margin-top: 20px;
  line-height: 45px;
  font-size: 2.7rem;
}
#main-empleados .bg1-employees .main-container .wrapper-card .employees-card h1 span:nth-child(1) {
  color: #ff9999;
}
#main-empleados .bg1-employees .main-container .wrapper-card .employees-card h1 span:last-of-type {
  margin-top: -13px;
  font-size: 2.2rem;
  margin: 0;
}
#main-empleados .bg1-employees .hands {
  position: absolute;
  width: 33%;
  top: 40%;
  left: -210px;
}
@media (max-width: 1500px) {
  #main-empleados .bg1-employees .hands {
    width: 35%;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg1-employees .hands {
    width: 45%;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg1-employees .hands {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg1-employees .hands {
    display: none;
  }
}
#main-empleados .bg1-employees .change-hands {
  left: auto;
  right: -210px;
  transform: scaleX(-1);
}
#main-empleados .bg2-employees {
  background-color: #ebf7f1;
  position: relative;
  padding: 300px 0px 0px 0px;
}
@media (max-width: 1500px) {
  #main-empleados .bg2-employees {
    padding: 190px 0px 0px 0px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg2-employees {
    padding: 150px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg2-employees {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg2-employees {
    padding: 100px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .not-initial {
    font-size: 2.3rem !important;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg2-employees .not-initial {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 414px) {
  #main-empleados .bg2-employees .not-initial {
    font-size: 1.6rem !important;
  }
}
#main-empleados .bg2-employees .after-bg2-employees {
  position: absolute;
  width: 100%;
  top: 0;
}
#main-empleados .bg2-employees .illustraton-mobile {
  display: none;
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .illustraton-mobile {
    display: block;
    position: absolute;
    max-width: 50%;
    right: 16px;
    top: 45px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg2-employees .illustraton-mobile {
    max-width: 70%;
    right: 0;
  }
}
#main-empleados .bg2-employees .block-green-mobile {
  background-color: #92ddb4;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 65%;
  display: none;
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .block-green-mobile {
    display: block;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg2-employees .block-green-mobile {
    height: 555px;
  }
}
@media (max-width: 1500px) {
  #main-empleados .bg2-employees .main-container {
    max-width: 75%;
  }
}
@media (max-width: 1180px) {
  #main-empleados .bg2-employees .main-container {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .main-container {
    max-width: 98%;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg2-employees .main-container h2 {
    font-size: 2.3rem;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .main-container h2 {
    padding-top: 120px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg2-employees .main-container h2 {
    line-height: 24px;
  }
}
#main-empleados .bg2-employees .main-container h2 span:nth-child(2) {
  font-size: 1.6rem;
}
#main-empleados .bg2-employees .main-container .wrapper-accordion {
  width: 60%;
  padding: 30px 0px 0px 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1280px) {
  #main-empleados .bg2-employees .main-container .wrapper-accordion {
    width: 70%;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg2-employees .main-container .wrapper-accordion {
    padding: 50px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg2-employees .main-container .wrapper-accordion {
    padding: 30px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .main-container .wrapper-accordion {
    width: 100%;
    padding: 20px 0px 0px 0px;
  }
}
#main-empleados .bg2-employees .main-container .back-illustration-bg2 {
  width: 50%;
  position: absolute;
  bottom: -5px;
}
@media (max-width: 1280px) {
  #main-empleados .bg2-employees .main-container .back-illustration-bg2 {
    width: 55%;
    right: 20%;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg2-employees .main-container .back-illustration-bg2 {
    width: 70%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .main-container .back-illustration-bg2 {
    display: none;
  }
}
#main-empleados .bg2-employees .main-container .after-bg2 {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
#main-empleados .bg2-employees .illustration-bg2 {
  position: absolute;
  width: 35%;
  right: 129px;
  z-index: 1;
  bottom: -166px;
}
@media (max-width: 1500px) {
  #main-empleados .bg2-employees .illustration-bg2 {
    bottom: -61px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg2-employees .illustration-bg2 {
    right: 64px;
    bottom: -70px;
    width: 40%;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg2-employees .illustration-bg2 {
    width: 42%;
    right: 50px;
    bottom: -47px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg2-employees .illustration-bg2 {
    width: 45%;
    right: 5%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg2-employees .illustration-bg2 {
    display: none;
  }
}
#main-empleados .bg3-employee {
  position: relative;
  padding: 250px 0px 0px 0px;
  background-color: #e9f8ff;
}
@media (max-width: 1500px) {
  #main-empleados .bg3-employee {
    padding: 215px 0px 0px 0px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg3-employee {
    padding: 205px 0px 0px 0px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee {
    padding: 170px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg3-employee {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg3-employee {
    padding: 100px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee {
    background-color: #c3e7f4;
    padding: 0px;
  }
}
#main-empleados .bg3-employee .wrapper-illustration-mobile {
  background-color: #e9f8ff;
  padding-top: 15px;
  display: none;
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .wrapper-illustration-mobile {
    display: block;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg3-employee .wrapper-illustration-mobile {
    padding-top: 45px;
  }
}
#main-empleados .bg3-employee .wrapper-illustration-mobile .content {
  margin-right: 0%;
  transform: translate(0px, 17%);
}
#main-empleados .bg3-employee .main-container {
  text-align: center;
}
@media (max-width: 1280px) {
  #main-empleados .bg3-employee .main-container {
    max-width: 98%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container {
    padding: 100px 20px 20px 20px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg3-employee .main-container {
    padding: 60px 20px 20px 20px;
  }
}
#main-empleados .bg3-employee .main-container h3 {
  color: #ff9999;
  padding-top: 40px;
  font-size: 1.9rem;
}
@media (max-width: 1280px) {
  #main-empleados .bg3-employee .main-container h3 {
    padding-top: 30px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .main-container h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 414px) {
  #main-empleados .bg3-employee .main-container h3 {
    font-size: 1.4rem;
  }
}
#main-empleados .bg3-employee .main-container p {
  max-width: 55%;
  margin: auto;
  padding-top: 10px;
}
@media (max-width: 768px) {
  #main-empleados .bg3-employee .main-container p {
    max-width: 75%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container p {
    max-width: 95%;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards {
  display: flex;
  justify-content: flex-end;
  padding-top: 50px;
  text-align: left;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  #main-empleados .bg3-employee .main-container .flex-cards {
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg3-employee .main-container .flex-cards {
    padding-top: 60px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg3-employee .main-container .flex-cards {
    padding-top: 40px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .flex-cards {
    justify-content: center;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards {
  width: 55%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 768px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards {
    width: 65%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards {
    width: 100%;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  padding: 30px;
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card {
    padding: 20px;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card p {
  max-width: 100%;
  text-align: left;
  padding-top: 0px;
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(1) {
  width: 80%;
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(1) {
    width: 100%;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(2) {
  width: 95%;
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(2) {
    width: 100%;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(3) {
  width: 90%;
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:nth-child(3) {
    width: 100%;
  }
}
#main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:not(:first-child) {
  margin-top: 30px;
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .main-container .flex-cards .wrapper-cards .card:not(:first-child) {
    margin-top: 20px;
  }
}
#main-empleados .bg3-employee .main-container .back-bg3 {
  position: absolute;
  bottom: 40px;
  width: 45%;
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .main-container .back-bg3 {
    bottom: 35px;
    width: 65%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .back-bg3 {
    display: none;
  }
}
#main-empleados .bg3-employee .main-container .main-illustration {
  width: 420px;
  position: absolute;
  bottom: -80px;
  z-index: 2;
  left: 24%;
}
@media (max-width: 1500px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    width: 400px;
    bottom: -31px;
    left: 20%;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    bottom: -5px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    width: 335px;
    bottom: 3px;
    left: 20%;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    width: 275px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    left: 5%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .main-container .main-illustration {
    display: none;
  }
}
#main-empleados .bg3-employee .people {
  width: 35%;
  position: absolute;
  bottom: 33px;
  right: 174px;
}
@media (max-width: 1500px) {
  #main-empleados .bg3-employee .people {
    width: 45%;
    bottom: 55px;
    right: 144px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg3-employee .people {
    width: 55%;
    bottom: 50px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg3-employee .people {
    bottom: 25px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .people {
    display: none;
  }
}
#main-empleados .bg3-employee .bottom-bg3 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 96%;
  z-index: 1;
}
@media (max-width: 680px) {
  #main-empleados .bg3-employee .bottom-bg3 {
    top: 98%;
  }
}
#main-empleados h2 span:nth-child(1) {
  color: #ff9999;
}
#main-empleados .bg4-employee {
  background-color: #efefef;
  padding-top: 290px;
  position: relative;
}
@media (max-width: 1500px) {
  #main-empleados .bg4-employee {
    padding-top: 250px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg4-employee {
    padding-top: 220px;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg4-employee {
    padding-top: 180px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg4-employee {
    padding-top: 130px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg4-employee {
    padding-top: 110px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee {
    padding-top: 0px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .not-initial {
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg4-employee .not-initial {
    font-size: 1.7rem;
  }
}
@media (max-width: 414px) {
  #main-empleados .bg4-employee .not-initial {
    font-size: 1.6rem;
  }
}
#main-empleados .bg4-employee .illustration-mobile {
  display: none;
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .illustration-mobile {
    display: block;
    max-width: 650px;
    transform: translate(0px, 22%);
  }
}
#main-empleados .bg4-employee .main-container {
  max-width: 100%;
  max-height: 1110px;
  padding: 0px;
}
@media (max-width: 1500px) {
  #main-empleados .bg4-employee .main-container {
    max-height: 1250px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg4-employee .main-container {
    max-height: 1396px;
  }
}
#main-empleados .bg4-employee .main-container .bg-color {
  background-color: #efefef;
  height: 415px;
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .bg-color {
    padding-top: 80px;
    height: auto;
    background-color: transparent;
  }
}
@media (max-width: 414px) {
  #main-empleados .bg4-employee .main-container .bg-color {
    padding-top: 60px;
  }
}
#main-empleados .bg4-employee .main-container .bg-color .wrapper-title {
  position: relative;
}
#main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
@media (max-width: 1500px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 {
    max-width: 90%;
  }
}
#main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .main {
  position: absolute;
  width: 40%;
  top: 0;
  right: 0;
}
@media (max-width: 1280px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .main {
    width: 45%;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .main {
    width: 50%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .main {
    display: none;
  }
}
#main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .back {
  width: 60%;
  position: absolute;
  top: 120px;
}
@media (max-width: 1080px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    width: 70%;
    top: 95px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    width: 75%;
    top: 65px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    width: 90%;
    top: 74px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    display: none;
  }
}
#main-empleados .bg4-employee .main-container .bg-color .wrapper-title .block-grey {
  background-color: #e2e2e2;
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: -362px;
}
@media (max-width: 1500px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .block-grey {
    bottom: -326px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .block-grey {
    bottom: -288px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .block-grey {
    bottom: -297px;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .bg-color .wrapper-title .block-grey {
    display: none;
  }
}
#main-empleados .bg4-employee .main-container .wrapper-acordion {
  margin-top: -120px !important;
  max-width: 50%;
  margin: auto;
}
@media (max-width: 1500px) {
  #main-empleados .bg4-employee .main-container .wrapper-acordion {
    margin-top: -145px !important;
  }
}
@media (max-width: 1080px) {
  #main-empleados .bg4-employee .main-container .wrapper-acordion {
    margin-top: -206px !important;
    max-width: 60%;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg4-employee .main-container .wrapper-acordion {
    max-width: 80%;
  }
}
@media (max-width: 680px) {
  #main-empleados .bg4-employee .main-container .wrapper-acordion {
    max-width: 90%;
    margin-top: 30px !important;
  }
}
#main-empleados .bg4-employee .main-container .wrapper-acordion ul li .wrapper-img {
  max-width: 100%;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 540px) {
  #main-empleados .bg4-employee .main-container .wrapper-acordion ul li .wrapper-img {
    max-width: 100%;
  }
}
#main-empleados .bg4-employee .main-container .wrapper-acordion ul li span {
  color: #5aaecc;
  font-size: 0.7rem;
}
#main-empleados .bg4-employee .after-bg6 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 90%;
}
@media (max-width: 1280px) {
  #main-empleados .bg4-employee .after-bg6 {
    top: 98%;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg4-employee .after-bg6 {
    top: 98%;
  }
}
#main-empleados .bg6-employee {
  background-color: #f9f9f9;
  position: relative;
  padding-top: 50px;
}
@media (max-width: 1500px) {
  #main-empleados .bg6-employee {
    padding-top: 50px;
  }
}
@media (max-width: 1280px) {
  #main-empleados .bg6-employee {
    padding-top: 20px;
  }
}
#main-empleados .bg6-employee .after-bg7 {
  position: absolute;
  width: 100%;
  left: 0%;
  top: -120px;
}
@media (max-width: 1280px) {
  #main-empleados .bg6-employee .after-bg7 {
    top: -98px;
  }
}
@media (max-width: 910px) {
  #main-empleados .bg6-employee .after-bg7 {
    top: -80px;
  }
}
@media (max-width: 768px) {
  #main-empleados .bg6-employee .after-bg7 {
    top: -55px;
  }
}
@media (max-width: 540px) {
  #main-empleados .bg6-employee .after-bg7 {
    top: -36px;
  }
}
#main-empleados .bg6-employee p {
  text-align: center;
}
#main-empleados .bg6-employee .logos-footer {
  padding-top: 20px;
  max-width: 350px;
  margin: auto;
}
@media (max-width: 1180px) {
  #main-empleados .bg6-employee .logos-footer {
    max-width: 205px;
  }
}
#main-empleados .bg6-employee .logo-baviera-responsable {
  padding-top: 50px;
  max-width: 260px;
  margin: auto;
}
@media (max-width: 1180px) {
  #main-empleados .bg6-employee .logo-baviera-responsable {
    max-width: 200px;
  }
}

@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container h2 span:nth-child(2), #main-pacientes .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 2.6rem;
    color: #52cdef;
  }
}
@media (max-width: 540px) {
  #main-pacientes .top-form-container .main-container h2 span:nth-child(2), #main-pacientes .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 2rem;
  }
}
#main-pacientes .top-form-container .main-container h2 span:nth-child(3), #main-pacientes .top-form-container .main-container h1 span:nth-child(3) {
  color: #52cdef;
  margin-top: -12px;
}
@media (min-width: 1024px) {
  #main-pacientes .top-form-container .main-container h2, #main-pacientes .top-form-container .main-container h1 {
    margin: 100px 0;
  }
}
#main-pacientes .top-form-container .main-container .illustration-banner {
  max-width: 500px;
  position: absolute;
  z-index: 1;
  bottom: -36px;
  left: 23%;
}
@media (max-width: 1500px) {
  #main-pacientes .top-form-container .main-container .illustration-banner {
    max-width: 490px;
    left: 19%;
  }
}
@media (max-width: 1280px) {
  #main-pacientes .top-form-container .main-container .illustration-banner {
    max-width: 410px;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .top-form-container .main-container .illustration-banner {
    left: 15%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .top-form-container .main-container .illustration-banner {
    max-width: 350px;
    left: 15%;
    bottom: -6px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .illustration-banner {
    display: none;
  }
}
#main-pacientes .top-form-container .main-container .main-back {
  max-width: 50%;
  margin-bottom: -10px;
  margin-left: 70px;
}
@media (max-width: 1280px) {
  #main-pacientes .top-form-container .main-container .main-back {
    margin-bottom: -27px;
    margin-top: 70px !important;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .top-form-container .main-container .main-back {
    margin-top: 100px !important;
  }
}
@media (max-width: 910px) {
  #main-pacientes .top-form-container .main-container .main-back {
    margin-top: 150px !important;
  }
}
@media (max-width: 768px) {
  #main-pacientes .top-form-container .main-container .main-back {
    margin-bottom: -16px;
    max-width: 60%;
    margin-left: 25px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .main-back {
    display: none;
  }
}
#main-pacientes .top-form-container .main-container .back-two {
  max-width: 15%;
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media (max-width: 1280px) {
  #main-pacientes .top-form-container .main-container .back-two {
    bottom: 18px;
  }
}
@media (max-width: 768px) {
  #main-pacientes .top-form-container .main-container .back-two {
    max-width: 20%;
    bottom: 10px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .back-two {
    display: none;
  }
}
#main-pacientes .top-form-container .main-container .people {
  width: 38%;
  position: absolute;
  bottom: 0;
  right: 10%;
}
@media (max-width: 1280px) {
  #main-pacientes .top-form-container .main-container .people {
    width: 43%;
    bottom: 18px;
    right: 8%;
  }
}
@media (max-width: 768px) {
  #main-pacientes .top-form-container .main-container .people {
    bottom: 10px;
    right: 5%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .people {
    display: none;
  }
}
#main-pacientes .top-form-container .main-container .extra .cloud-banner {
  position: absolute;
  transform: translatey(0px);
}
#main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
  width: 185px;
  top: 34%;
  left: 10%;
  animation-delay: 1;
  animation: cloud-banner01 3s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    top: 40%;
    left: 8%;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    width: 170px;
    top: 35%;
    left: 2%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    width: 150px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    top: 75%;
    left: -13%;
  }
}
@media (max-width: 540px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    top: 140px;
    width: 140px;
    left: -80px;
  }
}
#main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
  width: 215px;
  top: 20%;
  left: 40%;
  animation-delay: 2;
  animation: cloud-banner02 4s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    top: 27%;
    left: 44%;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    width: 200px;
    left: 48%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    width: 180px;
    left: 52%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    width: 150px;
    left: 15%;
    top: 12%;
  }
}
@media (max-width: 540px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    width: 130px;
    left: 69px;
  }
}
#main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(3) {
  width: 140px;
  top: 35%;
  left: 55%;
  animation-delay: 3;
  animation: cloud-banner03 6s ease-in-out infinite;
}
@media (max-width: 1500px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(3) {
    top: 43%;
    left: 55%;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(3) {
    width: 120px;
    top: 45%;
    left: 65%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .top-form-container .main-container .extra .cloud-banner:nth-child(3) {
    display: none;
  }
}
#main-pacientes .top-form-container .main-container .extra .cloud-extra {
  position: absolute;
}
#main-pacientes .top-form-container .main-container .extra .cloud-extra.patients {
  width: 22%;
  top: 100px;
  right: 50px;
}
#main-pacientes .bg1-patients {
  position: relative;
  background-color: #f2f2f2;
}
#main-pacientes .bg1-patients .back .icon-medal {
  position: absolute;
  top: 35%;
  max-width: 28%;
  z-index: 2;
}
#main-pacientes .bg1-patients .back .icon-medal:nth-child(1) {
  left: 0%;
}
#main-pacientes .bg1-patients .back .icon-medal:nth-child(2) {
  right: 20px;
  transform: scaleX(-1);
  right: 0;
}
@media (max-width: 680px) {
  #main-pacientes .bg1-patients .back .icon-medal {
    display: none;
  }
}
#main-pacientes .bg1-patients .main-container .wrapper-card {
  padding: 180px 0px 10px 0px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card {
    padding: 150px 0px 10px 0px;
    width: 65%;
  }
}
@media (max-width: 1080px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card {
    padding: 100px 0px 10px 0px;
    width: 75%;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card {
    padding: 80px 0px 10px 0px;
    width: 95%;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card {
    padding: 50px 0px 10px 0px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 {
    line-height: 33px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 {
    line-height: 25px;
  }
}
#main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(1) {
  color: #52cdef;
}
#main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
  font-size: 2.7rem;
  margin-top: -1px;
}
@media (max-width: 1080px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 1080px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    font-size: 2.3rem;
    margin-top: -11px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    margin-top: 8px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    margin-top: 0px;
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    margin-top: -7px;
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg1-patients .main-container .wrapper-card h1 span:nth-child(2) {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
#main-pacientes .bg2-patients {
  background-color: #e9f8ff;
  position: relative;
  padding-top: 290px;
}
@media (max-width: 1500px) {
  #main-pacientes .bg2-patients {
    padding-top: 200px;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .bg2-patients {
    padding-top: 180px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg2-patients {
    padding-top: 130px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients {
    padding-top: 100px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients {
    padding-top: 60px;
  }
}
#main-pacientes .bg2-patients .after-bg2-patients {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
#main-pacientes .bg2-patients .illustration-mobile {
  max-width: 80%;
  margin: auto;
  transform: translate(0px, 40px);
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients .illustration-mobile {
    max-width: 90%;
  }
}
@media (max-width: 1500px) {
  #main-pacientes .bg2-patients .main-container {
    max-width: 80%;
  }
}
@media (max-width: 1180px) {
  #main-pacientes .bg2-patients .main-container {
    max-width: 90%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main-container {
    max-width: 100%;
    background-color: #c3e7f4;
    padding: 40px 0px 30px 0px;
  }
}
#main-pacientes .bg2-patients .main-container h2 {
  padding-top: 50px;
}
@media (max-width: 768px) {
  #main-pacientes .bg2-patients .main-container h2 {
    padding-top: 20px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients .main-container h2 {
    line-height: 20px;
  }
}
#main-pacientes .bg2-patients .main-container h2 span:nth-child(1) {
  color: #52cdef;
}
#main-pacientes .bg2-patients .main-container h2 span:nth-child(2) {
  font-size: 3rem;
}
@media (max-width: 768px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(2) {
    font-size: 2.3rem;
    color: #52cdef;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(2) {
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}
#main-pacientes .bg2-patients .main-container h2 span:nth-child(3) {
  margin-top: -5px;
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(3) {
    font-size: 2.1rem !important;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(3) {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients .main-container h2 span:nth-child(3) {
    font-size: 1.6rem !important;
    margin-top: 5px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main-container .wrapper-title {
    max-width: 90%;
    margin: auto;
  }
}
#main-pacientes .bg2-patients .main-container .wrapper-acordion {
  padding-top: 50px;
  max-width: 50%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1500px) {
  #main-pacientes .bg2-patients .main-container .wrapper-acordion {
    max-width: 60%;
  }
}
@media (max-width: 1280px) {
  #main-pacientes .bg2-patients .main-container .wrapper-acordion {
    max-width: 74%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main-container .wrapper-acordion {
    max-width: 90%;
    padding-top: 20px;
    margin: auto;
  }
}
#main-pacientes .bg2-patients .before-bg2 {
  position: absolute;
  width: 100%;
  top: 93%;
  z-index: 1;
}
@media (max-width: 414px) {
  #main-pacientes .bg2-patients .before-bg2 {
    top: 99%;
  }
}
#main-pacientes .bg2-patients .main {
  position: absolute;
  max-width: 40%;
  bottom: -2px;
  right: 93px;
  z-index: 3;
}
@media (max-width: 1500px) {
  #main-pacientes .bg2-patients .main {
    max-width: 45%;
    right: 30px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .main {
    display: none;
  }
}
#main-pacientes .bg2-patients .back {
  max-width: 42%;
  position: absolute;
  bottom: 44px;
  right: 10%;
}
@media (max-width: 1500px) {
  #main-pacientes .bg2-patients .back {
    max-width: 50%;
    bottom: 55px;
    right: 7%;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg2-patients .back {
    max-width: 60%;
    bottom: 24px;
    right: 4%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg2-patients .back {
    display: none;
  }
}
#main-pacientes .change {
  font-size: 2.1rem !important;
}
#main-pacientes .bg3-patients {
  background-color: #f7f7f7;
  position: relative;
  padding: 300px 0px 0px 0px;
}
@media (max-width: 1500px) {
  #main-pacientes .bg3-patients {
    padding: 230px 0px 0px 0px;
  }
}
@media (max-width: 1280px) {
  #main-pacientes .bg3-patients {
    padding: 200px 0px 0px 0px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg3-patients {
    padding: 150px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg3-patients {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients {
    padding: 70px 0px 0px 0px;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg3-patients {
    padding: 50px 0px 0px 0px;
  }
}
#main-pacientes .bg3-patients .block-grey {
  background-color: #e2e2e2;
  width: 100%;
  height: 700px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 540px) {
  #main-pacientes .bg3-patients .block-grey {
    height: 750px;
  }
}
#main-pacientes .bg3-patients .after-bg3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 85%;
  z-index: 1;
}
@media (max-width: 1500px) {
  #main-pacientes .bg3-patients .after-bg3 {
    top: 90%;
  }
}
@media (max-width: 910px) {
  #main-pacientes .bg3-patients .after-bg3 {
    top: 92%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .after-bg3 {
    top: 96%;
  }
}
#main-pacientes .bg3-patients .back-plants {
  position: absolute;
  width: 500px;
  max-width: 500px;
  bottom: 10%;
  left: 12%;
  z-index: 2;
}
@media (max-width: 1500px) {
  #main-pacientes .bg3-patients .back-plants {
    bottom: 7%;
    left: 5%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg3-patients .back-plants {
    max-width: 375px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg3-patients .back-plants {
    left: 1%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .back-plants {
    display: none;
  }
}
#main-pacientes .bg3-patients .change-back {
  left: auto;
  right: 15%;
}
@media (max-width: 1500px) {
  #main-pacientes .bg3-patients .change-back {
    right: 8%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg3-patients .change-back {
    right: 1%;
  }
}
#main-pacientes .bg3-patients .main-container {
  max-width: 60%;
}
@media (max-width: 1280px) {
  #main-pacientes .bg3-patients .main-container {
    max-width: 65%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg3-patients .main-container {
    max-width: 75%;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg3-patients .main-container {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .main-container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg3-patients .main-container {
    max-width: 95%;
  }
}
#main-pacientes .bg3-patients .main-container .wrapper-video {
  padding: 40px 0px;
  height: 550px;
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .main-container .wrapper-video {
    padding: 20px 0px;
    position: relative;
    z-index: 1;
    height: 300px;
  }
}
#main-pacientes .bg3-patients .main-container .wrapper-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 414px) {
  #main-pacientes .bg3-patients .main-container h2 {
    line-height: 25px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .main-container h2 span:nth-child(1) {
    color: #52cdef;
  }
}
#main-pacientes .bg3-patients .main-container h2 span:nth-child(2) {
  color: #52cdef;
  font-size: 1.8rem !important;
  margin-top: -8px;
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .main-container h2 span:nth-child(2) {
    font-size: 2.1rem !important;
    line-height: 28px;
    margin-top: 0px;
    color: #0e4b93;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg3-patients .main-container h2 span:nth-child(2) {
    font-size: 1.8rem !important;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg3-patients .main-container h2 span:nth-child(2) {
    font-size: 1.6rem !important;
  }
}
#main-pacientes .bg3-patients .main-container .card-list {
  padding: 45px;
  position: relative;
  z-index: 3;
}
@media (max-width: 680px) {
  #main-pacientes .bg3-patients .main-container .card-list {
    padding: 35px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg3-patients .main-container .card-list {
    padding: 25px;
  }
}
#main-pacientes .bg3-patients .main-container .card-list ul li {
  margin-left: 20px;
  position: relative;
}
#main-pacientes .bg3-patients .main-container .card-list ul li:not(:last-child) {
  margin-bottom: 20px;
}
#main-pacientes .bg3-patients .main-container .card-list ul li::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #0e4b93;
  position: absolute;
  left: -18px;
  top: 4px;
}
#main-pacientes .bg4-patients {
  position: relative;
  background-color: #e9fff3;
  padding-top: 290px;
}
@media (max-width: 1500px) {
  #main-pacientes .bg4-patients {
    padding-top: 255px;
  }
}
@media (max-width: 1280px) {
  #main-pacientes .bg4-patients {
    padding-top: 210px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg4-patients {
    padding-top: 150px;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg4-patients {
    padding-top: 120px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients {
    padding-top: 150px;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg4-patients {
    padding-top: 120px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg4-patients {
    padding-top: 70px;
  }
}
#main-pacientes .bg4-patients .block-green {
  background-color: #92ddb4;
  width: 100%;
  height: 528px;
  position: absolute;
  bottom: 0;
}
@media (max-width: 414px) {
  #main-pacientes .bg4-patients .block-green {
    height: 653px;
  }
}
#main-pacientes .bg4-patients .after-bg4 {
  position: absolute;
  width: 100%;
  top: 94%;
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .after-bg4 {
    top: 100%;
  }
}
#main-pacientes .bg4-patients .main-container {
  position: relative;
}
@media (max-width: 1500px) {
  #main-pacientes .bg4-patients .main-container {
    max-width: 80%;
  }
}
@media (max-width: 1280px) {
  #main-pacientes .bg4-patients .main-container {
    max-width: 90%;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg4-patients .main-container {
    max-width: 95%;
  }
}
#main-pacientes .bg4-patients .main-container .illustration-mobile {
  max-width: 80%;
  margin: auto;
  padding-top: 40px;
  transform: translate(0px, 20px);
}
@media (max-width: 540px) {
  #main-pacientes .bg4-patients .main-container .illustration-mobile {
    transform: translate(0px, 33px);
    padding-top: 0px;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg4-patients .main-container .illustration-mobile {
    transform: translate(0px, 13px);
    max-width: 100%;
  }
}
#main-pacientes .bg4-patients .main-container h2 {
  text-align: center;
  margin-bottom: 20px;
}
#main-pacientes .bg4-patients .main-container h2 span:nth-child(1) {
  font-size: 2.2rem !important;
}
@media (max-width: 414px) {
  #main-pacientes .bg4-patients .main-container h2 span:nth-child(1) {
    font-size: 1.8rem !important;
  }
}
#main-pacientes .bg4-patients .main-container h2 span:nth-child(2) {
  color: #52cdef;
  font-size: 2.8rem;
}
@media (max-width: 980px) {
  #main-pacientes .bg4-patients .main-container h2 span:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container h2 span:nth-child(2) {
    font-size: 2.3rem;
  }
}
@media (max-width: 414px) {
  #main-pacientes .bg4-patients .main-container h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
#main-pacientes .bg4-patients .main-container p {
  text-align: center;
  max-width: 45%;
  margin: auto;
  display: grid;
}
@media (max-width: 1280px) {
  #main-pacientes .bg4-patients .main-container p {
    max-width: 65%;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container p {
    max-width: 95%;
  }
}
#main-pacientes .bg4-patients .main-container .main-illustration {
  max-width: 50%;
  position: absolute;
  bottom: -90px;
  right: 0;
  z-index: 1;
}
@media (max-width: 1500px) {
  #main-pacientes .bg4-patients .main-container .main-illustration {
    max-width: 60%;
    bottom: -51px;
    right: -41px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg4-patients .main-container .main-illustration {
    bottom: -32px;
    right: -46px;
  }
}
@media (max-width: 910px) {
  #main-pacientes .bg4-patients .main-container .main-illustration {
    right: -31px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .main-illustration {
    display: none;
  }
}
#main-pacientes .bg4-patients .main-container .back-illustration {
  max-width: 60%;
  position: absolute;
  bottom: 55px;
  right: 0;
}
@media (max-width: 768px) {
  #main-pacientes .bg4-patients .main-container .back-illustration {
    bottom: 46px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .back-illustration {
    display: none;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex {
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex {
    padding-top: 65px;
  }
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex {
    padding-top: 40px;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards {
  width: 55%;
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards {
    width: 100%;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card {
    position: relative;
    z-index: 3;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:not(:last-child) {
  margin-bottom: 20px;
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(1) {
  width: 80%;
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(1) {
    width: 100%;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(2) {
  width: 70%;
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(2) {
    width: 100%;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(3) {
  width: 90%;
}
@media (max-width: 680px) {
  #main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card:nth-child(3) {
    width: 100%;
  }
}
#main-pacientes .bg4-patients .main-container .wrapper-flex .wrapper-cards .card p {
  text-align: left;
  max-width: 90%;
}
#main-pacientes .bg5-employee {
  padding: 200px 0px 180px 0px;
}
@media (max-width: 1500px) {
  #main-pacientes .bg5-employee {
    padding: 120px 0px 160px 0px;
  }
}
@media (max-width: 980px) {
  #main-pacientes .bg5-employee {
    padding: 100px 0px 160px 0px;
  }
}
@media (max-width: 768px) {
  #main-pacientes .bg5-employee {
    padding: 60px 0px 80px 0px;
  }
}
#main-pacientes .bg5-employee .main-container h2 {
  margin-bottom: 10px;
  padding-top: 20px;
}
#main-pacientes .bg5-employee .main-container h2 span:nth-child(1) {
  color: #52cdef;
}
#main-pacientes .bg5-employee .main-container h2 span:nth-child(2) {
  font-size: 3rem;
}
@media (max-width: 1080px) {
  #main-pacientes .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 2.6rem;
  }
}
@media (max-width: 910px) {
  #main-pacientes .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 2.1rem;
  }
}
@media (max-width: 540px) {
  #main-pacientes .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
#main-pacientes .bg6-employee {
  padding-bottom: 0;
}
@media (max-width: 1500px) {
  #main-pacientes .bg6-employee {
    padding-top: 20px;
  }
}
#main-pacientes .bg6-employee .logos-footer {
  max-width: 60px;
}

#main-sociedad .wrapper-video {
  height: 500px;
}
@media (max-width: 680px) {
  #main-sociedad .wrapper-video {
    height: 270px;
  }
}
#main-sociedad .wrapper-video iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 680px) {
  #main-sociedad .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 2.6rem;
    color: #aacc66;
  }
}
@media (max-width: 540px) {
  #main-sociedad .top-form-container .main-container h1 span:nth-child(2) {
    font-size: 2rem;
  }
}
#main-sociedad .top-form-container .main-container h1 span:nth-child(3) {
  color: #aacc66;
}
@media (max-width: 1080px) {
  #main-sociedad .top-form-container .main-container h1 span:nth-child(3) {
    margin-top: -11px;
  }
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container h1 {
    margin-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  #main-sociedad .top-form-container .main-container h1 {
    margin: 100px 0;
  }
}
#main-sociedad .top-form-container .main-container .illustration-banner {
  max-width: 320px;
  position: absolute;
  bottom: -60px;
  left: 24%;
  z-index: 1;
}
@media (max-width: 1500px) {
  #main-sociedad .top-form-container .main-container .illustration-banner {
    left: 20%;
  }
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .illustration-banner {
    max-width: 280px;
    left: 15%;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .top-form-container .main-container .illustration-banner {
    max-width: 240px;
    bottom: -40px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .top-form-container .main-container .illustration-banner {
    max-width: 180px;
  }
}
#main-sociedad .top-form-container .main-container .main-back {
  max-width: 60%;
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .main-back {
    max-width: 50%;
    margin-left: 5%;
  }
}
#main-sociedad .top-form-container .main-container .back-two {
  max-width: 360px;
  position: absolute;
  bottom: 0;
  right: 5%;
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .back-two {
    max-width: 320px;
    right: 4%;
  }
}
@media (max-width: 980px) {
  #main-sociedad .top-form-container .main-container .back-two {
    max-width: 200px;
  }
}
#main-sociedad .top-form-container .main-container .people {
  position: absolute;
  width: 660px;
  bottom: 0;
  right: 8%;
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .people {
    width: 560px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .top-form-container .main-container .people {
    width: 500px;
    right: 4%;
  }
}
@media (max-width: 768px) {
  #main-sociedad .top-form-container .main-container .people {
    width: 350px;
  }
}
#main-sociedad .top-form-container .main-container .extra .cloud-banner {
  position: absolute;
}
#main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
  max-width: 184px;
  top: 35%;
  left: 8%;
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    max-width: 164px;
    left: 4%;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    max-width: 134px;
    left: 2%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(1) {
    top: 75%;
    left: -13%;
    max-width: 150px;
    width: 150px;
  }
}
#main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
  max-width: 210px;
  top: 33%;
  left: 40%;
}
@media (max-width: 1280px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    max-width: 188px;
    top: 35%;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    max-width: 158px;
    top: 40%;
    left: 45%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .top-form-container .main-container .extra .cloud-banner:nth-child(2) {
    left: 15%;
    top: 12%;
    width: 150px;
  }
}
#main-sociedad .top-form-container .main-container .extra .cloud-extra {
  position: absolute;
  width: 25%;
}
#main-sociedad .top-form-container .main-container .extra .cloud-extra.society {
  top: 70px;
  right: 60px;
}
#main-sociedad .bg1-society {
  position: relative;
  background-color: #f1f1f1;
  padding: 350px 0px 0px 0px;
}
@media (max-width: 1500px) {
  #main-sociedad .bg1-society {
    padding: 320px 0px 0px 0px;
  }
}
@media (max-width: 1280px) {
  #main-sociedad .bg1-society {
    padding: 280px 0px 0px 0px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg1-society {
    padding: 210px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg1-society {
    padding: 180px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg1-society {
    padding: 100px 0px 0px 0px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg1-society {
    padding: 90px 0px 0px 0px;
  }
}
#main-sociedad .bg1-society .after-bg1-patients {
  width: 100%;
  position: absolute;
  top: -10px;
  left: 0;
}
#main-sociedad .bg1-society .back .icon-medal {
  width: 25%;
  max-width: 25%;
  position: absolute;
}
@media (max-width: 1500px) {
  #main-sociedad .bg1-society .back .icon-medal {
    max-width: 29%;
    width: 29%;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg1-society .back .icon-medal {
    max-width: 35%;
    width: 35%;
  }
}
#main-sociedad .bg1-society .back .icon-medal:nth-child(1) {
  left: 60px;
  top: 30%;
}
@media (max-width: 1500px) {
  #main-sociedad .bg1-society .back .icon-medal:nth-child(1) {
    top: 40%;
    left: 15px;
  }
}
#main-sociedad .bg1-society .back .icon-medal:nth-child(2) {
  right: 60px;
  top: 40%;
}
@media (max-width: 1500px) {
  #main-sociedad .bg1-society .back .icon-medal:nth-child(2) {
    right: 15px;
  }
}
#main-sociedad .bg1-society .main-container .wrapper-card {
  width: 60%;
}
@media (max-width: 1180px) {
  #main-sociedad .bg1-society .main-container .wrapper-card {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg1-society .main-container .wrapper-card {
    width: 90%;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg1-society .main-container .wrapper-card {
    width: 100%;
  }
}
#main-sociedad .bg1-society .main-container .wrapper-card .card {
  padding: 25px 25px 40px 25px;
}
#main-sociedad .bg1-society .main-container .wrapper-card .card h2 {
  line-height: 50px;
}
@media (max-width: 1180px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 {
    line-height: 65px;
  }
}
#main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(1) {
  color: #aacc66;
}
@media (max-width: 680px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(1) {
    line-height: 32px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(1) {
    line-height: 25px;
  }
}
#main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
  font-size: 2.7rem;
}
@media (max-width: 1500px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    font-size: 2.2rem;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card h2 span:nth-child(2) {
    font-size: 1.6rem;
    line-height: 25px;
    margin-top: 5px;
  }
}
#main-sociedad .bg1-society .main-container .wrapper-card .card p {
  max-width: 80%;
}
@media (max-width: 910px) {
  #main-sociedad .bg1-society .main-container .wrapper-card .card p {
    max-width: 90%;
  }
}
#main-sociedad .bg2-society {
  position: relative;
  background-color: #e8f7ff;
  padding: 380px 0px 0px 0px;
}
@media (max-width: 1500px) {
  #main-sociedad .bg2-society {
    padding: 320px 0px 0px 0px;
  }
}
@media (max-width: 1280px) {
  #main-sociedad .bg2-society {
    padding: 270px 0px 0px 0px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg2-society {
    padding: 220px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg2-society {
    padding: 200px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg2-society {
    padding: 160px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg2-society {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg2-society {
    padding: 90px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg2-society .wrapper-video {
    height: 200px;
  }
}
#main-sociedad .bg2-society .after-bg2-patients {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main-sociedad .bg2-society .before-bg2-patients {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
}
#main-sociedad .bg2-society .block-blue {
  background-color: #a5d9dc;
  width: 100%;
  height: 75%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 1280px) {
  #main-sociedad .bg2-society .block-blue {
    height: 83%;
  }
}
#main-sociedad .bg2-society .cloud-bg2 {
  position: absolute;
}
#main-sociedad .bg2-society .cloud-bg2 img :nth-child(1) {
  max-width: 100px;
}
#main-sociedad .bg2-society .main-container {
  max-width: 65%;
}
@media (max-width: 1280px) {
  #main-sociedad .bg2-society .main-container {
    max-width: 75%;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg2-society .main-container {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg2-society .main-container {
    max-width: 95%;
  }
}
@media (max-width: 1280px) {
  #main-sociedad .bg2-society .main-container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg2-society .main-container h2 {
    font-size: 2.1rem;
    line-height: 48px;
  }
}
#main-sociedad .bg2-society .main-container h2 span:nth-child(1) {
  color: #aacc66;
}
@media (max-width: 414px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(1) {
    line-height: 23px;
  }
}
#main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
  font-size: 3rem;
}
@media (max-width: 1280px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
    font-size: 2.1rem;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
    margin-top: -14px;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
    font-size: 1.8rem;
    margin-top: -20px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg2-society .main-container h2 span:nth-child(2) {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
#main-sociedad .bg2-society .main-container .wrapper-card {
  width: 100%;
  padding: 15px 0px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .card {
  padding: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .card {
    padding: 40px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .card {
    padding: 30px;
  }
}
#main-sociedad .bg2-society .main-container .wrapper-card .card:nth-child(2) {
  margin-top: 40px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .card h3 {
  font-size: 1.3rem;
  margin-top: 25px;
}
@media (max-width: 414px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .card h3 {
    line-height: 20px;
    margin-top: 15px;
  }
}
#main-sociedad .bg2-society .main-container .wrapper-card .card ul li p {
  margin-left: 20px;
  position: relative;
}
#main-sociedad .bg2-society .main-container .wrapper-card .card ul li p:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50px;
  background-color: #0e4b93;
  position: absolute;
  left: -18px;
  top: 4px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .card p {
  margin-bottom: 0px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .card .swiper-container {
  padding-top: 30px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .flex-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 680px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .flex-card {
    flex-wrap: nowrap;
    flex-direction: column;
  }
}
#main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card {
  width: 48%;
  padding: 40px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card {
    padding: 30px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card {
    width: 100%;
  }
}
#main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card h3 {
  font-size: 1rem;
}
#main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card:nth-child(2) {
  margin-top: 40px;
}
#main-sociedad .bg2-society .main-container .wrapper-card .flex-card .card .swiper-container {
  padding-top: 0px;
}
#main-sociedad .bg3-society {
  background-color: #f1f1f1;
  padding: 230px 0px 0px 0px;
  position: relative;
}
@media (max-width: 1280px) {
  #main-sociedad .bg3-society {
    padding: 180px 0px 0px 0px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg3-society {
    padding: 150px 0px 0px 0px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg3-society {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg3-society {
    padding: 90px 0px 0px 0px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg3-society {
    padding: 60px 0px 0px 0px;
  }
}
#main-sociedad .bg3-society .after-bg3 {
  position: absolute;
  width: 470px;
}
@media (max-width: 1280px) {
  #main-sociedad .bg3-society .after-bg3 {
    width: 430px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg3-society .after-bg3 {
    width: 400px;
  }
}
#main-sociedad .bg3-society .after-bg3.one {
  top: 25%;
  left: 215px;
}
@media (max-width: 1280px) {
  #main-sociedad .bg3-society .after-bg3.one {
    top: 26%;
    left: 80px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg3-society .after-bg3.one {
    left: 20px;
    top: 27%;
  }
}
#main-sociedad .bg3-society .after-bg3.two {
  top: 27%;
  right: 215px;
}
@media (max-width: 1280px) {
  #main-sociedad .bg3-society .after-bg3.two {
    top: 28%;
    right: 80px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg3-society .after-bg3.two {
    top: 29%;
    right: 20px;
  }
}
#main-sociedad .bg3-society .before-bg3 {
  position: absolute;
  width: 100%;
  top: 98%;
  left: 0;
  z-index: 3;
}
@media (max-width: 680px) {
  #main-sociedad .bg3-society .before-bg3 {
    top: 100%;
  }
}
#main-sociedad .bg3-society .block-grey {
  background-color: #dfdfdf;
  width: 100%;
  height: 60%;
  position: absolute;
  bottom: 0;
}
@media (max-width: 414px) {
  #main-sociedad .bg3-society .block-grey {
    height: 70%;
  }
}
#main-sociedad .bg3-society .main-container {
  width: 50%;
  position: relative;
}
@media (max-width: 1280px) {
  #main-sociedad .bg3-society .main-container {
    width: 60%;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg3-society .main-container {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg3-society .main-container {
    width: 80%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg3-society .main-container {
    width: 95%;
  }
}
#main-sociedad .bg3-society .main-container h2 {
  margin-bottom: 20px;
}
@media (max-width: 980px) {
  #main-sociedad .bg3-society .main-container h2 {
    margin-bottom: 0px;
  }
}
#main-sociedad .bg3-society .main-container h2 span:nth-child(2) {
  color: #52cdef;
}
@media (max-width: 910px) {
  #main-sociedad .bg3-society .main-container h2 span:nth-child(2) {
    margin-top: -5px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg3-society .main-container h2 span:nth-child(2) {
    line-height: 28px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg3-society .main-container h2 span:nth-child(2) {
    line-height: 25px;
    margin-top: 3px;
  }
}
#main-sociedad .bg3-society .main-container .wrapper-video {
  padding: 30px 0px;
}
#main-sociedad .bg3-society .main-container .card {
  padding: 45px;
}
@media (max-width: 768px) {
  #main-sociedad .bg3-society .main-container .card {
    padding: 35px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg3-society .main-container .card {
    padding: 25px;
  }
}
#main-sociedad .bg4-society {
  position: relative;
  background-color: #e8fff2;
  padding: 330px 0px 0px 0px;
  z-index: 1;
}
@media (max-width: 1500px) {
  #main-sociedad .bg4-society {
    padding: 250px 0px 0px 0px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg4-society {
    padding: 210px 0px 0px 0px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg4-society {
    padding: 170px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society {
    padding: 125px 0px 0px 0px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg4-society {
    padding: 90px 0px 0px 0px;
  }
}
#main-sociedad .bg4-society:before {
  content: "";
  background-color: #91dcb3;
  position: absolute;
  width: 100%;
  height: 45%;
  bottom: 26px;
  z-index: 2;
}
@media (max-width: 1500px) {
  #main-sociedad .bg4-society:before {
    bottom: 67px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg4-society:before {
    height: 55%;
    bottom: 50px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society:before {
    height: 70%;
    bottom: 0;
  }
}
#main-sociedad .bg4-society .after-bg4 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 94%;
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .after-bg4 {
    top: 100%;
  }
}
#main-sociedad .bg4-society .illustrations {
  position: relative;
  max-width: 70%;
  margin: auto;
}
#main-sociedad .bg4-society .illustrations .main-illustration {
  width: 650px;
  position: absolute;
  top: 44px;
  right: 0;
  z-index: 2;
}
@media (max-width: 1500px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 730px;
    position: absolute;
    top: -6px;
    right: -110px;
    z-index: 2;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 600px;
    top: 75px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 560px;
    top: 60px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    top: 20px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 500px;
    right: -60px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 400px;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    width: 350px;
    top: 55px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg4-society .illustrations .main-illustration {
    top: 98px;
    right: -35px;
  }
}
#main-sociedad .bg4-society .illustrations .back {
  max-width: 60%;
  position: absolute;
  top: 143px;
  left: 56px;
}
@media (max-width: 1280px) {
  #main-sociedad .bg4-society .illustrations .back {
    max-width: 65%;
    top: 160px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg4-society .illustrations .back {
    max-width: 75%;
    top: 129px;
    left: -15px;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .illustrations .back {
    max-width: 100%;
  }
}
#main-sociedad .bg4-society .main-container {
  position: relative;
  max-width: 65%;
}
@media (max-width: 1280px) {
  #main-sociedad .bg4-society .main-container {
    max-width: 75%;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg4-society .main-container {
    max-width: 85%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .main-container {
    max-width: 95%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card {
  width: 100%;
  padding-top: 200px;
  z-index: 2;
}
@media (max-width: 1080px) {
  #main-sociedad .bg4-society .main-container .wrapper-card {
    padding-top: 120px;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card {
  text-align: left;
  margin: auto;
}
#main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(1) {
  max-width: 100%;
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(1) {
    max-width: 100%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(2) {
  max-width: 65%;
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(2) {
    max-width: 100%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(3) {
  max-width: 100%;
}
@media (max-width: 768px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(3) {
    max-width: 85%;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(3) {
    max-width: 100%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(4) {
  max-width: 65%;
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card:nth-child(4) {
    max-width: 100%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card:not(:last-child) {
  margin-bottom: 25px;
}
#main-sociedad .bg4-society .main-container .wrapper-card .card h3 {
  color: #aacc66;
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card h3 {
    font-size: 1.4rem;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card p {
  margin-top: 8px;
}
#main-sociedad .bg4-society .main-container .wrapper-card .card .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card .flex {
    flex-direction: column;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card .flex .wrapper-img {
  width: 48%;
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card .flex .wrapper-img {
    width: 100%;
  }
}
#main-sociedad .bg4-society .main-container .wrapper-card .card .flex .wrapper-text {
  width: 48%;
}
@media (max-width: 680px) {
  #main-sociedad .bg4-society .main-container .wrapper-card .card .flex .wrapper-text {
    width: 100%;
  }
}
#main-sociedad .bg4-society .main-container h2 span:nth-child(2) {
  color: #aacc66;
}
@media (max-width: 910px) {
  #main-sociedad .bg4-society .main-container h2 span:nth-child(2) {
    margin-top: -7px;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg4-society .main-container h2 span:nth-child(2) {
    margin-bottom: 60px;
  }
}
#main-sociedad .bg5-society {
  position: relative;
  background-color: #e8f7ff;
  padding: 220px 0px 0px 0px;
  text-align: center;
}
@media (max-width: 1500px) {
  #main-sociedad .bg5-society {
    padding: 160px 0px 0px 0px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-society {
    padding: 140px 0px 0px 0px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg5-society {
    padding: 120px 0px 0px 0px;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg5-society {
    padding: 85px 0px 0px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg5-society {
    padding: 130px 0px 0px 0px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg5-society {
    padding: 90px 0px 0px 0px;
  }
}
#main-sociedad .bg5-society .main-illustration {
  position: absolute;
  width: 35%;
  top: 0;
}
#main-sociedad .bg5-society .after-bg5 {
  width: 100%;
  position: absolute;
  top: 92%;
  left: 0;
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-society .after-bg5 {
    top: 95%;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg5-society .after-bg5 {
    top: 100%;
  }
}
#main-sociedad .bg5-society .main-container {
  position: relative;
  max-width: 100%;
  padding: 0px;
  background-color: #95cddf;
}
#main-sociedad .bg5-society .main-container .bg-color {
  height: 580px;
  background-color: #e8f7ff;
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title {
  position: relative;
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 {
  max-width: 1440px;
  margin: auto;
  position: relative;
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(1) {
  color: #52cdef;
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(2) {
  margin-top: -6px;
}
@media (max-width: 680px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(2) {
    font-size: 1.5rem;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(2) {
    line-height: 22px;
    margin-top: 1px;
  }
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(3) {
  font-size: 1.6rem;
}
@media (max-width: 320px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 span:nth-child(3) {
    font-size: 1.6rem;
    line-height: 22px;
    margin-top: 3px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 h2 {
    font-size: 2rem;
  }
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .main-illustration {
  position: absolute;
  width: 30%;
  top: 100%;
  right: 13%;
  z-index: 1;
}
@media (max-width: 768px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .main-illustration {
    width: 45%;
    right: 5%;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .main-illustration {
    top: 135%;
  }
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .back {
  width: 33%;
  position: absolute;
  top: 90%;
  left: 23%;
}
@media (max-width: 1500px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    top: 100%;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    width: 43%;
    left: 10%;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .illustration-bg4 .back {
    width: 63%;
    left: 0;
  }
}
#main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
  background-color: #95cddf;
  width: 100%;
  height: 180px;
  position: absolute;
  bottom: -470px;
}
@media (max-width: 1280px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    height: 200px;
    bottom: -470px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    height: 250px;
    bottom: -482px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    bottom: -482px;
    height: 290px;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    bottom: -489px;
    height: 320px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    bottom: -504px;
    height: 303px;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    bottom: -486px;
    height: 323px;
  }
}
@media (max-width: 320px) {
  #main-sociedad .bg5-society .main-container .bg-color .wrapper-title .block-grey {
    bottom: -465px;
    height: 330px;
  }
}
#main-sociedad .bg5-society .main-container .wrapper-acordion {
  width: 40%;
  margin: auto;
  margin-top: -160px;
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-society .main-container .wrapper-acordion {
    width: 55%;
    margin-top: -220px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg5-society .main-container .wrapper-acordion {
    margin-top: -240px;
  }
}
@media (max-width: 980px) {
  #main-sociedad .bg5-society .main-container .wrapper-acordion {
    margin-top: -290px;
  }
}
@media (max-width: 910px) {
  #main-sociedad .bg5-society .main-container .wrapper-acordion {
    width: 65%;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg5-society .main-container .wrapper-acordion {
    width: 85%;
  }
}
#main-sociedad .bg5-employee {
  padding: 120px 0px 200px 0px;
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-employee {
    padding: 120px 0px 150px 0px;
  }
}
@media (max-width: 1080px) {
  #main-sociedad .bg5-employee {
    padding: 90px 0px 150px 0px;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg5-employee {
    padding: 50px 0px 100px 0px;
  }
}
@media (max-width: 680px) {
  #main-sociedad .bg5-employee {
    padding: 50px 0px 50px 0px;
  }
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-employee .main-container h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg5-employee .main-container h2 {
    font-size: 2rem;
  }
}
#main-sociedad .bg5-employee .main-container h2 span:nth-child(1) {
  color: #52cdef;
}
#main-sociedad .bg5-employee .main-container h2 span:nth-child(2) {
  font-size: 3rem;
}
@media (max-width: 1180px) {
  #main-sociedad .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #main-sociedad .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 2rem;
  }
}
@media (max-width: 540px) {
  #main-sociedad .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 1.8rem;
  }
}
@media (max-width: 414px) {
  #main-sociedad .bg5-employee .main-container h2 span:nth-child(2) {
    font-size: 1.6rem;
  }
}
#main-sociedad .bg5-employee .main-container ul {
  max-width: 50%;
  margin: auto;
  text-align: center;
  padding-top: 15px;
}
@media (max-width: 414px) {
  #main-sociedad .bg5-employee .main-container ul {
    max-width: 80%;
  }
}
#main-sociedad p {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
@media (max-width: 680px) {
  #main-sociedad h3 {
    font-size: 1.7rem;
    line-height: 25px;
  }
}

.item__financiacion .title__h2 {
  text-align: left;
  margin: 0 0 25px;
}

.item__nota-video {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 30px 0;
}
.item__nota-video img {
  margin: 0 25px 0 0;
  width: initial;
}
@media (max-width: 1024px) {
  .item__nota-video img {
    display: none;
  }
}
@media (max-width: 1024px) {
  .item__nota-video picture {
    display: none;
  }
}

/* Objeto tabla */
.o-table {
  width: 100%;
}

.o-table .o-table__title {
  text-align: center;
  color: black;
}

.o-table .o-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-table .o-table-item div {
  padding: 15px;
  border: 1px solid #e5e5e5;
  border-bottom: none;
  margin-bottom: 0rem;
}

.o-table .o-table-item div:first-of-type {
  border-right: none;
  width: 35%;
}

.o-table .o-table-item div:last-of-type {
  width: 65%;
}

.o-table .o-table-item:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 425px) {
  .o-table .o-table-item {
    flex-direction: column;
  }
  .o-table .o-table-item div {
    font-size: 13px;
  }
  .o-table .o-table-item div:first-of-type {
    border-right: 1px solid #e5e5e5;
    width: 100%;
  }
  .o-table .o-table-item div:last-of-type {
    width: 100%;
  }
}
.u-text-center {
  text-align: center;
}

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

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

.u-text-italic {
  font-style: italic;
}

.u-normal-text {
  font-size: 16px;
  line-height: 18px;
}

.u-bold {
  font-weight: 700;
}

.u-underline {
  text-decoration: underline;
}

.u-upper {
  text-transform: uppercase;
}

.u-font-12 {
  font-size: 0.75rem;
}

.u-font-14 {
  font-size: 0.875rem;
}

.u-font-1rem {
  font-size: 1rem !important;
}

.u-font-22 {
  font-size: 1.375rem;
}

.u-font-2rem {
  font-size: 2rem;
}

.u-font-medium {
  font-family: "Gotham", sans-serif;
  font-weight: 400;
}

.u-font-light {
  font-family: "Gotham Book", sans-serif;
  font-weight: normal;
}

.img-h-auto {
  height: auto;
}

.img-w-auto {
  width: auto;
}

.img-center {
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .desktop-left {
    text-align: left;
    margin: 0 0 20px;
  }
}

/* Paddings */
.u-padding-top-xlg {
  padding-top: 6rem !important;
}

.u-padding-left-xlg {
  padding-left: 6rem !important;
}

.u-padding-bottom-xlg {
  padding-bottom: 6rem !important;
}

.u-padding-right-xlg {
  padding-right: 6rem !important;
}

.u-padding-top-lg {
  padding-top: 4rem !important;
}

.u-padding-left-lg {
  padding-left: 4rem !important;
}

.u-padding-bottom-lg {
  padding-bottom: 4rem !important;
}

.u-padding-right-lg {
  padding-right: 4rem !important;
}

.u-padding-top-md {
  padding-top: 2rem !important;
}

.u-padding-left-md {
  padding-left: 2rem !important;
}

.u-padding-bottom-md {
  padding-bottom: 2rem !important;
}

.u-padding-right-md {
  padding-right: 2rem !important;
}

.u-padding-top-sm {
  padding-top: 1rem !important;
}

.u-padding-left-sm {
  padding-left: 1rem !important;
}

.u-padding-bottom-sm {
  padding-bottom: 1rem !important;
}

.u-padding-right-sm {
  padding-right: 1rem !important;
}

.u-padding-top-xs {
  padding-top: 0.5rem !important;
}

.u-padding-left-xs {
  padding-left: 0.5rem !important;
}

.u-padding-bottom-xs {
  padding-bottom: 0.5rem !important;
}

.u-padding-right-xs {
  padding-right: 0.5rem !important;
}

.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

.u-padding-top-none {
  padding-top: 0 !important;
}

/* margins */
.u-margin-top-xlg {
  margin-top: 6rem !important;
}

.u-margin-left-xlg {
  margin-left: 6rem !important;
}

.u-margin-bottom-xlg {
  margin-bottom: 6rem !important;
}

.u-margin-right-xlg {
  margin-right: 6rem !important;
}

.u-margin-top-lg {
  margin-top: 4rem !important;
}

.u-margin-left-lg {
  margin-left: 4rem !important;
}

.u-margin-bottom-lg {
  margin-bottom: 4rem !important;
}

.u-margin-right-lg {
  margin-right: 4rem !important;
}

.u-margin-top-md {
  margin-top: 2rem !important;
}

.u-margin-left-md {
  margin-left: 2rem !important;
}

.u-margin-bottom-md {
  margin-bottom: 2rem !important;
}

.u-margin-right-md {
  margin-right: 2rem !important;
}

.u-margin-top-sm {
  margin-top: 1rem !important;
}

.u-margin-left-sm {
  margin-left: 1rem !important;
}

.u-margin-bottom-sm {
  margin-bottom: 1rem !important;
}

.u-margin-right-sm {
  margin-right: 1rem !important;
}

.u-margin-top-xs {
  margin-top: 0.5rem !important;
}

.u-margin-left-xs {
  margin-left: 0.5rem !important;
}

.u-margin-bottom-xs {
  margin-bottom: 0.5rem !important;
}

.u-margin-right-xs {
  margin-right: 0.5rem !important;
}

/* Padding null */
.u-padding-null {
  padding-top: 0rem !important;
  padding-left: 0rem !important;
  padding-bottom: 0rem !important;
  padding-right: 0rem !important;
  padding: 0rem !important;
}

.u-padding-top-null {
  padding-top: 0rem !important;
}

.u-padding-left-null {
  padding-left: 0rem !important;
}

.u-padding-bottom-null {
  padding-bottom: 0rem !important;
}

.u-padding-right-null {
  padding-right: 0rem !important;
}

/* margin null */
.u-margin-null {
  margin-top: 0rem !important;
  margin-left: 0rem !important;
  margin-bottom: 0rem !important;
  margin-right: 0rem !important;
  margin: 0rem !important;
}

.u-margin-top-null {
  margin-top: 0rem !important;
}

.u-margin-left-null {
  margin-left: 0rem !important;
}

.u-margin-bottom-null {
  margin-bottom: 0rem !important;
}

.u-margin-right-null {
  margin-right: 0rem !important;
}

/*margin desktop*/
@media (min-width: 768px) {
  .u-margin-top-xlg-dsk {
    margin-top: 6rem !important;
  }
  .u-margin-left-xlg-dsk {
    margin-left: 6rem !important;
  }
  .u-margin-bottom-xlg-dsk {
    margin-bottom: 6rem !important;
  }
  .u-margin-right-xlg-dsk {
    margin-right: 6rem !important;
  }
  .u-margin-top-lg-dsk {
    margin-top: 4rem !important;
  }
  .u-margin-left-lg-dsk {
    margin-left: 4rem !important;
  }
  .u-margin-bottom-lg-dsk {
    margin-bottom: 4rem !important;
  }
  .u-margin-right-lg-dsk {
    margin-right: 4rem !important;
  }
  .u-margin-top-md-dsk {
    margin-top: 2rem !important;
  }
  .u-margin-left-md-dsk {
    margin-left: 2rem !important;
  }
  .u-margin-bottom-m-dsk {
    margin-bottom: 2rem !important;
  }
  .u-margin-right-md-dsk {
    margin-right: 2rem !important;
  }
  .u-margin-top-sm-dsk {
    margin-top: 1rem !important;
  }
  .u-margin-left-sm-dsk {
    margin-left: 1rem !important;
  }
  .u-margin-bottom-sm-dsk {
    margin-bottom: 1rem !important;
  }
  .u-margin-right-sm-dsk {
    margin-right: 1rem !important;
  }
  .u-margin-top-xs-dsk {
    margin-top: 0.5rem !important;
  }
  .u-margin-left-xs-dsk {
    margin-left: 0.5rem !important;
  }
  .u-margin-bottom-xs-dsk {
    margin-bottom: 0.5rem !important;
  }
  .u-margin-right-xs-dsk {
    margin-right: 0.5rem !important;
  }
  .u-margin-left-null-dsk {
    margin-left: 0 !important;
  }
}
.u-margin-auto {
  margin: auto;
}

.u-margin-left-auto {
  margin-left: auto;
}

.u-margin-right-auto {
  margin-right: auto;
}

.u-clear {
  clear: both;
}

.u-width-full {
  width: 100% !important;
}

.u-width-auto {
  width: auto !important;
}

.u-height-auto {
  height: auto !important;
}

.u-hidden {
  display: none !important;
}

.u-display__none {
  display: none;
}

.u-display__none--hard {
  display: none !important;
}

.u-position-relative {
  position: relative;
}

.u-inline {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-flex {
  display: flex;
}

.u-d-column {
  flex-direction: column;
}

.u-d-row {
  flex-direction: row;
}

.u-ai-center {
  align-items: center;
}

.u-ai-start {
  align-items: flex-start;
}

.u-ai-end {
  align-items: flex-end;
}

.u-jc-center {
  justify-content: center;
}

.u-jc-start {
  justify-content: flex-start;
}

.u-jc-space-between {
  justify-content: space-between;
}

.u-wrap {
  flex-wrap: wrap;
}

.u-column-row {
  flex-direction: row;
  align-items: center;
  text-align: left;
}
@media (min-width: 767px) {
  .u-column-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

.u-row-column {
  flex-direction: column;
}
@media (min-width: 767px) {
  .u-row-column {
    flex-direction: row;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 970px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .hidden-tablet {
    display: none !important;
  }
}

@media (min-width: 1100px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .visible-sm {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  .visible-lg {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .visible-tablet {
    display: none !important;
  }
}

/*backgrounds*/
@media (min-width: 768px) {
  .bg-waves {
    background: url(../imagenes/bg-waves.svg) repeat-x bottom center;
    background-size: initial;
  }
}

.bg-waves-blue {
  background: rgb(243, 250, 255);
}
@media (min-width: 768px) {
  .bg-waves-blue {
    background: url(../imagenes/bg-waves.svg) repeat-x bottom center rgb(243, 250, 255);
    background-size: initial;
  }
}

.bg-waves-orange {
  background: rgba(255, 152, 56, 0.15);
}
@media (min-width: 768px) {
  .bg-waves-orange {
    background: url(../imagenes/bg-waves-orange.svg) repeat-x bottom center rgba(255, 152, 56, 0.15);
    background-size: initial;
  }
}

.bg-waves-green {
  background: rgb(234, 245, 244);
}
@media (min-width: 768px) {
  .bg-waves-green {
    background: url(../imagenes/bg-waves-green.svg) repeat-x bottom center rgb(234, 245, 244);
    background-size: initial;
  }
}

.bg-waves-grey {
  background: #DAE6EE;
}
@media (min-width: 768px) {
  .bg-waves-grey {
    background: url(../imagenes/bg-waves-grey.svg) repeat-x bottom center #DAE6EE;
    background-size: initial;
  }
}

.bg-half-grey-white {
  background: linear-gradient(180deg, #F8F9FB 50%, #ffffff 50%) !important;
}

.bg-half-light-blue-white {
  background: linear-gradient(180deg, #CFE9F7 50%, #ffffff 50%) !important;
}

.bg-half-lighter-blue-white {
  background: linear-gradient(180deg, rgba(94, 180, 229, 0.15) 50%, #ffffff 50%) !important;
}

.bg-half-lighter-2-blue-white {
  background: linear-gradient(180deg, rgb(243, 250, 255) 50%, #ffffff 50%) !important;
}

.bg-blue-dots {
  background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(180deg, #CFE9F7 75%, #ffffff 75%) !important;
  background-position: top left, center;
  background-repeat: no-repeat;
}
.bg-blue-dots.xs-full {
  background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(180deg, #CFE9F7 78%, #CFE9F7 78%) !important;
}
@media (min-width: 1024px) {
  .bg-blue-dots.xs-full {
    background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(0deg, #CFE9F7 93%, #ffffff 93%) !important;
  }
}
@media (min-width: 1024px) {
  .bg-blue-dots {
    background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(0deg, #CFE9F7 93%, #ffffff 93%) !important;
    background-position: top 140px left, center;
    background-repeat: no-repeat;
  }
}
.bg-blue-dots-2 {
  background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(180deg, #CFE9F7 75%, #ffffff 75%) !important;
  background-position: top left, center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .bg-blue-dots-2 {
    background-image: url(../imagenes/bg-blue-dots.png), linear-gradient(0deg, #CFE9F7 93%, #ffffff 93%) !important;
    background-position: top 166px left, center;
    background-repeat: no-repeat;
  }
}

.bg-blue-dots-full {
  background-image: url(../imagenes/bg-blue-dots.png);
  background-color: #CFE9F7;
  background-position: top left, center;
  background-repeat: no-repeat;
}

.bg-blue-dots-full-bottom {
  background-image: url(../imagenes/bg-blue-dots-bottom.png);
  background-color: rgba(207, 233, 247, 0.4);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-green-dots-full {
  background-image: url(../imagenes/bg-green-dots.png);
  background-color: rgba(117, 186, 182, 0.15);
  background-position: top left, center;
  background-repeat: no-repeat;
}

.bg-green-dots-full-bottom {
  background-image: url(../imagenes/bg-green-dots-bottom.png);
  background-color: rgba(117, 186, 182, 0.15);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.bg-dark-green-dots-full {
  background-image: url(../imagenes/bg-green-dark-dots.png);
  background-color: rgba(117, 186, 182, 0.4);
  background-position: top left, center;
  background-repeat: no-repeat;
}

.bg-light-blue-dots-full {
  background-image: url(../imagenes/bg-light-blue-dots.png);
  background-color: #F0F5F8;
  background-position: top left, center;
  background-repeat: no-repeat;
}

.bg-orange-dots {
  background-image: url(../imagenes/bg-orange-dots.png), linear-gradient(180deg, #FFF0E1 75%, #ffffff 75%) !important;
  background-position: top left, center;
  background-repeat: no-repeat;
}
@media (min-width: 1024px) {
  .bg-orange-dots {
    background-image: url(../imagenes/bg-orange-dots.png), linear-gradient(0deg, #FFF0E1 84%, #ffffff 75%) !important;
    background-position: top 140px left, center;
    background-repeat: no-repeat;
  }
}

.bg-orange-dots-full {
  background-image: url(../imagenes/bg-orange-dots.png);
  background-color: #FFF0E1;
  background-position: top left, center;
  background-repeat: no-repeat;
}

.bg-orange-dots-full-bottom {
  background-image: url(../imagenes/bg-orange-dots-bottom.png);
  background-color: #FFF0E1;
  background-position: bottom right;
  background-repeat: no-repeat;
}

@media (min-width: 1400px) {
  .bg-big-circle {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .bg-big-circle::before {
    content: "";
    position: absolute;
    top: calc(50% + 15px);
    left: 0;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle::after {
    content: "";
    background: url("../imagenes/bg-circle-big-blue.svg") no-repeat transparent;
    position: absolute;
    top: calc(50% - 249px);
    right: -3px;
    width: 295px;
    height: 500px;
    background-size: contain;
    z-index: -1;
  }
  .bg-big-circle.up::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: 60px;
    bottom: unset;
    left: 27px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle.up::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: 60px;
    bottom: unset;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
}

@media (min-width: 1400px) {
  .bg-big-circle-bigger {
    position: relative;
    z-index: 0;
    overflow: hidden;
  }
  .bg-big-circle-bigger::before {
    content: "";
    position: absolute;
    top: 385px;
    left: 27px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: 218px;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.down::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: calc(50% - 675px);
    left: 27px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.down-2::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: calc(50% - 716px);
    left: 27px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.down-2::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: 12%;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.xs-down::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: calc(50% - 260px);
    left: 0px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.xs-down::after {
    content: "";
    background: rgba(94, 180, 229, 0);
    position: absolute;
    top: unset;
    bottom: 12%;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.xs-down-2::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: calc(50% - 140px);
    left: 0px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.xs-down-2::after {
    content: "";
    background: rgba(94, 180, 229, 0);
    position: absolute;
    top: unset;
    bottom: 12%;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.reverse-1::before {
    content: none;
  }
  .bg-big-circle-bigger.reverse-1::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: 12%;
    left: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.horizontal-reverse::before {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: 60px;
    bottom: unset;
    left: 27px;
    width: 234px;
    height: 234px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-bigger.horizontal-reverse::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    top: unset;
    bottom: 10%;
    right: -246px;
    width: 665px;
    height: 665px;
    border-radius: 50%;
    z-index: -1;
  }
}

@media (min-width: 1400px) {
  .bg-double-circle-inside {
    position: relative;
    z-index: 0;
  }
  .bg-double-circle-inside::before {
    content: "";
    position: absolute;
    bottom: 23%;
    left: -100px;
    width: 401px;
    height: 401px;
    background: rgba(94, 180, 229, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-double-circle-inside::after {
    content: "";
    background: rgba(94, 180, 229, 0.05);
    position: absolute;
    bottom: 8px;
    right: 152px;
    width: 234px;
    height: 234px;
    border-radius: 50%;
    z-index: -1;
  }
}

@media (min-width: 1400px) {
  .bg-double-circle-inside-2 {
    position: relative;
    z-index: 0;
  }
  .bg-double-circle-inside-2::before {
    content: "";
    position: absolute;
    bottom: 3%;
    left: -100px;
    width: 665px;
    height: 665px;
    background: rgba(94, 180, 229, 0.08);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-double-circle-inside-2::after {
    content: "";
    background: rgba(94, 180, 229, 0.08);
    position: absolute;
    bottom: 19%;
    right: -4px;
    width: 370px;
    height: 370px;
    border-radius: 50%;
    z-index: -1;
  }
}

@media (min-width: 1400px) {
  .bg-big-circle-orange {
    position: relative;
    z-index: 0;
  }
  .bg-big-circle-orange::before {
    content: "";
    position: absolute;
    top: calc(50% + 15px);
    left: 0;
    width: 234px;
    height: 234px;
    background: rgba(255, 154, 62, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-orange::after {
    content: "";
    background: url("../imagenes/bg-circle-big-orange.svg") no-repeat transparent;
    position: absolute;
    top: calc(50% - 249px);
    right: -3px;
    width: 295px;
    height: 500px;
    z-index: -1;
    background-size: contain;
  }
}
@media (min-width: 1400px) {
  .bg-big-circle-orange-reverse {
    position: relative;
    z-index: 0;
  }
  .bg-big-circle-orange-reverse::before {
    content: "";
    background: url("../imagenes/bg-circle-big-orange-reverse.svg") no-repeat transparent;
    position: absolute;
    top: calc(50% - 235px);
    left: -3px;
    width: 295px;
    height: 500px;
    z-index: -1;
    background-size: contain;
  }
  .bg-big-circle-orange-reverse::after {
    content: "";
    position: absolute;
    top: calc(50% + 15px);
    right: 0;
    width: 234px;
    height: 234px;
    background: rgba(255, 154, 62, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
}
@media (min-width: 1400px) {
  .bg-big-circle-orange-centered {
    position: relative;
    z-index: 0;
  }
  .bg-big-circle-orange-centered::before {
    content: "";
    background: rgba(255, 154, 62, 0.05);
    position: absolute;
    top: calc(50% - 200px);
    left: -3px;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    z-index: -1;
  }
  .bg-big-circle-orange-centered::after {
    content: "";
    position: absolute;
    top: calc(50% - 230px);
    right: 110px;
    width: 234px;
    height: 234px;
    background: rgba(255, 154, 62, 0.05);
    border-radius: 50%;
    z-index: -1;
  }
}

.bg-light-blue {
  background: rgba(223, 240, 250, 0.4);
}

.bg-light-blue-2 {
  background: rgba(207, 233, 247, 0.4);
}

.bg-blue {
  background: #E0F2FE;
}

.bg-medium-blue {
  background: #CFE9F7;
}

.bg-light-grey {
  background: #F8F9FB;
}
.bg-light-grey.top-third {
  background: linear-gradient(180deg, #F8F9FB 285px, #fff 285px);
}

.bg-grey {
  background: #F8F9FB;
}

.bg-white {
  background: #ffffff;
}

.bg-light-orange {
  background-color: #FFF0E1;
}

.bg-refractiva-2 {
  background: rgba(94, 180, 229, 0.15);
}

.bg-presbicia {
  background: #EDF3F8;
}

.bg-cataratas {
  background: #EAF5F4;
}

.bg-cataratas-2 {
  background: rgba(117, 186, 182, 0.4);
}

.bg-cataratas-3 {
  background: rgba(117, 186, 182, 0.15);
}

.bg-retina {
  background: #FFF0E1;
}

@media (min-width: 1100px) {
  .refractiva.end-light-blue {
    background: linear-gradient(180deg, #5EB4E5 90%, rgba(207, 233, 247, 0.4) 90%);
  }
  .refractiva.end-light-blue-2 {
    background: linear-gradient(180deg, #5EB4E5 90%, rgba(94, 180, 229, 0.15) 90%);
  }
  .refractiva.end-light-blue-3 {
    background: linear-gradient(180deg, #5EB4E5 90%, rgba(223, 240, 250, 0.6) 90%);
  }
  .refractiva.end-light-grey {
    background: linear-gradient(180deg, #5EB4E5 90%, #F8F9FB 90%);
  }
}

@media (min-width: 1100px) {
  .medicos-refractiva.end-light-grey {
    background: linear-gradient(180deg, #5EB4E5 90%, #F8F9FB 90%);
  }
}

@media (min-width: 1100px) {
  .presbicia.end-light-grey {
    background: linear-gradient(180deg, #2F5A84 90%, rgba(240, 242, 243, 0.4) 90%);
  }
}

.medicos-presbicia.end-light-grey {
  background: linear-gradient(180deg, #2F5A84 90%, rgba(223, 240, 250, 0.4) 90%);
}

@media (min-width: 1100px) {
  .cataratas.end-light-grey {
    background: linear-gradient(180deg, #75BAB6 90%, rgba(223, 240, 250, 0.4) 90%);
  }
  .cataratas.end-light-green {
    background: linear-gradient(180deg, #75BAB6 90%, rgba(117, 186, 182, 0.15) 90%);
  }
}

@media (min-width: 1100px) {
  .retina.end-light-grey {
    background: linear-gradient(180deg, #E89C5B 90%, rgba(223, 240, 250, 0.4) 90%);
  }
  .retina.end-light-orange {
    background: linear-gradient(180deg, #E89C5B 90%, #fff0e1 90%);
  }
}

@media (min-width: 1100px) {
  .retina-interna.end-light-grey {
    background: linear-gradient(180deg, #E89C5B 90%, rgba(223, 240, 250, 0.4) 90%);
  }
  .retina-interna.end-light-orange {
    background: linear-gradient(180deg, #E89C5B 90%, #fff0e1 90%);
  }
  .retina-interna.end-light-grey-1 {
    background: linear-gradient(180deg, #E89C5B 90%, #F8F9FB 90%);
  }
}

@media (min-width: 1100px) {
  .otros-tratamientos.end-light-blue {
    background: linear-gradient(180deg, #527790 90%, rgba(207, 233, 247, 0.4) 90%);
  }
  .otros-tratamientos.end-light-blue-2 {
    background: linear-gradient(180deg, #527790 90%, rgba(94, 180, 229, 0.15) 90%);
  }
  .otros-tratamientos.end-light-blue-3 {
    background: linear-gradient(180deg, #527790 90%, rgba(223, 240, 250, 0.6) 90%);
  }
  .otros-tratamientos.end-light-blue-4 {
    background: linear-gradient(180deg, #527790 90%, rgba(223, 240, 250, 0.4) 90%);
  }
  .otros-tratamientos.end-light-grey {
    background: linear-gradient(180deg, #527790 90%, #F8F9FB 90%);
  }
}

/*animaciones gsap*/
.u-color-blanco {
  color: #ffffff;
}

.u-color-negro {
  color: #282828;
}

.u-color-refractiva {
  color: #5EB4E5;
}

.u-color-azul {
  color: #00499A;
}

.u-color-azul-3 {
  color: #2AC9E8;
}

.u-color-retina {
  color: #FD7E1C;
}

.u-color-cataratas {
  color: #75BAB6;
}

.u-color-grey {
  color: rgba(40, 40, 40, 0.5);
}

/*borders*/
@media (min-width: 1024px) {
  .border-left-desktop {
    border-left: 1px solid #00499A;
  }
}

@media (min-width: 1024px) {
  .border-left-desktop-green {
    border-left: 1px solid #00499A;
  }
}

@media (min-width: 1024px) {
  .border-left-desktop-orange {
    border-left: 1px solid #FD7E1C;
  }
}

.inner__item-compare {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 425px) {
  .inner__item-compare {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
}

.bg-number-1 {
  background-image: url(../imagenes/ventajas/1.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bg-number-1 {
    background: none;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .bg-number-1:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    background: url(../imagenes/ventajas/1.png) no-repeat top center;
    width: 200px;
    height: 400px;
    background-size: auto;
  }
}

.bg-number-2 {
  background-image: url(../imagenes/ventajas/2.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bg-number-2 {
    background: none;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .bg-number-2:after {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    background: url(../imagenes/ventajas/2.png) no-repeat top center;
    width: 250px;
    height: 400px;
    background-size: auto;
  }
}
@media (min-width: 1800px) {
  .bg-number-2:after {
    left: -115px;
  }
}

.bg-number-3 {
  background-image: url(../imagenes/ventajas/3.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bg-number-3 {
    background: none;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .bg-number-3:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    background: url(../imagenes/ventajas/3.png) no-repeat top center;
    width: 250px;
    height: 400px;
    background-size: auto;
  }
}
@media (min-width: 1500px) {
  .bg-number-3:after {
    right: -75px;
  }
}
@media (min-width: 1800px) {
  .bg-number-3:after {
    right: -125px;
  }
}

.bg-number-4 {
  background-image: url(../imagenes/ventajas/4.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bg-number-4 {
    background: none;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .bg-number-4:after {
    content: "";
    position: absolute;
    left: -75px;
    top: -65px;
    background: url(../imagenes/ventajas/4.png) no-repeat top center;
    width: 250px;
    height: 400px;
    background-size: auto;
  }
}
@media (min-width: 1800px) {
  .bg-number-4:after {
    left: -120px;
  }
}

.bg-number-5 {
  background-image: url(../imagenes/ventajas/5.png);
  background-position: top right 20px;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .bg-number-5 {
    background: none;
    position: relative;
  }
}
@media (min-width: 1200px) {
  .bg-number-5:after {
    content: "";
    position: absolute;
    right: -60px;
    top: 0;
    background: url(../imagenes/ventajas/5.png) no-repeat top center;
    width: 250px;
    height: 400px;
    background-size: auto;
  }
}
@media (min-width: 1500px) {
  .bg-number-5:after {
    right: -75px;
  }
}

.modal-btn {
  cursor: pointer;
}

/*# sourceMappingURL=main.css.map */
