*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  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
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 15px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
body {
  line-height: 1.5;
  word-break: break-word;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgb(0 0 0 / 1%) 0 0 1px;
}
body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}
html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 48px;
  line-height: 1.2;
  color: #1E2C38;
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.2;
  color: #00263E;
}
h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.4;
  color: #1E2C38;
}
h4 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  color: #0C7BBD;
  text-transform: uppercase;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

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

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  background: #4095c8;
  border-color: #4095c8;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Raleway;
  border-radius: 0;
  padding: 12px 24px;
  border: 1px solid;
  transition: all .15s linear;
  font-weight: 700;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
form input::placeholder {
  color: #bfbfbf;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 0;
}

/* Labels */

form label {
  display: inline-block;
  margin-bottom: 4px;
  font-family: Raleway;
  font-size: 13px;
}
ul.no-list {
  list-style: none;
}
form input[type=checkbox] + label {
  display: inline-block;
}
/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  padding: 0 15px;
  min-height: 27px;
  border-radius: 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  height: 40px !important;
  outline: none;
  margin-bottom: 15px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs_error_rollup ul li label {
  color: #f2545b;
  font-family: Arial,sans-serif;
  font-size: 14px;
}

.hs-form-required {
  color: #f2545b;
  font-family: Arial,sans-serif;
  font-size: 14px;
}

.hs-input.invalid.error {
  border-color: #f2545b;
  font-size: 14px;
}
ul.hs-error-msgs li {
  margin: 0;
}
.hs-error-msg {
  color: #f2545b;
  margin-top: 0;
  font-family: Arial,sans-serif;
  font-size: 14px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  white-space: normal;
  background: #4095c8;
  border-color: #4095c8;
  color: #ffffff;
  font-size: 12px;
  line-height: 12px;
  font-family: Raleway;
  border-radius: 0;
  padding: 12px 24px;
  border: 1px solid;
  transition: all .15s linear;
  font-weight: 700;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}


@media (max-width: 767px){
  main.body-container-wrapper form {
    margin-bottom: 30px;
  }
  form input#hs-search-3573 {
    margin-bottom: 1.4rem;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
/*---------------Menu Styling Start--------------*/

.header-main-menu .hs-menu-wrapper > ul {
  margin-right: auto;
  width: 100%;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.header-main-menu .hs-menu-wrapper > ul > li > a {
  font-size: 15px;
  padding: 6px 15px;
  margin: 0 5px;
  font-family: "Lato";
  position: relative;
  font-weight: 500;
  background: transparent;
  border-radius: 30px;
  padding-right: 20px;
  padding-left: 20px;
  display: block;
}
.header-main-menu .hs-menu-wrapper > ul > li > ul {
  min-width: 10rem;
  padding: 10px 10px;
  margin: 0.125rem 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 0;
  border-radius: 20px;
  top: 100%;
  left: 0 !important;
}
.header-main-menu .hs-menu-wrapper > ul > li > ul li a {
  display: block;
  width: 100%;
  white-space: nowrap;
  font-size: 15px;
  padding: 6px 15px;
  margin: 0 5px;
  font-family: "Lato";
  font-weight: 300;
  border-radius: 30px;
}
.header-main-menu .hs-menu-wrapper > ul > li > ul > li > ul {
  left: calc(100% - 15px) !important;
  top: -15px;
  padding: 10px;
  border-radius: 15px;
  margin-left: 0;
  margin-right: 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  min-width: 10rem;
}
.header-main-menu .hs-menu-wrapper > ul > li > ul > li:hover ul {
  top: -15px !important;
}


/*---------------Menu Styling End--------------*/

.buscar-search-form ::-webkit-input-placeholder {
  color: #868e96;
}
.buscar-search-form form input::placeholder {
  color: #868e96;
}


header.header {
  padding-right: 40px;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  align-items: center;
  -ms-flex-pack: justify;
  display: flex;
  -ms-flex-wrap: wrap;
}
.header-custom-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.navbar-wrap {
  display: flex;
  justify-content: flex-end;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: -12px;
}
.search-wrap {
  position: relative;
}
.buscar-search-form {
  display: none;
  position: absolute;
  top: 43px;
  right: 12px;
  z-index: 444;
  width: 330px;
}
.buscar-search-form.active-serach {
  display: block;
}
.language-wrap .language-search {
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
}
.language-wrap .language-search:before {
  background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Web-icon-dark.png) no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 676;
  width: 30px;
  height: 30px;
}
.fixheader .language-wrap .language-search:before {
  background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Web-icon-dark.png) no-repeat center;
}
.search-wrap .buscar-search-link {
  margin-right: 20px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
  position: relative;
  background: transparent;
  border: 1px solid transparent;
}
.search-wrap .buscar-search-link:before {
  background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Search-icon-dark.png) no-repeat center;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 676;
  width: 30px;
  height: 30px;
}
.fixheader .search-wrap .buscar-search-link:before {
  background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Search-icon-dark.png) no-repeat center;
}
.menu-toggle {
  padding: 0;
  border: none;
  cursor: pointer;
  outline: none;
  position: absolute;
  display: none;
  width: 26px;
  height: 22px;
  background: transparent !important;
  border-top: 2px solid !important;
  border-bottom: 2px solid !important;
  color: #1e2c38 !important;
  font-size: 0;
  transition: all 0.25s ease-in-out;
  right: 10px;
  top: 34px;
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
}

button.menu-toggle:hover {
  color: #1e2c38;
}

button.menu-toggle.is-active {
  border-color: transparent !important;
}

button.menu-toggle.is-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

button.menu-toggle.is-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.header-content-item {
  display: flex;
  position: relative;
  top: -1px;
}
.language-wrap {
  position: relative;
}
.language-menu-desktop {
  top: 100%;
  right: 0;
  position: absolute;
  z-index: 565;
  display: none;
}
.language-menu-desktop .hs-menu-wrapper > ul {
  background: #1e2c38;
  border-radius: 10px;
  padding: 15px 15px;
  width: 105px;
  border: 0;
  margin: 0.125rem 0 0;
  font-size: 15px;
  text-align: left;
  list-style: none;
}
.language-menu-desktop .hs-menu-wrapper > ul li {
  padding-bottom: 5px;
}
.language-menu-desktop .hs-menu-wrapper > ul li:nth-child(1) a {
  background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/check.png) left center no-repeat transparent;
}
.language-menu-desktop .hs-menu-wrapper > ul li a {
  color: #ffffff;
  padding-left: 15px;
}
.no-banner .header-wrapper {
  min-height: 100px;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

.buscar-search-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.buscar-search-form form input[type="text"] {
  border-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background: #fff;
  border: 0;
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  font-family: Lato, sans-serif;
  padding: 0 12px;
}
.buscar-search-form form input[type="text"]:focus {
  background: #ffffff;
}
.buscar-search-form form .input-group-append button {
  border-radius: 30px;
  background: #0c7bbd;
  border: 2px solid #0c7bbd;
  font-size: 16px;
  padding: 5px 15px;
  margin: 5px;
  font-weight: 700;
  text-transform: unset;
  cursor: pointer;
  line-height: 1.25;
  font-family: Lato, sans-serif;
}
.buscar-search-form .input-group form {
  display: flex;
  align-items: center;
}
.language-menu-mobile {
  display: none;
}
header.header.menu-bg{
  background: #fff;
  box-shadow: 0 0 7px 1px rgb(0 0 0 / 10%);
  z-index: 9999;
  position: fixed;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
body.has-banner img.light {
  display: none;
  max-width: 315px;
}

@media (min-width: 1191px) {
  .has-banner:not(.fixheader) header.header {
    background: none;
  }
  header.header {
    transition: background .3s ease;
  }

  body.has-banner:not(.fixheader) .header-main-menu .hs-menu-wrapper>ul>li>a {
    background: none;
    color: #fff;
  }
  body.has-banner:not(.fixheader) .header-main-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #0C7BBD;
    background: #E8E8E8;
  }
  body.has-banner:not(.fixheader) .search-wrap .buscar-search-link:before {
    background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/icon-buscar-light.png) no-repeat center;
  }
  body.has-banner:not(.fixheader) .language-wrap .language-search:before {
    background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/icon-idioma-light.png) no-repeat center;
  }
  body.has-banner:not(.fixheader) img.dark {
    display: none;
  }
  body.has-banner:not(.fixheader) img.light {
    display: block;
  }

  .mobileMenu {
    display: none !important;
  }
  .desktopMenu .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
  }
  .desktopMenu .hs-menu-wrapper > ul > li ul {
    display: none;
  }
  .navbar-wrap {
    display: flex !important;
    overflow: unset !important;
  }
  .language-search-menu.language-menu-desktop {
    overflow: hidden;
    height: 0px;
    -webkit-transition: height .3s linear, padding-top .3s linear;
    display: block;
  }
  .language-search-menu.language-menu-desktop.toggled {
    height: 87px;
  }
}

@media (min-width: 1200px) {
  header.header {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header-custom-container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .header-main-menu .hs-menu-wrapper > ul {
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: nowrap;
  }

  .header-main-menu {
    width: 100%;
  }
}

@media (max-width: 1376px){
  .header-main-menu .hs-menu-wrapper>ul>li>a{
    padding-right: 10px;
    padding-left: 10px;
  }

}

@media (max-width: 1229px){
  .header-main-menu .hs-menu-wrapper>ul>li>a{
    padding-right: 5px;
    padding-left: 5px;
  }

}

@media (max-width: 1190px) {
  .desktopMenu {
    display: none !important;
  }
  .header-custom-container{
    flex-wrap: wrap;
  }
  .language-menu-desktop {
    display: none;
  }
  .menu-toggle {
    display: block;
  }
  .navbar-wrap {
    display: none;
  }
  header.header {
    padding-right: 0px;
  }
  .header-main-menu .hs-menu-wrapper > ul {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-main-menu .hs-menu-wrapper > ul > li {
    padding-left: 30px;
    margin: 10px 0;
  }
  .header-main-menu .hs-menu-wrapper > ul > li > a {
    padding-right: 12px;
    padding-left: 12px;
    display: inline-block;
    font-size: 16px;
    background: transparent !important;
  }
  .header-main-menu .child-trigger {
    width: 30px;
    height: 30px;
    padding: 6px 15px;
    position: absolute;
    top: 9px;
    right: 10px;
    border-radius: 30px;
    cursor: pointer;
    background-image: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Arrow-dropdown.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  .header-main-menu .hs-menu-wrapper > ul > li > ul {
    position: static !important;
    left: 0 !important;
    opacity: 1 !important;
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .header-main-menu .hs-menu-wrapper > ul > li > ul > li {
    padding-left: 30px;
    margin: 10px 0;
  }
  .header-main-menu .hs-menu-wrapper > ul > li > ul > li > ul {
    display: block !important;
    opacity: 1 !important;
    left: 0 !important;
    position: static !important;
    transition: none !important;
    height: auto !important;
    padding: 10px !important;
    margin: 0.125rem 0 0 !important;
  }
  .search-wrap {
    padding-left: 30px;
    margin: 10px 0;
    width: 100%;
    display: flex;
  }
  .language-wrap {
    padding-left: 30px;
    margin: 10px 0;
    width: 100%;
  }
  .header-content-item {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .search-wrap .buscar-search-link:before {
    background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Search-icon-dark.png) no-repeat center !important;
  }
  .language-wrap .language-search:before {
    background: url(//8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/raw_assets/public/Celnova_March2022/images/Web-icon-dark.png) no-repeat center !important;
  }
  .search-wrap .buscar-search-link {
    margin-left: 10px;
    padding: 7px 0 7px 35px;
    margin-right: 0px;
  }
  .language-wrap .language-search {
    margin-left: 10px;
    padding: 7px 0 7px 35px;
  }
  .search-wrap > div {
    display: inline-block !important;
  }
  .buscar-search-form {
    display: inline-block;
    position: static;
    width: 92.5%;
  }
  .language-search-menu {
    top: 0;
    left: 65px;
    position: static;
  }
  .language-search-menu .hs-menu-wrapper > ul {
    display: flex;
    flex-direction: row !important;
    padding: 0;
    width: auto;
    background: transparent;
  }
  .language-search-menu .hs-menu-wrapper > ul li a {
    font-size: 16px;
    padding: 0 10px;
    color: #00263e;
  }
  .buscar-search-form .input-group form {
    width: 100%;
  }
  .buscar-search-form form .input-group-append button {
    margin: 0 5px;
  }
  .buscar-search-form form input[type="text"] {
    height: 38px !important;
  }
  .language-wrap:hover .language-search-menu.language-menu-mobile {
    position: static;
    display: inline-block;
  }
  .language-menu-mobile {
    position: static;
    display: inline-block;
  }
  .language-search-menu .hs-menu-wrapper > ul li:nth-child(1) a {
    font-weight: 700;
  }
  .language-search-menu .hs-menu-wrapper > ul li:nth-child(1) {
    border-right: 1px solid;
  }
  .language-search-menu .hs-menu-wrapper > ul li {
    padding-bottom: 0px;
  }
}

@media (max-width: 991px) {
  .header-main-menu .hs-menu-wrapper > ul > li {
    padding-left: 16px;
    margin: 5px 0;
  }
  .language-wrap {
    padding-left: 16px;
    margin: 5px 0;
  }
  .search-wrap {
    padding-left: 16px;
    margin: 5px 0;
  }
  .language-search-menu .hs-menu-wrapper > ul li a {
    font-size: 16px;
    padding: 0 10px;
    color: #00263e;
  }
}
footer.footer {
    padding: 40px 0 80px;
}
.footer-custom-container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.footer-custom-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.footer-column-one {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.footer-column-two {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.footer-column-three {
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    padding-top: 3rem;
}
.footer-title h3 {
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 1.4;
    color: #0c7bbd;
    margin-bottom: 1.5rem;
}
.footer-column-two .footer-title h3 {
    text-align: center;
}

.footer-column-three .footer-column-content {
    margin-top: 1rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.footer-copyright {
    color: #808080;
    margin-top: 10px;
    margin-right: 0.5rem;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.footer-main-menu .hs-menu-wrapper > ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-main-menu .hs-menu-wrapper > ul > li {
    margin-bottom: 1rem;
    padding-right: 15px;
    padding-left: 15px;
}
.footer-main-menu .hs-menu-wrapper > ul > li > a {
    font-size: 17px;
    font-weight: 400;
    color: #808080;
    text-decoration: none;
    transition: 0.6s all;
}
.footer-main-menu {
    margin: 0 -15px;
}
.map-img-wrap {
    line-height: 0;
}
.map-img-wrap img {
    max-width: 100%;
}
.data-fiscal-img span {
    line-height: 0;
    display: inline-block;
}
.data-fiscal-img > div {
    display: inline-block;
    line-height: 0;
}







@media (min-width: 576px) {
    .footer-custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .footer-custom-container {
        max-width: 720px;
    }
    .footer-column-one {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .footer-column-two {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .footer-column-three {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-main-menu .hs-menu-wrapper > ul > li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}

@media (min-width: 992px) {
    .footer-custom-container {
        max-width: 960px;
    }
    .footer-column-one {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer-column-two {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer-column-three {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1200px) {
    .footer-custom-container {
        max-width: 1140px;
    }
}

@media (max-width: 1190px) {
    .footer-column-two .footer-title h3 {
        font-size: 26px;
    }
    .footer-column-one .footer-title h3 {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .footer-column-two .footer-title h3 {
        font-size: 22px;
    }
    .footer-column-one .footer-title h3 {
        font-size: 22px;
    }
    .data-fiscal-img {
        line-height: 0;
    }
    .footer-copyright {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .footer-custom-container {
        padding-right: 25px;
        padding-left: 25px;
    }
    .map-img-wrap img {
        width: 100% !important;
    }
    .footer-column-two .footer-title h3 {
        text-align: left;
    }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* only small desktops */
/* tablets */
/* only small tablets */
@media screen and (max-width: 1300px) {
	.navbar-expand-xl .navbar-nav .nav-link {
			padding-right: 10px;
			padding-left: 10px;
	}
}@media screen and (max-width: 1280px) {
	.navbar-expand-xl .navbar-nav .nav-link {
			padding-right: 10px;
			padding-left: 10px;
	}
}
@media screen and (max-width: 1190px) {
.fixed-top .navbar-brand {
    width: 200px;
    height: 110px;
    background: url("../img/logo-dark.png") no-repeat left top;
    background-size: 180px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu-toggle {
    position: absolute;
    display: block;
    width: 26px;
    height: 22px;
    background: transparent;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: #1E2C38;
    font-size: 0;
    transition: all 0.25s ease-in-out;
    right: 10px;
    top: 34px;
}
.menu-toggle:before, .menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
}

button.menu-toggle:hover {
  color: #1E2C38;
}

button.menu-toggle.is-active {
  border-color: transparent;
}
button.menu-toggle.is-active:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
button.menu-toggle.is-active:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}



button {
  border: none;
  cursor: pointer;
  outline: none;
}
  .navbar {
    background: white;
		padding-right:0px;
	}

	.navbar-nav {
			padding-bottom:30px;
	}

	.navbar-collapse {
    background: white;
	}
	.nav-item{
		padding-left:30px;
		margin:10px 0 ;
	}
	.fixed-top .navbar-nav .nav-link {
    color: #00263E;
}

	.nav-item.contenido,
	.nav-item.pacientes,
	.nav-item.sobre-celnova,
	.nav-item.areas-terapeuticas{
		margin:0;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
		display:inline-block;
		font-size: 16px;
	}

.contenido a.contenido,
.pacientes a.pacientes,
.sobre-celnova a.sobre,
.areas-terapeuticas a.areas {
	text-indent:-99999px;
	width:30px;
	height:30px;
	position:absolute!important;
	top:-37px;
	right:4px;
	background:url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/dropdown.png") no-repeat center;
}

.navbar-nav .contenido.active,
.navbar-nav .nav-link.contenido:hover,
.navbar-nav .pacientes.active,
.navbar-nav .nav-link.pacientes:hover,
.navbar-nav .sobre.active,
.navbar-nav .nav-link.sobre:hover,
.navbar-nav .areas.active,
.navbar-nav .nav-link.areas:hover {

    background:url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/dropdown.png") no-repeat center transparent;

}

.dropdown-menu {
	padding-top:0;
	padding-bottom:0;
}

.nav-item .submenu {
    position: initial;
    left: calc(100% - 15px);
    top: -10px;
    padding: 10px;
    border-radius: 15px;
    display: block;
}

.box-idioma {
    background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/icon-idioma.png") no-repeat left center;
    margin-left: 10px;
    padding: 7px 0 7px 35px;
}

.box-idioma ul {
	display:flex;
}
.box-idioma ul li:first-child{
	border-right:1px solid
}
.box-idioma  a {
	font-size:16px;
	padding:0 10px;
	color:#00263E;
}
.box-idioma  a.active {
	background:transparent;
	font-weight:700;
}

.box-buscar {
    padding:0 36px;
    background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/icon-buscar.png") no-repeat left center;
    margin-left: 10px;
}

.box-buscar .form-control{
    border-radius:30px;

}

h1 {
    font-size: 42px;
}

h2 {
   font-size: 36px;
}
h3 {
    font-size: 26px;
}

.hero-area {
    min-height: 420px;
}

.box-info {
    padding: 40px 17px 30px 60px;
}
.box-info .img-ico {
    left: 10px;
}


}


@media screen and (max-width: 991px) {

h1 {
 font-size: 40px;
}

 h2 {
 font-size: 28px;
}

 h3 {
 font-size: 22px;
}


h4 {
 font-size: 18px;
}


.hero-area {
	margin-top: 90px;
  min-height: 380px;
}
.fixed-top .navbar-brand,
.navbar-brand,
.menu-bg .navbar-brand {
    width: 235px;
    height: 90px;
    background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/logo-dark-xs.png") no-repeat left top;
    background-size: 235px;
    text-indent: -9999px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

  .navbar-expand-xl .navbar-brand,
	.navbar-expand-xl .navbar-toggler {
    margin: 0px;
	}

	.nav-item{
		padding-left:16px;
    margin: 5px 0;

	}

	.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 12px;
    padding-left: 12px;
	}


.social-icons li {
    margin-right: 5px;
}

.lista-enfermedades {
    columns: 2;
    column-gap: 30px;
}
.grafico-carreras > div  p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}


}


/* mobile or only mobile */
@media (max-width: 767px) {
	.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
}
#hero-area {
    padding-top: 150px;
    padding-bottom: 20px;
}

.hero-area {
	margin-top: 90px;
	min-height: 380px;
	padding-top:300px;
}
.hero-area.page404 {
    margin-top: 90px;
    min-height: 380px;
    padding-top: 50px;
}
.hero-area.sobre-celnova {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/sobre-celnova-xs.jpg) top right no-repeat;
    background-size: 100%;
}

.hero-area.areas-terapeuticas {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/areas-terapeuticas-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}

.hero-area.enfermedades {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/enfermedades-xs.jpg) top right no-repeat #e6e7e9;
    background-size: 100%;
}

.hero-area.alianzas {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/alianzas-xs.jpg) top right no-repeat #e5e9ec;
    background-size: 100%;
}

.hero-area.pacientes {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/pacientes-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}
.hero-area.contenido-cientifico {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/contenido-cientifico-xs.jpg) top right no-repeat #e5e9ec;
    background-size: 100%;
}

.hero-area.asiste {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/asiste-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}

.hero-area.contacto {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/contacto-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}

.hero-area.privacidad {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/privacidad-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}
.hero-area.aviso-legal {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/aviso-legal-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}

.hero-area.carreras {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/carreras-xs.jpg) top right no-repeat #e6e7e9;
    background-size: 100%;
}

.hero-area.etica {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/etica-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}

.hero-area.busqueda {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/busqueda-xs.jpg) top right no-repeat #e7e8ea;
    background-size: 100%;
}


.banner.grande {
    min-height: 390px;
    padding: 50px 30px 30px 30px;
}

.banner.grande.banner-asiste {
    /* min-height: 540px; */
    padding: 200px 30px 30px 30px;
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-pacientes-xs-1.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
}
.banner.grande.banner-alianzas {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-alianzas-xs.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
    padding: 180px 40px 30px 40px;
}

.banner.banner-alianzas {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-alianzas-xs.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
    padding-top: 200px;
}
.banner.banner-licencias {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-licencias-xs.jpg) center top no-repeat #e4e8e9;
    background-size: 100%;
    min-height: 450px;
    padding: 255px 30px 30px 30px;
}
.banner.banner-licencias a {
    font-size: 18px;
    font-weight: 700;
    font-family: 'Montserrat';
    margin-top: 0;
    display: block;
}

.banner.banner-sobre {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-sobre-xs.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
    padding-top: 200px;
}
.banner.banner-areas {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-areas-xs.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
    padding-top: 200px;
}
.banner.banner-pacientes {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-pacientes-xs-2.jpg) center top no-repeat #e5e9ea;
    background-size: 100%;
    padding-top: 200px;
}
.banner.grande.banner-biblioteca {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-biblioteca-xs.jpg) center right no-repeat #e3e7e8;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 30px;
}

.banner.banner-argentina {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-arg-xs.jpg) center top no-repeat #e3e7e8;
    background-size: 100%;
    padding-top: 200px;
}
.banner.banner-chile {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-chile-xs.jpg) center top no-repeat #e3e7e8;
    background-size: 100%;
    padding-top: 200px;
}

.card__expander .card-close.just-mob{
 	display:block;
}
.areas-slider .slick-slide {
	padding:0;
}

.lista-enfermedades {
    columns: 1;
    column-gap: 0;
}
.section-header {
    margin-bottom: 20px;
}

.class404 {
     font-size: 100px;
}

.grafico-carreras {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    flex-direction: column;
}
.grafico-carreras > div {

    margin-bottom: 20px;
}
.grafico-carreras:after {
	display:none;
}

.box-linkedin {
    background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/linkedin%20%281%29.svg") no-repeat 30px 20px #f2f4f5;
    background-size: 50px;
    padding: 80px 30px 30px 30px;
    border-radius: 20px;
}

.areas-item-text {
    padding: 0 15px 20px;
}
.areas-item-text h4 {
    font-size: 20px;
    line-height: 100%;
}

.button-plus {

    width: 45px;
    height: 45px;
}
.button-chatbox {
	right:-70px;
}
.button-chatbox:hover {
	right:-20px;
}
.button-chatbox span {
    margin-right: 20px;
    margin-left: 5px;
}
}

@media only screen and (max-width: 767px) {



	}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

html {
    /* Adjust font size */
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    /* Font varient */
    font-variant-ligatures: none;
    -webkit-font-variant-ligatures: none;
    /* Smoothing */
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
  }
/* ==========================================================================
	 Pre Loader
	 ========================================================================== */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #F2F4F5;
  z-index: 9999999999;
}

.spinner {
  width: 40px;
  height: 40px;
  top: 45%;
  position: relative;
  margin: 0px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0C7BBD;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

/* ==========================================================================
   1. GENERAL
   ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

a:hover, a:focus {
  color: #0c7bbd;
}

a {
	    color: #0C7BBD;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

ul  {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

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

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: #61D2B4;
}


.c-blanco {
	color:#fff;
}
.color-01 {
	color:#0C7BBD;
}

.f-light {
	font-weight:300;
}

.bg-01{
	background:#F2F4F5;
}

.bg-02{
	background:#F7F8F9;
}

strong {
	font-weight:700;
}

strong.medium {
	font-weight:600;
}

.monte,
.ficha-producto-style p {
		font-family: 'Montserrat', sans-serif;

}
.esp-lineheight {
	line-height:1.8;
}

/* ==========================================================================
   2 Text
   ========================================================================== */
h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:48px;
	line-height:1.2;
	color:#1E2C38;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:40px;
	line-height:1.2;
	color:#00263E;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:28px;
	line-height:1.4;
	color:#1E2C38;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	margin:0;
		font-size:20px;
	line-height:1.4;

}


h6 {
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:1.4;
	color:#0C7BBD;
	text-transform:uppercase;
}

p {
  font-size: 16px;
  line-height: 1.5;
	font-weight:400;
	color:#1E2C38;
	margin:0;
}
p.grande{
	font-size:18px;
}

p.legal {
	font-size:14px;
	color:#808080;
	font-weight:300;
	line-height:1.3;
}

.markdown-alianzas-style {
    font-family: 'Montserrat', sans-serif;
}

.markdown-alianzas-style h3 {
    font-weight: bold;
    margin-bottom: 1rem!important;
}

.markdown-alianzas-style p {
    margin-bottom: 1rem!important;
}

li.common,
.markdown-alianzas-style li {
    font-size: 16px;
    line-height: 1.5;
    font-weight:400;
    color:#1E2C38;
    margin:0;
    position:relative;
    padding-left:20px;
    margin-bottom: 1rem!important;
}
li.common:before,
.markdown-alianzas-style li:before{
	content:'';
	width:6px;
	height:6px;
	border-radius:100%;
	background:#0C7BBD;
	position:absolute;
	top:8px;
	left:0;
}

.ficha-producto-style ul{
    margin-bottom: 1.5rem!important;
}
	.triangle li,
    .ficha-producto-style li{
    font-size: 16px;
    font-family:'Montserrat';
    line-height: 1.5;
    font-weight:700;
    color:#1E2C38;
    margin:0;
    position:relative;
    padding-left:15px;
}
.triangle li:before {
	content:'';
	width:8px;
	height:10px;
 	background:url(../img/triangle.png) left center no-repeat transparent;
	position:absolute;
	top:5px;
	left:0;
}

.ficha-producto-style li:before {
	content:'';
	width:6px;
	height:6px;
	border-radius:100%;
	background:#0C7BBD;
	position:absolute;
	top:8px;
	left:0;
}
.etica-style p {
margin-bottom: 1.5rem!important;
}
.etica-style p strong {
	color:#0C7BBD;
}
ol li {
  font-size: 16px;
  line-height: 1.5;
	font-weight:400;
	color:#1E2C38;
}
/* ==========================================================================
   VIDEO
   ========================================================================== */
	.video-responsive {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	padding-top: 30px;
	position: relative;
	}
.video-responsive iframe,
.video-responsive video,
.video-responsive embed {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	}

/* ==========================================================================
   2.2 Buttons
   ========================================================================== */
.button-common {
	pointer-events: auto;
	cursor: pointer;
	background:#00263E;
	border: none;
	padding: 8px 30px;
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	position: relative;
	display: inline-block;
	min-width:160px;
	text-align:center;
}

.button-common::before,
.button-common::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.button-common.button--pan {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight: 700;
 	border-radius: 40px;
	overflow: hidden;
	color: #fff;
}

.button-common.button--pan span {
	position: relative;
 }

.button-common.button--pan:before {
	content: '';
	background: #0C7BBD;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button-common.button--pan:hover:before {
	transform: translate3d(0,-100%,0);
}

.button-common.button--pan:hover span {
		color: #fff;
}

.button-common.button-oscuro {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	font-weight: 700;
	border:0;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	background:#00263E
}

.button-common.button-oscuro span {
	position: relative;
 }

.button-common.button-oscuro:before {
	content: '';
	background: #0C7BBD;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button-common.button-oscuro:hover:before {
	transform: translate3d(0,-100%,0);
}

.button-common.button-oscuro:hover span {
		color: #fff;
}


.btn {
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  border: 1px solid #D5D176;
  background: #D5D176;
  position: relative;
  color: #000;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background: #33b391;
  border-color: #33b391;
  transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}


.btn-reservar  {
    background: #D5D176;
    padding: 10px 20px;
    color: #078282;
    font-size: 20px;
		margin-top:25px;
}
.btn-reservar:hover {
  background: #078282;
  color: #D5D176;

}

button:focus {
  outline: none !important;
}

.clear {
  clear: both;
}

.button-plus {
	display:block;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	display: block;
	padding: 12px 10px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
    margin-left: 6%;
}

.btn-discover {
	background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/Imported%20sitepage%20images/arrow-01.svg") no-repeat right 8px transparent;
	background-size: 20px;
	padding: 5px 35px 5px 0;
	color: #444C51;
	font-size: 18px;
	font-weight:400;
	transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-webkit-transition: all .30s ease-in-out;
}

.btn-discover:hover{
	padding-right:40px;
	color:#3D9CC8;
}


.button-pais {
    background: #fff;
    overflow: hidden;
    min-width: auto;
    padding: 7px 10px;
    height: 46px;
display: flex;
    align-items: center;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
 }

.button-pais img {
	 position: relative;
	 align-self: center;
 }

.button-pais span {
	margin-right:15px;
	margin-left:15px;
	position: relative;
 }

.button-pais:before {
	content: '';
	background: #00263E;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button-pais:hover:before {
	transform: translate3d(0,-100%,0);
}

.btn-conocelos {
    background: url("../img/icons/dropdown-white.png") no-repeat 185px center #0c7bbd;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 700;
    border: 2px solid #0C7BBD;
    border-radius: 40px;
    overflow: hidden;
    color: #fff;
    width:230px;
    padding-left:30px;
    text-align:left;
    position: absolute;
    bottom: 25px;
}

/* .btn-conocelos:focus, */
.btn-conocelos:hover{
	background: url("../img/icons/dropdown-white.png") no-repeat 185px center #5BA046;
	border: 2px solid #5BA046;
  color: #fff;

}
 .btn-conocelos.active{
	background: url("../img/icons/dropup-white.png") no-repeat 185px center #5BA046;
	border: 2px solid #5BA046;
  color: #fff;

}

.btn-conocelos:focus {
  color: #fff;

}



.button-chatbox {
	  position: fixed;
    z-index: 100;
    bottom: 20px;
    right: 20px;
    background: #fff;
    overflow: hidden;
    min-width: auto;
    padding: 7px 10px;
    height: 46px;
		display: flex;
    align-items: center;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    transition: all .30s ease-in-out;
    -moz-transition: all .30s ease-in-out;
    -webkit-transition: all .30s ease-in-out;
 }

.button-chatbox img {
	 position: relative;
	 align-self: center;
 }

.button-chatbox span {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    padding-left: 42px;
    background: url("../img/icons/chat.png") no-repeat left 0px;
}

.button-chatbox:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

	content: '';
	background: #5BA046;
	transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.button-chatbox:hover:before {
	transform: translate3d(0,-100%,0);
}

.button-chatbox:hover:before {
	transform: translate3d(0,-100%,0);
}

.button-chatbox:hover span {
		color: #5BA046;
		    background: url("../img/icons/chat-verde.png") no-repeat left 0px;

}
/* ==========================================================================
  Section Title
 ========================================================================== */

.section-header {
  margin-bottom: 40px;
}


/* ==========================================================================
   2.3 Social Iocns
   ========================================================================== */
.social-icons {
  margin-top: 40px;
}

.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.social-icons li {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #0C7BBD;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    margin-right: 7px;
}

.social-icons li:hover,
.social-icons li:hover{
	background:#5BAC46
}

.social-icons li a{
 color: #fff;

}

.social-icons li a i{
  display: inline-block;
  margin-right: 5px;

   color: #fff;
 }

.social-icons ul li a:hover {
  color: #fff;
}



 .hide{display:none;}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 370px;
    padding: 10px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-size: .875rem;
    background-color: #E5E9EB;
    background-clip: padding-box;
    border: 1px solid #E5E9EB;
    border-radius: 20px;
}

 .popover.bs-popover-auto[x-placement^=bottom] .arrow::before, .popover.bs-popover-bottom .arrow::before {
    top: -11px;
    border-bottom-color: #e5e9eb;
}
.popover.bs-popover-auto[x-placement^=bottom] .arrow::after, .popover.bs-popover-bottom .arrow::after {
    top: -10px;
    border-bottom-color: #e5e9eb;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::after, .popover.bs-popover-top .arrow::after {
    bottom: -10px;
    margin-left: -6px;
    border-top-color: #e5e9eb;
}
.popover.bs-popover-auto[x-placement^=top] .arrow::before, .popover.bs-popover-top .arrow::before {
    bottom: -11px;
    margin-left: -6px;
    border-top-color: #e5e9eb;
}

.popover.bs-popover-auto[x-placement^=bottom],
.popover.bs-popover-bottom {
    margin-top: 35px;
}

.popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top {
    margin-bottom: 10px;
    top: -15px!important;
}

.popover h4 {
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 22px;
    line-height: 1.4;
    color: #1E2C38;
    font-weight: 700;
}

.popover p {
    font-family: 'Lato', sans-serif;
    margin-bottom:15px;
    font-size: 18px;
    line-height: 1.4;
    color: #1E2C38;
}

.popover li,
.popover li a  {
    font-family: 'Lato', sans-serif;
     font-size: 18px;
    line-height: 1.4;
    color: #197C94;
		font-weight:700;

}
.popover li {
	padding:3px 0 3px 30px;

}
.popover li.phone {
	background:url("../img/icons/icon-tel-verde.png") left center no-repeat;
}
.popover li.email {
	background:url("../img/icons/icon-email-verde.png") left center no-repeat;
}

/* ==========================================================================
  Scroll To Up
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
}

.back-to-top i {
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 100%;
  background-color: #0C7BBD;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

 /* ==========================================================================
   Navbar Style
   ========================================================================== */
.navbar{
	padding:0;
	padding-right:40px;
 	position:fixed;
	width: 100%;
	z-index:9999;
}
#navbarCollapse {
	padding-top:0;
    margin-top: -12px;
}
.menu-bg {
  background: #fff;
   box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
	position:fixed;
	width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
	}


.menu-bg .menu-button {
  top: 0;
	}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #00263E !important; }

.menu-bg .navbar-nav .nav-link:hover {
  color: #00263E !important; }

.menu-bg .navbar-nav .active {
  color: #00263E !important; }



.navbar-nav .nav-link {
    color: #00263E;
    font-size: 15px;
    padding: 6px 15px;
    margin: 0 5px;
    font-family: 'Lato';
    position: relative;
    font-weight: 500;
    background: transparent;
    border-radius: 30px;
}
.navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}

.fixed-top .navbar-nav .nav-link {
    color: #fff;
}
.fixed-top .navbar-nav .nav-link:hover {
    color: #0C7BBD;
}

.navbar-nav .active,
.navbar-nav .nav-link:hover {
     background: #E8E8E8;
}

.navbar-brand {
	width:300px;
	height:100px;
	background:url("../img/logo-dark.png") no-repeat left top;
	background-size:contain;
	text-indent:-9999px;
	-webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.fixed-top .navbar-brand {
	width:310px;
	height:100px;
	background:url("../img/logo.png") no-repeat left top;
	background-size:contain;
	text-indent:-9999px;
	-webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.menu-bg .navbar-brand {
	background:url("../img/logo-dark.png") no-repeat left top;
	background-size:contain;
	text-indent:-9999px;
}

.navbar-expand-xl .navbar-nav .nav-link:focus,
.navbar-expand-xl .navbar-nav .nav-link:hover {
 }


.navbar-expand-xl .navbar-nav .active > .nav-link,
.navbar-expand-xl .navbar-nav .nav-link.active,
.navbar-expand-xl .navbar-nav .nav-link.open,
.navbar-expand-xl .navbar-nav .open > .nav-link {}


.navbar-expand-xl .navbar-toggler {
  background: transparent;
  border: 0;
  border-radius:0px;
  margin: 5px;
  cursor: pointer;
  float: right; }


.navbar-expand-xl .navbar-toggler i {
  color: #0c7bbd  !important; }


.navbar-expand-xl .navbar-toggler:focus {
  outline: none; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding:10px 10px;
    margin: .125rem 0 0;
    font-size: 15px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 20px;
}
.dropdown-toggle::after {
    display:none;
}

.dropdown-item {
    display: block;
    width: 100%;
     clear: both;
     text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
    color: #1E2C38;
    font-size: 15px;
    padding: 6px 15px;
    margin: 0 5px;
    font-family: 'Lato';
    position: relative;
    font-weight: 300;
    background: transparent;
    border-radius: 30px;
}

.dropdown-buscar {
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url("../img/icons/icon-buscar.png") no-repeat center;
	margin-right: 20px;
	cursor:pointer;
}

.fixed-top .dropdown-buscar {
	background:url("../img/icons/icon-buscar-light.png") no-repeat center;
}


.fixed-top .dropdown-idioma {
	background:url("../img/icons/icon-idioma-light.png") no-repeat center;
}

.fixed-top.menu-bg .dropdown-buscar {
	background:url("../img/icons/icon-buscar.png") no-repeat center!important;
}


.fixed-top.menu-bg .dropdown-idioma {
	background:url("../img/icons/icon-idioma.png") no-repeat center!important;
}


.dropdown-idioma {
	width:30px;
	height:30px;
	text-indent:-9999px;
	background:url("../img/icons/icon-idioma.png") no-repeat center;
	cursor:pointer;
}

.dropdown-menu.buscar {
    width: 330px;
    left: -290px;
    background: transparent;
    padding: 0;
    padding-top: 10px;
}

.dropdown-menu.buscar form {
    display: inherit;
}

.dropdown-menu.buscar .input-group{
	border-radius:30px;
	background:#fff;
	border: 1px solid rgba(0,0,0,.15);
}

.dropdown-menu.buscar .form-control{
	border-radius:30px;
	    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	background:#fff;
	border:0;
}
.btn-buscar {
    border-radius: 30px;
    background: #0C7BBD;
    border:2px solid #0C7BBD;
    font-size: 16px;
    padding: 5px 15px;
    margin: 5px;
    font-weight: 700;
    text-transform: unset;
		cursor:pointer;
}
.btn-buscar:hover{
	    background: #fff;
			color: #0C7BBD;
}

.dropdown-menu.idioma {
    width: 105px;
    left: -75px;
    background: #1E2C38;
    border-radius: 10px;
    min-width: auto;
    padding: 15px 15px;
}

.dropdown-menu.idioma li {
    padding-bottom: 5px;
}

.dropdown-menu.idioma li a {
	color:#fff;
		padding-left:15px;
}

.dropdown-menu.idioma li a.active {
	color:#fff;
	background:url("../img/icons/check.png") left center no-repeat transparent;
}

.menu-toggle {
    border-radius:0 !important;
}


 .dropdown-menu .dropdown-toggle:after{
		border-top: .3em solid transparent;
	    border-right: 0;
	    border-bottom: .3em solid transparent;
	    border-left: .3em solid;
	}
	.dropdown-menu .dropdown-menu{
		margin-left:0; margin-right: 0;
	}
	.dropdown-menu li{
		position: relative;
	}
	.nav-item .submenu{
		display: none;
		  position: absolute;
    left: calc(100% - 15px);
    top: -15px;
    padding: 10px;
    border-radius: 15px;
	}
	.nav-item .submenu-left{
		right:100%; left:auto;
	}

	.dropdown-menu > li:hover > .submenu{
		display: block;
	}



	.nav-item .dropdown-menu .dropdown-item:focus,
	.nav-item .dropdown-menu:active,
	.nav-item .dropdown-menu a:active,
	.nav-item .dropdown-menu.active,
	.nav-item .dropdown-menu a.active,
	.nav-item .dropdown-menu:focus,
	.nav-item .dropdown-menu a:focus{
		background:white;
		color:#00263E

}
/* ==========================================================================
    Hero Area
   ========================================================================== */

#hero-area {
  background-size: cover;
  overflow: hidden;
  position: relative;
	padding-top:200px;
	padding-bottom:100px;
}

#hero-area video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
    transition: 1s opacity;
}

#hero-area .overlay {
  position: absolute;
  width: 100%;
   top: 70%;
	 		z-index:1;

	bottom:0;
  left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f2f4f5+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(242,244,245,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(242,244,245,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(242,244,245,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f2f4f5',GradientType=0 ); /* IE6-9 */
	opacity: 1;
}

.hero-area {
    margin-top:110px;
    min-height:500px;
    padding-top:50px;
    padding-bottom:50px;
    overflow: hidden;
    position: relative;
    display:flex;
    align-items:center;
}

.hero-area.sobre-celnova {
	background: url(../img/headers/sobre-celnova.jpg) top right no-repeat;
  background-size: cover;

}

.hero-area.areas-terapeuticas {
	background: url(../img/headers/areas-terapeuticas.jpg) top right no-repeat #e5e9ec;
  background-size: auto 100%;
}


.hero-area.alianzas {
	background: url(../img/headers/alianzas.jpg) top right no-repeat #e5e9ec;
  background-size: auto 100%;
}

.hero-area.pacientes {
	background: url(../img/headers/pacientes.jpg) top right no-repeat #edeef0;
  background-size: auto 100%;
}

.hero-area.contenido-cientifico {
	background: url(../img/headers/contenido-cientifico.jpg) top right no-repeat #e5e9ec;
  background-size: auto 100%;
}


.hero-area.contacto {
	background: url(../img/headers/header-contacto.jpg) top right no-repeat #fff;
  background-size: cover;
}


.hero-area.privacidad {
	background: url(../img/headers/privacidad.jpg) top right no-repeat #eeeff1;
  background-size: auto 100%;
}


.hero-area.etica {
	background: url(../img/headers/etica.jpg) top right no-repeat #e6e7e9;
  background-size: auto 100%;
}


.hero-area.asiste {
	background: url(../img/headers/asiste.jpg) top right no-repeat #fcfdff;
  background-size: auto 100%;
}


.hero-area.busqueda {
	background: url(../img/headers/busqueda.jpg) top right no-repeat #e3e4e8;
  background-size: auto 100%;
}


.hero-area.carreras {
	background: url(../img/headers/carreras.jpg) top right no-repeat #e6e7e9;
  background-size: auto 100%;
}


.hero-area.aviso-legal {
	background: url(../img/headers/aviso-legal.jpg) top right no-repeat #e6e7e9;
  background-size: auto 100%;
}

.hero-area.enfermedades {
	background: url(../img/headers/enfermedades.jpg) top right no-repeat #e6e7e9;
  background-size: auto 100%;
}

.class404 {
	color:#E5E9EB;
	font-size:200px;
	font-family:'Montserrat';
	font-weight:300;
	line-height:1.2;
}

/* ==========================================================================
    BOXES
   ========================================================================== */
.box-info {
	border-radius:20px;
	background:rgba(255, 255, 255, 0.55);
	height:100%;
	padding:40px 20px 40px 80px;
 	position:relative;
	z-index:10;

}
 .box-info .img-ico {
	 width:42px;
	 position:absolute;
	 left:15px;
	 top:36px;
 }

.box-info h4 {
	color:#0C7BBD;
	font-weight:700;
	font-size:22px;

}
 .box-info .button-plus {
    position: absolute;
    top: -25px;
    right: 40px;
}
 .box-info .button-plus:hover {
    right: 30px;
	transition: all .50s ease-in-out;
  -moz-transition: all .50s ease-in-out;
  -webkit-transition: all .50s ease-in-out;
}


.partner {
	background:#fff;
	overflow:hidden;
	border-radius:20px;
	text-align:center;
}


.box-enfermedad {
	background:#E6F2F8;
	padding:30px 30px 55px;
	border-radius:20px;
	height:100%;
}

.box-enfermedad .mask {
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:100%;
	margin-bottom:10px;
}
.box-enfermedad h3{
	color:#0C7BBD;
}

.box-enfermedad p{
	font-size:18px;
}

.box-enfermedad .button-common {
    position: absolute;
    bottom: 20px;
}

.box-contenido {
	background:#E5E9EB;
	padding:60px 30px 60px;
	border-radius:20px;
	height:100%;
	position:relative;
 }

.box-contenido .mask {
	width:90px;
	height:90px;
	overflow:hidden;
	border-radius:100%;
	position:absolute;
	top:-45px;
	left:20px;
}
.box-contenido h3{
	color:#0C7BBD;
}

.box-contenido p{
	font-size:21px;
}

.box-contenido .button-common{
    position: absolute;
    bottom: 25px;
}

.box-basico {
	background:#F2F4F5;
	padding:40px 40px 30px;
	border-radius:20px;
	height:100%;
	position:relative;
 }

 .acceso-blog li{
	 padding:5px 15px 5px 0
 }

 .acceso-blog li a{
	 font-size:18px;
	 color:#1E2C38;
	 background:url("../img/icons/arrow-03.png") no-repeat right center;
	 padding-right:20px;

	transition: all .30s ease-in-out;
	-moz-transition: all .30s ease-in-out;
	-webkit-transition: all .30s ease-in-out;
 }

 .acceso-blog li a:hover{
	 color:#0c7bbd;
 }



 .dropdown-menu.blog {
	 margin:10px 0;
    padding: 20px 20px;
    border-radius: 15px;
		box-shadow: 0px 0px 25px 3px rgba(48,48,48,0.21);
-webkit-box-shadow: 0px 0px 25px 3px rgba(48,48,48,0.21);
-moz-box-shadow: 0px 0px 25px 3px rgba(48,48,48,0.21);
}


.box-linkedin {
    background: url("https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/linkedin.svg") no-repeat 45px 38px #f2f4f5;
    background-size: 60px;
    padding: 30px 30px 30px 150px;
		border-radius:20px;
}
.box-linkedin .button-pais {
    min-width: 160px;
    width: 160px;
    text-align: center;
    justify-content: center;
}
/* ==========================================================================

   ========================================================================== */
 .areas-slider.slick-slider {
    margin:0 -8px;
		padding-bottom: 40px;
}
.areas-slider .slick-slide {
    padding:10px;
     margin-right:8px;
    margin-left:8px;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots li button {
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #0d7cbd;
    text-indent: -9999px;
    border: 2px solid #0d7cbd;
}

.slick-dots li.slick-active button {
  background-color: #F2F4F5;
}

 .areas-item {
	 position:relative;
	 border-radius:30px;
	 overflow:hidden;
	 display:block;
  }


 .areas-item:after{
	content:'';
  position: absolute;
  width: 100%;
   top: 45%;
	bottom:0;
  left: 0px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0c7bbd+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(12,123,189,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(12,123,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(12,123,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0c7bbd',GradientType=0 ); /* IE6-9 */
  opacity:0.8;

  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

 .areas-item:hover:after{
	top: 0%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,0c7bbd+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(12,123,189,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(12,123,189,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(12,123,189,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0c7bbd',GradientType=0 ); /* IE6-9 */

 }

.areas-item-text {
    position: absolute;
    bottom: 0;
    padding:0 30px 40px;
    z-index: 10;
    width: 100%;
    display: grid;
    grid-template-columns: auto 50px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px 20px;
}

.areas-item-text h4 {
	color:#fff;
	font-size:22px;
	font-weight:700;
	line-height:1.4;
}


.mask-img {
	overflow:hidden;
	border-radius:30px;
}


/* ==========================================================================
		accordion
   ========================================================================== */
.panel-politica{
	margin-bottom:20px;
}

.panel-politica>.panel-heading {
  color: #333;
  background-color: #E5E9EB;
  border-color: #e4e5e7;
  padding: 0;
 	position:relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-politica>.panel-heading h4{
	line-height:1;
}

.panel-politica>.panel-heading a {
  display: block;
  padding: 10px 15px;
	color: #0C7BBD;
	font-size: 21px;
}

.panel-politica>.panel-heading a:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0;
    width: 44px;
    bottom: 0;
    display: inline-block;
    background: #0C7BBD;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
}


.panel-politica>.panel-heading a:after {
    content: "";
    position: absolute;
    z-index: 10;
    top: 50%;
    display: inline-block;
    font-family: 'FontAwesome';
    color: #fff;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 15px;
		    margin-top: -11px;
    transition: transform .25s linear;
    -webkit-transition: -webkit-transform .25s linear;
    /* transform: translateY(10px); */

}

.panel-politica>.panel-heading a[aria-expanded="true"]:before {
	background:#00263E;
 }

.panel-politica>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-politica>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-body {
	padding:20px;
}
/* ==========================================================================

   ========================================================================== */
 .divider {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bab46+1,0c7bbc+100 */
		background: rgb(91,171,70); /* Old browsers */
		background: -moz-linear-gradient(left,  rgba(91,171,70,1) 1%, rgba(12,123,188,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  rgba(91,171,70,1) 1%,rgba(12,123,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  rgba(91,171,70,1) 1%,rgba(12,123,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bab46', endColorstr='#0c7bbc',GradientType=1 ); /* IE6-9 */
		height:5px;
		width:160px;
 }

/* ==========================================================================
 BANNERS
 ========================================================================== */

.banner{
	width:100%;
	min-height:300px;
	padding:30px 30% 30px 30px;
	border-radius:20px;
	overflow:hidden;
	position:relative;
	display:flex;
	align-items:flex-start;
	flex-direction:column;
	justify-content:center;
}


.banner.grande {
	 	min-height:390px;
		padding:50px 40px 50px 40px;
}

.banner.banner-asiste {
    background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/Imported%20sitepage%20images/banner-asiste.jpg) center right no-repeat;
    background-size:cover;
    padding:50px 50% 50px 40px;
  width:100%;

}
.card2{width:34vw;}
@media screen and (max-width:768px)
{
  .card2{
    width:90vw;
  }
}

.banner.grande.banner-alianzas {
	  background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/1649643004-banner-alianzas.jpg) center right no-repeat;
		background-size:cover;
  padding:50px 50% 50px 40px;
 }
.banner.banner-alianzas {
	  background: url(../img/banners/banner-alianzas2.jpg) center right no-repeat;
		background-size:cover;
  padding:50px 50% 50px 40px;
 }


.banner.banner-sobre {
	  background: url(../img/banners/banner-sobre.jpg) center right no-repeat;
		background-size:cover;
 }

.banner.banner-areas {
	  background: url(../img/banners/banner-areas.jpg) center right no-repeat;
		background-size:cover;
 }

.banner.banner-licencias {
	  background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/Imported%20sitepage%20images/banner-licencias.jpg) center right no-repeat #dfe3e4;
		background-size:cover;
			min-height:200px;
		padding:30px 30px 30px 30px;
 }



.banner.banner-licencias a {
    font-size: 21px;
    font-weight: 700;
    font-family: 'Montserrat';
    padding: 5px 0 5px 0px;
    background: url(../img/icons/icon-email-azul.png) left 5px no-repeat;
}

.banner.grande.banner-biblioteca {
	  background: url(../img/banners/banner-biblioteca.jpg) center right no-repeat #dfe3e4;
		background-size:cover;
  }


.banner.banner-pacientes {
	  background: url(../img/banners/banner-pacientes.jpg) center right no-repeat #dfe3e4;
		background-size:cover;
  }


.banner.banner-argentina {
	  background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/banner-arg.jpg) center right no-repeat #dfe3e4;
		background-size:cover;
  }


.banner.banner-chile {
	  background: url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/download.jpg) center right no-repeat #dfe3e4;
		background-size:cover;
  width: 540px;
  }

.banner.banner-licencias h2,
.banner h2 {
	font-size:34px;
}
.banner.grande h2
 {
	font-size:38px;
}

.banner h4 {
	font-size:17px;
	line-height: 1.4;
	font-weight:400;
	font-family:'Lato';
}

/* ==========================================================================
  Resultado
  ========================================================================== */
.resultados li {
	padding-bottom:40px;
	margin-bottom:40px;
	border-bottom:1px solid #D0D0D0;
}
.resultados li h3{
 	margin-bottom:20px;
}

.resultados li p{
	font-family:'Montserrat';
}


.page-link {
    position: relative;
    display: block;
    padding: 0px;
    margin-left: -1px;
    line-height:36px;
    color: #808080;
    background-color: #fff;
    border: 0;
    font-size: 18px;
    font-weight: 700;
    width: 36px;
    height: 36px;
    text-align: center;
		border-radius:10px;
}
.page-link:hover{
	background:transparent;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #0C7BBD;
 }

.page-link span i {
	color:#636363;
}

/* ==========================================================================
 CARRERA
 ========================================================================== */
.grafico-carreras {
	display:flex;
	justify-content:space-between;
	position:relative;
	width:100%;
}
.grafico-carreras:after {
	content:'';
 	height:5px;
	position:absolute;
	top:55px;
	left:5px;
	right:5px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5bab46+0,0c7bbc+100 */
background: rgb(91,171,70); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(91,171,70,1) 0%, rgba(12,123,188,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(91,171,70,1) 0%,rgba(12,123,188,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(91,171,70,1) 0%,rgba(12,123,188,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5bab46', endColorstr='#0c7bbc',GradientType=1 ); /* IE6-9 */

}

.grafico-carreras > div {
	text-align:center;
	position:relative;
	z-index:10;
}

.grafico-carreras > div  p {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.grafico-carreras > div:nth-child(1) p{
	color:#5BAC46;
}

.grafico-carreras > div:nth-child(2) p{
	color:#3F9A70;
}

.grafico-carreras > div:nth-child(3) p{
	color:#248997;
}

.grafico-carreras > div:nth-child(4) p{
	color:#0C7BBD;
}

/* ==========================================================================
	ENFERMEDADES
 ========================================================================== */

 .lista-enfermedades {
    columns: 3;
    column-gap: 30px;
 }
 .lista-enfermedades li {
    margin-bottom: 10px;

  font-size: 16px;
	font-family:'Montserrat';
  line-height: 1.5;
	font-weight:300;
	color:#1E2C38;
 	position:relative;
	padding-left:15px;
}
.lista-enfermedades li:before {
	content:'';
	width:8px;
	height:10px;
 	background:url(https://8390997.fs1.hubspotusercontent-na1.net/hubfs/8390997/triangle.png) left center no-repeat transparent;
	position:absolute;
	top:5px;
	left:0;
}
 .lista-enfermedades li a,
 .lista-enfermedades li span {
	 	color:#1E2C38;

 }
 .lista-enfermedades li a:hover,
 .lista-enfermedades li span:hover {
	 color:#0C7BBD
 }


.cards {
   display: flex;
  flex-flow: row wrap;
}

.card-prod {
  margin: 15px;
  width: calc((100% / 3) - 30px);
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 991px) {
  .card-prod {
    width: calc((100% / 2) - 30px);
  }
}
@media screen and (max-width: 767px) {
  .card-prod {
    width: 100%;
  }
}
.card-prod:hover .card__inner {
   transform: scale(1.05);
}
.card__inner {
    width: 100%;
    padding: 25px;
    position: relative;
    cursor: pointer;
    background-color: #E5E9EB;
    color: #0C7BBD;
    font-size: 20px;
		font-family:'Montserrat';
    text-transform: uppercase;
    text-align: center;
    transition: all 0.2s ease-in-out;
    border-radius: 15px;
}
.card__inner:after {
  transition: all 0.3s ease-in-out;
}

.card__expander {
  transition: all 0.2s ease-in-out;
  background-color: #E6F2F8;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

ul.specs li{
	font-family:'Montserrat';
	font-size:18px;
	font-weight:300;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
}
ul.specs li:after{
	content:'';
	width:100px;
	border-bottom:1px solid #0c7bbd;
	position:absolute;
	left:0;
	bottom:0;
}
ul.specs li:last-child:after{
	display:none;
}

.card__expander .triangle li,
.card__expander .ficha-producto-style li {
	font-weight:300 !important;
}

.card__expander .card-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background: url("../img/icons/close.png") no-repeat center;
    background-size: contain;
		z-index:100;
}
.card__expander .card-close.just-mob{
	top:calc(100% - 40px);
	display:none;
}

.card__expander .card-close:hover {
  opacity: 0.9;
}
.card-prod.is-collapsed .card__inner:after {
  content: "";
  opacity: 0;
}
.card-prod.is-collapsed .card__expander {
  max-height: 0;
  min-height: 0;
  overflow: hidden;
  margin-top: 0;
  opacity: 0;
}
.card-prod.is-expanded .card__inner {
 }
.card-prod.is-expanded .card__inner:after {
  content: "";
  opacity: 1;
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 15px);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #E6F2F8;
}

.card-prod.is-expanded .card__expander {
   min-height: 200px;
  overflow: visible;
  margin-top: 30px;
	padding:30px 30px 50px;
  opacity: 1;
}
.card-prod.is-expanded:hover .card__inner {
  transform: scale(1);
}
.card-prod.is-inactive .card__inner {
  pointer-events: none;
  opacity: 0.5;
}
.card-prod.is-inactive:hover .card__inner {
  background-color: #949fb0;
  transform: scale(1);
}

@media screen and (min-width: 992px) {
  .card-prod:nth-of-type(3n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card-prod:nth-of-type(3n+3) .card__expander {
    margin-left: calc(-200% - 60px);
  }

  .card-prod:nth-of-type(3n+4) {
    clear: left;
  }

  .card__expander {
    width: calc(300% + 60px);
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .card-prod:nth-of-type(2n+2) .card__expander {
    margin-left: calc(-100% - 30px);
  }

  .card-prod:nth-of-type(2n+3) {
    clear: left;
  }

  .card__expander {
    width: calc(200% + 30px);
  }
}

/* ==========================================================================
Login Style
 ========================================================================== */
.section-wrapper-login{margin:0 auto;background: linear-gradient(0deg, rgba(64, 149, 200, 0.2), #ffffff);min-height:700px;}
.login-container{width:800px;margin:0 auto;height:100%;}

/* ==========================================================================
Footer Style
 ========================================================================== */
footer {
  background: #00263E;
  padding: 40px 0 80px;
}




footer h3 {
	color:#0C7BBD
}

footer.footer-comunidad h3{
  color: #00263e;
}

footer.footer-comunidad .footer-copyright{
  color: #00263e;
}


.s-footer--pages { }

.s-footer--pages div {
    margin-bottom: 1rem;
}

.s-footer--pages a{
    font-size:17px;
    font-weight:400;
    color:#808080;
    text-decoration:none;
    transition:0.6s all;
}
.s-footer--pages a:hover{
  color:#0C7BBD;
 }


.footer-links {
  line-height: 28px;
}

.footer-links li {
 }

.footer-links li a {
  color: #fff !important;
  margin-right: 15px;
	font-size: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
  color: #D5D176;
}




footer .social-icons ul li a {
     font-size: 15px;

}

.copyright {
  margin-top: 10px;
  float: right;
}

.copyright {
  color: #808080;
}

.copyright p a {
  color: #fff;
}

.copyright p a:hover {
  color: #61D2B4;
}




.section-header h3 strong {
	color:#0C7BBD;
}

.wpb_wrapper {
    height: 700px;
}

/* FIX DROPDDOWN */
.content-blogBtn {
    z-index: 1;
}

.markdown img {
    width: 100%;
}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#hs_cos_wrapper_main_menu li.hs-menu-item a  { color: #808080 ; font-size: 16px !important }
#hs_cos_wrapper_main_menu .hs-menu-wrapper > ul  { color: #808080 ; font-size: 16px !important }
#hs_cos_wrapper_main_menu li.hs-menu-item a:link  { color: #808080 ; font-size: 16px !important }


.hs_cos_wrapper_map_image{display:flex; justify-content:center; align-items:center;}