@charset "UTF-8";
/*! 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 {
  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 */
}

/**
 * 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;
}

@font-face {
  font-family: "SinkinSans-400Regular";
  src: url("../fonts/sinkinsans/sinkinSans-400Regular.eot");
  src: local("☺"), url("../fonts/sinkinsans/sinkinSans-400Regular.woff") format("woff"), url("../fonts/sinkinsans/sinkinSans-400Regular.ttf") format("truetype"), url("../fonts/sinkinsans/sinkinSans-400Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SinkinSans-500Medium";
  src: url("../fonts/sinkinsans/sinkinSans-500Medium.eot");
  src: local("☺"), url("../fonts/sinkinsans/sinkinSans-500Medium.woff") format("woff"), url("../fonts/sinkinsans/sinkinSans-500Medium.ttf") format("truetype"), url("../fonts/sinkinsans/sinkinSans-500Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SinkinSans-600SemiBold";
  src: url("../fonts/sinkinsans/sinkinSans-600SemiBold.eot");
  src: local("☺"), url("../fonts/sinkinsans/sinkinSans-600SemiBold.woff") format("woff"), url("../fonts/sinkinsans/sinkinSans-600SemiBold.ttf") format("truetype"), url("../fonts/sinkinsans/sinkinSans-600SemiBold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SinkinSans-900XBlack";
  src: url("../fonts/sinkinsans/sinkinSans-900XBlack.eot");
  src: local("☺"), url("../fonts/sinkinsans/sinkinSans-900XBlack.woff") format("woff"), url("../fonts/sinkinsans/sinkinSans-900XBlack.ttf") format("truetype"), url("../fonts/sinkinsans/sinkinSans-900XBlack.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Tipografias */
@font-face {
  font-family: "dental-brackets";
  src: url("../fonts/dental-brackets.eot?m61jqj");
  src: url("../fonts/dental-brackets.eot?m61jqj#iefix") format("embedded-opentype"), url("../fonts/dental-brackets.ttf?m61jqj") format("truetype"), url("../fonts/dental-brackets.woff?m61jqj") format("woff"), url("../fonts/dental-brackets.svg?m61jqj#dental-brackets") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "dental-brackets" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ico-dislike:before {
  content: "\e908";
}

.ico-like:before {
  content: "\e909";
}

.ico-world:before {
  content: "\e90a";
}

.ico-ico-face-msg:before {
  content: "\e906";
}

.ico-ico-insta:before {
  content: "\e907";
}

.ico-ico-bus:before {
  content: "\e900";
}

.ico-ico-enve:before {
  content: "\e901";
}

.ico-ico-face:before {
  content: "\e902";
}

.ico-ico-map:before {
  content: "\e903";
}

.ico-ico-time:before {
  content: "\e904";
}

.ico-ico-wsap:before {
  content: "\e905";
}

/* Tipografias */
/* General */
body {
  font-family: "SinkinSans-400Regular";
  font-size: 16px;
  color: #3a3a3a;
  position: relative;
}

main.main-container {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3 {
  font-family: "SinkinSans-900XBlack";
}

h1 {
  font: normal 42px/54px "SinkinSans-900XBlack";
}

a,
a:hover,
a:visited,
a:focus,
a:active {
  text-decoration: none;
}

/* Modal */
#lineaSarmiento .modal-dialog,
#lineaRoca .modal-dialog,
#lineaSanMartin .modal-dialog {
  width: 97%;
}

/* Header */
header .navbar-default {
  margin-bottom: 0;
  border: 0;
  height: 142px;
  background-color: #ffffff;
}
header .navbar-default .navbar-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .navbar-default .navbar-brand {
  padding: 0;
  height: 0;
  line-height: 0;
  margin-top: -20px;
  transition: all 0.2s;
}
header .navbar-default .navbar-brand h1 {
  margin: 0;
}
header .navbar-default .navbar-brand h1 strong {
  font-size: 0;
  display: block;
  width: 169.6px;
  height: 41.6px;
  background: transparent url("../img/logo.svg") center center no-repeat;
  background-size: cover;
  transition: all 0.2s;
}
header .navbar-default .social {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: right;
  height: 28px;
  opacity: 1;
  transition: all 0.2s;
}
header .navbar-default .social li {
  margin-left: 10px;
  list-style-type: none;
  display: inline-block;
}
header .navbar-default .social li a {
  font-size: 0;
  height: 28px;
  width: 28px;
  display: block;
  float: right;
}
header .navbar-default .social li span {
  line-height: 28px;
  margin-right: 10px;
  float: left;
  color: #a2a2a2;
}
header .navbar-default .social li .social-whatsapp {
  background: transparent url("../img/red-wsap.svg") center center no-repeat;
}
header .navbar-default .social li .social-facebook2 {
  background: transparent url("../img/red-face.svg") center center no-repeat;
}
header .navbar-default .social li .social-instagram2 {
  background: transparent url("../img/red-insta.svg") center center no-repeat;
}
header .navbar-default .social li .social-messenger {
  background: transparent url("../img/red-msg.svg") center center no-repeat;
}
header .navbar-default .social li .mis-turnos {
  font-size: 12px;
  color: #777;
  border-right: 1px solid;
  padding-right: 12px;
  width: 100%;
  line-height: 28px;
  text-transform: uppercase;
}
header .navbar-default .navbar-collapse {
  margin-right: 15px;
}
header .navbar-default .navbar-collapse .navbar-nav {
  text-transform: uppercase;
}
header .navbar-default .navbar-collapse .navbar-nav li {
  background: none;
}
header .navbar-default .navbar-collapse .navbar-nav li a {
  font-size: 11px;
}
header .navbar-default .navbar-collapse .navbar-nav li a:hover {
  color: #01c3c2;
}
header .navbar-default .navbar-collapse .navbar-nav li.active a {
  background: none;
  color: #01c3c2;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
  border-radius: 30px;
  background: #fd5b42;
  border: 2px solid #fd5b42;
  margin-top: -2px;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button a {
  color: #ffffff;
  transition: all 0.2s;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button a:hover {
  border-radius: 30px;
  color: #fd5b42;
  background-color: #ffffff;
  transition: all 0.2s;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores {
  border-radius: 30px;
  background: white;
  border: 2px solid #fd5b42;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 10px;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores a {
  color: #fd5b42;
  transition: all 0.2s;
  padding-top: 8px;
  padding-bottom: 8px;
}
header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores a:hover {
  border-radius: 30px;
  color: #ffffff;
  background-color: #fd5b42;
  transition: all 0.2s;
}
header .navbar-default.sticky {
  height: 80px;
  transition: all 0.2s;
  border-bottom: 1px solid #dddddd;
}
header .navbar-default.sticky .navbar-brand {
  margin-top: 0;
  transition: all 0.2s;
}
header .navbar-default.sticky .navbar-brand h1 strong {
  width: 169.6px;
  height: 41.6px;
  transition: all 0.2s;
}
header .navbar-default.sticky .navbar-brand h1 small {
  margin-top: 5px;
  font-size: 11px;
  letter-spacing: 5px;
  transition: all 0.2s;
}
header .navbar-default.sticky .social {
  margin-top: 0;
  height: 0;
  opacity: 0;
  transition: all 0.2s;
}

/* top */
#top {
  background: transparent url("../img/home/1-Header-Desktop_3000px.jpg") bottom center no-repeat;
  min-height: 835px;
  margin-top: 110px;
}
#top .col-sm-12 {
  margin-left: 20px;
}
#top h1 {
  padding-top: 120px;
  color: #ffffff;
  font-size: 42px;
  line-height: 130%;
}
#top h1:first-child {
  margin-top: 0;
}
#top .separator-container {
  margin-left: 20px;
}
#top .separator {
  display: block;
  width: 76px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 40px;
}
#top ul {
  margin-left: 20px;
  /*list-style-image: url($route + "ico-check-ok.svg");*/
  font-family: "SinkinSans-400Regular";
  font-style: normal;
  color: #ffffff;
}
#top ul li {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
#top ul li.dual-line {
  line-height: 24px;
}
#top ul li span {
  font-size: 18px;
}

#top-servicios {
  background: transparent url("../img/servicios/1-Header-Desktop_3000px.jpg") bottom center no-repeat;
  min-height: 835px;
  margin-top: 110px;
  margin-bottom: 80px;
}
#top-servicios h1 {
  padding-top: 120px;
  color: #ffffff;
  font-size: 42px;
  line-height: 130%;
}
#top-servicios h1:first-child {
  margin-top: 0;
}
#top-servicios .separator-container {
  margin-left: 20px;
}
#top-servicios .separator {
  display: block;
  width: 76px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 30px;
  margin-top: 40px;
}

#servicios .header-secction {
  padding-top: 60px;
}
#servicios img {
  border-radius: 12px;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.4);
}
#servicios .text-wrapper {
  padding: 40px 120px 40px 0;
  text-wrap-style: balance;
}
#servicios .text-wrapper h3 {
  font-size: 42px;
  line-height: 54px;
}
#servicios .servicio-wrapper {
  margin-bottom: 100px;
}

/* porque elegirnos */
#porque-elegirnos {
  padding-top: 40px;
  padding-bottom: 80px;
}
#porque-elegirnos h1 {
  width: 360px;
  padding-bottom: 20px;
}
#porque-elegirnos ul {
  margin-left: 15px;
}
#porque-elegirnos ul li {
  margin-bottom: 10px;
}
#porque-elegirnos img {
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.4);
}
#porque-elegirnos br {
  display: none;
}

/* primera consulta */
#primera-consulta {
  background: #01c3c2 url("../img/bk-03.jpg") no-repeat center center;
  height: 336px;
}
#primera-consulta img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -44px;
  right: 0;
}
#primera-consulta .text-wrapper {
  margin-top: 130px;
}
#primera-consulta .text-wrapper p {
  font: normal 26px/37.5px "SinkinSans-900XBlack";
  color: #ffffff;
  text-wrap: pretty;
}
#primera-consulta .text-wrapper p:first-of-type {
  text-transform: uppercase;
}

/* brackets */
#brackets {
  padding-top: 40px;
  text-align: center;
}
#brackets h1 {
  text-align: center;
  margin-bottom: 80px;
}
#brackets img {
  margin: 0 auto 20px auto;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.4);
}
#brackets .text-wrapper {
  width: 90%;
  margin: auto;
}
#brackets .text-wrapper h2 {
  font-family: "SinkinSans-900XBlack";
  font-size: 24px;
  line-height: 34px;
}
#brackets .text-wrapper ul {
  list-style-type: none;
}
#brackets .text-wrapper ul li {
  line-height: 32px;
}
#brackets .text-wrapper ul li span {
  font-family: "SinkinSans-900XBlack";
}
#brackets .container-fluid {
  background: transparent url("../img/bk-1.jpg") center bottom no-repeat;
  height: 918px;
  margin-top: -220px;
}
#brackets p {
  text-wrap: balance;
}

/* Es simple */
#simple {
  padding-top: 40px;
}
#simple h1 {
  text-align: center;
  margin-bottom: 80px;
}
#simple .simple-line {
  position: relative;
}
#simple .simple-line .line1,
#simple .simple-line .line2,
#simple .simple-line .line3 {
  position: absolute;
  border-top: 2px solid #b2b2b2;
  top: 45px;
  right: 0;
  bottom: 0;
  width: 185px;
}
#simple .simple-line .line1 {
  left: 193px;
}
#simple .simple-line .line2 {
  left: 493px;
}
#simple .simple-line .line3 {
  left: 793px;
}
#simple .row > div {
  text-align: center;
}
#simple .row > div .icon-outter {
  margin: auto;
  display: block;
  width: 84px;
  margin-bottom: 20px;
}
#simple .row > div .icon-wrapper {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#simple .row > div .col-sm-3:nth-of-type(1) .icon-wrapper {
  background-color: #28d3d2;
}
#simple .row > div .col-sm-3:nth-of-type(1) .icon-wrapper img {
  width: 35px;
}
#simple .row > div .col-sm-3:nth-of-type(2) .icon-wrapper {
  background-color: #01c3c2;
}
#simple .row > div .col-sm-3:nth-of-type(2) .icon-wrapper img {
  width: 25px;
}
#simple .row > div .col-sm-3:nth-of-type(3) .icon-wrapper {
  background-color: #00a8a7;
}
#simple .row > div .col-sm-3:nth-of-type(3) .icon-wrapper img {
  width: 37px;
}
#simple .row > div .col-sm-3:nth-of-type(4) .icon-wrapper {
  background-color: #008483;
}
#simple .row > div .col-sm-3:nth-of-type(4) .icon-wrapper img {
  width: 45px;
}
#simple .row > div p {
  line-height: 32px;
  width: 75%;
  margin: auto;
}
#simple .row > div p span {
  display: block;
  margin-bottom: 15px;
}
#simple .row > div .btn-dental {
  border-radius: 30px;
  background-color: #fd5b42 !important;
  border-color: #fd5b42 !important;
  color: #ffffff !important;
}
#simple .row > div .btn-dental:hover {
  background-color: transparent;
  color: #fd5b42;
}
#simple .row > div a {
  display: block;
  margin-top: 10px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 10px 24px;
  transition: all 0.2s;
}
#simple .row > div a:hover {
  border: 2px solid #fd5b42 !important;
  color: #fd5b42 !important;
  background-color: transparent !important;
}
#simple .pasos-mobile {
  display: none;
}

#resultados {
  padding-top: 40px;
  padding-bottom: 40px;
}
#resultados h2 {
  text-align: center;
  color: #449a9a;
  margin-bottom: 40px;
}
#resultados .numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#resultados .number-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
}
#resultados .number-number {
  display: flex;
  justify-content: end;
  align-items: center;
  color: var(--color-cyan-39, #01C7C8);
  text-align: center;
  font-family: "SinkinSans-600SemiBold";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px; /* 100% */
  letter-spacing: -1.106px;
}
#resultados .number-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: start;
}
#resultados .number-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#resultados .number-text {
  display: flex;
  justify-content: start;
  align-items: center;
  text-align: left;
  color: #000;
  font-family: "SinkinSans-500Medium";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

#tratamiento {
  background: #01c3c2 url("../img/bk-02.jpg") no-repeat center center;
  height: 340px;
}
#tratamiento img {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -26px;
  right: 0;
}
#tratamiento .text-wrapper {
  margin-top: 50px;
}
#tratamiento .text-wrapper p {
  font: normal 26px/37.5px "SinkinSans-900XBlack";
  color: #ffffff;
}
#tratamiento .text-wrapper p:last-of-type {
  text-transform: uppercase;
}
#tratamiento .text-wrapper p small {
  display: block;
  text-transform: none;
  font-family: "SinkinSans-400Regular";
  font-size: 16px;
  margin-top: -5px;
}
#tratamiento .text-wrapper .btn-dental {
  border-radius: 30px;
  background-color: #fd5b42 !important;
  border-color: #fd5b42 !important;
  color: #ffffff !important;
}
#tratamiento .text-wrapper .btn-dental:hover {
  background-color: transparent;
  color: #fd5b42;
}
#tratamiento .text-wrapper a {
  margin-top: 10px;
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  border: 2px solid #ffffff;
  padding: 10px 20px;
  transition: all 0.2s;
}
#tratamiento .text-wrapper a:hover {
  border: 2px solid #ffffff !important;
  color: #ffffff;
  background-color: transparent !important;
}

#clinica {
  padding-top: 40px;
}
#clinica h1 {
  text-align: center;
  margin-bottom: 40px;
}
#clinica img {
  max-width: 100%;
}

#contacto {
  padding-top: 40px;
  padding-bottom: 40px;
  /* ----------------------- ACCORDION ICONS */
}
#contacto h1 {
  text-align: center;
  margin-bottom: 40px;
}
#contacto .sub-title {
  margin-bottom: 4rem;
  margin-top: 6rem;
}
#contacto .panel-group .panel {
  margin-bottom: 20px;
}
#contacto .panel-collapse {
  text-align: center;
}
#contacto .panel-heading {
  background-color: #ffffff;
  padding: 26px;
}
#contacto .panel-title {
  font-size: 20px;
}
#contacto .icon-toggle {
  float: right;
  font-weight: bold;
  font-size: 18px;
  font-style: normal;
  color: #000000;
  transition: all 0.3s ease;
  width: 20px;
  text-align: center;
}
#contacto .panel-title a:hover .icon-toggle {
  color: #999999;
}
#contacto .panel-title a.collapsed .icon-toggle {
  color: #000000;
}
#contacto .info-wrapper {
  margin-bottom: 20px;
}
#contacto .info-wrapper a {
  color: #3a3a3a;
  transition: all 0.2s;
}
#contacto .info-wrapper a:hover {
  color: #00a8a7;
  transition: all 0.2s;
}
#contacto .info-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
}
#contacto .info-wrapper .icon {
  color: #00a8a7;
  font-size: 22px;
  display: block;
  text-align: center;
  /*float: left;*/
  width: 30px;
  line-height: 32px;
}
#contacto .info-wrapper span {
  display: block;
  line-height: 32px;
}
#contacto .info-wrapper span.contacto-bold {
  font-family: "SinkinSans-900XBlack";
}
#contacto .info-wrapper span b {
  font-family: "SinkinSans-500Medium";
}
#contacto .info-wrapper span b a {
  color: #00a8a7;
  cursor: pointer;
}
#contacto ul {
  list-style-type: none;
}
#contacto ul li {
  margin-bottom: 20px;
}
#contacto ul li a {
  color: #3a3a3a;
  transition: all 0.2s;
}
#contacto ul li a:hover {
  color: #00a8a7;
  transition: all 0.2s;
}
#contacto ul li .icon-wrapper {
  display: flex;
  justify-content: center;
}
#contacto ul li .icon {
  color: #00a8a7;
  font-size: 22px;
  display: block;
  text-align: center;
  /*float: left;*/
  width: 30px;
  line-height: 32px;
}
#contacto ul li span {
  display: block;
  padding-left: 36px;
  line-height: 32px;
}
#contacto ul li span.contacto-bold {
  font-family: "SinkinSans-900XBlack";
}
#contacto ul li span b {
  font-family: "SinkinSans-500Medium";
}
#contacto ul li span b a {
  color: #00a8a7;
  cursor: pointer;
}
#contacto ul li.contacto-colectivos span {
  font-size: 14px;
  line-height: 160%;
}
#contacto .btn-wrapper {
  margin-top: 20px;
  margin-bottom: 10px;
}
#contacto .btn-como-llegar {
  font-size: 14px;
  border-radius: 30px;
  background-color: #01C7C8 !important;
  border: 2px solid #01C7C8 !important;
  color: #ffffff !important;
  text-transform: uppercase;
  padding: 10px 24px;
  transition: all 0.2s;
}
#contacto .btn-como-llegar:hover {
  border: 2px solid #01C7C8 !important;
  color: #01C7C8 !important;
  background-color: transparent !important;
}

#mapa {
  height: 350px;
}
#mapa iframe {
  max-width: 100%;
  max-height: 100%;
}

#map {
  height: 450px;
}
#map h3 {
  font-size: 2rem;
}

#turnos, .center-form, #deudas {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #009c9b;
}
#turnos .nav-tabs, .center-form .nav-tabs, #deudas .nav-tabs {
  text-align: center;
  border: 1px solid #ffffff !important;
  width: 780px;
  margin: auto;
}
#turnos .nav-tabs > li, .center-form .nav-tabs > li, #deudas .nav-tabs > li {
  display: block;
  width: 50%;
  height: 84px;
  display: table;
}
#turnos .nav-tabs > li a, .center-form .nav-tabs > li a, #deudas .nav-tabs > li a {
  border: 0;
  border-radius: 0;
  margin: 0;
  font: normal 18px/28px "SinkinSans-900XBlack";
  text-transform: uppercase;
  color: white;
  padding: 14px;
  transition: all 0.2s;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
#turnos .nav-tabs > li a:hover, .center-form .nav-tabs > li a:hover, #deudas .nav-tabs > li a:hover {
  background-color: #ffffff;
  color: #009c9b;
  transition: all 0.2s;
}
#turnos .nav-tabs > li a small, .center-form .nav-tabs > li a small, #deudas .nav-tabs > li a small {
  font-size: 10px;
}
#turnos .nav-tabs > li.active a, .center-form .nav-tabs > li.active a, #deudas .nav-tabs > li.active a {
  color: #009c9b;
}
#turnos .nav-tabs.single-tab > li, .center-form .nav-tabs.single-tab > li, #deudas .nav-tabs.single-tab > li {
  width: 100%;
}
#turnos .tab-content, .center-form .tab-content, #deudas .tab-content {
  padding-top: 50px;
}
#turnos .tab-content form,
#turnos .tab-content .formPage, .center-form .tab-content form,
.center-form .tab-content .formPage, #deudas .tab-content form,
#deudas .tab-content .formPage {
  font: normal 16px/24px "SinkinSans-500Medium";
  width: 620px;
  margin: auto;
  color: #ffffff;
}
#turnos .tab-content form .error,
#turnos .tab-content .formPage .error, .center-form .tab-content form .error,
.center-form .tab-content .formPage .error, #deudas .tab-content form .error,
#deudas .tab-content .formPage .error {
  outline: 2px solid #c31515 !important;
  *color: red !important;
}
#turnos .tab-content form input.form-control,
#turnos .tab-content form select.form-control,
#turnos .tab-content .formPage input.form-control,
#turnos .tab-content .formPage select.form-control, .center-form .tab-content form input.form-control,
.center-form .tab-content form select.form-control,
.center-form .tab-content .formPage input.form-control,
.center-form .tab-content .formPage select.form-control, #deudas .tab-content form input.form-control,
#deudas .tab-content form select.form-control,
#deudas .tab-content .formPage input.form-control,
#deudas .tab-content .formPage select.form-control {
  height: 38px;
}
#turnos .tab-content form input,
#turnos .tab-content form select,
#turnos .tab-content form textarea,
#turnos .tab-content .formPage input,
#turnos .tab-content .formPage select,
#turnos .tab-content .formPage textarea, .center-form .tab-content form input,
.center-form .tab-content form select,
.center-form .tab-content form textarea,
.center-form .tab-content .formPage input,
.center-form .tab-content .formPage select,
.center-form .tab-content .formPage textarea, #deudas .tab-content form input,
#deudas .tab-content form select,
#deudas .tab-content form textarea,
#deudas .tab-content .formPage input,
#deudas .tab-content .formPage select,
#deudas .tab-content .formPage textarea {
  border-radius: 0;
  border: 0;
  background-color: #1bcac9;
  color: #ffffff !important;
  font: normal 14px/24px "SinkinSans-400Regular";
}
#turnos .tab-content form textarea,
#turnos .tab-content .formPage textarea, .center-form .tab-content form textarea,
.center-form .tab-content .formPage textarea, #deudas .tab-content form textarea,
#deudas .tab-content .formPage textarea {
  resize: vertical;
  margin-bottom: 15px;
}
#turnos .tab-content form select,
#turnos .tab-content .formPage select, .center-form .tab-content form select,
.center-form .tab-content .formPage select, #deudas .tab-content form select,
#deudas .tab-content .formPage select {
  background: #1bcac9 url("../img/form-drop.png") 260px center no-repeat;
  color: #ffffff;
  padding-right: 20px;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
}
#turnos .tab-content form select::-ms-expand,
#turnos .tab-content .formPage select::-ms-expand, .center-form .tab-content form select::-ms-expand,
.center-form .tab-content .formPage select::-ms-expand, #deudas .tab-content form select::-ms-expand,
#deudas .tab-content .formPage select::-ms-expand {
  /*for IE10*/
  display: none;
}
#turnos .tab-content form input[type=date]::-webkit-inner-spin-button,
#turnos .tab-content .formPage input[type=date]::-webkit-inner-spin-button, .center-form .tab-content form input[type=date]::-webkit-inner-spin-button,
.center-form .tab-content .formPage input[type=date]::-webkit-inner-spin-button, #deudas .tab-content form input[type=date]::-webkit-inner-spin-button,
#deudas .tab-content .formPage input[type=date]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: none;
}
#turnos .tab-content form input[type=date]::-webkit-calendar-picker-indicator,
#turnos .tab-content .formPage input[type=date]::-webkit-calendar-picker-indicator, .center-form .tab-content form input[type=date]::-webkit-calendar-picker-indicator,
.center-form .tab-content .formPage input[type=date]::-webkit-calendar-picker-indicator, #deudas .tab-content form input[type=date]::-webkit-calendar-picker-indicator,
#deudas .tab-content .formPage input[type=date]::-webkit-calendar-picker-indicator {
  background-color: transparent;
}
#turnos .tab-content form .radio-wrapper,
#turnos .tab-content form .select-wrapper,
#turnos .tab-content .formPage .radio-wrapper,
#turnos .tab-content .formPage .select-wrapper, .center-form .tab-content form .radio-wrapper,
.center-form .tab-content form .select-wrapper,
.center-form .tab-content .formPage .radio-wrapper,
.center-form .tab-content .formPage .select-wrapper, #deudas .tab-content form .radio-wrapper,
#deudas .tab-content form .select-wrapper,
#deudas .tab-content .formPage .radio-wrapper,
#deudas .tab-content .formPage .select-wrapper {
  display: flex;
  align-items: flex-end;
}
#turnos .tab-content form .radio-wrapper .radio,
#turnos .tab-content form .radio-wrapper .form-group,
#turnos .tab-content form .select-wrapper .radio,
#turnos .tab-content form .select-wrapper .form-group,
#turnos .tab-content .formPage .radio-wrapper .radio,
#turnos .tab-content .formPage .radio-wrapper .form-group,
#turnos .tab-content .formPage .select-wrapper .radio,
#turnos .tab-content .formPage .select-wrapper .form-group, .center-form .tab-content form .radio-wrapper .radio,
.center-form .tab-content form .radio-wrapper .form-group,
.center-form .tab-content form .select-wrapper .radio,
.center-form .tab-content form .select-wrapper .form-group,
.center-form .tab-content .formPage .radio-wrapper .radio,
.center-form .tab-content .formPage .radio-wrapper .form-group,
.center-form .tab-content .formPage .select-wrapper .radio,
.center-form .tab-content .formPage .select-wrapper .form-group, #deudas .tab-content form .radio-wrapper .radio,
#deudas .tab-content form .radio-wrapper .form-group,
#deudas .tab-content form .select-wrapper .radio,
#deudas .tab-content form .select-wrapper .form-group,
#deudas .tab-content .formPage .radio-wrapper .radio,
#deudas .tab-content .formPage .radio-wrapper .form-group,
#deudas .tab-content .formPage .select-wrapper .radio,
#deudas .tab-content .formPage .select-wrapper .form-group {
  width: 50%;
  margin-top: 10px;
}
#turnos .tab-content form .radio-wrapper .radio,
#turnos .tab-content form .select-wrapper .radio,
#turnos .tab-content .formPage .radio-wrapper .radio,
#turnos .tab-content .formPage .select-wrapper .radio, .center-form .tab-content form .radio-wrapper .radio,
.center-form .tab-content form .select-wrapper .radio,
.center-form .tab-content .formPage .radio-wrapper .radio,
.center-form .tab-content .formPage .select-wrapper .radio, #deudas .tab-content form .radio-wrapper .radio,
#deudas .tab-content form .select-wrapper .radio,
#deudas .tab-content .formPage .radio-wrapper .radio,
#deudas .tab-content .formPage .select-wrapper .radio {
  width: 33%;
}
#turnos .tab-content form .select-wrapper .form-group:first-of-type,
#turnos .tab-content .formPage .select-wrapper .form-group:first-of-type, .center-form .tab-content form .select-wrapper .form-group:first-of-type,
.center-form .tab-content .formPage .select-wrapper .form-group:first-of-type, #deudas .tab-content form .select-wrapper .form-group:first-of-type,
#deudas .tab-content .formPage .select-wrapper .form-group:first-of-type {
  margin-right: 15px;
}
#turnos .tab-content form .select-wrapper .form-group:last-of-type,
#turnos .tab-content .formPage .select-wrapper .form-group:last-of-type, .center-form .tab-content form .select-wrapper .form-group:last-of-type,
.center-form .tab-content .formPage .select-wrapper .form-group:last-of-type, #deudas .tab-content form .select-wrapper .form-group:last-of-type,
#deudas .tab-content .formPage .select-wrapper .form-group:last-of-type {
  margin-left: 15px;
}
#turnos .tab-content form button[type=submit],
#turnos .tab-content .formPage button[type=submit], .center-form .tab-content form button[type=submit],
.center-form .tab-content .formPage button[type=submit], #deudas .tab-content form button[type=submit],
#deudas .tab-content .formPage button[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font: normal 16px/24px "SinkinSans-600SemiBold";
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #5cb85c;
  padding: 10px 30px;
  background-color: #5cb85c;
  transition: all 0.2s;
}
#turnos .tab-content form button[type=submit]:hover,
#turnos .tab-content .formPage button[type=submit]:hover, .center-form .tab-content form button[type=submit]:hover,
.center-form .tab-content .formPage button[type=submit]:hover, #deudas .tab-content form button[type=submit]:hover,
#deudas .tab-content .formPage button[type=submit]:hover {
  background-color: transparent !important;
  border-color: #ffffff;
  transition: all 0.2s;
}
#turnos .tab-content form #tiposControl,
#turnos .tab-content .formPage #tiposControl, .center-form .tab-content form #tiposControl,
.center-form .tab-content .formPage #tiposControl, #deudas .tab-content form #tiposControl,
#deudas .tab-content .formPage #tiposControl {
  display: none;
  *text-align: center;
}
#turnos #consulta, .center-form #consulta, #deudas #consulta {
  margin: 0 auto;
  color: #fff;
}
#turnos #consulta a, .center-form #consulta a, #deudas #consulta a {
  color: #fff;
}
#turnos #consulta h4, .center-form #consulta h4, #deudas #consulta h4 {
  text-align: center;
  margin-bottom: 23px;
}
#turnos #consulta ul, .center-form #consulta ul, #deudas #consulta ul {
  list-style: none;
}
#turnos #consulta ul li, .center-form #consulta ul li, #deudas #consulta ul li {
  text-align: center;
}
#turnos #consulta ul li .social-whatsapp, .center-form #consulta ul li .social-whatsapp, #deudas #consulta ul li .social-whatsapp {
  background: transparent url("../img/red-wsap.svg") center center no-repeat;
}
#turnos #consulta ul li .social-instagram2, .center-form #consulta ul li .social-instagram2, #deudas #consulta ul li .social-instagram2 {
  background: transparent url("../img/red-insta.svg") center center no-repeat;
}
#turnos #consulta ul li .social-messenger, .center-form #consulta ul li .social-messenger, #deudas #consulta ul li .social-messenger {
  background: transparent url("../img/red-msg.svg") center center no-repeat;
}
#turnos #consulta ul li a, .center-form #consulta ul li a, #deudas #consulta ul li a {
  padding: 8.8px 0 8.8px 53px;
  margin: 12px 0 12px 0;
  display: inline-block;
  background-position: left !important;
}
#turnos #consulta .rrhh, .center-form #consulta .rrhh, #deudas #consulta .rrhh {
  margin-top: 45px;
}
#turnos #consulta .rrhh a, .center-form #consulta .rrhh a, #deudas #consulta .rrhh a {
  text-decoration: underline;
}
#turnos .table, .center-form .table, #deudas .table {
  color: white;
}

/* form en header*/
#turnos {
  margin-left: 20px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: transparent;
}
#turnos .sacar-turno {
  text-align: center;
  text-transform: uppercase;
  color: white;
  transition: all 0.2s;
}
#turnos .sacar-turno h2 {
  font: normal 18px/28px "SinkinSans-400Regular";
  line-height: 28px;
  margin-top: 10px;
  letter-spacing: -1px;
  text-wrap: pretty;
}
#turnos .sacar-turno h2 strong {
  font-family: "SinkinSans-900XBlack";
}
#turnos .sacar-turno h2 br {
  display: none;
}
#turnos .sacar-turno hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
#turnos .tab-content {
  padding-top: 20px;
}
#turnos .tab-content form {
  width: auto;
  font: normal 14px/24px "SinkinSans-500Medium";
}
#turnos .form-legend-celular {
  font-size: 9px;
}

#deudas .container {
  background-color: white;
  border-radius: 6px;
  color: #01c7c8;
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.2705882353);
}
#deudas .container h1, #deudas .container h2, #deudas .container p, #deudas .container a {
  color: #01c7c8;
}
#deudas .container .loader {
  background-color: rgba(0, 0, 0, 0.2705882353);
  border-radius: 6px;
}
#deudas .container #wallet_container {
  position: relative;
}

#turnos.encuesta div {
  color: white;
}

.promociones {
  text-align: center;
  margin-bottom: 5rem;
  display: block;
}
.promociones h2 {
  color: #fff;
  margin-bottom: 3rem;
  font-size: 26px;
}
.promociones img {
  margin: auto;
}

footer {
  background: #0a5151 url("../img/bk-footer-2.png") 0 0 no-repeat;
  background-size: contain;
  padding-top: 100px;
}
footer.footer {
  background: #0a5151 url("../img/bk-footer-2.png") 0 0 no-repeat;
  background-size: contain;
}
footer .navbar-default {
  margin-bottom: 40px;
  border: 0;
  background-color: transparent;
}
footer .navbar-default .navbar-brand {
  padding: 0;
}
footer .navbar-default .navbar-brand h1 {
  font-size: 0;
  display: block;
  width: 212px;
  height: 52px;
  background: transparent url("../img/logo-h.svg") center center no-repeat;
  background-size: cover;
}
footer .navbar-default .social {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  text-align: right;
  height: 28px;
  opacity: 1;
  transition: all 0.2s;
}
footer .navbar-default .social li {
  margin-left: 10px;
  list-style-type: none;
  display: inline-block;
}
footer .navbar-default .social li a {
  font-size: 0;
  height: 28px;
  width: 28px;
  display: block;
  float: right;
}
footer .navbar-default .social li span {
  line-height: 28px;
  font-size: 18px;
  margin-right: 10px;
  float: left;
  color: #01c7c8;
}
footer .navbar-default .social li .social-whatsapp {
  background: transparent url("../img/red-wsap.svg") center center no-repeat;
}
footer .navbar-default .social li .social-instagram2 {
  background: transparent url("../img/red-insta.svg") center center no-repeat;
}
footer .navbar-default .social li .social-facebook2 {
  background: transparent url("../img/red-face.svg") center center no-repeat;
}
footer .navbar-default .social li .social-messenger {
  background: transparent url("../img/red-msg.svg") center center no-repeat;
}
footer .navbar-default .social li .mis-turnos {
  font-size: 12px;
  color: #01c7c8;
  border-right: 1px solid;
  padding-right: 12px;
  width: 100%;
  line-height: 28px;
  text-transform: uppercase;
}
footer .navbar-default .navbar-footer {
  margin-right: 15px;
}
footer .navbar-default .navbar-footer .navbar-nav {
  text-transform: uppercase;
}
footer .navbar-default .navbar-footer .navbar-nav a {
  font-size: 14px;
  color: #01c7c8;
}
footer .navbar-default .navbar-footer .navbar-nav a:hover {
  color: #086969;
}
footer .navbar-default .navbar-footer .navbar-nav .cta-button {
  border-radius: 30px;
  border: 2px solid #fd5b42;
  background: #fd5b42;
  margin-top: -2px;
}
footer .navbar-default .navbar-footer .navbar-nav .cta-button:hover {
  border: 2px solid #fff !important;
}
footer .navbar-default .navbar-footer .navbar-nav .cta-button a {
  border-radius: 30px;
  color: #ffffff;
  transition: all 0.2s;
}
footer .navbar-default .navbar-footer .navbar-nav .cta-button a:hover {
  border-color: #fff !important;
  color: #ffffff;
  background-color: #0a5151 !important;
  transition: all 0.2s;
}
footer .navbar-default .navbar-footer .navbar-center {
  width: 100%;
  text-align: center;
}
footer .navbar-default .navbar-footer .navbar-center li {
  float: none;
  display: inline-block;
}
footer .bk-bottom-footer {
  background-color: #074746;
}
footer .footer-bottom h2 {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
  font-size: 12px;
}
footer .footer-bottom ul {
  list-style-type: none;
  margin-right: 15px;
  margin-left: 15px;
  display: flex;
  direction: flex-start;
  justify-content: center;
  align-items: center;
}
footer .footer-bottom ul li {
  text-align: center;
  font-size: 0;
  margin-left: 40px;
  margin-right: 40px;
}
footer .footer-bottom ul .logo-1 {
  background: transparent url("../img/a-1.png") center center no-repeat;
  width: 69px;
  height: 67px;
}
footer .footer-bottom ul .logo-2 {
  background: transparent url("../img/a-2.png") center center no-repeat;
  width: 63px;
  height: 60px;
}
footer .footer-bottom ul .logo-3 {
  background: transparent url("../img/a-3.png") center center no-repeat;
  width: 225px;
  height: 70px;
}
footer .footer-bottom ul .logo-4 {
  background: transparent url("../img/a-4.png") center center no-repeat;
  width: 272px;
  height: 46px;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.navbar-toggle .icon-bar {
  width: 22px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.cta-button {
  text-transform: uppercase;
  border-radius: 30px;
  background: #fd5b42 !important;
  border: 2px solid #fd5b42;
  font-family: "SinkinSans-400Regular";
  font-size: 14px;
  top: 6px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
}
.navbar-toggle.cta-button a {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  padding: 10px 15px;
  color: #ffffff;
  transition: all 0.2s;
}
.navbar-toggle.cta-button a:hover {
  border-radius: 30px;
  color: #fd5b42;
  background-color: #ffffff;
  transition: all 0.2s;
}

.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.header-secction {
  padding-top: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-secction a {
  color: #3a3a3a;
}

/* END ANIMATED X */
/* Animaciones */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  color: slategray;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover,
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  color: red !important;
  text-decoration: line-through;
}

.bootstrap-datetimepicker-widget table td {
  color: #219c2b;
}

.bootstrap-datetimepicker-widget .referencias {
  font-size: 11px;
  border-top: 1px solid #4d5862;
  line-height: 15px;
  padding-top: 5px;
  margin-top: 3px;
  margin-bottom: 3px;
  overflow: hidden;
  white-space: nowrap;
}

.bootstrap-datetimepicker-widget .referencias div i {
  width: 15px;
  height: 15px;
  border: 1px solid;
  display: inline-block;
  position: relative;
  top: 2px;
}

.bootstrap-datetimepicker-widget .referencias .ocupado i {
  background-color: red;
}

.bootstrap-datetimepicker-widget .referencias .disponible i {
  background-color: #219c2b;
}

/* .bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
	color: green;
} */
.bootstrap-datetimepicker-widget table tr td.new {
  display: none;
}

.bootstrap-datetimepicker-widget table tr td.old {
  visibility: hidden;
}

.form-group.required > label::after {
  content: "  *";
  display: inline-block;
  color: #fd5b42;
}

.form-legend {
  font-size: 10px;
  color: lightgray;
  line-height: 16px;
}

@media screen and (min-width: 1199px) {
  .col-clinica-left {
    padding-right: 5rem;
  }
}
.wp-button {
  cursor: pointer;
  z-index: 99999 !important;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  box-shadow: 0 0 27px -13px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: -webkit-box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out;
  transition: box-shadow 0.2s ease-in-out, -webkit-box-shadow 0.2s ease-in-out;
}
.wp-button img {
  background-color: white;
  border-radius: 50%;
  padding: 5px;
  border: 4px solid #ffffff;
}

.wp-button:hover {
  -webkit-box-shadow: 0 0 40px -12px black;
  box-shadow: 0 0 40px -12px black;
}

.wp-tooltip {
  visibility: visible;
  line-height: 31px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 10px;
  position: absolute;
}

.wp-tooltip.hidden {
  visibility: hidden;
}

.wp-tooltip.right {
  top: calc(50% - 20.5px);
  left: 130%;
}

.wp-tooltip.right:after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}

.wp-tooltip.left {
  top: calc(50% - 20.5px);
  right: 130%;
}

.wp-tooltip.left:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #000;
}

.wp-tooltip .wp-tooltip-text {
  white-space: nowrap !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  font-family: Roboto, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.wp-tooltip.wp-tooltip-animation {
  -webkit-animation: wp-tooltip-animation 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: wp-tooltip-animation 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.errorMsg {
  display: block;
  font-size: 14px;
}

#formTrabajaConNosotros hr {
  border-color: #ccc;
}
#formTrabajaConNosotros .form-legend {
  color: #3a3a3a;
}
#formTrabajaConNosotros button[type=submit] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  font: normal 16px/24px "SinkinSans-600SemiBold";
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 30px;
  border: 2px solid #5cb85c;
  padding: 10px 30px;
  background-color: #5cb85c;
  transition: all 0.2s;
}
#formTrabajaConNosotros button[type=submit]:hover {
  border-radius: 30px;
  color: #5cb85c;
  background-color: #ffffff;
  transition: all 0.2s;
}

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}

.grecaptcha-badge:hover {
  width: 256px !important;
}

.fieldReference {
  display: inline-block;
  color: #fd5b42;
  font-size: 16px;
  font-weight: bold;
}

.owl-nav {
  position: absolute;
  top: calc(50% - 22.85px - 16px);
  width: 100%;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  opacity: 0.75;
  width: 64px;
  height: 64px;
  transition: all 0.4s;
  -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */
  filter: invert(100%);
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  opacity: 1;
  box-shadow: inset;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev {
  background: url("../img/img-f/icon-arrow-left.svg") center no-repeat !important;
  float: left;
}
.owl-nav .owl-next {
  background: url("../img/img-f/icon-arrow-right.svg") center no-repeat !important;
  float: right;
}

#validar-celular input, #validar-celular button {
  text-align: center;
}
#validar-celular label {
  width: 100%;
  text-align: center;
}
#validar-celular #formVerificacionCelular button {
  height: 45px;
  margin-top: 10px;
}
#validar-celular .form-legend {
  color: white;
}

#codigo_descuento {
  text-transform: uppercase;
}

@-webkit-keyframes wp-tooltip-animation {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
@keyframes wp-tooltip-animation {
  0% {
    -webkit-transform: scaleX(0.4);
    transform: scaleX(0.4);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
  }
}
#testimoniales {
  padding-top: 40px;
  padding-bottom: 40px;
}
#testimoniales .panel-heading {
  background-color: #ffffff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-color: transparent;
}
#testimoniales .testimonial-ico {
  max-width: 24px;
  margin-left: 5px;
}
#testimoniales .owl-carousel .panel {
  border-radius: 10px;
  background-color: #ffffff;
  color: #000000;
  border: none;
  padding: 20px 10px;
  margin: 10px;
  font-family: Roboto;
  font-weight: 400;
  height: 100%;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.07);
}
#testimoniales .owl-carousel .panel-header {
  background-color: #ffffff;
  border-bottom-style: none;
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
}
#testimoniales .owl-carousel .panel-body {
  line-height: 24px;
  color: #2A363D;
}
#testimoniales .panel-picture, #testimoniales .panel-ico {
  width: 30px !important;
  height: 30px !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: end;
}
#testimoniales .panel-picture {
  margin-right: 1rem;
}
#testimoniales .panel-ico {
  margin-left: 1rem;
}
#testimoniales .panel-perfil {
  display: flex;
  flex-grow: 1;
  flex-shrink: 1;
  flex-wrap: wrap;
}
#testimoniales .panel-nombre {
  flex-grow: 1 !important;
  display: flex;
  flex-direction: column;
}
#testimoniales .panel-nombre .panel-title {
  font-size: 15px;
  line-height: 20px;
  opacity: 0.87;
  letter-spacing: normal;
  padding-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
#testimoniales .panel-nombre .panel-subtitle {
  font-size: 14px;
  line-height: 19px;
  opacity: 0.54;
}
#testimoniales .stars {
  display: flex;
  flex-wrap: nowrap;
  margin-left: 10px;
}
#testimoniales .stars img {
  width: 15px !important;
  height: 15px !important;
}
#testimoniales .testimonial-ico {
  max-width: 24px;
  margin-left: 5px;
}
#testimoniales .owl-carousel .owl-stage {
  display: flex;
  padding-bottom: 20px;
}
#testimoniales h6 {
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  #testimoniales .stars {
    margin-left: 0px;
  }
  #testimoniales .panel-header {
    flex-wrap: wrap;
  }
  #testimoniales .panel-nombre {
    order: 3 !important;
  }
  #testimoniales .panel-nombre .panel-title {
    display: block;
  }
  #testimoniales .owl-carousel .panel-body {
    margin-left: 0px;
    margin-right: 0px;
  }
}

/* ----------------------- HOME - media (max-width: 1199px) and (min-width:992px) */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h1 {
    font-size: 36px;
    line-height: 46.2857142857px;
  }
  header {
    /*.navbar-toggle.cta-button{
    	display: none;
    }*/
  }
  header .navbar-default .navbar-header {
    display: block;
  }
  header .navbar-default .navbar-brand {
    /*margin-top: -30px;*/
    transition: all 0.2s;
  }
  header .navbar-default .navbar-brand h1 strong {
    width: 212px;
    height: 52px;
  }
  header .navbar-default .navbar-collapse {
    text-align: center;
    margin-right: -15px;
    background-color: #fff;
    border: none;
    margin-top: 15px;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    margin-top: 5px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a {
    font-size: 10.5px;
    padding: 10px 7px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
    background-color: transparent !important;
    border: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button a {
    color: #fd5b42;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores {
    background-color: transparent !important;
    border: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores a {
    color: #fd5b42;
  }
  header .navbar-default.sticky .navbar-brand {
    margin-top: 0;
    transition: all 0.2s;
  }
  /* top */
  #top {
    background-size: cover;
    min-height: 835px;
    /*padding-top: 70px;*/
    background-image: url("../img/home/1-Header-Desktop_3000px.jpg");
  }
  #top .col-sm-12 {
    margin-left: 0;
  }
  #top h1 {
    font-size: 36px;
  }
  #top .separator {
    width: 64px;
    height: 3px;
    margin-top: 32px;
    margin-bottom: 22px;
  }
  #top ul li {
    font-size: 26px;
    line-height: 40px;
  }
  #top ul li.dual-line {
    line-height: 22px;
  }
  #top ul li span {
    font-size: 16px;
  }
  #turnos .tab-content form {
    font: normal 12px/24px "SinkinSans-500Medium";
  }
  /* porque elegirnos */
  #porque-elegirnos h1 {
    margin-top: 60px;
  }
  /* primera consulta */
  #primera-consulta {
    background-size: cover;
    height: 300px;
  }
  #primera-consulta img {
    height: 360px;
    top: -60px;
  }
  #primera-consulta .text-wrapper {
    margin-top: 70px;
  }
  /* brackets */
  #brackets {
    background-size: contain;
  }
  #brackets h1 {
    margin-bottom: 60px;
  }
  #brackets .container-fluid {
    height: 700px;
    margin-top: -180px;
    background-size: cover;
  }
  /* Es simple */
  #simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #simple h1 {
    text-align: center;
    margin-bottom: 60px;
  }
  #simple .simple-line .line1, #simple .simple-line .line2, #simple .simple-line .line3 {
    width: 130px;
  }
  #simple .simple-line .line1 {
    left: 170px;
  }
  #simple .simple-line .line2 {
    left: 420px;
  }
  #simple .simple-line .line3 {
    left: 670px;
  }
  /* tratamiento */
  #tratamiento {
    height: 340px;
  }
  #tratamiento img {
    top: -26px;
  }
  #tratamiento .text-wrapper {
    margin-top: 50px;
  }
  #tratamiento .text-wrapper p:first-of-type {
    font-size: 22px;
    line-height: 30px;
  }
  footer .navbar-default .navbar-footer .navbar-nav {
    margin-top: 10px;
  }
  footer .navbar-default .navbar-footer .navbar-nav a {
    font-size: 14px;
    padding: 10px 15px;
  }
  footer .navbar-default .navbar-footer .navbar-nav li {
    float: left;
  }
  footer .navbar-default .navbar-footer .navbar-nav li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  footer .navbar-brand {
    float: none;
  }
}
@media screen and (max-width: 1199px) {
  #contacto .sub-title {
    font-size: 2.5rem;
  }
  #turnos .sacar-turno {
    text-align: center;
  }
  #turnos .sacar-turno h2 {
    letter-spacing: normal;
    line-height: 24px;
  }
  #turnos .sacar-turno h2 br {
    display: block;
  }
  #turnos .sacar-turno h2 span {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  #container_codigo_descuento {
    margin-top: 24px;
  }
}
/* ----------------------- HOME - media (max-width: 991px) and (min-width:768px) */
@media screen and (max-width: 991px) and (min-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 36px;
  }
  header .navbar-default .navbar-header {
    display: block;
  }
  header .navbar-default button.navbar-toggle {
    margin-right: 0px;
  }
  header .navbar-default .social li:last-of-type {
    margin-right: -5px;
  }
  header .navbar-default .navbar-brand {
    margin-left: 5px;
    /*margin-top: -30px;*/
    transition: all 0.2s;
  }
  header .navbar-default .navbar-brand h1 strong {
    width: 212px;
    height: 52px;
  }
  header .navbar-default .navbar-collapse {
    border: 0;
    text-align: right;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 15px 0 0 0;
  }
  header .navbar-default .navbar-collapse .navbar-nav {
    margin-top: 5px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li a {
    font-size: 13px;
    padding: 10px 15px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
    border: 0;
  }
  header .navbar-default.sticky .navbar-brand {
    margin-top: 0;
    transition: all 0.2s;
  }
  /* top */
  #top {
    background-size: cover;
    /*height: calc(350px - 4vw);*/
    /*padding-top: 56px;*/
  }
  #top .col-sm-12 {
    margin-left: 0;
  }
  #top h1 {
    font-size: 28px;
  }
  #top .separator {
    width: 50px;
    height: 3px;
    margin-top: 22px;
    margin-bottom: 16px;
  }
  #top ul li {
    font-size: 22px;
    line-height: 28px;
  }
  #top ul li.dual-line {
    line-height: 16px;
  }
  #top ul li span {
    font-size: 12px;
  }
  /* porque elegirnos */
  #porque-elegirnos ul li {
    margin-bottom: 7px;
    font-size: 16px;
  }
  /* primera consulta */
  #primera-consulta {
    background-size: cover;
    height: 210px;
  }
  #primera-consulta img {
    height: 260px;
    top: -50px;
  }
  #primera-consulta .text-wrapper {
    margin-top: 45px;
  }
  #primera-consulta .text-wrapper p {
    font-size: 18px;
    line-height: 150%;
  }
  /* brackets */
  #brackets {
    background-size: contain;
  }
  #brackets h1 {
    margin-bottom: 60px;
  }
  #brackets .text-wrapper {
    width: 100%;
  }
  #brackets .text-wrapper h2 {
    font-size: 18px;
    line-height: 150%;
  }
  #brackets .text-wrapper ul li {
    font-size: 13px;
    line-height: 180%;
  }
  #brackets .container-fluid {
    height: 600px;
    margin-top: -120px;
    background-size: cover;
  }
  /* Es simple */
  #simple {
    padding-bottom: 100px;
  }
  #simple h1 {
    text-align: center;
    margin-bottom: 60px;
  }
  #simple .simple-line .line1,
  #simple .simple-line .line2,
  #simple .simple-line .line3 {
    width: 80px;
  }
  #simple .simple-line .line1 {
    left: 140px;
  }
  #simple .simple-line .line2 {
    left: 334px;
  }
  #simple .simple-line .line3 {
    left: 530px;
  }
  #simple p {
    font-size: 13px;
    line-height: 180% !important;
  }
  /* tratamiento */
  #tratamiento {
    background-size: cover;
    height: 260px;
  }
  #tratamiento img {
    height: 300px;
    top: -40px;
  }
  #tratamiento .text-wrapper {
    margin-top: 35px;
  }
  #tratamiento .text-wrapper p {
    font-size: 18px;
    line-height: 150%;
  }
  #tratamiento .text-wrapper p:first-of-type {
    font-size: 16px;
  }
  #tratamiento .text-wrapper p small {
    font-size: 12px;
  }
  #tratamiento .text-wrapper a {
    margin-top: 5px;
    font-size: 13px;
  }
  /* contacto */
  #contacto ul li {
    margin-bottom: 20px;
  }
  #contacto ul li .icon {
    font-size: 18px;
    width: 22px;
    line-height: 24px;
  }
  #contacto ul li span {
    padding-left: 28px;
    font-size: 13px;
    line-height: 180%;
  }
  #contacto ul li.contacto-colectivos span {
    font-size: 12px;
    line-height: 160%;
  }
  /* turnos */
  #turnos .nav-tabs, .center-form .nav-tabs {
    width: 80%;
  }
  #turnos .nav-tabs li a, .center-form .nav-tabs li a {
    font-size: 16px;
    line-height: 24px;
  }
  #turnos .nav-tabs li a small, .center-form .nav-tabs li a small {
    font-size: 8px;
  }
  #turnos .tab-content form,
  #turnos .tab-content .formPage, .center-form .tab-content form,
  .center-form .tab-content .formPage {
    font: normal 14px/20px "SinkinSans-500Medium";
    /*width: 80%;*/
  }
  #turnos .tab-content form input.form-control,
  #turnos .tab-content form select.form-control,
  #turnos .tab-content .formPage input.form-control,
  #turnos .tab-content .formPage select.form-control, .center-form .tab-content form input.form-control,
  .center-form .tab-content form select.form-control,
  .center-form .tab-content .formPage input.form-control,
  .center-form .tab-content .formPage select.form-control {
    height: auto;
  }
  #turnos .tab-content form input,
  #turnos .tab-content form select,
  #turnos .tab-content form textarea,
  #turnos .tab-content .formPage input,
  #turnos .tab-content .formPage select,
  #turnos .tab-content .formPage textarea, .center-form .tab-content form input,
  .center-form .tab-content form select,
  .center-form .tab-content form textarea,
  .center-form .tab-content .formPage input,
  .center-form .tab-content .formPage select,
  .center-form .tab-content .formPage textarea {
    font-size: 13px;
  }
  #turnos .tab-content form select,
  #turnos .tab-content .formPage select, .center-form .tab-content form select,
  .center-form .tab-content .formPage select {
    background-position: 240px center;
  }
  footer {
    background-size: contain;
    padding-top: 80px;
  }
  footer .navbar-default .navbar-brand {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  footer .navbar-default .navbar-brand h1 {
    margin: auto;
  }
  footer .navbar-default .social {
    text-align: center;
  }
  footer .navbar-default .social li:first-of-type {
    margin: 0;
  }
  footer .navbar-default .navbar-footer {
    margin-right: 0px;
  }
  footer .navbar-default .navbar-footer .navbar-nav {
    text-align: center;
  }
  footer .navbar-default .navbar-footer .navbar-nav.navbar-center {
    width: auto;
    margin-top: 30px;
  }
  footer .navbar-default .navbar-footer .navbar-nav .cta-button {
    display: inline-block;
  }
  footer .footer-bottom ul li:nth-of-type(1), footer .footer-bottom ul li:nth-of-type(2), footer .footer-bottom ul li:nth-of-type(3), footer .footer-bottom ul li:nth-of-type(4) {
    background-size: contain;
  }
}
@media screen and (max-width: 991px) {
  #contacto .sub-title {
    font-size: 2rem;
  }
  header .navbar-default .navbar-collapse {
    text-align: center;
    margin-right: -15px;
    background-color: #fff;
    border: none;
    margin-top: 15px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
    background-color: transparent !important;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button a {
    color: #fd5b42;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores {
    background-color: transparent !important;
    border: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores a {
    color: #fd5b42;
  }
  .header-secction {
    padding-top: 80px;
    margin-bottom: -40px;
  }
  .header-secction h2 {
    font-size: 20px !important;
  }
  .header-secction a {
    display: none;
  }
  #indicaciones.container .body .panel-group h2 {
    font-size: 16px !important;
  }
  #indicaciones.container .body .panel-group article .title h3 {
    font-size: 15px !important;
  }
  #servicios .image-wrapper {
    display: flex;
    justify-content: center;
  }
  #servicios .servicio-wrapper {
    margin-bottom: 50px;
  }
  #servicios .servicio-wrapper .image-wrapper {
    text-align: center;
  }
  #servicios .servicio-wrapper .text-wrapper {
    text-align: center;
    padding-right: 0px;
  }
}
/* ----------------------- HOME - media (max-width: 767px) and (min-width:481px) */
@media screen and (max-width: 767px) and (min-width: 481px) {
  h1 {
    font-size: 26px;
    line-height: 33.4285714286px;
  }
  /* Header */
  header .navbar-default {
    height: 120px;
  }
  header .navbar-default .navbar-header {
    display: block;
  }
  header .navbar-default .navbar-brand {
    margin-left: 15px;
    /*margin-top: -30px;*/
    transition: all 0.2s;
  }
  header .navbar-default .navbar-brand h1 strong {
    width: 176.6666666667px;
    height: 43.3333333333px;
  }
  header .navbar-default .navbar-collapse {
    text-align: center;
    margin-right: -15px;
    background-color: #fff;
    border: none;
    margin-top: 15px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
    border: none;
  }
  header .navbar-default.sticky .navbar-brand {
    margin-top: 0;
    transition: all 0.2s;
  }
  /* top */
  #top {
    /*height: 45vw;*/
    /*padding-top: 10vw;*/
    /*background-size: cover;*/
    background: #009c9b;
  }
  #top .top-mobile {
    background: #009c9b url("../img/home/1-Header-Mobile.jpg") no-repeat center top;
    min-height: 177px;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #top .col-sm-12 {
    margin-left: 0;
  }
  #top h1 {
    font-size: 4.2vw;
    padding-top: 30px;
  }
  #top .separator {
    /*width: 6.66vw;
    height: 0.4vw;
    margin-top: 2.93vw;
    margin-bottom: 2.13vw;*/
    display: none;
  }
  #top ul li {
    font-size: 2.93vw;
    line-height: 3.73vw;
    margin-bottom: 10px;
  }
  #top ul li.dual-line {
    line-height: 2.13vw;
  }
  #top ul li span {
    font-size: 1.6vw;
  }
  #top-servicios {
    background: transparent url("../img/servicios/1-Header-Desktop_3000px.jpg") bottom center no-repeat;
    background-size: cover;
    min-height: 400px;
  }
  #top-servicios h1 {
    font-size: 4.2vw;
    padding-top: 30px;
  }
  #servicios .image-wrapper {
    display: flex;
    justify-content: center;
  }
  #servicios .text-wrapper h3 {
    font-size: 26px;
    line-height: 28px;
  }
  #servicios .servicio-wrapper {
    margin-bottom: 50px;
  }
  /* porque elegirnos */
  #porque-elegirnos {
    text-align: center;
    padding-bottom: 0px;
  }
  #porque-elegirnos h1 {
    width: 100%;
  }
  #porque-elegirnos ul {
    text-align: left;
    margin: 0;
    margin-bottom: 50px;
    margin-left: 25px;
  }
  #porque-elegirnos ul li {
    margin-bottom: 7px;
    font-size: 16px;
  }
  #porque-elegirnos .img-wrapper {
    display: none;
  }
  #porque-elegirnos br {
    display: block;
  }
  #porque-elegirnos .text-wrapper {
    display: flex;
    justify-content: center;
  }
  /* primera consulta */
  #primera-consulta {
    background-size: cover;
    height: auto;
  }
  #primera-consulta img {
    position: relative;
    top: 0;
  }
  #primera-consulta .img-wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  #primera-consulta .text-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #primera-consulta .text-wrapper p {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }
  /* brackets */
  #brackets {
    text-align: center;
    background-size: contain;
  }
  #brackets h1 {
    margin-bottom: 60px;
  }
  #brackets .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  #brackets .text-wrapper h2 {
    font-size: 20px;
    line-height: 150%;
  }
  #brackets .text-wrapper ul li {
    font-size: 13px;
    line-height: 180%;
  }
  #brackets .container-fluid {
    height: 420px;
    margin-top: -120px;
    background-size: cover;
  }
  #brackets img {
    display: inline;
    margin-bottom: 10px;
  }
  /* tratamiento */
  #tratamiento {
    background-size: cover;
    height: auto;
  }
  #tratamiento img {
    display: none;
  }
  #tratamiento .text-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  #tratamiento .text-wrapper p {
    text-align: center;
    font-size: 18px;
    line-height: 150%;
  }
  #tratamiento .text-wrapper p small {
    font-size: 14px;
    margin-top: 0px;
  }
  /* contacto */
  #contacto ul {
    width: 320px;
    margin: auto;
    text-align: center;
  }
  #contacto ul li {
    margin-bottom: 20px;
  }
  #contacto ul li .icon {
    font-size: 20px;
    width: 22px;
    line-height: 24px;
    float: none;
    margin: auto;
  }
  #contacto ul li span {
    padding-left: 0px;
    font-size: 13px;
    line-height: 180%;
  }
  #contacto ul li.contacto-colectivos span {
    font-size: 12px;
    line-height: 160%;
  }
  /* turnos */
  #turnos, .center-form {
    margin-left: 0;
  }
  #turnos .nav-tabs, .center-form .nav-tabs {
    width: 100%;
  }
  #turnos .nav-tabs li a, .center-form .nav-tabs li a {
    font-size: 14px;
    line-height: 24px;
  }
  #turnos .nav-tabs li a small, .center-form .nav-tabs li a small {
    font-size: 8px;
  }
  #turnos .tab-content form,
  #turnos .tab-content .formPage, .center-form .tab-content form,
  .center-form .tab-content .formPage {
    font: normal 12px/20px "SinkinSans-500Medium";
    width: 100%;
  }
  #turnos .tab-content form input.form-control,
  #turnos .tab-content form select.form-control,
  #turnos .tab-content .formPage input.form-control,
  #turnos .tab-content .formPage select.form-control, .center-form .tab-content form input.form-control,
  .center-form .tab-content form select.form-control,
  .center-form .tab-content .formPage input.form-control,
  .center-form .tab-content .formPage select.form-control {
    height: auto;
  }
  #turnos .tab-content form input,
  #turnos .tab-content form select,
  #turnos .tab-content form textarea,
  #turnos .tab-content .formPage input,
  #turnos .tab-content .formPage select,
  #turnos .tab-content .formPage textarea, .center-form .tab-content form input,
  .center-form .tab-content form select,
  .center-form .tab-content form textarea,
  .center-form .tab-content .formPage input,
  .center-form .tab-content .formPage select,
  .center-form .tab-content .formPage textarea {
    font-size: 12px;
  }
  #turnos .tab-content form select,
  #turnos .tab-content .formPage select, .center-form .tab-content form select,
  .center-form .tab-content .formPage select {
    background-position: 98.5% center;
  }
  #turnos .tab-content form button,
  #turnos .tab-content .formPage button, .center-form .tab-content form button,
  .center-form .tab-content .formPage button {
    width: 100%;
    font-size: 14px;
  }
  #turnos button.volver, .center-form button.volver {
    margin-top: 15px;
  }
  .promociones h2 {
    font-size: 18px;
    line-height: 140%;
  }
  footer {
    background-size: contain;
    padding-top: 80px;
  }
  footer.footer {
    background-size: contain;
  }
  footer .navbar-default .navbar-brand {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  footer .navbar-default .navbar-brand h1 {
    margin: auto;
  }
  footer .navbar-default .social {
    text-align: center;
  }
  footer .navbar-default .social li:first-of-type {
    margin: 0;
  }
  footer .navbar-default .navbar-footer {
    margin-right: 0px;
  }
  footer .navbar-default .navbar-footer .navbar-nav {
    text-align: center;
  }
  footer .navbar-default .navbar-footer .navbar-nav.navbar-center {
    width: auto;
    margin-top: 30px;
  }
  footer .navbar-default .navbar-footer .navbar-nav .cta-button {
    display: inline-block;
  }
  footer .footer-bottom ul {
    flex-flow: row wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .footer-bottom ul li:nth-of-type(1), footer .footer-bottom ul li:nth-of-type(2), footer .footer-bottom ul li:nth-of-type(3), footer .footer-bottom ul li:nth-of-type(4) {
    width: 100%;
    margin-bottom: 40px;
  }
  footer .footer-bottom ul li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #turnos {
    margin-top: -70px;
  }
  #contacto .sub-title {
    text-align: center;
    font-size: 1.75rem;
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
  .form-legend {
    font-size: 10px;
  }
  #resultados .numbers {
    display: block;
  }
  #resultados .number-item {
    display: block;
  }
  #resultados .number-number {
    justify-content: center;
  }
  #resultados .number-text-wrapper {
    justify-content: center;
  }
  #servicios .servicio-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  #servicios .servicio-wrapper .image-wrapper img {
    width: 80%;
  }
  #servicios .text-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* Es simple */
  #simple {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: rgb(40, 211, 210);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #simple .pasos-mobile {
    display: block;
  }
  #simple .container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  #simple .row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #simple h1, #simple .simple-line, #simple .pasos {
    display: none;
  }
  #simple .icon-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #simple .row > div p {
    width: 100%;
  }
  #simple .row > div a {
    margin-top: 0;
  }
  #simple .text-wrapper {
    padding-right: 0px;
  }
  #simple p {
    font-size: 18px;
    color: white;
    line-height: 180% !important;
    margin-bottom: 0;
    text-align: left;
    text-wrap: pretty;
  }
}
/* ----------------------- HOME - media (max-width: 480px) */
@media screen and (max-width: 480px) {
  h1 {
    font-size: 22px;
    line-height: 33.4285714286px;
  }
  /* Header */
  header .navbar-default {
    height: 120px;
  }
  header .navbar-default .navbar-header {
    display: block;
  }
  header .navbar-default .navbar-header .navbar-toggle.cta-button {
    font-size: 9px;
    text-wrap: wrap;
    max-width: 120px;
  }
  header .navbar-default .navbar-header .navbar-toggle.cta-button a {
    line-height: 12px;
    padding: 8px 10px;
  }
  header .navbar-default .navbar-brand {
    margin-left: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    transition: all 0.2s;
  }
  header .navbar-default .navbar-brand h1 strong {
    width: 117.7777777778px;
    height: 28.8888888889px;
  }
  header .navbar-default .navbar-brand h1 small {
    margin-top: 5px;
    font-size: 11px;
    letter-spacing: 5px;
    transition: all 0.2s;
  }
  header .navbar-default .social {
    height: 24px;
  }
  header .navbar-default .social li {
    margin-left: 8px;
  }
  header .navbar-default .social li a {
    height: 24px;
    width: 24px;
  }
  header .navbar-default .social li span {
    line-height: 24px;
    font-size: 13px;
  }
  header .navbar-default .navbar-collapse {
    text-align: center;
    margin-right: -15px;
    background-color: #fff;
    border: none;
    margin-top: 10px;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button {
    border: none;
  }
  header .navbar-default .navbar-collapse .navbar-nav li.cta-button-alineadores {
    border: none;
  }
  header .navbar-default.sticky {
    height: 70px;
  }
  header .navbar-default.sticky .navbar-brand {
    transition: all 0.2s;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  header .navbar-default.sticky .navbar-brand h1 strong {
    width: 117.7777777778px;
    height: 28.8888888889px;
  }
  header .navbar-default.sticky .social {
    margin-bottom: 10px !important;
  }
  /* top */
  #top {
    /*height: 45vw;
    padding-top: 6vw;
    background-size: cover;*/
    background: #009c9b;
  }
  #top .top-mobile {
    background: #009c9b url("../img/home/1-Header-Mobile.jpg") no-repeat center top;
    min-height: 177px;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #top .col-sm-12 {
    margin-left: 0;
  }
  #top h1 {
    font-size: 4.5vw;
    padding-top: 20px;
  }
  #top .separator {
    /*width: 8vw;
    height: .5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;*/
    display: none;
  }
  #top ul {
    margin-left: 4vw;
  }
  #top ul li {
    font-size: 3.3vw;
    line-height: 140%;
    margin-bottom: 10px;
  }
  #top ul li.dual-line {
    line-height: 4.6vw;
  }
  #top ul li span {
    font-size: 2vw;
  }
  #top-servicios {
    background: transparent url("../img/servicios/1-Header-Mobile.jpg") bottom center no-repeat;
    background-size: cover;
    min-height: 220px;
  }
  #top-servicios h1 {
    font-size: 4.5vw;
    padding-top: 20px;
  }
  #servicios .text-wrapper h3 {
    font-size: 26px;
    line-height: 28px;
  }
  #servicios .servicio-wrapper {
    margin-bottom: 50px;
  }
  /* porque elegirnos */
  #porque-elegirnos {
    text-align: center;
    padding-bottom: 0px;
  }
  #porque-elegirnos h1 {
    width: 100%;
  }
  #porque-elegirnos ul {
    text-align: left;
    margin: 0;
    margin-bottom: 50px;
    margin-left: 25px;
  }
  #porque-elegirnos ul li {
    margin-bottom: 6px;
    font-size: 16px;
  }
  #porque-elegirnos .img-wrapper {
    display: none;
  }
  #porque-elegirnos br {
    display: block;
  }
  #porque-elegirnos .text-wrapper {
    display: flex;
    justify-content: center;
  }
  /* primera consulta */
  #primera-consulta {
    background-size: cover;
    height: auto;
  }
  #primera-consulta img {
    position: relative;
    top: 0;
  }
  #primera-consulta .img-wrapper {
    display: flex;
    justify-content: center;
    background-color: #fff;
  }
  #primera-consulta .text-wrapper {
    margin-top: 45px;
    margin-bottom: 45px;
  }
  #primera-consulta .text-wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
  /* brackets */
  #brackets {
    text-align: center;
    background-size: contain;
  }
  #brackets h1 {
    margin-bottom: 60px;
  }
  #brackets .text-wrapper {
    width: 100%;
    margin-bottom: 60px;
  }
  #brackets .text-wrapper h2 {
    font-size: 20px;
    line-height: 150%;
  }
  #brackets .text-wrapper ul li {
    font-size: 13px;
    line-height: 180%;
  }
  #brackets .container-fluid {
    height: 300px;
    margin-top: -120px;
    background-size: cover;
  }
  #brackets img {
    display: inline;
    margin-bottom: 10px;
  }
  /* Es simple */
  #simple {
    padding-bottom: 20px;
  }
  #simple h1 {
    text-align: center;
    margin-bottom: 60px;
  }
  #simple .simple-line {
    display: none;
  }
  #simple p {
    font-size: 13px;
    line-height: 180% !important;
  }
  /* tratamiento */
  #tratamiento {
    background-size: cover;
    height: auto;
  }
  #tratamiento img {
    display: none;
  }
  #tratamiento .text-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
  }
  #tratamiento .text-wrapper p {
    text-align: center;
    font-size: 16px;
    line-height: 150%;
  }
  #tratamiento .text-wrapper p small {
    font-size: 12px;
    margin-top: -5px;
  }
  #tratamiento .text-wrapper a {
    font-size: 12px;
  }
  /* contacto */
  #contacto .panel-title {
    font-size: 14px;
  }
  #contacto ul {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  #contacto ul li {
    margin-bottom: 20px;
  }
  #contacto ul li .icon {
    font-size: 20px;
    width: 22px;
    line-height: 24px;
    float: none;
    margin: auto;
  }
  #contacto ul li span {
    padding-left: 0px;
    font-size: 13px;
    line-height: 180%;
  }
  #contacto ul li.contacto-colectivos span {
    font-size: 12px;
    line-height: 160%;
  }
  /* turnos */
  #turnos, .center-form {
    margin-left: 0;
  }
  #turnos .nav-tabs, .center-form .nav-tabs {
    width: 100%;
  }
  #turnos .nav-tabs li, .center-form .nav-tabs li {
    height: 105px;
  }
  #turnos .nav-tabs li a, .center-form .nav-tabs li a {
    font-size: 14px;
    line-height: 15px;
  }
  #turnos .nav-tabs li a span, .center-form .nav-tabs li a span {
    display: block;
  }
  #turnos .nav-tabs li a small, .center-form .nav-tabs li a small {
    font-size: 8px;
  }
  #turnos .tab-content form,
  #turnos .tab-content .formPage, .center-form .tab-content form,
  .center-form .tab-content .formPage {
    font: normal 12px/20px "SinkinSans-500Medium";
    width: 100%;
  }
  #turnos .tab-content form input.form-control,
  #turnos .tab-content form select.form-control,
  #turnos .tab-content .formPage input.form-control,
  #turnos .tab-content .formPage select.form-control, .center-form .tab-content form input.form-control,
  .center-form .tab-content form select.form-control,
  .center-form .tab-content .formPage input.form-control,
  .center-form .tab-content .formPage select.form-control {
    height: auto;
  }
  #turnos .tab-content form input,
  #turnos .tab-content form select,
  #turnos .tab-content form textarea,
  #turnos .tab-content .formPage input,
  #turnos .tab-content .formPage select,
  #turnos .tab-content .formPage textarea, .center-form .tab-content form input,
  .center-form .tab-content form select,
  .center-form .tab-content form textarea,
  .center-form .tab-content .formPage input,
  .center-form .tab-content .formPage select,
  .center-form .tab-content .formPage textarea {
    font-size: 12px;
  }
  #turnos .tab-content form select,
  #turnos .tab-content .formPage select, .center-form .tab-content form select,
  .center-form .tab-content .formPage select {
    background-position: 98.5% center;
  }
  #turnos .tab-content form input[type=date],
  #turnos .tab-content .formPage input[type=date], .center-form .tab-content form input[type=date],
  .center-form .tab-content .formPage input[type=date] {
    height: auto;
  }
  #turnos .tab-content form .radio-wrapper,
  #turnos .tab-content form .select-wrapper,
  #turnos .tab-content .formPage .radio-wrapper,
  #turnos .tab-content .formPage .select-wrapper, .center-form .tab-content form .radio-wrapper,
  .center-form .tab-content form .select-wrapper,
  .center-form .tab-content .formPage .radio-wrapper,
  .center-form .tab-content .formPage .select-wrapper {
    display: block;
  }
  #turnos .tab-content form .radio-wrapper .radio,
  #turnos .tab-content form .radio-wrapper .form-group,
  #turnos .tab-content form .select-wrapper .radio,
  #turnos .tab-content form .select-wrapper .form-group,
  #turnos .tab-content .formPage .radio-wrapper .radio,
  #turnos .tab-content .formPage .radio-wrapper .form-group,
  #turnos .tab-content .formPage .select-wrapper .radio,
  #turnos .tab-content .formPage .select-wrapper .form-group, .center-form .tab-content form .radio-wrapper .radio,
  .center-form .tab-content form .radio-wrapper .form-group,
  .center-form .tab-content form .select-wrapper .radio,
  .center-form .tab-content form .select-wrapper .form-group,
  .center-form .tab-content .formPage .radio-wrapper .radio,
  .center-form .tab-content .formPage .radio-wrapper .form-group,
  .center-form .tab-content .formPage .select-wrapper .radio,
  .center-form .tab-content .formPage .select-wrapper .form-group {
    width: 100%;
    margin-top: 10px;
  }
  #turnos .tab-content form .select-wrapper .form-group:first-of-type,
  #turnos .tab-content .formPage .select-wrapper .form-group:first-of-type, .center-form .tab-content form .select-wrapper .form-group:first-of-type,
  .center-form .tab-content .formPage .select-wrapper .form-group:first-of-type {
    margin-right: 0;
    margin-top: 10px;
  }
  #turnos .tab-content form .select-wrapper .form-group:last-of-type,
  #turnos .tab-content .formPage .select-wrapper .form-group:last-of-type, .center-form .tab-content form .select-wrapper .form-group:last-of-type,
  .center-form .tab-content .formPage .select-wrapper .form-group:last-of-type {
    margin-left: 0;
    margin-top: 10px;
  }
  #turnos .tab-content form button,
  #turnos .tab-content .formPage button, .center-form .tab-content form button,
  .center-form .tab-content .formPage button {
    width: 100%;
    font-size: 12px;
    padding: 5px 25px;
  }
  #turnos button.volver, .center-form button.volver {
    margin-top: 15px;
  }
  .promociones h2 {
    font-size: 16px;
    line-height: 150%;
  }
  footer {
    padding-top: 80px;
  }
  footer .navbar-default .navbar-brand {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  footer .navbar-default .navbar-brand h1 {
    margin: auto;
  }
  footer .navbar-default .social {
    text-align: center;
    height: 24px;
  }
  footer .navbar-default .social li:first-of-type {
    margin: 0;
  }
  footer .navbar-default .social li {
    margin-left: 8px;
  }
  footer .navbar-default .social li a {
    height: 24px;
    width: 24px;
  }
  footer .navbar-default .social li span {
    line-height: 24px;
    font-size: 13px;
  }
  footer .navbar-default .navbar-footer {
    margin-right: 0px;
  }
  footer .navbar-default .navbar-footer .navbar-nav {
    text-align: center;
  }
  footer .navbar-default .navbar-footer .navbar-nav.navbar-center {
    width: auto;
    margin-top: 30px;
  }
  footer .navbar-default .navbar-footer .navbar-nav .cta-button {
    display: inline-block;
  }
  footer .footer-bottom h2 {
    font-size: 14px;
    margin-bottom: 60px;
  }
  footer .footer-bottom ul {
    flex-flow: row wrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .footer-bottom ul li:nth-of-type(1), footer .footer-bottom ul li:nth-of-type(2), footer .footer-bottom ul li:nth-of-type(3), footer .footer-bottom ul li:nth-of-type(4) {
    width: 100%;
    margin-bottom: 40px;
    background-size: contain;
  }
  footer .footer-bottom ul li:nth-of-type(4) {
    margin-bottom: 0;
  }
}
/* ----------------------- INDICACIONES */
#indicaciones.container {
  margin-top: 40px;
  margin-bottom: 60px;
}
#indicaciones.container .body {
  padding-top: 50px;
}
#indicaciones.container .body .panel-group .panel-default {
  background: transparent;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  box-shadow: none;
}
#indicaciones.container .body .panel-group .panel-default:last-of-type {
  border-bottom: none;
}
#indicaciones.container .body .panel-group .panel-default .panel-heading {
  background: transparent;
  border: none;
}
#indicaciones.container .body .panel-group .panel-collapse .panel-body {
  border: none;
  padding-top: 0px;
}
#indicaciones.container .body .panel-group h2 {
  margin: 0px;
  font-size: 20px;
}
#indicaciones.container .body .panel-group h2 a {
  color: #333;
  position: relative;
  padding: 20px 40px 20px 0px;
  width: 100%;
  display: block;
}
#indicaciones.container .body .panel-group h2 a:not(.collapsed) img {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#indicaciones.container .body .panel-group h2 a img {
  width: 20px;
  position: absolute;
  right: 0px;
  top: 21px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#indicaciones.container .body .panel-group article.debe {
  margin-bottom: 30px;
}
#indicaciones.container .body .panel-group article ul:last-of-type {
  margin-bottom: 0px;
}
#indicaciones.container .body .panel-group article ul li span {
  font-size: 14px;
}
#indicaciones.container .body .panel-group article .title {
  margin-bottom: 10px;
}
#indicaciones.container .body .panel-group article .title h3 {
  font-size: 16px;
}
#indicaciones.container .body h2 {
  margin-bottom: 40px;
}
#indicaciones.container .body .row > h2 {
  padding-top: 60px;
  border-top: 1px solid #d6d6d6;
}
#indicaciones.container .body .row:first-of-type h2 {
  padding-top: 0px;
  border-top: none;
}
#indicaciones.container .body article .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
#indicaciones.container .body article .title .icon {
  font-size: 54px;
  margin-right: 20px;
}
#indicaciones.container .body article .title .icon.ico-like {
  color: #33bfc3;
}
#indicaciones.container .body article .title .icon.ico-dislike {
  color: #ef4438;
}
#indicaciones.container .body article .title h3 {
  font-family: "SinkinSans-600SemiBold";
  font-size: 20px;
  line-height: 130%;
  margin: 0;
}
#indicaciones.container .body article .title h3 b {
  font-family: "SinkinSans-900XBlack";
}
#indicaciones.container .body article ul {
  margin-bottom: 50px;
  list-style-image: url("../img/list.svg");
  margin-left: 22px;
}
#indicaciones.container .body article ul li {
  font-size: 24px;
  line-height: 24px;
  padding-left: 10px;
  margin-bottom: 10px;
}
#indicaciones.container .body article ul li span {
  font-size: 16px;
}
#indicaciones.container .body article.no-debe ul {
  list-style-image: url("../img/list-not.svg");
}
#indicaciones.container .body article.debe ul {
  list-style-image: url("../img/list-ok.svg");
}
#indicaciones.container .preguntas-frecuentes .item {
  margin-bottom: 40px;
}
#indicaciones.container .preguntas-frecuentes .item .pregunta {
  display: block;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #indicaciones.container {
    margin-left: 3%;
    margin-right: 3%;
  }
  #indicaciones.container .body h2 {
    font-size: 22px;
  }
  #indicaciones.container .body article .title {
    margin-bottom: 20px;
  }
  #indicaciones.container .body article .title .icon {
    font-size: 40px;
    margin-right: 15px;
  }
  #indicaciones.container .body article .title h3 {
    font-size: 18px;
  }
  #indicaciones.container .body article ul {
    margin-left: 22px;
  }
  #indicaciones.container .body article ul li {
    font-size: 20px;
    line-height: 24px;
  }
  #indicaciones.container .body article ul li span {
    font-size: 15px;
  }
}
/* ----------------------- INDICACIONES - media (max-width: 480px) */
@media screen and (max-width: 480px) {
  #indicaciones.container .body h2 {
    font-size: 20px;
    text-align: left;
    line-height: 130%;
  }
  #indicaciones.container .body article .title {
    margin-bottom: 20px;
  }
  #indicaciones.container .body article .title .icon {
    font-size: 36px;
    margin-right: 15px;
  }
  #indicaciones.container .body article .title h3 {
    font-size: 16px;
  }
  #indicaciones.container .body article ul {
    margin-left: 22px;
  }
  #indicaciones.container .body article ul li {
    font-size: 18px;
    line-height: 18px;
  }
  #indicaciones.container .body article ul li span {
    font-size: 13px;
  }
}
/* ----------------------- Pagos */
#pago.container {
  margin-top: 40px;
  margin-bottom: 60px;
}
#pago.container .body {
  padding-top: 90px;
}
#pago.container .body h2 {
  margin-bottom: 40px;
}
#pago.container .body .pago-opcion {
  margin: auto;
  padding: 1.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s ease;
}
#pago.container .body .pago-opcion:not(:last-of-type) {
  border-bottom: 1px solid rgba(1, 195, 194, 0.3);
}
#pago.container .body .pago-opcion:hover {
  color: #01c3c2;
}
#pago.container .body .pago-opcion a {
  text-transform: uppercase;
  color: #01c3c2;
  border: 2px solid #01c3c2;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  border-radius: 3px;
  transition: all 0.2s ease;
}
#pago.container .body .pago-opcion a:hover {
  background-color: #01c3c2;
  color: #ffffff;
}

@media screen and (min-width: 767px) {
  #pago.container .body .pago-opcion {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #pago.container {
    margin-left: 3%;
    margin-right: 3%;
  }
  #pago.container .body h2 {
    font-size: 22px;
  }
}
/* ----------------------- PAGO - media (max-width: 480px) */
@media screen and (max-width: 480px) {
  #pago.container .body h2 {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
  }
  #pago.container .body .pago-opcion span, #pago.container .body .pago-opcion a {
    font-size: 1.4rem;
  }
  #pago.container .body .pago-opcion a {
    padding: 0.6rem 1rem;
  }
}
/* ----------------------- promociones */
#promociones.container {
  margin-top: 40px;
  margin-bottom: 60px;
}
#promociones.container .body {
  padding-top: 90px;
}
#promociones.container .body h2 {
  margin-bottom: 40px;
}

@media screen and (min-width: 767px) {
  #promociones.container img {
    width: 70%;
    margin: auto;
  }
  #clinica img {
    max-width: 101%;
    width: 101%;
  }
}
@media screen and (max-width: 767px) {
  #promociones.container {
    margin-left: 3%;
    margin-right: 3%;
  }
  #promociones.container .body h2 {
    font-size: 22px;
  }
}
/* ----------------------- promociones - media (max-width: 480px) */
@media screen and (max-width: 480px) {
  #promociones.container .body h2 {
    font-size: 20px;
    text-align: center;
    line-height: 130%;
  }
}