@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #0072b9;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #003353;
}

a:active {
  color: #c00;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 0.625rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  text-decoration: underline dotted;
}

@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

sub,
sup {
  font-size: 0.625rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

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

dd {
  margin: 0 0 0 32px;
}

[dir="rtl"] dd {
  margin: 0 32px 0 0;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

[dir="rtl"] menu, [dir="rtl"]
ol, [dir="rtl"]
ul {
  padding: 0 32px 0 0;
}

figure {
  margin: 1.5rem 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #999999;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #999999;
}

[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  white-space: normal;
  color: inherit;
  margin-left: -5px;
  padding: 0 5px;
}

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.layout-3col {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 0;
  padding-right: 0;
}

.layout-3col:before {
  content: "";
  display: table;
}

.layout-3col:after {
  content: "";
  display: table;
  clear: both;
}

.layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar, .layout-3col__col-1, .layout-3col__col-2, .layout-3col__col-3, .layout-3col__col-4, .layout-3col__col-x {
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-left: 0%;
  margin-right: -100%;
}

[dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x {
  float: right;
  margin-right: 0%;
  margin-left: -100%;
}

@media (min-width: 777px) {
  .layout-3col {
    margin-left: -12px;
    margin-right: -13px;
    padding-left: 0;
    padding-right: 0;
  }
  .layout-3col:before {
    content: "";
    display: table;
  }
  .layout-3col:after {
    content: "";
    display: table;
    clear: both;
  }
  [dir="rtl"] .layout-3col {
    margin-left: -13px;
    margin-right: -12px;
  }
  .layout-3col__full, .layout-3col__left-content, .layout-3col__right-content, .layout-3col__left-sidebar, .layout-3col__right-sidebar {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__full, [dir="rtl"] .layout-3col__left-content, [dir="rtl"] .layout-3col__right-content, [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__right-sidebar {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__first-left-sidebar, .layout-3col__col-1, .layout-3col__col-3, .layout-3col__col-x:nth-child(2n + 1) {
    float: left;
    width: 50%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(2n + 1) {
    padding-left: 13px;
    padding-right: 12px;
  }
  .layout-3col__second-left-sidebar, .layout-3col__col-2, .layout-3col__col-4, .layout-3col__col-x:nth-child(2n) {
    clear: none;
    float: left;
    width: 50%;
    margin-left: 50%;
    margin-right: -100%;
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    float: right;
    margin-right: 50%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__second-left-sidebar, [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-4, [dir="rtl"] .layout-3col__col-x:nth-child(2n) {
    padding-left: 13px;
    padding-right: 12px;
  }
}

@media (min-width: 999px) {
  .layout-3col__full {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__full {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__left-content {
    float: left;
    width: 66.66667%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__left-content {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__right-content {
    float: left;
    width: 66.66667%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__right-content {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__left-sidebar, .layout-3col__first-left-sidebar, .layout-3col__second-left-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__left-sidebar, [dir="rtl"] .layout-3col__first-left-sidebar, [dir="rtl"] .layout-3col__second-left-sidebar {
    float: left;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  .layout-3col__right-sidebar {
    clear: right;
    float: right;
    width: 33.33333%;
    margin-right: 0%;
    margin-left: -100%;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    clear: left;
  }
  [dir="rtl"] .layout-3col__right-sidebar {
    float: left;
    margin-left: 0%;
    margin-right: -100%;
  }
  .layout-3col__col-1, .layout-3col__col-x:nth-child(3n+1) {
    clear: both;
    float: left;
    width: 33.33333%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-1, [dir="rtl"] .layout-3col__col-x:nth-child(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .layout-3col__col-2, .layout-3col__col-x:nth-child(3n+2) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 33.33333%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-2, [dir="rtl"] .layout-3col__col-x:nth-child(3n+2) {
    float: right;
    margin-right: 33.33333%;
    margin-left: -100%;
  }
  .layout-3col__col-3, .layout-3col__col-x:nth-child(3n) {
    clear: none;
    float: left;
    width: 33.33333%;
    margin-left: 66.66667%;
    margin-right: -100%;
  }
  [dir="rtl"] .layout-3col__col-3, [dir="rtl"] .layout-3col__col-x:nth-child(3n) {
    float: right;
    margin-right: 66.66667%;
    margin-left: -100%;
  }
  .layout-3col__col-4 {
    display: none;
  }
}

.layout-3col__grid-item-container {
  padding-left: 0;
  padding-right: 0;
}

.layout-3col__grid-item-container:before {
  content: "";
  display: table;
}

.layout-3col__grid-item-container:after {
  content: "";
  display: table;
  clear: both;
}

.layout-center {
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  max-width: 1165px;
}

@media (min-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
  [dir="rtl"] .layout-center {
    padding-left: 13px;
    padding-right: 12px;
  }
}

.layout-center--shared-grid,
.layout-center.layout-3col {
  padding-left: 0;
  padding-right: 0;
}

.layout-swap {
  position: relative;
}

@media (min-width: 555px) {
  .layout-swap {
    padding-top: 48px;
  }
}

@media (min-width: 555px) {
  .layout-swap__top {
    position: absolute;
    top: 0;
    height: 48px;
    width: 100%;
  }
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #0072b9;
}

.clearfix:before,
.header:before,
.tabs:before {
  content: '';
  display: table;
}

.clearfix:after,
.header:after,
.tabs:after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

[dir="rtl"] .comment--nested,
[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

[dir="rtl"] .header__logo {
  float: right;
  margin: 0 0 0 10px;
}

.header__logo-image {
  vertical-align: bottom;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

[dir="rtl"] .header__secondary-menu {
  float: left;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

[dir="rtl"] .inline-links__item,
[dir="rtl"] .inline.links li,
.inline.links [dir="rtl"] li {
  display: inline-block;
  padding: 0 0 0 1em;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

[dir="rtl"] .inline-sibling,
[dir="rtl"] .field-label-inline .field-label,
.field-label-inline [dir="rtl"] .field-label,
[dir="rtl"] span.field-label {
  margin-right: 0;
  margin-left: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

[dir="rtl"] .messages,
[dir="rtl"] .messages--status {
  padding: 10px 44px 10px 10px;
  background-position: 99% 8px;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

[dir="rtl"] .messages__icon {
  left: auto;
  right: 0;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #eeeeee;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

[dir="rtl"] .more-link,
[dir="rtl"] .more-help-link {
  text-align: left;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .more-link__help-icon,
[dir="rtl"] .more-help-link a,
.more-help-link [dir="rtl"] a {
  padding: 1px 20px 1px 0;
  background-position: 100% 50%;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

[dir="rtl"] .nav-menu__item.is-collapsed, [dir="rtl"] .nav-menu__item--is-collapsed,
[dir="rtl"] .is-collapsed.menu__item,
[dir="rtl"] .menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed-rtl.svg);
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

[dir="rtl"] .navbar,
[dir="rtl"] .main-navigation .links,
.main-navigation [dir="rtl"] .links,
[dir="rtl"]
.main-navigation .menu,
.main-navigation [dir="rtl"] .menu {
  text-align: right;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

[dir="rtl"] .navbar__item, [dir="rtl"]
.navbar li, [dir="rtl"] .main-navigation .links li, .main-navigation [dir="rtl"] .links li, [dir="rtl"]
.main-navigation .menu li,
.main-navigation [dir="rtl"] .menu li {
  float: right;
  padding: 0 0 0 10px;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #666666;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs {
    display: none;
  }
}

.tabs__tab {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #dddddd;
}

[dir="rtl"] .tabs__tab {
  float: right;
}

.tabs__tab.is-active {
  border-bottom-color: #fff;
}

.tabs__tab-link {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  -webkit-transition: color .3s, background .3s, border .3s;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #dddddd;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover {
  background: #eaeaea;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary {
  margin-top: 0;
  background-image: -webkit-linear-gradient(bottom, #cccccc 1px, transparent 1px);
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

[dir="rtl"] .tabs--secondary .tabs__tab {
  float: right;
}

.tabs--secondary .tabs__tab.is-active {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #666666;
  background: #f1f1f1;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover {
  color: #333333;
  background: #dddddd;
  border-color: #999999;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active {
  color: white;
  text-shadow: #333333 0 1px 0;
  background: #666666;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

[dir="rtl"] .autocomplete,
[dir="rtl"] .form-autocomplete {
  background-position: 0% center;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

[dir="rtl"] .collapsible-fieldset__legend,
[dir="rtl"] .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .fieldset-legend {
  padding-left: 0;
  padding-right: 15px;
  background-position: right 4px top 50%;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #999999;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, [dir="rtl"] .collapsible-fieldset--is-collapsed__legend, [dir="rtl"] .is-collapsed.collapsible .collapsible-fieldset__legend,
[dir="rtl"] .collapsible.collapsed .fieldset-legend,
.collapsible.collapsed [dir="rtl"] .fieldset-legend,
[dir="rtl"] .collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible [dir="rtl"] .collapsible-fieldset.is-collapsed .fieldset-legend,
[dir="rtl"] .is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed-rtl.svg);
  background-position: right 4px top 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

[dir="rtl"] .form-table__header,
[dir="rtl"] .form-table th,
.form-table [dir="rtl"] th,
[dir="rtl"] form table th,
form table [dir="rtl"] th {
  text-align: right;
  padding-left: 1em;
  padding-right: 0;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #eeeeee;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #dddddd;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #666666;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #0072b9 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

[dir="rtl"] .progress-bar__percentage,
[dir="rtl"] .progress .percentage,
.progress [dir="rtl"] .percentage {
  float: left;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

[dir="rtl"] .progress-bar--inline,
[dir="rtl"] .ajax-progress-bar {
  float: right;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

[dir="rtl"] .progress-throbber,
[dir="rtl"] .ajax-progress {
  float: right;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

[dir="rtl"] .progress-throbber__widget,
[dir="rtl"] .ajax-progress .throbber,
.ajax-progress [dir="rtl"] .throbber {
  float: right;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #eeeeee;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

[dir="rtl"] .table-drag__handle,
[dir="rtl"] .tabledrag-handle {
  float: right;
  margin-right: -1em;
  margin-left: 0;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

[dir="rtl"] .table-drag__toggle-weight-wrapper,
[dir="rtl"] .tabledrag-toggle-weight-wrapper {
  text-align: left;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

[dir="rtl"] .table-drag__indentation,
[dir="rtl"] .indentation {
  float: right;
  margin: -.4em -.4em -.4em .2em;
  padding: .42em .6em .42em 0;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

[dir="rtl"] .table-drag__tree-child,
[dir="rtl"] .table-drag__tree-child-last,
[dir="rtl"] .tree-child-last,
[dir="rtl"] .table-drag__tree-child-horizontal,
[dir="rtl"] .tree-child-horizontal,
[dir="rtl"] .tree-child {
  background-position: -65px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

@font-face {
  font-family: 'lustriaregular';
  src: url("../fonts/lustria-regular-webfont.woff2") format("woff2"), url("../fonts/lustria-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/opensans-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansbold_italic';
  src: url("../fonts/opensans-bolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold';
  src: url("../fonts/opensans-extrabold-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansextrabold_italic';
  src: url("../fonts/opensans-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansitalic';
  src: url("../fonts/opensans-italic-webfont.woff2") format("woff2"), url("../fonts/opensans-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanslight_italic';
  src: url("../fonts/opensans-lightitalic-webfont.woff2") format("woff2"), url("../fonts/opensans-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/opensans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/opensans-semibold-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'open_sanssemibold_italic';
  src: url("../fonts/opensans-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/opensans-semibolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body .modal-backdrop.in {
  opacity: 0.8;
}

#FDNmodal .modal-header,
#FDNmodal .modal-footer {
  padding: 0;
}

#FDNmodal .modal-header {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  border: 0;
}

#FDNmodal .modal-content {
  border: 0;
  border-radius: 0;
}

#FDNmodal .modal-dialog {
  width: 100%;
  max-width: 968px;
  margin: 5% auto 0;
  padding-left: 10px;
  padding-right: 10px;
}

#FDNmodal .modal-body {
  background: none;
  padding: 0;
  border: 1px solid #c37b00;
}

#FDNmodal .modal-body iframe {
  margin: 0 auto;
  display: block;
}

#FDNmodal .modal-body audio, #FDNmodal .modal-body canvas, #FDNmodal .modal-body progress, #FDNmodal .modal-body video {
  width: 100% !important;
  height: auto !important;
  display: block;
}

#FDNmodal button.close {
  color: #c37b00;
  opacity: 1;
  text-shadow: inherit;
}

#FDNmodal .field-name-video-image-preview p {
  margin: 0;
}

#FDNmodal .field-name-video-image-preview p + p + p {
  display: none;
}

body {
  font-family: "open_sansregular";
  color: #333333;
  counter-reset: section;
}

body.body-font-size-1 {
  font-size: 16px;
}

body.body-font-size-2 {
  font-size: 17px;
}

body.body-font-size-3 {
  font-size: 18px;
}

body.i18n-en .language-switcher-locale-url .last {
  display: none !important;
}

body.i18n-es .language-switcher-locale-url .first {
  display: none !important;
}

#page-content {
  letter-spacing: 0.6px;
}

.site-wrapper {
  overflow: hidden;
}

p, .block__title, h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
}

strong, b {
  font-family: "open_sansbold";
  font-weight: normal;
}

.layout-center {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .layout-center {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.search-button,
.hamburger-button {
  background-color: #bbbcbe;
  width: 44px;
  height: 44px;
  float: right;
  cursor: pointer;
  margin-left: 10px;
  /*
	span {
		background: white;
		display: block;
		margin: 0 auto 5px;
		width: 24px;
		height: 4px;
	}*/
}

@media only screen and (min-width: 480px) {
  .search-button,
  .hamburger-button {
    width: 50px;
    height: 50px;
  }
}

.search-button:hover,
.hamburger-button:hover {
  background-color: #a1a2a5;
}

.search-button img,
.hamburger-button img {
  display: block;
  margin: 0 auto;
}

.search-button {
  padding: 13px 0 0;
  background-image: url(../img/search-small-18.png);
  background-repeat: no-repeat;
  background-position: 50%;
}

.hamburger-button {
  overflow: hidden;
  margin: 0 0 0 5px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.hamburger-button span {
  display: block;
  position: absolute;
  width: 24px;
  height: 4px;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 10px;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.hamburger-button span:nth-child(1) {
  top: 10px;
}

.hamburger-button span:nth-child(2) {
  top: 19px;
}

.hamburger-button span:nth-child(3) {
  top: 28px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .hamburger-button span {
    width: 30px;
  }
  .hamburger-button span:nth-child(1) {
    top: 14px;
  }
  .hamburger-button span:nth-child(2) {
    top: 24px;
  }
  .hamburger-button span:nth-child(3) {
    top: 34px;
  }
}

@media only screen and (max-width: 480px) {
  .hamburger-button span:nth-child(1) {
    top: 11px;
  }
  .hamburger-button span:nth-child(2) {
    top: 21px;
  }
  .hamburger-button span:nth-child(3) {
    top: 31px;
  }
}

.hamburger-button.open span:nth-child(1) {
  top: 24px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hamburger-button.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.hamburger-button.open span:nth-child(3) {
  top: 24px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.hamburger-button {
  padding: 10px 0 0;
}

@media only screen and (min-width: 480px) {
  .hamburger-button {
    padding-top: 14px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .hamburger-button {
    display: none;
  }
  .region-blockgroup-header-links {
    display: block;
    padding-right: 15px;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .hamburger-button {
    display: block;
  }
}

.page-content-wrapper {
  background-color: white;
}

.parallax-mirror {
  overflow: visible !important;
}

.celeste {
  background-color: #0081bc;
}

.marron {
  background-color: #c37b00;
}

.layout-swap__top.layout-3col__full {
  display: none;
}

.item-lists,
.item-list {
  padding-bottom: 0 !important;
  clear: both;
}

.item-lists .pager,
.item-list .pager {
  margin: 0 !important;
  padding: 30px 0 45px !important;
}

@media only screen and (min-width: 650px) {
  .item-lists .pager,
  .item-list .pager {
    padding: 65px 0 100px !important;
  }
}

.item-lists .pager li, .item-lists .pager a,
.item-list .pager li,
.item-list .pager a {
  color: #676767 !important;
  text-decoration: none !important;
  display: inline-block;
  vertical-align: middle !important;
}

.item-lists .pager a,
.item-list .pager a {
  cursor: pointer;
}

.item-lists .pager li,
.item-list .pager li {
  margin: 0 !important;
}

@media only screen and (min-width: 768px) {
  .item-lists .pager li,
  .item-list .pager li {
    margin: 0 5px !important;
  }
}

.item-lists .pager .pager-first,
.item-lists .pager .pager-last,
.item-list .pager .pager-first,
.item-list .pager .pager-last {
  display: none !important;
}

.item-lists .pager .pager-current,
.item-list .pager .pager-current {
  background-color: #8e2321;
  color: white !important;
}

.item-lists .pager .pager-current a,
.item-list .pager .pager-current a {
  color: white !important;
}

.item-lists .pager .pager-previous,
.item-list .pager .pager-previous {
  float: left;
  margin-left: 0;
  padding-left: 0;
  position: relative;
  top: -2px;
}

@media only screen and (min-width: 650px) {
  .item-lists .pager .pager-previous,
  .item-list .pager .pager-previous {
    float: none;
    margin-right: 50px;
  }
}

.item-lists .pager .pager-next,
.item-list .pager .pager-next {
  float: right;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  top: -4px;
}

@media only screen and (min-width: 650px) {
  .item-lists .pager .pager-next,
  .item-list .pager .pager-next {
    float: none;
    margin-left: 50px;
  }
}

.item-lists .pager .pager-previous a,
.item-lists .pager .pager-next a,
.item-list .pager .pager-previous a,
.item-list .pager .pager-next a {
  width: 11px;
  height: 0;
  margin-top: 3px;
  padding-top: 18px;
  overflow: hidden;
  background: url("../img/arrow-left-small.png") no-repeat 0 0;
}

.item-lists .pager .pager-next a,
.item-list .pager .pager-next a {
  background-image: url("../img/arrow-right-small.png");
}

.item-lists .pager .numbers,
.item-list .pager .numbers {
  display: inline-block;
  vertical-align: top;
}

.page-node-97 .field-name-summary,
.page-node-144 .field-name-summary {
  display: none;
}

#page-content {
  margin: 0 auto;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 48px;
  padding-bottom: 30px;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  #page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  #page-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
  }
}

@media only screen and (max-width: 480px) {
  #page-content .layout-3col__full {
    padding: 0;
    margin: 0;
  }
}

.layout-3col__right-content {
  width: 100%;
  float: left;
  clear: left;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .layout-3col__right-content {
    width: 64%;
    margin-left: 36%;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .layout-3col__right-content {
    width: 75%;
    margin-left: 25%;
    padding-left: 60px;
    padding-right: 0;
  }
}

aside.sidebar-first {
  display: none;
  float: right;
  clear: right;
  padding-left: 0;
  padding-right: 0;
  margin-left: -100%;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  aside.sidebar-first {
    width: 36%;
    margin-right: 64%;
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  aside.sidebar-first {
    width: 25%;
    margin-right: 75%;
    display: block;
  }
}

.section-productos-y-servicios .node-pagina-basica-enriquecida {
  display: none;
}

li.dhtml-menu-open > a {
  font-style: normal;
}

#block-bean-informacion-financiera {
  display: none;
}

.handler + .handler {
  display: none !important;
}

img[src=""] {
  display: none !important;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.year-selector {
  margin-top: 20px;
  margin-bottom: 50px;
}

.field-collection-view-links,
.action-links-field-collection-add {
  display: none;
}

.field-collection-view {
  border: 0;
}

.form-item {
  margin: 0 0 15px;
}

form .webform-component-file .form-managed-file {
  position: relative;
  z-index: 10;
  /*
			& + .description {
				margin-top: -75px; // b) Mueve el description arriba del input file
				
				br:first-child {
					margin-bottom: 60px; // c) Separa la primera línea del description de las siguientes
				}
			}*/
}

form .webform-component-file label {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
  background-image: url(../img/icon-clip.png);
  background-repeat: no-repeat;
  background-position: 93% 50%;
  background-position: calc(100% - 20px) 50%;
  font-family: "open_sansregular";
  cursor: pointer;
  margin: 0;
  padding: 1em 3em 1em 2em;
  background-color: #989a9b;
  font-size: 12px;
  padding: 13px 55px 12px 20px;
  background-size: 15px auto;
}

form .webform-component-file label:hover {
  background-color: #7b2423;
}

form .webform-component-file label:hover {
  background-color: #0970a0;
}

form .webform-component-file .form-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form .webform-component-file .form-file:focus + label {
  background-color: #0970a0;
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

form .webform-component-file .form-submit {
  display: none;
}

.form-type-select .form-select,
.form-type-select .year-selector,
.fdn-widget-container .form-select,
.fdn-widget-container .year-selector {
  width: 100%;
  position: relative;
  background-color: #f9f9f9;
  background-image: url("../img/select-arrow.jpg");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  border: 1px solid #dedede;
  padding: 12px 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

@media only screen and (min-width: 1040px) {
  .form-type-select .form-select,
  .form-type-select .year-selector,
  .fdn-widget-container .form-select,
  .fdn-widget-container .year-selector {
    max-width: 450px;
  }
}

.blockgroup.region-blockgroup-post-breadcrumb {
  background-color: white;
}

.blockgroup.region-blockgroup-post-breadcrumb .region-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .blockgroup.region-blockgroup-post-breadcrumb .region-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.blockgroup.region-blockgroup-post-breadcrumb .region-inner:before {
  content: '';
  display: table;
}

.blockgroup.region-blockgroup-post-breadcrumb .region-inner:after {
  content: '';
  display: table;
  clear: both;
}

.blockgroup.region-blockgroup-post-breadcrumb .region-inner .region-inner {
  margin: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.blockgroup.region-blockgroup-content-top {
  background: #f2f2f2;
  position: relative;
  padding: 85px 0;
}

.blockgroup.region-blockgroup-content-top .region-inner {
  margin: 0 auto;
  max-width: 1540px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .blockgroup.region-blockgroup-content-top .region-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.blockgroup.region-blockgroup-content-top .region-inner:before {
  content: '';
  display: table;
}

.blockgroup.region-blockgroup-content-top .region-inner:after {
  content: '';
  display: table;
  clear: both;
}

.blockgroup.region-blockgroup-content-top .region-inner .region-inner {
  margin: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.blockgroup.region-blockgroup-content-top:before {
  content: '';
  display: table;
}

.blockgroup.region-blockgroup-content-top:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (max-width: 480px) {
  .blockgroup.region-blockgroup-content-top {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .blockgroup.region-blockgroup-content-top {
    min-height: 430px;
    padding-top: 108px;
  }
}

.blockgroup.region-blockgroup-content-top:before, .blockgroup.region-blockgroup-content-top:after {
  content: "";
  width: 66%;
  position: absolute;
  top: 0;
  height: 8px;
  display: block;
}

.blockgroup.region-blockgroup-content-top:before {
  left: 0;
  background: #8e2321;
}

.blockgroup.region-blockgroup-content-top:after {
  right: 0;
  background:linear-gradient(90deg, #0081bc 50%, #C37B19 50%);
}

.blockgroup.region-blockgroup-content-middle {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.blockgroup.region-blockgroup-content-middle .region-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .blockgroup.region-blockgroup-content-middle .region-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.blockgroup.region-blockgroup-content-middle .region-inner:before {
  content: '';
  display: table;
}

.blockgroup.region-blockgroup-content-middle .region-inner:after {
  content: '';
  display: table;
  clear: both;
}

.blockgroup.region-blockgroup-content-middle .region-inner .region-inner {
  margin: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 480px) {
  .blockgroup.region-blockgroup-content-middle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.blockgroup.region-blockgroup-post-content {
  background: url(../img/bg-post-content.jpg) repeat 50%;
  padding: 60px 0;
}

.blockgroup.region-blockgroup-post-content .region-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .blockgroup.region-blockgroup-post-content .region-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.blockgroup.region-blockgroup-post-content .region-inner:before {
  content: '';
  display: table;
}

.blockgroup.region-blockgroup-post-content .region-inner:after {
  content: '';
  display: table;
  clear: both;
}

.blockgroup.region-blockgroup-post-content .region-inner .region-inner {
  margin: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .blockgroup.region-blockgroup-post-content > .region-inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media only screen and (min-width: 1100px) {
  .blockgroup.region-blockgroup-footer-top-left {
    display: inline-block;
    vertical-align: top;
    width: 60%;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 23px;
  position: relative;
  z-index: 100;
  background-color: white;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .header {
    padding-top: 30px;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .header {
    padding-top: 20px;
    padding-bottom: 23px;
  }
}

.header .header-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .header .header-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header .header-inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.header .header-logo {
  display: inline-block;
  vertical-align: top;
  max-width: 137px;
}

.win.mobile .header .header-logo {
  width: 137px;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header .header-logo {
    max-width: 191px;
  }
}

@media only screen and (min-width: 768px) {
  .header .header-logo {
    max-width: inherit;
  }
}

.header .header-logo a {
  display: block;
  float: none;
  margin: 0;
}

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

.header .header-content {
  float: right;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header .header-content {
    padding-top: 5px;
  }
}

@media only screen and (min-width: 768px) {
  .header .header-content {
    padding-top: 5px;
  }
}

.header .header-buttons {
  float: right;
  position: relative;
}

.header .region-blockgroup-header-links {
  float: right;
  /*
		#block-menu-menu-top-menu,
		.block-locale {
			// Previene el desborde del menú cuando este bloque choca con el logo
			// Revisar este estilo para la versión español
			@media only screen and (max-width: 510px) {
				display: none;
			}
		}*/
}

.header .region-blockgroup-header-links div.contextual-links-wrapper {
  top: 24px;
}

.header .region-blockgroup-header-links div.contextual-links-wrapper .contextual-links-trigger {
  display: block !important;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header .region-blockgroup-header-links {
    padding-top: 21px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .header .region-blockgroup-header-links {
    display: block;
  }
}

.header .region-blockgroup-header-links .block-toggle-font-color {
  float: right;
  text-align: right;
  position: relative;
  top: -9px;
  padding: 0 8px 0 10px;
}

.header .region-blockgroup-header-links .block-toggle-font-color:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #6e6e6e;
  position: absolute;
  top: 15px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .header .region-blockgroup-header-links .block-toggle-font-color:before {
    display: none;
  }
}

.header .region-blockgroup-header-links .block-toggle-font-color a {
  font-size: 10px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 100%;
  position: relative;
  top: 2px;
  text-decoration: none;
}

.header .region-blockgroup-header-links .block-toggle-font-color a:hover {
  text-decoration: underline;
}

.header .region-blockgroup-header-links #block-menu-menu-top-menu:before {
  display: none;
}

.header .region-blockgroup-header-links #block-menu-menu-top-menu .menu {
  margin: 0;
  padding: 0;
}

.header .region-blockgroup-header-links #block-menu-menu-top-menu .menu__item {
  padding: 0;
  list-style: none;
}

.header .region-blockgroup-header-links .block-locale,
.header .region-blockgroup-header-links #block-menu-menu-top-menu {
  float: right;
  text-align: right;
  position: relative;
  top: -9px;
  padding: 0 8px 0 10px;
}

.header .region-blockgroup-header-links .block-locale:before,
.header .region-blockgroup-header-links #block-menu-menu-top-menu:before {
  content: "";
  width: 1px;
  height: 10px;
  background: #6e6e6e;
  position: absolute;
  top: 15px;
  left: 0;
}

@media only screen and (max-width: 768px) {
  .header .region-blockgroup-header-links .block-locale:before,
  .header .region-blockgroup-header-links #block-menu-menu-top-menu:before {
    display: none;
  }
}

.header .region-blockgroup-header-links .block-locale a,
.header .region-blockgroup-header-links #block-menu-menu-top-menu a {
  font-size: 10px;
  display: inline-block;
  vertical-align: bottom;
  line-height: 100%;
  position: relative;
  top: 2px;
  text-decoration: none;
}

.header .region-blockgroup-header-links .block-locale a:hover,
.header .region-blockgroup-header-links #block-menu-menu-top-menu a:hover {
  text-decoration: underline;
}

.header .region-blockgroup-header-links .block-toggle-font-color {
  padding-right: 0;
}

@media only screen and (max-width: 480px) {
  .header .region-blockgroup-header-links .block-toggle-font-color {
    display: none;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .header .region-blockgroup-header-links #block-menu-menu-top-menu,
  .header .region-blockgroup-header-links .block-locale {
    display: none;
  }
}

.header .region-blockgroup-header-links * {
  text-transform: uppercase;
  font-family: "open_sanssemibold";
  color: #6e6e6e;
}

.header .body-font-size {
  display: inline-block;
  vertical-align: bottom;
}

.header .body-font-size-1,
.header .body-font-size-2,
.header .body-font-size-3 {
  width: 14px;
  height: 15px;
  margin-left: 5px;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  color: #6e6e6e;
  cursor: pointer;
}

.header .body-font-size-1.active, .header .body-font-size-1:hover,
.header .body-font-size-2.active,
.header .body-font-size-2:hover,
.header .body-font-size-3.active,
.header .body-font-size-3:hover {
  background: #bbbcbe;
  color: white;
}

.header .body-font-size-1 {
  font-size: 10px;
  line-height: 100%;
  padding-top: 6px;
}

.header .body-font-size-2 {
  font-size: 14px;
  line-height: 100%;
  padding-top: 3px;
  background: none;
}

.header .body-font-size-3 {
  font-size: 16px;
  line-height: 100%;
  padding-top: 1px;
}

.header .body-color-1,
.header .body-color-2 {
  width: 9px;
  height: 9px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
}

.header .body-color-1 {
  background: #8e2321;
}

.header .body-color-2 {
  background: black;
}

.header .block-locale .language-switcher-locale-url {
  margin: 0;
  padding: 0;
  text-align: right;
}

.header .block-locale .language-switcher-locale-url li {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
  .header .header-inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header .header-logo {
    max-width: 145px;
  }
}

@media only screen and (max-width: 615px) {
  .i18n-es .header .region-blockgroup-header-links .block-toggle-font-color {
    display: none;
  }
}

@media only screen and (max-width: 510px) {
  .i18n-es .header .region-blockgroup-header-links .region-inner > #block-menu-menu-top-menu,
  .i18n-es .header .region-blockgroup-header-links .block-locale {
    display: none;
  }
}

@media only screen and (max-width: 565px) {
  .i18n-en .header .region-blockgroup-header-links .block-toggle-font-color {
    display: none;
  }
}

@media only screen and (max-width: 535px) {
  .i18n-en .header .region-blockgroup-header-links .region-inner > #block-menu-menu-top-menu,
  .i18n-en .header .region-blockgroup-header-links .block-locale {
    display: none;
  }
}

.footer {
  background: #383838;
  clear: both;
  width: 100%;
}

.footer .region-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .footer .region-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.footer .region-inner .region-inner {
  margin: 0;
  max-width: inherit;
  padding-left: 0;
  padding-right: 0;
}

.footer .region-blockgroup-footer-top {
  border-top: 1px solid white;
  padding: 67px 0 63px;
}

.footer .region-blockgroup-footer-bottom {
  border-top: 1px solid #616161;
  padding: 48px 0;
}

.footer .region-blockgroup-footer-bottom:before {
  content: '';
  display: table;
}

.footer .region-blockgroup-footer-bottom:after {
  content: '';
  display: table;
  clear: both;
}

.footer .copyright p,
.footer .design-author p {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
}

.footer .copyright p *,
.footer .design-author p * {
  font-size: inherit;
  font-weight: normal;
}

@media only screen and (min-width: 1100px) {
  .footer .copyright {
    float: left;
    width: 49%;
  }
  .footer .copyright p {
    text-align: left;
  }
  .footer .design-author {
    float: right;
    width: 49%;
  }
  .footer .design-author p {
    text-align: right;
  }
}

.footer .menu {
  margin: 0;
  padding: 0;
  text-align: center;
}

.footer .menu .js-wrap-all li {
  display: inline-block;
  vertical-align: top;
}

.footer .menu li {
  list-style: none;
  margin: 0 10px;
  display: block;
}

.footer .menu li a {
  text-decoration: none;
}

@media only screen and (min-width: 480px) and (max-width: 1100px) {
  .footer .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
}

@media only screen and (min-width: 1100px) {
  .footer .menu {
    text-align: left;
  }
  .footer .menu li {
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 0 0;
  }
}

.footer #block-menu-menu-secondary-menu {
  margin-bottom: 15px;
}

@media only screen and (min-width: 1100px) {
  .footer #block-menu-menu-secondary-menu .menu {
    width: 110%;
  }
}

.footer #block-menu-menu-secondary-menu .menu a {
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "open_sanssemibold";
  font-weight: normal;
  font-family: "open_sansregular";
}

.footer #block-menu-menu-secondary-menu .menu a * {
  font-size: inherit;
  font-weight: normal;
}

.footer #block-menu-menu-third-menu {
  margin-bottom: 9px;
}

@media only screen and (min-width: 1100px) {
  .footer #block-menu-menu-third-menu .menu {
    width: 110%;
  }
}

.footer #block-menu-menu-third-menu .menu a {
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
}

.footer #block-menu-menu-third-menu .menu a * {
  font-size: inherit;
  font-weight: normal;
}

.footer #block-menu-menu-third-menu .js-wrap-all {
  text-align: center;
  padding-bottom: 6px;
}

@media only screen and (min-width: 1100px) {
  .footer #block-menu-menu-third-menu .js-wrap-all {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-bottom: 0;
  }
}

.footer #block-menu-menu-third-menu .ico-facebook-white,
.footer #block-menu-menu-third-menu .ico-twitter-white,
.footer #block-menu-menu-third-menu .ico-youtube-white {
  margin: 0 20px;
}

@media only screen and (min-width: 1100px) {
  .footer #block-menu-menu-third-menu .ico-facebook-white,
  .footer #block-menu-menu-third-menu .ico-twitter-white,
  .footer #block-menu-menu-third-menu .ico-youtube-white {
    margin: 0 30px 0 0;
  }
}

.footer #block-menu-menu-third-menu .ico-facebook-white a,
.footer #block-menu-menu-third-menu .ico-twitter-white a,
.footer #block-menu-menu-third-menu .ico-youtube-white a {
  display: inline-block;
  vertical-align: top;
  text-indent: -99999px;
  background-position: 0;
  background-repeat: no-repeat;
  height: 20px;
  width: 30px;
}

@media only screen and (min-width: 1100px) {
  .footer #block-menu-menu-third-menu .ico-youtube-white {
    margin-right: 25px;
  }
}

.footer #block-menu-menu-third-menu .ico-facebook-white a {
  background-image: url(../img/ico-facebook-white.png);
  width: 15px;
}

.footer #block-menu-menu-third-menu .ico-twitter-white a {
  background-image: url(../img/ico-twitter-white.png);
}

.footer #block-menu-menu-third-menu .ico-youtube-white a {
  background-image: url(../img/ico-youtube-white.png);
}

.footer .update-content .views-row {
  margin: 0;
  text-align: center;
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
}

.footer .update-content .views-row * {
  font-size: inherit;
  font-weight: normal;
}

@media only screen and (min-width: 1100px) {
  .footer .update-content .views-row {
    text-align: left;
  }
}

.footer .update-content.update-content-value .views-row {
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
}

.footer .update-content.update-content-value .views-row * {
  font-size: inherit;
  font-weight: normal;
}

.footer .footer-thumbs {
  padding-top: 60px;
  margin: 0 auto;
  max-width: 420px;
  position: relative;
  z-index: 20;
}

@media only screen and (min-width: 1100px) {
  .footer .footer-thumbs {
    float: right;
    padding-top: 0;
  }
}

.footer .footer-thumbs .view-content {
  text-align: center;
}

@media only screen and (min-width: 1100px) {
  .footer .footer-thumbs .view-content {
    text-align: right;
  }
}

.footer .footer-thumbs .views-row {
  display: inline-block;
  vertical-align: top;
  margin: 0 5.5px 11px;
  height: 37px;
}

@media only screen and (min-width: 1100px) {
  .footer .footer-thumbs .views-row {
    float: right;
    margin: 0 0 11px 11px;
  }
}

.footer .footer-thumbs img {
  display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

modal-header:after,
.modal-footer:after {
  clear: both;
}

.block.simple-menu .menu {
  margin: 0;
  padding: 0;
}

.block.simple-menu .menu__item {
  list-style: none;
}

.block.simple-menu .menu__item a {
  font-family: "lustriaregular";
  font-size: 1.15em;
  color: #333333;
  border-bottom: 1px solid #d7d5d6;
  padding: 34px 75px 26px 0;
  line-height: 130%;
  text-decoration: none;
  display: block;
  position: relative;
}

.block.simple-menu .menu__item a:after {
  content: "+";
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
  position: absolute;
  width: 24px;
  height: 25px;
  padding: 4px 0 0 1px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: white;
  line-height: 17px;
}

.block.simple-menu .menu__item a:after:hover {
  background-color: #064e70;
}

.block.first-color .menu__item a:after {
  background: #8e2321;
}

.block.third-color .menu__item a:after {
  background: #C37B19;
}

.block.description-block p {
  font-size: 0.9em;
  color: #6e6e6e;
}

.block.breadcrumb-fake {
  background: #aaa9aa;
}

.block.breadcrumb-fake .content {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .block.breadcrumb-fake .content {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.block.breadcrumb-fake .block__title {
  color: white;
  text-decoration: none;
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
  font-size: 0.7em;
  font-family: "open_sansregular";
  text-align: center;
  padding: 12px 0 11px;
  margin: 0;
}

.block.breadcrumb-fake .block__title * {
  font-size: inherit;
  font-weight: normal;
}

#block-system-main-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 40;
  background: white;
  display: none;
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #block-system-main-menu {
    display: block !important;
    height: auto !important;
    position: static;
    top: auto;
    left: auto;
    float: right;
    clear: right;
    width: auto;
    margin-top: 5px !important;
  }
  #block-system-main-menu .menu__item {
    display: inline-block;
    vertical-align: top;
  }
}

#block-system-main-menu .handler {
  z-index: 30;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

#block-system-main-menu .handler * {
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

#block-system-main-menu .menu {
  margin: 0;
  padding: 0;
  text-align: right;
}

#block-system-main-menu .menu__item {
  list-style: none;
}

#block-system-main-menu .menu__item a {
  text-decoration: none;
  font-family: "open_sansbold";
  color: #6e6e6e;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  #block-system-main-menu .layout-center {
    padding-left: 0;
    padding-right: 0;
  }
  #block-system-main-menu .block-inner > .menu {
    padding: 0 20px;
  }
  #block-system-main-menu .block-inner > .menu .menu__item {
    text-align: left;
  }
  #block-system-main-menu .block-inner > .menu a {
    display: block;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item {
    text-align: left;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a {
    font-family: "open_sansbold";
    padding: 31px 0;
    font-size: 0.9em;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a:after {
    content: "";
    background: #8e2321;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item.is-collapsed---- > a:before {
    content: "";
    width: 18px;
    height: 11px;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    background: url(../img/arrow-white-top.png) no-repeat;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .handler {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .handler i {
    width: 18px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: url(../img/arrow-white-top.png) no-repeat 0 0;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item.open > .handler i {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu {
    margin-top: 24px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item {
    padding-left: 30px;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
    font-family: "open_sansbold";
    font-size: 0.75em;
    padding: 5px 0;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a.is-active-trail {
    color: #8e2321;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .handler {
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/iconmath-plus-small.png) no-repeat 100% 50%;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item.open > .handler {
    background-image: url(../img/iconmath-minus-small.png);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item {
    padding-left: 60px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a {
    font-family: "open_sansregular";
    font-size: 0.75em;
    padding: 10px 0 5px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a.is-active-trail, #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a:hover {
    color: #8e2321;
  }
  #block-system-main-menu .js-other-buttons {
    display: block;
    background-color: #bbbcbe;
    padding: 0 20px;
    position: relative;
    margin-top: -4px;
  }
  #block-system-main-menu .js-other-buttons > .block {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    float: none;
    padding: 0;
    top: auto;
  }
  #block-system-main-menu .js-other-buttons > .block:last-child ul > li {
    border: 0;
    margin: 0;
    padding-right: 0 !important;
  }
  #block-system-main-menu .js-other-buttons > .block ul,
  #block-system-main-menu .js-other-buttons > .block .body-font-size {
    padding: 31px 0 !important;
    margin-right: 0 !important;
    line-height: 100% !important;
  }
  #block-system-main-menu .js-other-buttons > .block ul > li,
  #block-system-main-menu .js-other-buttons > .block .body-font-size > li {
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px !important;
  }
  #block-system-main-menu .js-other-buttons > .block a {
    color: white;
    font-size: 10px !important;
    padding: 0 !important;
    display: inline-block !important;
    border: 0 !important;
    font-family: "open_sansregular" !important;
    vertical-align: bottom !important;
    top: -1px !important;
    font-weight: 100;
  }
  #block-system-main-menu .js-other-buttons > .block a::after {
    display: none !important;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 {
    display: none;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 a:hover {
    text-decoration: none;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-color-1,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-color-2 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 span {
    position: relative;
    top: -2px;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3 {
    background-color: white;
    position: relative;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1.active, #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:hover,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2.active,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:hover,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3.active,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:hover {
    background: none;
    color: #6e6e6e;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1.active:after, #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:hover:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2.active:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:hover:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3.active:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:hover:after {
    background: none;
  }
  #block-system-main-menu .js-other-buttons .language-switcher-locale-url li {
    display: block;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  #block-system-main-menu .layout-center {
    padding-left: 0;
    padding-right: 0;
  }
  #block-system-main-menu .block-inner > .menu {
    padding: 0 20px;
  }
  #block-system-main-menu .block-inner > .menu .menu__item {
    text-align: left;
  }
  #block-system-main-menu .block-inner > .menu a {
    display: block;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item {
    text-align: left;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a {
    font-family: "open_sansbold";
    padding: 31px 0;
    font-size: 0.9em;
    border-bottom: 1px solid #b8b8b8;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a:after {
    content: "";
    background: #8e2321;
    width: 40px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item.is-collapsed---- > a:before {
    content: "";
    width: 18px;
    height: 11px;
    display: block;
    position: absolute;
    top: 35px;
    right: 0;
    background: url(../img/arrow-white-top.png) no-repeat;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .handler {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 25px;
    right: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .handler i {
    width: 18px;
    height: 11px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    background: url(../img/arrow-white-top.png) no-repeat 0 0;
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item.open > .handler i {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu {
    margin-top: 24px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item {
    padding-left: 30px;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
    font-family: "open_sansbold";
    font-size: 0.75em;
    padding: 5px 0;
    position: relative;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a.is-active-trail {
    color: #8e2321;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .handler {
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/iconmath-plus-small.png) no-repeat 100% 50%;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item.open > .handler {
    background-image: url(../img/iconmath-minus-small.png);
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item {
    padding-left: 60px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a {
    font-family: "open_sansregular";
    font-size: 0.75em;
    padding: 10px 0 5px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a.is-active-trail, #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a:hover {
    color: #8e2321;
  }
  #block-system-main-menu .js-other-buttons {
    display: block;
    background-color: #bbbcbe;
    padding: 0 20px;
    position: relative;
    margin-top: -4px;
  }
  #block-system-main-menu .js-other-buttons > .block {
    display: inline-block;
    vertical-align: top;
    vertical-align: middle;
    float: none;
    padding: 0;
    top: auto;
  }
  #block-system-main-menu .js-other-buttons > .block:last-child ul > li {
    border: 0;
    margin: 0;
    padding-right: 0 !important;
  }
  #block-system-main-menu .js-other-buttons > .block ul,
  #block-system-main-menu .js-other-buttons > .block .body-font-size {
    padding: 31px 0 !important;
    margin-right: 0 !important;
    line-height: 100% !important;
  }
  #block-system-main-menu .js-other-buttons > .block ul > li,
  #block-system-main-menu .js-other-buttons > .block .body-font-size > li {
    border-right: 1px solid white;
    margin-right: 10px;
    padding-right: 10px !important;
  }
  #block-system-main-menu .js-other-buttons > .block a {
    color: white;
    font-size: 10px !important;
    padding: 0 !important;
    display: inline-block !important;
    border: 0 !important;
    font-family: "open_sansregular" !important;
    vertical-align: bottom !important;
    top: -1px !important;
    font-weight: 100;
  }
  #block-system-main-menu .js-other-buttons > .block a::after {
    display: none !important;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 {
    display: none;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 a:hover {
    text-decoration: none;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-color-1,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-color-2 {
    margin-top: 31px;
    margin-bottom: 31px;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 span {
    position: relative;
    top: -2px;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3 {
    background-color: white;
    position: relative;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: white;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1.active, #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:hover,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2.active,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:hover,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3.active,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:hover {
    background: none;
    color: #6e6e6e;
  }
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1.active:after, #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-1:hover:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2.active:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-2:hover:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3.active:after,
  #block-system-main-menu .js-other-buttons #block-block-1 .body-font-size-3:hover:after {
    background: none;
  }
  #block-system-main-menu .js-other-buttons .language-switcher-locale-url li {
    display: block;
    text-align: left;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #block-system-main-menu .block-inner > .menu * {
    text-align: left;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item {
    font-size: 14px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item:hover > a:after {
    display: none;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item:hover i.js-active {
    bottom: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item:hover > .menu {
    display: none;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 37px;
    position: relative;
    display: block;
    overflow: hidden;
    font-family: "open_sanssemibold";
    font-weight: normal;
    font-size: 1em;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a i.js-active {
    background: url(../img/arrow-active.png) no-repeat center #8e2321;
    width: 48px;
    height: 19px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -24px;
    bottom: -19px;
    -webkit-transition: 0.3s ease-out all;
    transition: 0.3s ease-out all;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > a:hover:after {
    display: block;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item.last > a {
    padding-right: 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu {
    background: white;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    padding-bottom: 100px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    z-index: 1;
    background: #8e2321;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center {
    position: relative;
    z-index: 30;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item {
    float: none;
    width: 1%;
    display: table-cell;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
    background: #8e2321;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
    color: white;
    padding: 20px 0;
    font-size: 0.8em;
    height: 64px;
    display: block;
    font-weight: 100;
    font-family: "open_sanssemibold";
    letter-spacing: 1px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu {
    background: white;
    display: block !important;
    height: auto !important;
    opacity: 1 !important;
    padding-top: 18px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item {
    float: none;
    display: block;
    padding: 7px 50px 7px 0;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a {
    background: white;
    display: block;
    padding: 0;
    line-height: 145%;
    font-size: 0.83em;
    letter-spacing: 1px;
  }
  #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > .menu > .menu__item > a:hover {
    color: #8e2321;
  }
  #block-system-main-menu .js-other-buttons {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  #block-system-main-menu .js-other-buttons {
    display: block;
    background-color: #bbbcbe;
    padding: 32px 20px;
    position: relative;
    margin-top: -4px;
  }
  #block-system-main-menu .js-other-buttons > .block ul,
  #block-system-main-menu .js-other-buttons > .block .body-font-size {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  #block-system-main-menu .js-other-buttons > .block ul > li,
  #block-system-main-menu .js-other-buttons > .block .body-font-size > li {
    border: 0;
    margin: 0;
  }
  #block-system-main-menu .js-other-buttons .body-color-1,
  #block-system-main-menu .js-other-buttons .body-color-2 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  #block-system-main-menu .js-other-buttons > .block {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #block-system-main-menu .block-inner > .menu > .multiline-dropdown > .menu {
    background: url(../img/submenu-border.png) #8e2321 repeat-x 0 1px;
    padding-bottom: 0;
  }
  #block-system-main-menu .block-inner > .menu > .multiline-dropdown > .menu:before {
    display: none;
  }
  #block-system-main-menu .block-inner > .menu > .multiline-dropdown > .menu > .layout-center > .menu__item {
    width: 20%;
    float: left;
    margin-bottom: 1px;
    height: 64px;
  }
  #block-system-main-menu .block-inner > .menu > .multiline-dropdown > .menu > .layout-center > .menu__item:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #block-system-main-menu .block-inner > .menu > .menu__item > a {
    font-size: 0.9em;
    padding-right: 0;
    padding-left: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 880px) {
  #block-system-main-menu .block-inner > .menu > .menu__item > a {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 615px) {
  .i18n-es #block-system-main-menu .js-other-buttons #block-block-1 {
    display: inline-block;
    vertical-align: middle;
  }
}

@media only screen and (max-width: 510px) {
  .i18n-en #block-system-main-menu .js-other-buttons #block-block-1 {
    display: inline-block;
    vertical-align: middle;
  }
}

#block-search-form {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 40;
  background: #eae9e9;
  max-height: 100px;
  display: none;
}

@media only screen and (min-width: 768px) {
  #block-search-form {
    max-height: 125px;
  }
}

#block-search-form form {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  #block-search-form form {
    padding-left: 12px;
    padding-right: 13px;
  }
}

#block-search-form .container-inline {
  position: relative;
}

#block-search-form .form-item {
  padding-left: 70px;
  padding-right: 15px;
  margin: 10px 0;
}

@media only screen and (min-width: 768px) {
  #block-search-form .form-item {
    margin: 25px 0;
  }
}

#block-search-form .form-text {
  background: #eae9e9;
  border: 0;
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 10;
}

#block-search-form .form-text::-webkit-input-placeholder {
  color: #6e6e6e;
  opacity: 1;
}

#block-search-form .form-text::-moz-placeholder {
  color: #6e6e6e;
  opacity: 1;
}

#block-search-form .form-text:-ms-input-placeholder {
  color: #6e6e6e;
  opacity: 1;
}

#block-search-form .form-text::placeholder {
  color: #6e6e6e;
  opacity: 1;
}

#block-search-form .form-text:focus {
  outline: 0;
}

#block-search-form .form-submit {
  background: url(../img/search-input.png) no-repeat 50%;
  border: 0;
  padding: 30px;
  overflow: hidden;
  width: 0;
  height: 0;
  position: absolute;
  top: 11px;
  left: 0;
  z-index: 30;
}

#block-search-form .search-close {
  background: url(../img/search-close.png) no-repeat 50%;
  height: 10px;
  width: 10px;
  cursor: pointer;
  position: absolute;
  top: 36px;
  right: 0;
  z-index: 30;
}

.block-fancy img {
  display: block;
}

.block-fancy#block-bean-atencin-al-ciudadano .block-inner {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.block-fancy#block-bean-atencin-al-ciudadano img, .block-fancy#block-bean-atencin-al-ciudadano p {
  cursor: pointer;
}

.block-fancy#block-bean-lnea-gratuita-nacional .block__title {
  max-width: 225px;
}

.block-fancy.block-fancy-icon {
  position: relative;
  margin-bottom: 48px;
  padding-right: 20px;
}

.block-fancy.block-fancy-icon .block-inner {
  padding-left: 70px;
}

.block-fancy.block-fancy-icon .field-type-image {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .block-fancy.block-fancy-icon .field-type-image {
    left: 24px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .block-fancy.block-fancy-icon {
    width: 33%;
    float: left;
    margin-bottom: 0;
    padding-top: 70px;
    padding-right: 24px;
  }
  .block-fancy.block-fancy-icon .block-inner {
    padding-left: 24px;
  }
}

@media only screen and (min-width: 768px) {
  .block-fancy.block-fancy-icon {
    width: 33%;
    float: left;
    margin-bottom: 0;
    padding-right: 35px;
  }
}

.block-fancy.block-fancy-icon .block__title {
  color: white;
  font-size: 0.9em;
  line-height: 125%;
  text-transform: uppercase;
  font-family: "open_sansbold";
  font-weight: normal;
  text-decoration: none;
  color: white;
}

.block-fancy.block-fancy-icon .block__title * {
  font-size: inherit;
  font-weight: normal;
}

.block-fancy.block-fancy-icon .block__title a {
  color: white;
  text-decoration: none;
}

.block-fancy.block-fancy-icon .field-type-text-long {
  color: white;
  font-size: 0.8em;
  line-height: 145%;
  font-family: "open_sansregular";
  font-weight: normal;
}

.block-fancy.block-fancy-icon .field-type-text-long * {
  font-size: inherit;
  font-weight: normal;
}

.block-fancy.block-fancy-icon#block-bean-ubicacin-oficina {
  margin-bottom: 0;
}

.block-fancy.block-fancy-formal.block-views {
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  .block-fancy.block-fancy-formal.block-views {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.block-fancy.block-fancy-formal.block-views .field-section {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 0.65em;
  margin-bottom: 15px;
  line-height: 100%;
  font-weight: 700;
}

.block-fancy.block-fancy-formal.block-views .views-field-title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  margin-bottom: 18px;
  white-space: nowrap;
}

.block-fancy.block-fancy-formal.block-views .views-field-title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

@media only screen and (max-width: 768px) {
  .block-fancy.block-fancy-formal.block-views .views-field-title {
    font-size: 1.5em;
  }
}

.block-fancy.block-fancy-formal.block-views .views-field-title a {
  text-decoration: none;
}

.block-fancy.block-fancy-formal.block-views .views-field-field-pcr-description {
  margin-bottom: 40px;
}

.block-fancy.block-fancy-formal.block-views .views-field-field-pcr-description p {
  color: #6e6e6e;
  font-size: 1em;
  line-height: 165%;
  font-family: "open_sanslight";
  font-weight: normal;
}

.block-fancy.block-fancy-formal.block-views .views-field-field-pcr-description p * {
  font-size: inherit;
}

@media only screen and (min-width: 768px) {
  .block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(1) {
    padding-right: 40px;
  }
  .block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(2) {
    padding-left: 40px;
  }
}

.block-fancy.block-fancy-formal.block-views .owl-controls .owl-page.active span {
  background: #8e2321;
}

.block-fancy.block-fancy-formal.block-views .owl-controls .owl-page span {
  border-radius: 0;
  background: #d7d5d6;
}

.block-fancy.block-fancy-formal.block-views .owl-buttons {
  display: none;
}

.block-fancy.block-fancy-formal.block-views .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.block-fancy.block-fancy-formal.block-views .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 768px) {
  .block-fancy.block-fancy-formal.block-views .owl-wrapper {
    width: 100% !important;
    z-index: 10;
  }
  .block-fancy.block-fancy-formal.block-views .owl-item {
    width: 33% !important;
    padding-right: 60px;
    padding-left: 40px;
  }
}

.block-fancy.block-fancy-formal.block-views .owl-item {
  float: left;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(1) .views-field-title a {
  color: #8e2321;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(1) .views-field-view-node a {
  background-color: #8e2321;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(1) .views-field-view-node a:hover {
  background-color: #651917;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(2) .views-field-title a {
  color: #0081bc;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(3) .views-field-title a {
  color: #C37B19;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(3) .views-field-view-node a {
  background-color: #C37B19;
}

.block-fancy.block-fancy-formal.block-views .owl-item:nth-of-type(3) .views-field-view-node a:hover {
  background-color: #945b0b;
}

.block-fancy.block-fancy-formal {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px;
  box-sizing: content-box;
}

@media only screen and (min-width: 480px) {
  .block-fancy.block-fancy-formal {
    padding-left: 40px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .block-fancy.block-fancy-formal {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-fancy.block-fancy-formal:before, .block-fancy.block-fancy-formal:after {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  right: 100%;
  top: 0;
}

.block-fancy.block-fancy-formal:after {
  display: none;
  left: 100%;
  right: auto;
}

@media only screen and (max-width: 768px) {
  .block-fancy.block-fancy-formal:after {
    display: block;
  }
}

.block-fancy.block-fancy-formal .block__title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  margin-bottom: 18px;
  white-space: nowrap;
  color: white;
}

.block-fancy.block-fancy-formal .block__title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

@media only screen and (max-width: 768px) {
  .block-fancy.block-fancy-formal .block__title {
    font-size: 1.5em;
  }
}

.block-fancy.block-fancy-formal .block__title a {
  text-decoration: none;
}

.block-fancy.block-fancy-formal.first-color {
  background-color: #8e2321;
}

.block-fancy.block-fancy-formal.first-color:before, .block-fancy.block-fancy-formal.first-color:after {
  background-color: #8e2321;
}

.block-fancy.block-fancy-formal.second-color {
  background-color: #0081bc;
  padding-left: 0;
  padding-right: 0;
}

.block-fancy.block-fancy-formal.third-color {
  background-color: #C37B19;
  padding-left: 20px;
  padding-right: 20px;
}
.block-fancy.block-fancy-formal.third-color:after {
  background-color: #C37B19;
}


@media only screen and (min-width: 480px) {
  .block-fancy.block-fancy-formal.second-color {
    padding-left: 30px;
    padding-right: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .block-fancy.block-fancy-formal.second-color {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.block-fancy.block-fancy-formal.second-color:before {
  background-color: #0081bc;
  right: auto;
  left: 100%;
}

.block-fancy.block-fancy-formal.second-color:after {
  display: none;
  left: auto;
  right: 100%;
  background-color: #0081bc;
}

@media only screen and (max-width: 768px) {
  .block-fancy.block-fancy-formal.second-color:after {
    display: block;
  }
}

.block-fancy.block-fancy-formal p {
  color: white;
}

.block-fancy.block-fancy-mozaic .view-content {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .block-fancy.block-fancy-mozaic .view-content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .block-fancy.block-fancy-mozaic .view-content:before {
    content: '';
    display: table;
  }
  .block-fancy.block-fancy-mozaic .view-content:after {
    content: '';
    display: table;
    clear: both;
  }
}

@media only screen and (min-width: 820px) and (max-width: 1024px) {
  .block-fancy.block-fancy-mozaic .view-content {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
  }
}

.block-fancy.block-fancy-mozaic .views-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 410px;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
  position: relative;
}

.block-fancy.block-fancy-mozaic .views-row .views-row-inner {
  height: auto;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .block-fancy.block-fancy-mozaic .views-row .views-row-inner {
    height: 790px;
  }
}

.block-fancy.block-fancy-mozaic .views-fieldset {
  padding: 35px;
}

.block-fancy.block-fancy-mozaic .views-field-type {
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
  font-family: "open_sansbold";
  color: #6e6e6e;
  margin-bottom: 30px;
}

.block-fancy.block-fancy-mozaic .views-field-type * {
  font-size: inherit;
  font-weight: normal;
}

.block-fancy.block-fancy-mozaic .views-field-title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  color: #333333;
  margin-bottom: 30px;
}

.block-fancy.block-fancy-mozaic .views-field-title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

.block-fancy.block-fancy-mozaic .views-field-title * {
  color: #333333;
  text-decoration: none;
}

.block-fancy.block-fancy-mozaic .views-field-body p {
  color: #6e6e6e;
  font-size: 1em;
  line-height: 165%;
  font-family: "open_sanslight";
  font-weight: normal;
}

.block-fancy.block-fancy-mozaic .views-field-body p * {
  font-size: inherit;
}

.block-fancy.block-fancy-mozaic .views-field-view-node {
  position: absolute;
  bottom: 35px;
  left: 50px;
}

.block-fancy.block-fancy-mozaic .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.block-fancy.block-fancy-mozaic .views-field-view-node a:hover {
  background-color: #064e70;
}

.block-fancy.block-fancy-mozaic img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .block-fancy.block-fancy-mozaic .js-numbered-1,
  .block-fancy.block-fancy-mozaic .js-numbered-4 {
    float: left;
  }
  .block-fancy.block-fancy-mozaic .js-numbered-2,
  .block-fancy.block-fancy-mozaic .js-numbered-3,
  .block-fancy.block-fancy-mozaic .js-numbered-5 {
    float: right;
  }
}

.block-fancy.block-fancy-textual .content,
.block-fancy.block-fancy-textual .view-content, .block-fancy.view-fancy-textual .content,
.block-fancy.view-fancy-textual .view-content {
  padding: 35px;
}

.block-fancy.block-fancy-textual {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 410px;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
  height: 410px;
  overflow: hidden;
  position: relative;
}

.block-fancy.block-fancy-textual p {
  color: #bbbcbe;
  font-size: 1.3em;
  line-height: 165%;
  font-family: "lustriaregular";
  font-weight: normal;
  text-align: center;
  color: white;
}

.block-fancy.block-fancy-textual p * {
  font-size: inherit;
  font-weight: normal;
}

.block-fancy.block-fancy-textual p a {
  color: white;
}

.block-fancy.block-fancy-textual.centered p {
  text-align: center;
}

.block-fancy.block-fancy-textual img {
  margin: 0 auto;
}

.block-fancy.view-fancy-textual .views-row {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 410px;
  padding: 0 15px;
  margin-bottom: 30px;
  text-align: left;
  height: 410px;
  overflow: hidden;
}

.block-fancy.view-fancy-textual img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.block-fancy.block-fancy-textual .content,
.block-fancy.block-fancy-textual .views-row-inner, .block-fancy.view-fancy-textual .content,
.block-fancy.view-fancy-textual .views-row-inner {
  position: relative;
  z-index: 5;
}

.block-fancy.block-fancy-textual .field-name-field-bean-home-image,
.block-fancy.block-fancy-textual .views-field-field-image, .block-fancy.view-fancy-textual .field-name-field-bean-home-image,
.block-fancy.view-fancy-textual .views-field-field-image {
  display: none;
}

.block-fancy.block-fancy-textual .field-name-field-bean-home-image + *,
.block-fancy.block-fancy-textual .views-field-field-image + *, .block-fancy.view-fancy-textual .field-name-field-bean-home-image + *,
.block-fancy.view-fancy-textual .views-field-field-image + * {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/*
FIELDS:
.field-name-title
.field-name-body
.field-name-node-link
*/
#block-views-slider-home-block {
  position: relative;
  overflow: hidden;
}

@media only screen and (orientation: portrait) {
  .ipad #block-views-slider-home-block .group-text-content .group-inner-2 {
    max-width: inherit !important;
  }
}

#block-views-slider-home-block .group-text-content {
  position: absolute;
  top: 20px;
  z-index: 30;
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .group-text-content {
    max-height: 275px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #block-views-slider-home-block .group-text-content {
    max-width: 83.72%;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 425px;
  }
}

@media only screen and (min-width: 768px) {
  #block-views-slider-home-block .group-text-content {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 425px;
    background: none;
  }
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  #block-views-slider-home-block .group-text-content {
    width: 100%;
  }
}

#block-views-slider-home-block .group-text-content .group-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  #block-views-slider-home-block .group-text-content .group-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  #block-views-slider-home-block .group-text-content .group-inner {
    padding-left: 41px;
    padding-right: 0;
  }
}

#block-views-slider-home-block .group-text-content .group-inner-2 {
  padding: 65px 40px 40px 0;
  height: 425px;
  position: relative;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  #block-views-slider-home-block .group-text-content .group-inner-2 {
    max-width: 70%;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  #block-views-slider-home-block .group-text-content .group-inner-2 {
    max-width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .group-text-content .group-inner-2 {
    padding-right: 0;
    padding-top: 48px;
    padding-bottom: 0;
    height: 276px;
  }
}

@media only screen and (min-width: 768px) {
  #block-views-slider-home-block .group-text-content .group-inner-2 {
    background: rgba(255, 255, 255, 0.85);
    max-width: 50%;
  }
}

#block-views-slider-home-block .group-text-content .group-inner-2::after {
  content: "";
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  right: 100%;
  top: 0;
  width: 100px;
  height: 100%;
  display: none;
}

@media only screen and (min-width: 768px) {
  #block-views-slider-home-block .group-text-content .group-inner-2::after {
    display: block;
  }
}

#block-views-slider-home-block .owl-controls {
  display: none !important;
}

#block-views-slider-home-block .owl-item {
  overflow: hidden;
}

#block-views-slider-home-block .owl-buttons {
  text-align: right;
  padding-top: 32px;
  position: absolute;
  bottom: 46px;
  right: 40px;
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .owl-buttons {
    padding-top: 0;
    position: absolute;
    bottom: -60px;
    right: 0;
    left: auto;
  }
}

#block-views-slider-home-block .owl-prev {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 0;
  padding-top: 48px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-image: url(../img/arrow-left-1.png);
}

#block-views-slider-home-block .owl-prev:hover {
  background-color: #d8d8d8;
}

#block-views-slider-home-block .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 0;
  padding-top: 48px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-image: url(../img/arrow-right-1.png);
  margin-left: 8px;
}

#block-views-slider-home-block .owl-next:hover {
  background-color: #d8d8d8;
}

#block-views-slider-home-block .field-name-field-categoria-text {
  color: #6e6e6e;
  text-transform: uppercase;
  font-size: 0.65em;
  margin-bottom: 15px;
  line-height: 100%;
  font-weight: 700;
}

#block-views-slider-home-block .field-name-title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  font-size: 1.7em;
}

#block-views-slider-home-block .field-name-title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

#block-views-slider-home-block .field-name-title h2 {
  font-size: inherit;
  color: #8e2321;
}

#block-views-slider-home-block .field-name-body {
  max-width: 85%;
  letter-spacing: 0;
  margin-bottom: 25px;
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .field-name-body {
    max-width: 100%;
  }
  #block-views-slider-home-block .field-name-body.js-font-size-reduced {
    margin-top: -8px;
    margin-bottom: 10px;
    max-height: 97px;
    overflow-y: scroll;
  }
  #block-views-slider-home-block .field-name-body.js-font-size-reduced p {
    font-size: .79em;
    line-height: 130%;
  }
}

#block-views-slider-home-block .field-name-body p {
  color: #6e6e6e;
  font-size: 1em;
  line-height: 165%;
  font-family: "open_sanslight";
  font-weight: normal;
  font-family: "open_sansregular";
  color: #6d6d6d;
  margin: 0;
}

#block-views-slider-home-block .field-name-body p * {
  font-size: inherit;
}

#block-views-slider-home-block .field-name-node-link a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  font-size: 0.81em;
  padding: 1.5em 3.8em;
}

#block-views-slider-home-block .field-name-node-link a:hover {
  background-color: #7b2423;
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .field-name-node-link a {
    font-size: 0.75em;
    padding: 0.7em 2.5em;
  }
}

#block-views-slider-home-block .field-name-field-slider-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: none;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #block-views-slider-home-block .field-name-field-slider-image img {
    height: 540px;
  }
}

@media only screen and (min-width: 1350px) {
  #block-views-slider-home-block .field-name-field-slider-image img {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  #block-views-slider-home-block .field-name-field-slider-image img {
    height: 540px;
    width: auto;
    max-width: inherit;
    position: relative;
  }
}

@media only screen and (max-width: 480px) {
  #block-views-slider-home-block .field-name-field-slider-image img {
    height: 365px;
  }
}

.sidebar-menu {
  margin-bottom: 2em;
}

@media (min-width: 1000px) {
  .sidebar-menu {
    display: block;
  }
}

.sidebar-menu .block-inner > .menu {
  padding: 0;
  margin: 0;
}

.sidebar-menu .block-inner > .menu .menu__item {
  text-align: left;
  overflow: hidden;
}

.sidebar-menu .block-inner > .menu a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #6e6e6e;
}

.sidebar-menu .block-inner > .menu > .menu__item {
  text-align: left;
  list-style: none;
}

.sidebar-menu .block-inner > .menu > .menu__item.open > a::before, .sidebar-menu .block-inner > .menu > .menu__item.is-expanded > a::before, .sidebar-menu .block-inner > .menu > .menu__item.is-collapsed > a::before {
  display: block;
}

.sidebar-menu .block-inner > .menu > .menu__item.is-leaf.active-trail a {
  color: #8e2321;
}

.sidebar-menu .block-inner > .menu > .menu__item.first a {
  padding-top: 0;
}

.sidebar-menu .block-inner > .menu > .menu__item.first a:before {
  top: 6px;
}

.sidebar-menu .block-inner > .menu > .menu__item.is-active-trail > .menu {
  display: block;
}

.sidebar-menu .block-inner > .menu > .menu__item.open > a::before {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.sidebar-menu .block-inner > .menu > .menu__item.open > .menu > .menu__item {
  margin-left: 0;
}

.sidebar-menu .block-inner > .menu > .menu__item > a {
  font-family: "open_sansbold";
  font-weight: normal;
  padding: 31px 10px 31px 0;
  font-size: 0.9em;
  border-bottom: 1px solid #b8b8b8;
  position: relative;
  cursor: pointer;
}

.sidebar-menu .block-inner > .menu > .menu__item > a::before {
  content: "";
  width: 18px;
  height: 11px;
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../img/arrow-white-top.png) no-repeat 0 0;
}

.sidebar-menu .block-inner > .menu > .menu__item > a::after {
  content: "";
  background: #8e2321;
  width: 40px;
  height: 2px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu {
  margin-top: 24px;
  padding: 0;
  display: none;
}

.is-active-trail .sidebar-menu .block-inner > .menu > .menu__item > .menu {
  display: block;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item {
  padding-left: 30px;
  list-style: none;
  margin-left: -100%;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background: url("../img/bullet-icon.png") no-repeat 0 10px;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > a {
  font-family: "open_sanssemibold";
  font-weight: normal;
  font-size: 0.75em;
  padding: 5px 0;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > a:hover, .sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > a.active {
  color: #8e2321;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item {
  padding-left: 60px;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > a {
  font-family: "open_sansregular";
  font-size: 0.75em;
  padding: 10px 0 5px;
}

.sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > .menu > .menu__item > a:hover {
  color: #8e2321;
}

.breadcrumb,
.block-easy-breadcrumb {
  background: #aaa9aa;
}

.breadcrumb .field-items,
.block-easy-breadcrumb .field-items {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .breadcrumb .field-items,
  .block-easy-breadcrumb .field-items {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.breadcrumb .breadcrumb__list,
.breadcrumb .easy-breadcrumb,
.block-easy-breadcrumb .breadcrumb__list,
.block-easy-breadcrumb .easy-breadcrumb {
  text-align: center;
  padding: 5px 0 6px;
}

.breadcrumb .breadcrumb__list .breadcrumb__item,
.breadcrumb .breadcrumb__list a, .breadcrumb .breadcrumb__list span,
.breadcrumb .easy-breadcrumb .breadcrumb__item,
.breadcrumb .easy-breadcrumb a,
.breadcrumb .easy-breadcrumb span,
.block-easy-breadcrumb .breadcrumb__list .breadcrumb__item,
.block-easy-breadcrumb .breadcrumb__list a,
.block-easy-breadcrumb .breadcrumb__list span,
.block-easy-breadcrumb .easy-breadcrumb .breadcrumb__item,
.block-easy-breadcrumb .easy-breadcrumb a,
.block-easy-breadcrumb .easy-breadcrumb span {
  color: white;
  text-decoration: none;
  color: white;
  font-size: 0.6em;
  text-transform: uppercase;
  font-family: "open_sanslight";
  font-weight: normal;
  line-height: 100%;
  font-size: 0.7em;
  font-family: "open_sansregular";
}

.breadcrumb .breadcrumb__list .breadcrumb__item *,
.breadcrumb .breadcrumb__list a *, .breadcrumb .breadcrumb__list span *,
.breadcrumb .easy-breadcrumb .breadcrumb__item *,
.breadcrumb .easy-breadcrumb a *,
.breadcrumb .easy-breadcrumb span *,
.block-easy-breadcrumb .breadcrumb__list .breadcrumb__item *,
.block-easy-breadcrumb .breadcrumb__list a *,
.block-easy-breadcrumb .breadcrumb__list span *,
.block-easy-breadcrumb .easy-breadcrumb .breadcrumb__item *,
.block-easy-breadcrumb .easy-breadcrumb a *,
.block-easy-breadcrumb .easy-breadcrumb span * {
  font-size: inherit;
  font-weight: normal;
}

@media only screen and (max-width: 480px) {
  .breadcrumb .easy-breadcrumb_segment,
  .breadcrumb .easy-breadcrumb_segment-separator,
  .block-easy-breadcrumb .easy-breadcrumb_segment,
  .block-easy-breadcrumb .easy-breadcrumb_segment-separator {
    display: none;
  }
  .breadcrumb .previous-js,
  .block-easy-breadcrumb .previous-js {
    display: block;
  }
  .breadcrumb .previous-js::before,
  .block-easy-breadcrumb .previous-js::before {
    content: "< ";
  }
}

.listado-teaser.listado-textual .views-row {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.listado-teaser.listado-textual .views-row::before, .listado-teaser.listado-textual .views-row::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: inherit;
  border-top: 1px solid #d7d5d6;
  position: absolute;
  top: -1px;
  left: 100%;
}

.listado-teaser.listado-textual .views-row::before {
  left: auto;
  right: 100%;
}

.listado-teaser.listado-textual .views-row:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.listado-teaser.listado-textual .views-row:last-child::after, .listado-teaser.listado-textual .views-row:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.listado-teaser.listado-textual .views-row:nth-child(odd) {
  background-color: #f2f2f2;
}

.listado-teaser.listado-textual .views-row:nth-child(even) {
  background-color: white;
}

.listado-teaser.listado-textual .views-row .views-row-inner {
  position: relative;
}

.listado-teaser.listado-textual .views-row .views-field-created {
  font-family: "open_sansbold_italic";
  font-weight: 300;
  font-size: 0.65em;
  color: #6e6e6e;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row .views-field-created {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.listado-teaser.listado-textual .views-row .views-field-title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row .views-field-title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.listado-teaser.listado-textual .views-row .views-field-title h2, .listado-teaser.listado-textual .views-row .views-field-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.listado-teaser.listado-textual .views-row .views-field-body {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.listado-teaser.listado-textual .views-row .views-field-body p {
  margin: 0;
}

.listado-teaser.listado-textual .views-row .null {
  float: left;
  margin-right: 40px;
}

.listado-teaser.listado-textual .views-row .views-field-view-node {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .listado-teaser.listado-textual .views-row .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .listado-teaser.listado-textual .views-row .views-field-view-node {
    padding-top: 40px;
  }
}

.listado-teaser.listado-textual .views-row .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.listado-teaser.listado-textual .views-row .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row .views-field-created + .views-field-title + .views-field-view-node {
    /*
			http://fdn.seedlabs.co/es/contratos/contratos-de-a%C3%B1os-anteriores
			http://fdn.seedlabs.co/es/contratos/proceso-en-curso-y-licitaciones
			http://fdn.seedlabs.co/es/contratos/contratos-activos

			*/
  }
}

.listado-teaser.listado-textual .views-row .views-field-view-node {
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .listado-teaser.listado-textual .views-row .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.listado-teaser.listado-textual .views-row .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.listado-teaser.listado-textual .views-row .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .listado-teaser.listado-textual .views-row::before {
    display: none;
  }
}

.view-advanced-class.listado-galeria .views-field-field-video-upload video {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
}

.view-advanced-class.listado-galeria .views-field-field-video-from-youtube iframe {
  display: block;
  width: 100%;
  height: auto;
  min-height: 250px;
}

.view-advanced-class.listado-galeria .views-fieldset {
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  background-color: #f2f2f2;
  border: 0;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 650px) {
  .view-advanced-class.listado-galeria .views-fieldset {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-title h2, .view-advanced-class.listado-galeria .views-fieldset .views-field-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-body {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-body p {
  margin: 0;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-image {
  float: left;
  margin-right: 40px;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    padding-top: 40px;
  }
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (max-width: 480px) {
  .view-advanced-class.listado-galeria .views-fieldset {
    height: auto !important;
    padding-bottom: 26px !important;
    padding-top: 26px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .view-advanced-class.listado-galeria .views-fieldset {
    padding: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .view-advanced-class.listado-galeria .views-fieldset {
    padding: 50px 30px;
  }
}

.view-advanced-class.listado-galeria .views-fieldset:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 12px 12.5px;
  border-color: transparent transparent #f2f2f2;
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-title {
  line-height: 125%;
  font-size: 1.8em;
  /*@media only screen and (min-width: 1200px) {
					line-height: 125%;
				}*/
}

@media only screen and (max-width: 1200px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-title {
    font-size: 1.3em;
    line-height: 125%;
    max-width: none !important;
  }
}

.view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
  top: 20px;
  right: 20px;
  position: absolute;
  bottom: 0;
}

@media only screen and (max-width: 1200px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: auto;
    top: auto;
    padding: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    padding-top: 37px;
  }
}

.view-advanced-class.listado-galeria .views-fieldset:after {
  display: none;
}

.view-advanced-class.listado-galeria .view-content:before {
  content: '';
  display: table;
}

.view-advanced-class.listado-galeria .view-content:after {
  content: '';
  display: table;
  clear: both;
}

.view-advanced-class.listado-galeria .view-content:before {
  content: "";
  display: table;
}

.view-advanced-class.listado-galeria .view-content:after {
  content: "";
  display: table;
  clear: both;
}

.view-advanced-class.listado-galeria .views-row {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 30px;
}

.view-advanced-class.listado-galeria .views-row:before {
  content: '';
  display: table;
}

.view-advanced-class.listado-galeria .views-row:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 800px) {
  .view-advanced-class.listado-galeria .views-row {
    margin-bottom: 50px;
  }
  .view-advanced-class.listado-galeria .views-row.views-row-odd {
    clear: left;
    float: left;
    width: 47.5%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria .views-row.views-row-odd {
    clear: right;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria .views-row.views-row-odd {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .view-advanced-class.listado-galeria .views-row.views-row-even {
    float: left;
    width: 47.5%;
    margin-left: 52.5%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria .views-row.views-row-even {
    float: right;
    margin-right: 52.5%;
    margin-left: -100%;
  }
}

.view-advanced-class.listado-galeria img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

@media only screen and (max-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns img {
  width: 100%;
  max-width: 100%;
  /*
			@media only screen and (max-width: $mobile) {
				width: 100%;
				max-width: 100%;
			}*/
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row {
  width: 100%;
  width: 364px !important;
  margin-bottom: 27px;
}

@media only screen and (max-width: 480px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row {
    height: auto !important;
    width: 100% !important;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row:before {
    content: '';
    display: table;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row:after {
    content: '';
    display: table;
    clear: both;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-row-inner {
  height: 100%;
  min-height: inherit;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan {
  height: 280px !important;
  /*
				height: 380px;

				@media only screen and (max-width: $mobile) {
					height: 280px !important;
				}
				*/
}

@media only screen and (min-width: 768px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan {
    height: 360px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan {
    height: 380px !important;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset {
  background: none;
  min-height: inherit;
  height: 100% !important;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset:before, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset:before, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset:before {
  display: none;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset .views-field-view-node, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset .views-field-view-node, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset .views-field-view-node {
  /*top: auto;
						bottom: 56px;
						position: absolute;*/
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset .views-field-view-node a, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset .views-field-view-node a, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset .views-field-view-node a {
  background-color: white;
}

@media only screen and (max-width: 650px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset .views-field-view-node, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset .views-field-view-node, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset .views-field-view-node {
    height: 110px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-field-title, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-field-title, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-field-title {
  display: block !important;
  color: white;
}

@media only screen and (min-width: 480px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-field-title, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-field-title, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-field-title {
    padding-top: 33px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-field-title a, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-field-title a, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-field-title a {
  color: white;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo {
  background-color: #8e2321;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset .views-field-view-node a {
  color: #8e2321;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-fieldset .views-field-view-node a:hover {
  color: #3b0f0e;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón {
  background-color: #c37b00;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset .views-field-view-node a {
  color: #c37b00;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-fieldset .views-field-view-node a:hover {
  color: #5d3b00;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan {
  background-color: #0081bc;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset .views-field-view-node a {
  color: #0081bc;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-fieldset .views-field-view-node a:hover {
  color: #003b56;
}

@media (min-width: 768px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row {
    max-width: 380px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset {
  height: 100px;
  min-height: auto;
  display: table;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 55px;
}

@media only screen and (min-width: 768px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset {
    height: 125px;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset {
    height: 135px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset::before {
  right: 20px;
  border-width: 0 17.5px 12px;
}

@media only screen and (min-width: 650px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset::before {
    right: 30px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-fieldset .views-field-title {
  display: table-cell;
  vertical-align: middle;
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .title,
.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-title {
  font-size: 1.6em;
}

@media (min-width: 768px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .title,
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-title {
    font-size: 1.8em;
  }
}

@media (min-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .title,
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-title {
    font-size: 2.1em;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-view-node {
  position: absolute;
  right: 0;
  padding-top: 0;
  top: auto;
  bottom: 0;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-view-node {
    height: 125px;
  }
}

@media only screen and (min-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-view-node {
    height: 135px;
  }
}

.view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-view-node a {
  width: 24px;
  height: 24px;
  padding: 4px 0px 0 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 23px;
  margin: auto;
}

@media only screen and (min-width: 650px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row .views-field-view-node a {
    right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row {
    margin-bottom: 27px;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row-odd, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row-even {
    clear: none;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(2n+1) {
    clear: left;
    float: left;
    width: 49%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(2n+1) {
    clear: right;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(2n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(2n+2) {
    float: left;
    width: 49%;
    margin-left: 51%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(2n+2) {
    float: right;
    margin-right: 51%;
    margin-left: -100%;
  }
}

@media only screen and (min-width: 1201px) {
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row {
    width: 380px !important;
    margin-bottom: 27px;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row-odd, .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row-even {
    clear: none;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+1) {
    clear: left;
    float: left;
    width: 32%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+1) {
    clear: right;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+2) {
    float: left;
    width: 32%;
    margin-left: 34%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+2) {
    float: right;
    margin-right: 34%;
    margin-left: -100%;
  }
  .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+3) {
    float: left;
    width: 32%;
    margin-left: 68%;
    margin-right: -100%;
  }
  [dir="rtl"] .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.views-row:nth-of-type(3n+3) {
    float: right;
    margin-right: 68%;
    margin-left: -100%;
  }
}

.webform-client-form, #block-fdn-widget-contact-fdn-form {
  margin-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .webform-client-form .webform-component-file label, #block-fdn-widget-contact-fdn-form .webform-component-file label {
    padding-right: 4em;
  }
}

.webform-client-form .form-item, #block-fdn-widget-contact-fdn-form .form-item {
  margin-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .webform-client-form .form-item, #block-fdn-widget-contact-fdn-form .form-item {
    margin-bottom: 25px;
  }
}

.webform-client-form .webform-component--por-que-quieres-formar-parte-del-fdn textarea, #block-fdn-widget-contact-fdn-form .webform-component--por-que-quieres-formar-parte-del-fdn textarea {
  padding-bottom: 55px;
}

.webform-client-form .webform-component--seleccionar-archivo, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo {
  margin-top: -62px;
}

.webform-client-form .webform-component--seleccionar-archivo .form-managed-file, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .form-managed-file {
  margin-right: 15px;
  display: inline;
}

@media only screen and (max-width: 535px) {
  .webform-client-form .webform-component--seleccionar-archivo .form-managed-file, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .form-managed-file {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
  .webform-client-form .webform-component--seleccionar-archivo .form-managed-file, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .form-managed-file {
    display: block;
  }
}

.webform-client-form .webform-component--seleccionar-archivo .description, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .description {
  position: relative;
  display: inline;
  top: 6px;
  font-family: "open_sanssemibold";
  color: #6d6d6d;
}

@media only screen and (max-width: 535px) {
  .webform-client-form .webform-component--seleccionar-archivo .description, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .description {
    display: block;
  }
}

@media only screen and (min-width: 640px) and (max-width: 900px) {
  .webform-client-form .webform-component--seleccionar-archivo .description, #block-fdn-widget-contact-fdn-form .webform-component--seleccionar-archivo .description {
    display: block;
  }
}

.webform-client-form label, #block-fdn-widget-contact-fdn-form label {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #4c4c4c;
  font-family: "open_sansregular";
  font-weight: 600;
  line-height: 145%;
  margin-bottom: 14px;
}

@media only screen and (min-width: 480px) {
  .webform-client-form label, #block-fdn-widget-contact-fdn-form label {
    font-size: 1em;
  }
}

.webform-client-form .form-text, #block-fdn-widget-contact-fdn-form .form-text,
.webform-client-form .form-textarea, #block-fdn-widget-contact-fdn-form .form-textarea {
  width: 100%;
  background-color: #f9f9f9;
  border: 1px solid #dedede;
  padding: 12px 20px;
}

@media only screen and (min-width: 1040px) {
  .webform-client-form .form-text, #block-fdn-widget-contact-fdn-form .form-text,
  .webform-client-form .form-textarea, #block-fdn-widget-contact-fdn-form .form-textarea {
    max-width: 450px;
  }
}

.webform-client-form .form-textarea, #block-fdn-widget-contact-fdn-form .form-textarea {
  resize: vertical;
  min-height: 215px;
}

@media only screen and (min-width: 1040px) {
  .webform-client-form .form-textarea, #block-fdn-widget-contact-fdn-form .form-textarea {
    max-width: 700px;
  }
}

.webform-client-form .grippie, #block-fdn-widget-contact-fdn-form .grippie {
  display: none;
}

.webform-client-form .form-actions, #block-fdn-widget-contact-fdn-form .form-actions {
  text-align: right;
}

@media only screen and (min-width: 480px) {
  .webform-client-form .form-actions, #block-fdn-widget-contact-fdn-form .form-actions {
    text-align: right;
  }
}

.webform-client-form .form-submit, #block-fdn-widget-contact-fdn-form .form-submit {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #8e2321;
  border: 0;
  width: 100%;
  height: 52px;
}

.webform-client-form .form-submit:hover, #block-fdn-widget-contact-fdn-form .form-submit:hover {
  background-color: #7b2423;
}

@media only screen and (min-width: 480px) {
  .webform-client-form .form-submit, #block-fdn-widget-contact-fdn-form .form-submit {
    width: 150px;
    height: 52px;
  }
}

.webform-client-form .form-item__required, #block-fdn-widget-contact-fdn-form .form-item__required, .webform-client-form .form-required, #block-fdn-widget-contact-fdn-form .form-required {
  color: #4c4c4c;
  font-size: inherit;
}

.block-encabezado p {
  margin: 0;
}

.block-encabezado .container {
  margin: 0 auto;
  padding: 70px 0;
}

.block-encabezado .block-title {
  font-family: "lustriaregular";
  margin: 0 0 15px;
  font-size: 1.8em;
  color: white;
  font-weight: 100;
  text-align: center;
  line-height: 125%;
}

@media (min-width: 768px) {
  .block-encabezado .block-title {
    font-size: 3.2em;
    margin-bottom: 35px;
  }
}

.block-encabezado .field-name-body {
 /* color: white;
  font-size: 1em;
  line-height: 145%;
  text-align: center;
  max-width: 80%;
  margin: 0 auto; */
 color: white;
font-size:3em;
line-height: 145%;
text-align:center;
max-width:80%;
margin: 0 auto;
font-family: latin modern roman;
}

@media (min-width: 768px) {
  .block-encabezado .field-name-body {
    max-width: 45%;
  }
}

.block-encabezado .field-name-field-bean-banner-video {
  display: none;
}

.block-encabezado .field-name-field-bean-banner-video + .field-name-bean-top-background .overlay-play {
  display: block;
}

.block-encabezado .overlay-play {
  display: none;
  background: url("../img/btn-play.png") no-repeat;
  width: 80px;
  height: 80px;
  margin: 45px auto 0;
  cursor: pointer;
}

.view-filters {
  margin-bottom: 50px;
}

.view-filters .views-exposed-widgets {
  margin: 0;
  position: relative;
}

.view-filters .views-exposed-widgets:before {
  content: '';
  display: table;
}

.view-filters .views-exposed-widgets:after {
  content: '';
  display: table;
  clear: both;
}

.view-filters .views-exposed-widgets .views-exposed-widget {
  padding: 0;
}

.view-filters .views-exposed-widgets .views-exposed-widget#edit-combine-wrapper {
  width: 96%;
}

.view-filters .views-exposed-widgets .views-exposed-widget.views-submit-button {
  position: absolute;
  top: 0;
  right: 0;
}

.view-filters .form-item .form-text {
  background-color: #f9f9f9;
  padding: 13px 0 13px 20px;
  border: 0;
  width: 100%;
  border: 1px solid #dedede;
}

.view-filters .views-submit-button {
  padding: 0;
}

.view-filters .views-submit-button .form-submit {
  background: url("../img/search-small-18.png") no-repeat #bbbcbe 50% center;
  padding-top: 50px;
  height: 0;
  width: 50px;
  margin: 0;
  overflow: hidden;
  border: 0;
}

.calendario-block {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (min-width: 768px) {
  .calendario-block {
    padding-left: 0;
    padding-right: 0;
  }
}

.calendario-block .item-list ul {
  margin: 0;
  padding: 0;
}

.calendario-block .item-list li {
  list-style: none;
}

.calendario-block .item-list .field-collection-view {
  margin: 0;
  padding: 0;
  border: 0;
}

.calendario-block .views-field-field-mensaje-sin-eventos {
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  z-index: 20;
  position: relative;
  padding: 70px;
}

.calendario-block .views-field-field-mensaje-sin-eventos .field-content {
  /*position: absolute;
			top: 0;
			bottom: 0;
			right: 0;
			left: 0;
			*/
  margin: auto;
  height: 24px;
  text-align: center;
}

.calendario-block .views-field-field-fecha-del-evento-et.not-empty + .views-field-field-mensaje-sin-eventos {
  display: none;
}

.calendario-block .views-field-field-fecha-del-evento-et.vacio + .views-field-field-mensaje-sin-eventos {
  display: block;
}

.calendario-block#fdn-eventos-meses-nuevo {
  margin-top: 49px;
}

.calendario-block#fdn-eventos-meses-nuevo, .calendario-block#fdn-eventos-meses {
  padding-left: 0;
  padding-right: 0;
}

.calendario-block#fdn-eventos-meses-nuevo .handler, .calendario-block#fdn-eventos-meses .handler {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #eae9e9 transparent;
  position: absolute;
  bottom: 0;
  left: 42%;
  display: block;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-item, .calendario-block#fdn-eventos-meses .owl-item {
  background: #0081bc;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6em;
  padding: 1em 0;
  cursor: pointer;
  border-left: 1px solid #3d99c1;
  width: 1%;
  display: table-cell;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-item:nth-of-type(2n+2), .calendario-block#fdn-eventos-meses .owl-item:nth-of-type(2n+2) {
  background: #0970a0;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-item .item, .calendario-block#fdn-eventos-meses .owl-item .item {
  width: 58px;
  height: 27px;
  line-height: 100%;
  display: block;
  margin: 0 auto;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-item .handler, .calendario-block#fdn-eventos-meses .owl-item .handler {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 13px 12.5px;
  border-color: transparent transparent #eae9e9 transparent;
  display: none;
  position: absolute;
  bottom: 0;
  left: 42%;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-item.active:after, .calendario-block#fdn-eventos-meses .owl-item.active:after {
  display: block;
}

.calendario-block#fdn-eventos-meses-nuevo .owl-controls .owl-buttons .owl-prev,
.calendario-block#fdn-eventos-meses-nuevo .owl-controls .owl-buttons .owl-next, .calendario-block#fdn-eventos-meses .owl-controls .owl-buttons .owl-prev,
.calendario-block#fdn-eventos-meses .owl-controls .owl-buttons .owl-next {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
  position: absolute;
  bottom: 34px;
  left: -25px;
}

.body-black .calendario-block#fdn-eventos-meses-nuevo .owl-controls .owl-buttons .owl-prev, .body-black
.calendario-block#fdn-eventos-meses-nuevo .owl-controls .owl-buttons .owl-next, .body-black .calendario-block#fdn-eventos-meses .owl-controls .owl-buttons .owl-prev, .body-black
.calendario-block#fdn-eventos-meses .owl-controls .owl-buttons .owl-next {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.calendario-block#fdn-eventos-meses-nuevo .owl-controls .owl-buttons .owl-next, .calendario-block#fdn-eventos-meses .owl-controls .owl-buttons .owl-next {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  left: auto;
  right: -25px;
}

.calendario-block#fdn-eventos-dias-nuevo, .calendario-block#fdn-eventos-dias {
  border: 1px solid #d7d5d6;
  border-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.calendario-block#fdn-eventos-dias-nuevo .owl-item h3, .calendario-block#fdn-eventos-dias .owl-item h3 {
  display: none;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li,
.calendario-block#fdn-eventos-dias-nuevo .views-row, .calendario-block#fdn-eventos-dias .item-list > ul > li,
.calendario-block#fdn-eventos-dias .views-row {
  position: relative;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li:nth-of-type(odd), .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.views-row-odd,
.calendario-block#fdn-eventos-dias-nuevo .views-row:nth-of-type(odd),
.calendario-block#fdn-eventos-dias-nuevo .views-row.views-row-odd, .calendario-block#fdn-eventos-dias .item-list > ul > li:nth-of-type(odd), .calendario-block#fdn-eventos-dias .item-list > ul > li.views-row-odd,
.calendario-block#fdn-eventos-dias .views-row:nth-of-type(odd),
.calendario-block#fdn-eventos-dias .views-row.views-row-odd {
  background: #eae9e9;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li:nth-of-type(even), .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.views-row-even,
.calendario-block#fdn-eventos-dias-nuevo .views-row:nth-of-type(even),
.calendario-block#fdn-eventos-dias-nuevo .views-row.views-row-even, .calendario-block#fdn-eventos-dias .item-list > ul > li:nth-of-type(even), .calendario-block#fdn-eventos-dias .item-list > ul > li.views-row-even,
.calendario-block#fdn-eventos-dias .views-row:nth-of-type(even),
.calendario-block#fdn-eventos-dias .views-row.views-row-even {
  background: white;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li:nth-of-type(even) .views-fieldset, .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.views-row-even .views-fieldset,
.calendario-block#fdn-eventos-dias-nuevo .views-row:nth-of-type(even) .views-fieldset,
.calendario-block#fdn-eventos-dias-nuevo .views-row.views-row-even .views-fieldset, .calendario-block#fdn-eventos-dias .item-list > ul > li:nth-of-type(even) .views-fieldset, .calendario-block#fdn-eventos-dias .item-list > ul > li.views-row-even .views-fieldset,
.calendario-block#fdn-eventos-dias .views-row:nth-of-type(even) .views-fieldset,
.calendario-block#fdn-eventos-dias .views-row.views-row-even .views-fieldset {
  background: #f8f8f8;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li:nth-of-type(even) .views-fieldset:after, .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.views-row-even .views-fieldset:after,
.calendario-block#fdn-eventos-dias-nuevo .views-row:nth-of-type(even) .views-fieldset:after,
.calendario-block#fdn-eventos-dias-nuevo .views-row.views-row-even .views-fieldset:after, .calendario-block#fdn-eventos-dias .item-list > ul > li:nth-of-type(even) .views-fieldset:after, .calendario-block#fdn-eventos-dias .item-list > ul > li.views-row-even .views-fieldset:after,
.calendario-block#fdn-eventos-dias .views-row:nth-of-type(even) .views-fieldset:after,
.calendario-block#fdn-eventos-dias .views-row.views-row-even .views-fieldset:after {
  background: #f8f8f8;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-field-mes-sin-evento-1,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-field-mes-sin-evento-1, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-field-mes-sin-evento-1,
.calendario-block#fdn-eventos-dias .views-row .views-field-field-mes-sin-evento-1 {
  display: none;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1,
.calendario-block#fdn-eventos-dias-nuevo .views-row.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1, .calendario-block#fdn-eventos-dias .item-list > ul > li.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1,
.calendario-block#fdn-eventos-dias .views-row.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1 {
  display: block;
  position: absolute;
  background: #e2e2e2;
  width: 100%;
  height: 100%;
  z-index: 20;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1 .field-content,
.calendario-block#fdn-eventos-dias-nuevo .views-row.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1 .field-content, .calendario-block#fdn-eventos-dias .item-list > ul > li.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1 .field-content,
.calendario-block#fdn-eventos-dias .views-row.mes-sin-eventos-1 .views-field-field-mes-sin-evento-1 .field-content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 24px;
  text-align: center;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-fieldset,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-fieldset, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-fieldset,
.calendario-block#fdn-eventos-dias .views-row .views-fieldset {
  background: #e2e2e2;
  color: #c37b00;
  padding: 18px 20px;
  text-align: left;
  font-weight: bold;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-fieldset,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-fieldset, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-fieldset,
  .calendario-block#fdn-eventos-dias .views-row .views-fieldset {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-fieldset,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-fieldset, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-fieldset,
  .calendario-block#fdn-eventos-dias .views-row .views-fieldset {
    width: 115px;
    float: left;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-fieldset:after,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-fieldset:after, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-fieldset:after,
  .calendario-block#fdn-eventos-dias .views-row .views-fieldset:after {
    content: "";
    height: 100px;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background: #e2e2e2;
  }
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-row-inner,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-row-inner, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-row-inner,
.calendario-block#fdn-eventos-dias .views-row .views-row-inner {
  overflow: hidden;
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-field-event-date,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-field-event-date, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-field-event-date,
.calendario-block#fdn-eventos-dias .views-row .views-field-field-event-date {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.7em;
  line-height: 100%;
  margin-right: 6px;
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-field-event-date,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-field-event-date, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-field-event-date,
  .calendario-block#fdn-eventos-dias .views-row .views-field-field-event-date {
    display: block;
    font-size: 3.1em;
    margin-right: 0;
  }
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-field-event-date-2,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-field-event-date-2, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-field-event-date-2,
.calendario-block#fdn-eventos-dias .views-row .views-field-field-event-date-2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 100%;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-field-event-date-2,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-field-event-date-2, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-field-event-date-2,
  .calendario-block#fdn-eventos-dias .views-row .views-field-field-event-date-2 {
    display: block;
  }
}

.calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-title,
.calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-title, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-title,
.calendario-block#fdn-eventos-dias .views-row .views-field-title {
  padding: 18px 20px;
  font-family: "lustriaregular";
  font-size: 1.1em;
  line-height: 125%;
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-title,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-title, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-title,
  .calendario-block#fdn-eventos-dias .views-row .views-field-title {
    padding: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .calendario-block#fdn-eventos-dias-nuevo .item-list > ul > li .views-field-title,
  .calendario-block#fdn-eventos-dias-nuevo .views-row .views-field-title, .calendario-block#fdn-eventos-dias .item-list > ul > li .views-field-title,
  .calendario-block#fdn-eventos-dias .views-row .views-field-title {
    float: left;
    width: 70%;
    width: calc(100% - 115px);
    font-size: 1.35em;
  }
}

.site-map-box-menu ul {
  margin: 0;
  padding: 0 !important;
}

.site-map-box-menu ul li {
  list-style: none;
}

.site-map-box-menu ul li a {
  text-decoration: none;
}

.site-map-box-menu > div > ul > li {
  position: relative;
  opacity: 1;
}

.site-map-box-menu > div > ul > li.open > a .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.site-map-box-menu > div > ul > li.open > a .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.site-map-box-menu > div > ul > li > a {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
}

@media only screen and (min-width: 768px) {
  .site-map-box-menu > div > ul > li > a {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .site-map-box-menu > div > ul > li > a {
  background-image: url("../img/bullet-icon-contraste.png");
}

.site-map-box-menu > div > ul > li > a:before, .site-map-box-menu > div > ul > li > a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.site-map-box-menu > div > ul > li > a:after {
  left: auto;
  right: 100%;
}

.site-map-box-menu > div > ul > li > a .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  top: 48px;
  right: 0;
}

.site-map-box-menu > div > ul > li > a .handler i,
.site-map-box-menu > div > ul > li > a .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.site-map-box-menu > div > ul > li > a .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.site-map-box-menu > div > ul > li > a:active:not(.button) {
  background-color: #f2f2f2;
}

.site-map-box-menu > div > ul > li.first > .site-map-menu {
  display: block;
}

.site-map-box-menu > div > ul > li.expanded > a {
  border-bottom: 1px solid #d7d5d6;
}

.site-map-box-menu > div > ul > li.expanded > a:before, .site-map-box-menu > div > ul > li.expanded > a:after {
  border-bottom: 1px solid #d7d5d6;
}

.site-map-box-menu > div > ul > li.expanded + li {
  margin-top: -1px;
}

.site-map-box-menu > div > ul > li:nth-of-type(2n+2) > a {
  background-color: white;
}

.site-map-box-menu > div > ul > li:nth-of-type(2n+2) > a:before, .site-map-box-menu > div > ul > li:nth-of-type(2n+2) > a:after {
  background: white;
}

.site-map-box-menu > div > ul > li:nth-of-type(2n+2) > a:active:not(.button) {
  background-color: white;
}

.site-map-box-menu > div > ul > li > ul {
  display: none;
  padding-bottom: 20px !important;
}

.site-map-box-menu > div > ul > li > ul > li {
  position: relative;
}

.site-map-box-menu > div > ul > li > ul > li::after {
  display: none;
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  cursor: pointer;
}

.body-black .site-map-box-menu > div > ul > li > ul > li::after {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.site-map-box-menu > div > ul > li > ul > li.open > a .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.site-map-box-menu > div > ul > li > ul > li.first > .site-map-menu {
  display: block;
}

.site-map-box-menu > div > ul > li > ul > li.last > a {
  border: 0;
}

.site-map-box-menu > div > ul > li > ul > li > a {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .site-map-box-menu > div > ul > li > ul > li > a {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.site-map-box-menu > div > ul > li > ul > li > a .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  cursor: pointer;
}

.body-black .site-map-box-menu > div > ul > li > ul > li > a .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.site-map-box-menu > div > ul > li > ul > li > ul {
  display: none;
  padding: 0.5em 0 !important;
}

.site-map-box-menu > div > ul > li > ul > li > ul > li > a {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
}

@media only screen and (min-width: 480px) {
  .site-map-box-menu > div > ul > li > ul > li > ul > li > a {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.bloque-cajita {
  position: relative;
  background-color: #0081bc;
  font-size: 0.74em;
  padding: 40px 10px 40px 70px;
  border-bottom: 1px solid #66b3d7;
}

@media only screen and (max-width: 1024px) {
  .bloque-cajita {
    padding-left: 20px;
    padding-top: 70px;
    padding-bottom: 25px;
    font-size: 0.75em;
  }
}

.bloque-cajita.bloque-cajita-title {
  background-color: #0970a0;
  padding: 18px 0;
  border: 0;
}

.bloque-cajita.bloque-cajita-title p {
  text-align: center;
  font-family: "open_sansbold";
  line-height: 145%;
}

.bloque-cajita .block__title {
  font-size: inherit;
  margin-bottom: 10px;
  line-height: 100%;
  color: white;
}

@media only screen and (max-width: 1024px) {
  .bloque-cajita .block__title {
    margin-bottom: 5px;
  }
}

.bloque-cajita p {
  color: white;
  font-size: inherit;
  margin: 0;
  font-family: "open_sanslight";
  line-height: 145%;
}

@media only screen and (max-width: 1024px) {
  .bloque-cajita p {
    line-height: 100%;
    margin-bottom: 5px;
  }
}

.bloque-cajita p a {
  color: white;
  text-decoration: none;
  word-wrap: break-word;
}

.bloque-cajita p a:hover {
  text-decoration: underline;
}

.bloque-cajita .field-type-image {
  position: absolute;
  top: 40px;
  left: 0;
  width: 70px;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .bloque-cajita .field-type-image {
    top: 20px;
  }
}

.bloque-cajita .field-type-image img {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: auto;
}

.bloque-cajita .field-name-field-bean-contact-body {
  letter-spacing: 0.45px;
}

.view-select-html {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 980px;
  margin-bottom: 30px;
  text-align: left;
}

.view-select-html#block-views-entidades-adscritas-block-1 {
  margin-bottom: 0;
}

.view-select-html .block__title {
  font-size: 0.7em;
  text-transform: uppercase;
  color: #4c4c4c;
  margin-bottom: 12px;
  line-height: 100%;
}

@media only screen and (min-width: 768px) {
  .view-select-html .block__title {
    font-size: 1em;
    margin-bottom: 15px;
  }
}

.view-select-html .view-header:before {
  content: '';
  display: table;
}

.view-select-html .view-header:after {
  content: '';
  display: table;
  clear: both;
}

.view-select-html .view-header p {
  margin: 0;
}

.view-select-html .view-header .fake-select {
  max-width: 74.5%;
  position: relative;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 480px) {
  .view-select-html .view-header .fake-select {
    max-width: 81.5%;
  }
}

.view-select-html .view-header div.form-text {
  border: 1px solid #dedede;
  height: 48px;
  padding: 12px 25px 15px;
  width: 100%;
  background-color: white;
}

.view-select-html .view-content {
  display: none;
  max-width: 74.5%;
  border: 1px solid #dedede;
  border-top: 0;
}

@media only screen and (min-width: 480px) {
  .view-select-html .view-content {
    max-width: 81.5%;
  }
}

.view-select-html .view-content .views-row {
  background-color: white;
  line-height: 100%;
  text-align: left;
}

.view-select-html .view-content .views-row a {
  color: #333333;
  text-decoration: none;
  font-size: 1em;
  padding: 20px 25px;
  display: block;
}

.view-select-html .view-content .views-row a:hover {
  background: #0081bc;
  color: white;
}

.view-select-html .view-content .views-row.selected a {
  background: #0081bc;
  color: white;
}

.view-select-html .toggle-this {
  border: 1px solid #dedede;
  display: block;
  height: 48px;
  width: 48px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.view-select-html .toggle-this.open span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-select-html .toggle-this span {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  background-position: 50%;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .view-select-html .toggle-this span {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.view-select-html .falso-submit {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  float: right;
  cursor: pointer;
  width: 15%;
  font-size: 0.85em;
  padding: 1.33em 0;
  height: 48px;
  text-align: center;
  min-width: 67px;
}

.view-select-html .falso-submit:hover {
  background-color: #7b2423;
}

.block-infomacion-financiera .views-row {
  position: relative;
}

.block-infomacion-financiera .views-row.expanded > .views-field-title {
  border-bottom: 1px solid #d7d5d6;
}

.block-infomacion-financiera .views-row.expanded > .views-field-title:before, .block-infomacion-financiera .views-row.expanded > .views-field-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.block-infomacion-financiera .views-row.expanded + .views-row {
  margin-top: -1px;
}

.block-infomacion-financiera .views-row:nth-of-type(2n+2) h3 {
  background-color: white;
}

.block-infomacion-financiera .views-row:nth-of-type(2n+2) h3:before, .block-infomacion-financiera .views-row:nth-of-type(2n+2) h3:after {
  background: white;
}

.block-infomacion-financiera .views-row.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-infomacion-financiera .views-row.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-infomacion-financiera .views-field-title {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .block-infomacion-financiera .views-field-title {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .block-infomacion-financiera .views-field-title {
  background-image: url("../img/bullet-icon-contraste.png");
}

.block-infomacion-financiera .views-field-title:before, .block-infomacion-financiera .views-field-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.block-infomacion-financiera .views-field-title:after {
  left: auto;
  right: 100%;
}

.block-infomacion-financiera .views-field-title:before, .block-infomacion-financiera .views-field-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.block-infomacion-financiera .views-field-title .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.block-infomacion-financiera .views-field-title .handler i,
.block-infomacion-financiera .views-field-title .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.block-infomacion-financiera .views-field-title .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-infomacion-financiera .views-field-title.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-infomacion-financiera .views-field-title.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.block-infomacion-financiera .null .null {
  display: block;
  position: relative;
}

.block-infomacion-financiera .null .null .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .block-infomacion-financiera .null .null .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.block-infomacion-financiera .null .null:last-child > * {
  border-bottom: 0;
}

.block-infomacion-financiera .null .null.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.block-infomacion-financiera .null {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .block-infomacion-financiera .null {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.block-infomacion-financiera .null {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .block-infomacion-financiera .null {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.block-infomacion-financiera .views-row {
  margin-top: -1px;
}

.block-infomacion-financiera .views-row::after {
  display: none;
}

.block-infomacion-financiera .views-field-title {
  padding: 0;
}

.block-infomacion-financiera .views-field-title a {
  text-decoration: none;
  color: #333333;
  padding: 2.1em 30px 1.8em;
  display: block;
}

.view-resultados-financieros .views-field-field-table {
  padding: 45px 0 25px;
}

.view-resultados-financieros .views-field-field-table table {
  position: relative;
  margin: 0;
  border: 1px solid #d7d5d6;
}

.view-resultados-financieros .views-field-field-table table.mini-table th:nth-of-type(2) {
  text-align: left;
}

.view-resultados-financieros .views-field-body {
  display: block !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.view-resultados-financieros .views-field-field-widget-load .js-views-row::after {
  display: none;
}

.view-resultados-financieros .views-field-field-widget-load .js-views-row h3 {
  display: none;
}

.view-resultados-financieros .views-field-field-widget-load .js-wrapper {
  display: block !important;
}

.view-resultados-financieros .views-field-field-widget-load + div,
.view-resultados-financieros .views-field-field-widget-load + div + div,
.view-resultados-financieros .views-field-field-widget-load + div + div + div,
.view-resultados-financieros .views-field-field-widget-load + div + div + div + div,
.view-resultados-financieros .views-field-field-widget-load + div + div + div + div + div {
  display: none !important;
}

.view-resultados-financieros .widget-doc-description {
  display: inline-block;
  vertical-align: top;
}

.view-resultados-financieros .js-views-row {
  background: #f2f2f2;
  position: relative;
  border-top: 1px solid #d7d5d6;
}

.view-resultados-financieros .js-views-row:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.view-resultados-financieros .js-views-row:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.view-resultados-financieros .js-views-row h3 {
  background: none;
}

@media only screen and (max-width: 480px) {
  .view-resultados-financieros .js-views-row h3 {
    margin: 0 !important;
  }
}

.view-resultados-financieros .js-views-row h3 .js-class {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .view-resultados-financieros .js-views-row h3 .js-class {
    margin-left: 20px;
  }
}

.view-resultados-financieros .js-views-row h3 .js-class::before {
  content: "";
  background: url("../img/bullet-icon.png") no-repeat 0 0 !important;
  width: 13px;
  height: 7px;
  position: absolute;
  left: -20px;
  top: 7px;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 768px) {
  .view-resultados-financieros .js-views-row h3 {
    background-position: 60px 50%;
  }
}

.view-resultados-financieros .js-views-row .js-views-row {
  background: inherit;
  border: 0;
}

.view-resultados-financieros .js-views-row .js-views-row::before {
  display: none;
}

.view-resultados-financieros .js-views-row.expanded h3 {
  border: 0;
}

.view-resultados-financieros .js-views-row.expanded + .js-views-row {
  margin-top: 0;
}

.view-resultados-financieros .js-views-row.expanded::before {
  border-bottom: 0;
}

.view-resultados-financieros .js-views-row::before {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 100%;
  border-top: 1px solid #d7d5d6;
}

.view-resultados-financieros .js-views-row:nth-of-type(2n+2) {
  background: white;
}

.view-resultados-financieros .js-views-row:nth-of-type(2n+2)::before {
  background-color: white;
}

.view-resultados-financieros .js-views-row:nth-of-type(2n+2) .views-field-title,
.view-resultados-financieros .js-views-row:nth-of-type(2n+2) .views-field-body {
  padding-top: 0;
}

.view-resultados-financieros .js-views-row h3 {
  border: 0;
}

@media only screen and (min-width: 768px) {
  .view-resultados-financieros .js-views-row h3 {
    padding-left: 90px;
  }
}

.view-resultados-financieros .js-views-row h3::before, .view-resultados-financieros .js-views-row h3::after {
  display: none;
}

.view-resultados-financieros .js-views-row .js-wrapper {
  padding-left: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .view-resultados-financieros .js-views-row .js-wrapper {
    padding-left: 90px;
  }
}

.view-resultados-financieros .js-views-row .js-wrapper .js-wrapper {
  padding-left: 0;
}

.view-resultados-financieros .js-views-row .views-field-title {
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .view-resultados-financieros .js-views-row .views-field-title {
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.view-resultados-financieros .js-wrapper .views-field-title {
  cursor: auto;
  border: 0;
}

.view-resultados-financieros .js-wrapper .views-field-title::after {
  display: none;
}

.view-resultados-financieros .js-wrapper .widget-doc-title .handler,
.view-resultados-financieros .js-wrapper .views-field-field-ocultar-titulo .handler {
  display: none !important;
}

.view-resultados-financieros .js-wrapper .widget-content,
.view-resultados-financieros .js-wrapper .views-field-field-enlace-externo {
  display: block !important;
  height: auto !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.view-resultados-financieros .views-field-field-enlace-externo {
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .view-resultados-financieros .views-field-field-enlace-externo {
    padding-bottom: 0;
    padding-left: 30px;
    padding-right: 20px;
  }
}

.view-resultados-financieros .views-field-field-enlace-externo .field-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 100%;
}

.view-resultados-financieros .field-content > p {
  margin: 0;
}

table {
  font-size: 0.85em;
  text-align: center;
  border: 1px solid #828282;
  display: none;
}

table.mini-table {
  display: table;
  border: 0 !important;
  font-size: 0.9em;
}

table.mini-table tr {
  background: #f2f2f2;
  border-bottom: 1px solid #d7d5d6;
}

table.mini-table th {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 8px;
}

table.mini-table th:nth-of-type(2) {
  font-family: "open_sanslight";
}

table.mini-table td:first-child {
  font-family: "open_sansbold";
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  line-height: 130%;
  font-size: 0.9em;
}

table.mini-table td:first-child span {
  font-family: "open_sanslight";
  display: block;
  line-height: 100%;
}

@media only screen and (min-width: 1024px) {
  table {
    display: table;
  }
  table.mini-table {
    display: none;
  }
}

table p {
  margin: 0;
}

table th {
  background-color: #828282;
  color: white;
  padding: 18px 10px 16px;
  font-family: "open_sansbold";
  font-weight: normal;
  text-align: center;
  width: auto !important;
  vertical-align: top;
  line-height: 130%;
}

table th span {
  font-family: "open_sanslight";
  font-size: 0.9em;
  display: block;
  line-height: 100%;
}

table th:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 5px;
}

table th:last-child {
  padding-right: 20px;
}

table tr {
  background-color: white;
  color: #676767;
}

table tr:nth-of-type(2n+2) {
  background-color: #f2f2f2;
}

table td {
  padding: 10px;
}

table td:first-child {
  text-align: left;
  padding-left: 20px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) {
  table td:first-child br {
    display: none;
  }
}

table td:last-child {
  padding-right: 20px;
}

.view-listado#block-views-resultados-financieros-block {
  padding-left: 0;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (min-width: 768px) {
  .view-listado#block-views-resultados-financieros-block {
    margin-left: 0;
    margin-right: 0;
  }
}

.view-listado .views-row {
  display: none;
}

.view-listado .js-wrapper {
  display: none;
}

.view-listado .js-wrapper .views-row {
  display: block;
}

.view-listado .views-field-body, .view-listado .widget-content {
  display: none;
}

.view-listado .js-views-row {
  position: relative;
}

.view-listado .js-views-row.expanded > h3 {
  border-bottom: 1px solid #d7d5d6;
}

.view-listado .js-views-row.expanded > h3:before, .view-listado .js-views-row.expanded > h3:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-listado .js-views-row.expanded + .js-views-row {
  margin-top: -1px;
}

.view-listado .js-views-row:nth-of-type(2n+2) h3 {
  background-color: white;
}

.view-listado .js-views-row:nth-of-type(2n+2) h3:before, .view-listado .js-views-row:nth-of-type(2n+2) h3:after {
  background: white;
}

.view-listado .js-views-row.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-listado .js-views-row.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-listado h3 {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .view-listado h3 {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .view-listado h3 {
  background-image: url("../img/bullet-icon-contraste.png");
}

.view-listado h3:before, .view-listado h3:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.view-listado h3:after {
  left: auto;
  right: 100%;
}

.view-listado h3:before, .view-listado h3:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-listado h3 .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.view-listado h3 .handler i,
.view-listado h3 .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.view-listado h3 .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-listado h3.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-listado h3.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-listado .js-wrapper .views-field-title {
  display: block;
  position: relative;
}

.view-listado .js-wrapper .views-field-title .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .view-listado .js-wrapper .views-field-title .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.view-listado .js-wrapper .views-row:last-child > *, .view-listado .js-wrapper li:last-child > * {
  border-bottom: 0;
}

.view-listado .js-wrapper .views-row.open .handler, .view-listado .js-wrapper li.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-listado .views-field-title {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .view-listado .views-field-title {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.view-listado .views-field-body, .view-listado .widget-content {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .view-listado .views-field-body, .view-listado .widget-content {
    padding-left: 60px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 650px) {
  .view-listado {
    padding-left: 60px;
  }
  .view-listado h3 {
    border-bottom: 0;
  }
  .view-listado h3::before, .view-listado h3::after {
    border-bottom: 0;
  }
  .view-listado h3::after {
    width: 60px;
  }
}

.view-listado .js-views-row .handler {
  right: 20px;
}

@media only screen and (min-width: 768px) {
  .view-listado .js-views-row .handler {
    right: 0;
  }
}

.view-listado .widget-content {
  padding-left: 30px;
  padding-right: 0;
}

.view-listado .item-list h3 {
  display: none;
}

.view-listado .item-list ul {
  margin: 0;
  padding: 0;
}

.view-listado .item-list li {
  margin: 0 0 10px;
  display: block;
}

.view-listado .item-list li:before {
  content: '';
  display: table;
}

.view-listado .item-list li:after {
  content: '';
  display: table;
  clear: both;
}

.view-listado .field-name-field-enlace-texto {
  padding-bottom: 17px;
}

@media only screen and (min-width: 768px) {
  .view-listado .field-name-field-enlace-texto {
    float: left;
    padding-bottom: 0;
  }
}

.view-listado .field-type-link-field {
  padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
  .view-listado .field-type-link-field {
    float: right;
    padding-bottom: 0;
  }
}

.view-listado .field-type-link-field a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
}

.view-listado .field-type-link-field a:hover {
  background-color: #7b2423;
}

.view-listado .field-type-link-field a:hover {
  background-color: #0970a0;
}

.menu-listado .views-row {
  display: none;
}

.menu-listado .menu {
  padding: 0;
  margin: 0;
}

.menu-listado .menu .menu__item {
  list-style: none;
}

.menu-listado .js-wrapper {
  display: none;
}

.menu-listado .js-wrapper .views-row {
  display: block;
}

.menu-listado .views-field-body {
  display: none;
}

.menu-listado .content > ul > li {
  position: relative;
}

.menu-listado .content > ul > li.expanded > .content > ul > li > a {
  border-bottom: 1px solid #d7d5d6;
}

.menu-listado .content > ul > li.expanded > .content > ul > li > a:before, .menu-listado .content > ul > li.expanded > .content > ul > li > a:after {
  border-bottom: 1px solid #d7d5d6;
}

.menu-listado .content > ul > li.expanded + .content > ul > li {
  margin-top: -1px;
}

.menu-listado .content > ul > li:nth-of-type(2n+2) h3 {
  background-color: white;
}

.menu-listado .content > ul > li:nth-of-type(2n+2) h3:before, .menu-listado .content > ul > li:nth-of-type(2n+2) h3:after {
  background: white;
}

.menu-listado .content > ul > li.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-listado .content > ul > li.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-listado .content > ul > li > a {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .menu-listado .content > ul > li > a {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .menu-listado .content > ul > li > a {
  background-image: url("../img/bullet-icon-contraste.png");
}

.menu-listado .content > ul > li > a:before, .menu-listado .content > ul > li > a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.menu-listado .content > ul > li > a:after {
  left: auto;
  right: 100%;
}

.menu-listado .content > ul > li > a:before, .menu-listado .content > ul > li > a:after {
  border-bottom: 1px solid #d7d5d6;
}

.menu-listado .content > ul > li > a .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.menu-listado .content > ul > li > a .handler i,
.menu-listado .content > ul > li > a .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.menu-listado .content > ul > li > a .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-listado .content > ul > li > a.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-listado .content > ul > li > a.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.menu-listado .content > ul > li > ul .content > ul > li > ul > li > a {
  display: block;
  position: relative;
}

.menu-listado .content > ul > li > ul .content > ul > li > ul > li > a .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .menu-listado .content > ul > li > ul .content > ul > li > ul > li > a .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.menu-listado .content > ul > li > ul .content > ul > li > ul > li:last-child > * {
  border-bottom: 0;
}

.menu-listado .content > ul > li > ul .content > ul > li > ul > li.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.menu-listado .content > ul > li > ul > li > a {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .menu-listado .content > ul > li > ul > li > a {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.menu-listado .content > ul > li > ul > li li a {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .menu-listado .content > ul > li > ul > li li a {
    padding-left: 60px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 650px) {
  .menu-listado {
    padding-left: 60px;
  }
  .menu-listado .content > ul > li > a {
    border-bottom: 0;
  }
  .menu-listado .content > ul > li > a::before, .menu-listado .content > ul > li > a::after {
    border-bottom: 0;
  }
  .menu-listado .content > ul > li > a::after {
    width: 60px;
  }
}

.menu-listado .content > ul > li > ul > li.last > a {
  border-bottom: 0;
}

.fdn_directorio .fdn_area_content {
  display: none;
}

.fdn_directorio .fdn_area_content .views-row {
  display: block;
}

.fdn_directorio .fdn_cargo_content {
  display: none;
}

.fdn_directorio .fdn_area_container {
  position: relative;
}

.fdn_directorio .fdn_area_container.expanded > h2 {
  border-bottom: 1px solid #d7d5d6;
}

.fdn_directorio .fdn_area_container.expanded > h2:before, .fdn_directorio .fdn_area_container.expanded > h2:after {
  border-bottom: 1px solid #d7d5d6;
}

.fdn_directorio .fdn_area_container.expanded + .fdn_area_container {
  margin-top: -1px;
}

.fdn_directorio .fdn_area_container:nth-of-type(2n+2) h3 {
  background-color: white;
}

.fdn_directorio .fdn_area_container:nth-of-type(2n+2) h3:before, .fdn_directorio .fdn_area_container:nth-of-type(2n+2) h3:after {
  background: white;
}

.fdn_directorio .fdn_area_container.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fdn_directorio .fdn_area_container.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fdn_directorio h2 {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .fdn_directorio h2 {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .fdn_directorio h2 {
  background-image: url("../img/bullet-icon-contraste.png");
}

.fdn_directorio h2:before, .fdn_directorio h2:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.fdn_directorio h2:after {
  left: auto;
  right: 100%;
}

.fdn_directorio h2:before, .fdn_directorio h2:after {
  border-bottom: 1px solid #d7d5d6;
}

.fdn_directorio h2 .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.fdn_directorio h2 .handler i,
.fdn_directorio h2 .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.fdn_directorio h2 .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fdn_directorio h2.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fdn_directorio h2.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fdn_directorio .fdn_area_content h4 {
  display: block;
  position: relative;
}

.fdn_directorio .fdn_area_content h4 .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .fdn_directorio .fdn_area_content h4 .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.fdn_directorio .fdn_area_content .fdn_cargo_container:last-child > * {
  border-bottom: 0;
}

.fdn_directorio .fdn_area_content .fdn_cargo_container.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fdn_directorio h4 {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .fdn_directorio h4 {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.fdn_directorio .null {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .fdn_directorio .null {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.fdn_directorio .fdn_area_container {
  margin-top: -1px;
}

.fdn_directorio .fdn_area_container:first-child h2 {
  border-top: 1px solid white;
}

.fdn_directorio .fdn_area_container:first-child h2::before, .fdn_directorio .fdn_area_container:first-child h2::after {
  border-top: 1px solid white;
}

.fdn_directorio h2 {
  background-image: none;
  padding-left: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: "open_sansbold";
  font-size: .9em;
}

@media only screen and (min-width: 650px) {
  .fdn_directorio {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .fdn_directorio h2::before, .fdn_directorio h2::after {
    width: 30px;
  }
}

.fdn_directorio .fdn_area_content h4 {
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: .9em;
  margin: 0;
  padding-left: 0;
  color: #676767;
  padding-top: 18px;
  padding-bottom: 15px;
}

.fdn_directorio .fdn_area_content h4 .handler {
  background-image: url(../img/arrow-dark-small-top.png);
  width: 12px;
  height: 7px;
}

.fdn_directorio .fdn_area_content .fdn_cargo_container:last-child > h4 {
  border-bottom: 1px solid #d7d5d6;
}

.fdn_directorio .fdn_cargo_content {
  padding: 32px 0 32px 34px;
  border-bottom: 1px solid #d7d5d6;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item {
  margin-bottom: 40px;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item strong + br, .fdn_directorio .fdn_cargo_content .fdn_directorio_item span + br {
  display: none;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item strong + br + span + br + strong::before {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 20px;
  background: #676767;
  position: relative;
  top: 12px;
  margin-right: 7px;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item div {
  margin: 0px 0px 3px;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item .names {
  color: #333333;
  font-family: "open_sansbold";
  font-weight: normal;
  font-size: 1.05em;
  margin-bottom: 5px;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item strong {
  color: #676767;
  padding-right: 8px;
  position: relative;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item span {
  padding-right: 8px;
  color: #676767;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item a {
  color: #c37b00;
}

.fdn_directorio .fdn_cargo_content .fdn_directorio_item a.btn-download {
  color: #fff;
  background-color: #0081bc;
  background-image: url("../img/ico-download.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding: 14px 60px 14px 20px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

/*
.fdn_directorio{
  margin: 0px!important;
  .fdn_area_container{
    margin: 0px!important;
    h2{
      margin: 0px;
      padding: 24px;
      background: #f2f2f2;
      font-size: 14px!important;
      color: #8e2321;
      font-weight: 800;
      border-bottom: 1px solid #d7d5d6;
      text-transform: uppercase;
      cursor: pointer;
    }
    .fdn_area_content{
      display: none;
      margin: 0px!important;
      padding: 8px 0px;
      .fdn_cargo_container{
        padding: 0px 30px;
        margin: 0px!important;
        h4{
          margin: 0px;
          font-size: 16px;
          padding: 14px 0px;
          border-bottom: 1px solid #d7d5d6;
          cursor: pointer;
        }
        .fdn_cargo_content{
          margin: 0px!important;
          display: none;
          padding:24px;
          .fdn_directorio_item{
            margin-bottom: 18px;
            div{
              margin:0px 0px 3px!important;
              font-size: 14px;
            }
            .names{
              color:#000;
              font-weight: bold;
              font-size: 18px;
            }
            strong{
              color: #676767;
              padding-right:8px;
            }
            span{
             padding-right:8px;
            }
            a.btn-download{
              color: #fff;
              background: #0081bc;
              padding: 10px;
              display: inline-block;
              text-decoration: none;
            }
          }

        }
        &.open{
          .fdn_cargo_content{
            display: block;
          }
        }
      }
    }
    &.open{
      .fdn_area_content{
        display: block;
      }
    }
  }
}

*/
.view-glosario .views-row {
  display: none;
}

.view-glosario .js-wrapper {
  display: none;
}

.view-glosario .js-wrapper .views-row {
  display: block;
}

.view-glosario .views-field-body {
  display: none;
}

.view-glosario .js-views-row {
  position: relative;
}

.view-glosario .js-views-row.expanded > h3 {
  border-bottom: 1px solid #d7d5d6;
}

.view-glosario .js-views-row.expanded > h3:before, .view-glosario .js-views-row.expanded > h3:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-glosario .js-views-row.expanded + .js-views-row {
  margin-top: -1px;
}

.view-glosario .js-views-row:nth-of-type(2n+2) h3 {
  background-color: white;
}

.view-glosario .js-views-row:nth-of-type(2n+2) h3:before, .view-glosario .js-views-row:nth-of-type(2n+2) h3:after {
  background: white;
}

.view-glosario .js-views-row.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-glosario .js-views-row.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-glosario h3 {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .view-glosario h3 {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .view-glosario h3 {
  background-image: url("../img/bullet-icon-contraste.png");
}

.view-glosario h3:before, .view-glosario h3:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.view-glosario h3:after {
  left: auto;
  right: 100%;
}

.view-glosario h3:before, .view-glosario h3:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-glosario h3 .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.view-glosario h3 .handler i,
.view-glosario h3 .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.view-glosario h3 .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-glosario h3.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-glosario h3.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-glosario .js-wrapper .views-field-title {
  display: block;
  position: relative;
}

.view-glosario .js-wrapper .views-field-title .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .view-glosario .js-wrapper .views-field-title .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.view-glosario .js-wrapper .views-row:last-child > * {
  border-bottom: 0;
}

.view-glosario .js-wrapper .views-row.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-glosario .views-field-title {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .view-glosario .views-field-title {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.view-glosario .views-field-body {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .view-glosario .views-field-body {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.view-glosario h3 {
  background-image: none;
  padding-left: 0;
  color: #333333;
  font-weight: 100;
  background-color: white;
}

.view-glosario h3::before, .view-glosario h3::after {
  background: white;
}

.view-glosario .js-views-row:nth-of-type(2n+2) h3 {
  background-color: #f2f2f2 !important;
}

.view-glosario .js-views-row:nth-of-type(2n+2) h3::before, .view-glosario .js-views-row:nth-of-type(2n+2) h3::after {
  background: #f2f2f2 !important;
}

.view-glosario h3 {
  background-image: none;
  padding-left: 0;
  color: #333333;
  font-weight: 100;
}

.view-faq.view-display-id-page .views-field-body {
  display: none;
}

.view-faq.view-display-id-page .views-field-body .views-row {
  display: block;
}

.view-faq.view-display-id-page .null {
  display: none;
}

.view-faq.view-display-id-page .views-row {
  position: relative;
}

.view-faq.view-display-id-page .views-row.expanded > .views-field-title {
  border-bottom: 1px solid #d7d5d6;
}

.view-faq.view-display-id-page .views-row.expanded > .views-field-title:before, .view-faq.view-display-id-page .views-row.expanded > .views-field-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-faq.view-display-id-page .views-row.expanded + .views-row {
  margin-top: -1px;
}

.view-faq.view-display-id-page .views-row:nth-of-type(2n+2) h3 {
  background-color: white;
}

.view-faq.view-display-id-page .views-row:nth-of-type(2n+2) h3:before, .view-faq.view-display-id-page .views-row:nth-of-type(2n+2) h3:after {
  background: white;
}

.view-faq.view-display-id-page .views-row.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-faq.view-display-id-page .views-row.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-faq.view-display-id-page .views-field-title {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .view-faq.view-display-id-page .views-field-title {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .view-faq.view-display-id-page .views-field-title {
  background-image: url("../img/bullet-icon-contraste.png");
}

.view-faq.view-display-id-page .views-field-title:before, .view-faq.view-display-id-page .views-field-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.view-faq.view-display-id-page .views-field-title:after {
  left: auto;
  right: 100%;
}

.view-faq.view-display-id-page .views-field-title:before, .view-faq.view-display-id-page .views-field-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.view-faq.view-display-id-page .views-field-title .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.view-faq.view-display-id-page .views-field-title .handler i,
.view-faq.view-display-id-page .views-field-title .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.view-faq.view-display-id-page .views-field-title .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-faq.view-display-id-page .views-field-title.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-faq.view-display-id-page .views-field-title.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.view-faq.view-display-id-page .views-field-body .null {
  display: block;
  position: relative;
}

.view-faq.view-display-id-page .views-field-body .null .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .view-faq.view-display-id-page .views-field-body .null .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.view-faq.view-display-id-page .views-field-body .views-field-body > div:last-child > * {
  border-bottom: 0;
}

.view-faq.view-display-id-page .views-field-body .views-field-body > div.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.view-faq.view-display-id-page .null {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .view-faq.view-display-id-page .null {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.view-faq.view-display-id-page .null {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .view-faq.view-display-id-page .null {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.view-faq.view-display-id-page .views-field-title {
  background-image: none;
  padding-left: 0;
  color: #333333;
  font-weight: 100;
  background-color: white;
}

.view-faq.view-display-id-page .views-field-title::before, .view-faq.view-display-id-page .views-field-title::after {
  background: white;
}

.view-faq.view-display-id-page .views-row:nth-of-type(2n+2) .views-field-title {
  background-color: #f2f2f2 !important;
}

.view-faq.view-display-id-page .views-row:nth-of-type(2n+2) .views-field-title::before, .view-faq.view-display-id-page .views-row:nth-of-type(2n+2) .views-field-title::after {
  background: #f2f2f2 !important;
}

.view-faq.view-display-id-page .views-row {
  margin-top: -1px;
}

.view-faq.view-display-id-page .views-field-title {
  background-image: none;
  padding-left: 0;
  color: #333333;
}

.view-faq.view-display-id-page .views-field-title .handler {
  width: 32px;
  height: 32px;
}

.view-faq.view-display-id-page .views-field-body {
  padding: 20px;
}

#block-fdn-widget-contact-fdn-form {
  text-align: center;
  padding: 0 20px 0;
}

@media only screen and (min-width: 650px) {
  #block-fdn-widget-contact-fdn-form {
    padding: 0 40px 0;
  }
}

#block-fdn-widget-contact-fdn-form .description-and-file {
  width: 100%;
  float: left;
  position: relative;
  margin-bottom: 25px;
}

#block-fdn-widget-contact-fdn-form .description-and-file .form-item {
  margin-bottom: 0;
}

#block-fdn-widget-contact-fdn-form .description-and-file .webform-component-file {
  /*margin: 0;
			position: absolute;
			bottom: 0;
			left: 0;*/
}

#block-fdn-widget-contact-fdn-form .block__title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 2em;
  font-weight: 100;
  font-family: "lustriaregular";
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 22px;
  border-bottom: 1px solid #b8b8b8;
}

#block-fdn-widget-contact-fdn-form .block__title::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #c37b00;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media only screen and (min-width: 650px) {
  #block-fdn-widget-contact-fdn-form .block__title {
    text-align: center;
    margin-bottom: 95px;
  }
}

#block-fdn-widget-contact-fdn-form .block-inner {
  max-width: 960px;
  margin: 0 auto;
}

#block-fdn-widget-contact-fdn-form .block-inner form {
  text-align: left;
  padding-bottom: 70px;
}

#block-fdn-widget-contact-fdn-form .block-inner form:before {
  content: '';
  display: table;
}

#block-fdn-widget-contact-fdn-form .block-inner form:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1040px) {
  #block-fdn-widget-contact-fdn-form .block-inner form > div {
    margin: 0 -30px;
    padding-bottom: 100px;
  }
}

#block-fdn-widget-contact-fdn-form .form-item {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 1040px) {
  #block-fdn-widget-contact-fdn-form .form-item {
    max-width: 510px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

#block-fdn-widget-contact-fdn-form .indicacion {
  padding-bottom: 28px;
  font-size: 1em;
  color: #676767;
}

@media only screen and (min-width: 1040px) {
  #block-fdn-widget-contact-fdn-form .indicacion {
    padding: 0 30px 45px;
    font-size: 1em;
  }
}

#block-fdn-widget-contact-fdn-form .selected-text {
  margin-top: 13px;
  margin-left: 20px;
  font-weight: 100;
  font-size: 16px;
}

#block-fdn-widget-contact-fdn-form .fc-select-list-selected {
  border: 1px solid #dedede;
  height: 50px;
}

#block-fdn-widget-contact-fdn-form .fc-select-list-selected,
#block-fdn-widget-contact-fdn-form span.selected-arrow,
#block-fdn-widget-contact-fdn-form ul.fc-select-list li {
  background-color: #f9f9f9;
  margin: 0;
}

#block-fdn-widget-contact-fdn-form span.selected-arrow {
  border-left: 1px solid #dedede;
  background-image: url(../img/arrow-super-small-right.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 100%;
  width: 44px;
}

#block-fdn-widget-contact-fdn-form ul.fc-select-list {
  border: 1px solid #dedede;
  border-top: 0;
}

#block-fdn-widget-contact-fdn-form ul.fc-select-list li {
  padding-left: 20px;
  padding-right: 20px;
}

#block-fdn-widget-contact-fdn-form .fc-select-list-item {
  color: #676767;
}

#block-fdn-widget-contact-fdn-form .fc-select-list-item:hover {
  background-color: #f4f4f4;
}

#block-fdn-widget-contact-fdn-form .form-item-title,
#block-fdn-widget-contact-fdn-form .form-item-description,
#block-fdn-widget-contact-fdn-form .form-item-termsandconditions {
  width: 100%;
  margin-right: 0;
  max-width: none;
}
.form-item-termsandconditions {
	margin-bottom: 5% !important;
    margin-top: 2% !important;
	text-align: justify !important;
}
#block-fdn-widget-contact-fdn-form .form-item-title .form-text,
#block-fdn-widget-contact-fdn-form .form-item-description .form-text {
  max-width: inherit;
}

#block-fdn-widget-contact-fdn-form .form-textarea {
  max-width: inherit;
}

#block-fdn-widget-contact-fdn-form .webform-component-file {
  margin-top: -38px;
  clear: both;
  width: 100%;
  float: left;
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .webform-component-file {
    padding-left: 30px;
  }
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-managed-file {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-managed-file label {
  display: inline-block;
  vertical-align: middle;
  color: white;
  font-weight: 100;
  font-size: .7em;
  line-height: 200%;
  padding: 10px 55px 10px 20px;
  margin: 0;
  height: 38px;
  outline: 0;
  max-width: 335px;
  overflow: hidden;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-managed-file label + .form-submit {
  display: none;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-managed-file label.file-selected + .form-submit {
  display: inline-block;
  vertical-align: top;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-managed-file label + * + * + .file {
  margin-top: 10px;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-file {
  display: inline-block;
  vertical-align: middle;
  z-index: 50;
  width: auto;
  height: 38px;
  cursor: pointer;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .description {
  display: inline-block;
  vertical-align: middle;
  color: #989a9b;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .form-submit {
  position: relative;
  z-index: 70;
  padding-top: 12px;
  height: 38px;
  font-size: .7em;
  width: auto;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file {
  display: block;
  padding-left: 100px;
  padding: 20px 0 10px 35px;
  border-bottom: 1px solid #dedede;
  position: relative;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file img {
  position: relative;
  top: -4px;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 0.8em;
  position: relative;
  top: -7px;
  max-width: 273px;
  overflow: hidden;
  height: 30px;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file + .form-submit {
  display: block;
  font-size: 12px;
  margin-top: -44px;
  background-image: url(../img/icon-close-modal-white.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 0;
  width: 30px;
  padding: 30px 0 0 !important;
  border-radius: 50%;
  overflow: hidden;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file::after {
  content: "";
  width: 38px;
  height: 16px;
  background: white;
  position: absolute;
  top: 86%;
  left: 0;
}

#block-fdn-widget-contact-fdn-form .webform-component-file .file + .form-submit + .ajax-progress.ajax-progress-throbber {
  position: absolute;
  margin-top: -24px;
  margin-left: -20px;
}

#block-fdn-widget-contact-fdn-form .captcha {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 29px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha {
    display: table;
  }
}

#block-fdn-widget-contact-fdn-form .captcha::after {
  content: "";
  width: 50px;
  height: 50px;
  background-color: white;
  position: absolute;
  bottom: 10px;
  right: -20px;
  border-left: 1px solid #dedede;
  display: none;
}

@media only screen and (max-width: 480px) {
  #block-fdn-widget-contact-fdn-form .captcha::after {
    bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha::after {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#block-fdn-widget-contact-fdn-form .captcha .form-item-captcha-response {
  position: relative;
}

#block-fdn-widget-contact-fdn-form .captcha .form-item-captcha-response label {
  margin: 0 0 10px;
  font-size: .7em;
  /*position: absolute;
				bottom: 100%;
				left: 0;
				display: none;*/
}

@media only screen and (max-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha .form-item-captcha-response {
    width: 350px;
  }
}

@media only screen and (max-width: 768px) {
  #block-fdn-widget-contact-fdn-form .captcha .form-item-captcha-response {
    width: 100%;
  }
}

#block-fdn-widget-contact-fdn-form .captcha .form-item {
  position: relative;
  margin: 0 0 10px;
}

@media only screen and (max-width: 480px) {
  #block-fdn-widget-contact-fdn-form .captcha .form-item {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha .form-item .form-text {
    max-width: none;
    width: 800px;
  }
}

#block-fdn-widget-contact-fdn-form .captcha .form-item,
#block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

@media only screen and (min-width: 480px) and (max-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha .form-item,
  #block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper {
    display: table-cell;
    width: 50%;
  }
}

#block-fdn-widget-contact-fdn-form .captcha .description {
  display: none;
  position: absolute;
  bottom: 100%;
}

#block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper {
  box-sizing: content-box;
  margin-bottom: 10px;
}

#block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper .js-img {
  padding: 10px 0;
  border: 1px solid #dedede;
  text-align: center;
}

@media only screen and (min-width: 480px) {
  #block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper .js-img {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper .js-img {
    padding-left: 70px;
    padding-right: 70px;
  }
}

@media only screen and (max-width: 480px) {
  #block-fdn-widget-contact-fdn-form .captcha .js-img-wrapper {
    display: block;
  }
}

#block-fdn-widget-contact-fdn-form .captcha img {
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

#block-fdn-widget-contact-fdn-form .captcha + .form-submit {
  clear: both;
  float: right;
}

@media only screen and (min-width: 1024px) {
  #block-fdn-widget-contact-fdn-form .captcha + .form-submit {
    margin-right: 30px;
  }
}

.node-mosaic.node-sticky.twitter .description {
  text-align: center;
}

.body-black.verde #page-content .node-pagina-basica-acordeon .open * {
  color: white !important;
}

.body-black.verde #page-content .node-pagina-basica-acordeon .open .handler i,
.body-black.verde #page-content .node-pagina-basica-acordeon .open .handler b {
  background-color: white !important;
}

.body-black.page-node-339 #presupuesto-carousel .owl-pagination .owl-page.active {
  background-color: black !important;
}

@media only screen and (max-width: 768px) {
  .body-black #block-system-main-menu .block-inner > .menu > .menu__item > a::after {
    background-color: black !important;
  }
}

@media only screen and (min-width: 768px) and (orientation: landscape) {
  .body-black #block-system-main-menu .block-inner > .menu > .multiline-dropdown > .menu {
    background-color: black !important;
  }
  .body-black #block-system-main-menu .block-inner > .menu > .menu__item > a i.js-active {
    background-color: black !important;
  }
  .body-black #block-system-main-menu .block-inner > .menu > .menu__item > .menu::before {
    background-color: black !important;
  }
  .body-black #block-system-main-menu .block-inner > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
    background-color: black !important;
    color: white !important;
  }
}

.body-black.front #page-content .view-view-content-home .views-row.Twitter, .body-black.front #page-content .view-view-content-home .views-row.Simple {
  background-color: black !important;
}

.body-black.front #page-content .view-view-content-home .views-row.Twitter *, .body-black.front #page-content .view-view-content-home .views-row.Simple * {
  color: white !important;
}

.body-black.front #page-content .view-view-content-home .views-row.Twitter .bottom a, .body-black.front #page-content .view-view-content-home .views-row.Simple .bottom a {
  background: white !important;
  color: black !important;
}

.body-black .webform-client-form .form-submit, .body-black #block-fdn-widget-contact-fdn-form .form-submit,
.body-black #block-fdn-widget-contact-fdn-form .block__title::after {
  background-color: black !important;
}

.body-black #page-content .handler i, .body-black #page-content .handler b {
  background-color: black !important;
}

.body-black .header *,
.body-black #page-content * {
  color: black !important;
}

.body-black .search-button, .body-black .hamburger-button {
  background-color: black !important;
}

.body-black #block-system-main-menu > .menu > .menu__item > .menu > .layout-center > .menu__item > a {
  background-color: black !important;
  color: white !important;
}

.body-black #block-system-main-menu > .menu > .menu__item > .menu > .layout-center > .menu__item > a:after {
  background: black !important;
}

.body-black .breadcrumb, .body-black .block-easy-breadcrumb {
  background-color: black !important;
}

.body-black .region-blockgroup-post-breadcrumb a, .body-black .region-blockgroup-post-breadcrumb * {
  color: black !important;
}

.body-black.node-type-landing-page-enlaces .node .field-item > a,
.body-black.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title {
  background-image: url(../img/bullet-icon-contraste.png);
}

.body-black.page-node-195 .region-blockgroup-post-breadcrumb #block-bean-egresos::after {
  background-color: black !important;
}

.body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan {
  background-color: black !important;
}

.body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-field-title a, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-field-title a, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-field-title a {
  color: white !important;
}

.body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.rojo .views-field-view-node a, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.marrón .views-field-view-node a, .body-black.page-node-99 #page-content .view-advanced-class.listado-galeria.listado-galeria-3-columns .views-row.cyan .views-field-view-node a {
  color: black !important;
  background-color: white !important;
}

.body-black .view-select-html .falso-submit {
  background-color: black !important;
}

.body-black.page-node-98 #page-content .block-fancy.block-fancy-formal {
  background-color: black !important;
  border-top: 1px solid white;
}

.body-black.page-node-98 #page-content .block-fancy.block-fancy-formal * {
  color: white !important;
}

.body-black.page-node-98 #page-content .block-fancy.block-fancy-formal.first-color::before, .body-black.page-node-98 #page-content .block-fancy.block-fancy-formal.first-color::after, .body-black.page-node-98 #page-content .block-fancy.block-fancy-formal.second-color::before, .body-black.page-node-98 #page-content .block-fancy.block-fancy-formal.second-color::after {
  background-color: black !important;
}

.body-black #page-content .field-name-node-link a,
.body-black #page-content .views-field-view-node a {
  background: black !important;
  color: white !important;
}

.body-black #page-content .blockgroup.region-blockgroup-content-top:before, .body-black #page-content .blockgroup.region-blockgroup-content-top:after {
  background: black !important;
}

.body-black #page-content table {
  border-color: black !important;
}

.body-black #page-content table th {
  background-color: black !important;
  color: white !important;
}

.body-black #page-content table th p {
  color: white !important;
}

.body-black #page-content .celeste,
.body-black #page-content .marron {
  background: black !important;
  color: white !important;
}

.body-black #page-content .celeste *,
.body-black #page-content .marron * {
  color: white !important;
}

.body-black #page-content .region-blockgroup-post-content * {
  color: white !important;
}

.body-black #page-content .field-type-link-field a {
  background-color: black !important;
  color: white !important;
}

.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > a::after,
.body-black #page-content .block.first-color .menu__item a::after,
.body-black #page-content .block.simple-menu .menu__item a::after,
.body-black #page-content .view-mode-full .field-name-field-title-description::after {
  background-color: black !important;
}

.body-black #page-content form .webform-component-file label,
.body-black #page-content .webform-client-form .form-submit,
.body-black #page-content #block-fdn-widget-contact-fdn-form .form-submit,
.body-black #page-content .view-mode-full .field-name-field-pdf a {
  background-color: black !important;
  color: white !important;
}

.body-black #page-content .bloque-cajita {
  background-color: black !important;
  border: 0 !important;
  margin-bottom: 1px !important;
}

.body-black #page-content .bloque-cajita a, .body-black #page-content .bloque-cajita * {
  color: white !important;
}

.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > a {
  border-color: black !important;
}

.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > a:hover,
.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item > a.active {
  text-decoration: underline;
}

.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > .menu > .menu__item,
.body-black #page-content .view-mode-full .field-name-body ul li {
  background-image: url(../img/bullet-icon-contraste.png);
}

.body-black #page-content .sidebar-menu .block-inner > .menu > .menu__item > a::before {
  background-image: url(../img/arrow-white-top-contraste.png);
}

.body-black #page-content #fdn-eventos-meses.calendario-block .owl-item {
  background-color: black !important;
  border-color: white !important;
}

.body-black #page-content #fdn-eventos-meses.calendario-block .owl-item .item {
  color: white !important;
}

.body-black #page-content .item-list .pager-previous a {
  background-image: url("../img/arrow-left-small-contraste.png") !important;
}

.body-black #page-content .item-list .pager-next a {
  background-image: url("../img/arrow-right-small-contraste.png") !important;
}

.body-black #page-content .item-list .pager-current {
  background-color: black !important;
  color: white !important;
}

.body-black #page-content .view-faq.view-display-id-page .views-field-title,
.body-black #page-content .view-glosario h3 {
  background-image: none;
}

.body-black #page-content .view-resultados-financieros .js-views-row h3 {
  background: none !important;
}

.body-black #page-content .view-resultados-financieros .js-views-row h3 .js-class::before {
  background-image: url("../img/bullet-icon-contraste.png");
}

.body-black #site-map * {
  background-color: white !important;
  border-color: black !important;
}

.body-black #site-map *::after, .body-black #site-map *::before {
  background-color: white !important;
  border-color: black !important;
}

.body-black #site-map * .content > .site-map-menu > li::after {
  background: url("../img/icon-cruz-closed-contraste.png") !important;
}

.body-black #site-map * .content > .site-map-menu > li.open::after {
  background: url("../img/icon-cruz-open-contraste.png") !important;
}

.front.ie #block-views-slider-home-block .field-name-body.js-font-size-reduced p {
  font-size: .69em;
}

.front main,
.front #page-content {
  float: none;
  margin-left: auto;
  margin-right: auto;
  width: inherit;
  max-width: inherit;
  padding: 0;
}

.front .seed-title {
  display: none;
}

.front .view-view-content-home {
  overflow: hidden;
}

.front .view-view-content-home .views-row-1 .group-text-content,
.front .view-view-content-home .views-row-3 .group-text-content,
.front .view-view-content-home .views-row-5 .group-text-content,
.front .view-view-content-home .views-row-7 .group-text-content {
  background-color: #f2f2f2;
  height: 380px;
  position: relative;
  padding: 30px;
  box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-1 .group-text-content,
  .front .view-view-content-home .views-row-3 .group-text-content,
  .front .view-view-content-home .views-row-5 .group-text-content,
  .front .view-view-content-home .views-row-7 .group-text-content {
    height: auto;
  }
}

.front .view-view-content-home .views-row-1 .group-text-content:before,
.front .view-view-content-home .views-row-3 .group-text-content:before,
.front .view-view-content-home .views-row-5 .group-text-content:before,
.front .view-view-content-home .views-row-7 .group-text-content:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 12px 12.5px;
  border-color: transparent transparent #f2f2f2;
}

.front .view-view-content-home .views-row-1 .views-field-field-news-type,
.front .view-view-content-home .views-row-3 .views-field-field-news-type,
.front .view-view-content-home .views-row-5 .views-field-field-news-type,
.front .view-view-content-home .views-row-7 .views-field-field-news-type {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  color: #6d6d6d;
}

.front .view-view-content-home .views-row-1 .views-field-title,
.front .view-view-content-home .views-row-3 .views-field-title,
.front .view-view-content-home .views-row-5 .views-field-title,
.front .view-view-content-home .views-row-7 .views-field-title {
  font-size: 2em;
  font-family: "lustriaregular";
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333333;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-1 .views-field-title,
  .front .view-view-content-home .views-row-3 .views-field-title,
  .front .view-view-content-home .views-row-5 .views-field-title,
  .front .view-view-content-home .views-row-7 .views-field-title {
    font-size: 1.5em;
  }
}

.front .view-view-content-home .views-row-1 .views-field-title *,
.front .view-view-content-home .views-row-3 .views-field-title *,
.front .view-view-content-home .views-row-5 .views-field-title *,
.front .view-view-content-home .views-row-7 .views-field-title * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

.front .view-view-content-home .views-row-1 .views-field-body p,
.front .view-view-content-home .views-row-3 .views-field-body p,
.front .view-view-content-home .views-row-5 .views-field-body p,
.front .view-view-content-home .views-row-7 .views-field-body p {
  color: #6d6d6d;
  margin: 0;
}

.front .view-view-content-home .views-row-1 .views-field-view-node,
.front .view-view-content-home .views-row-3 .views-field-view-node,
.front .view-view-content-home .views-row-5 .views-field-view-node,
.front .view-view-content-home .views-row-7 .views-field-view-node {
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .front .view-view-content-home .views-row-1 .views-field-view-node,
  .front .view-view-content-home .views-row-3 .views-field-view-node,
  .front .view-view-content-home .views-row-5 .views-field-view-node,
  .front .view-view-content-home .views-row-7 .views-field-view-node {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
  }
}

.front .view-view-content-home .views-row-1 .views-field-view-node a,
.front .view-view-content-home .views-row-3 .views-field-view-node a,
.front .view-view-content-home .views-row-5 .views-field-view-node a,
.front .view-view-content-home .views-row-7 .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.front .view-view-content-home .views-row-1 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-3 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-5 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-7 .views-field-view-node a:hover {
  background-color: #064e70;
}

.front .view-view-content-home .views-row-1 .views-field-created,
.front .view-view-content-home .views-row-3 .views-field-created,
.front .view-view-content-home .views-row-5 .views-field-created,
.front .view-view-content-home .views-row-7 .views-field-created {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 11px;
}

.front .view-view-content-home .views-row-1 .views-field-field-news-image-mosaic,
.front .view-view-content-home .views-row-3 .views-field-field-news-image-mosaic,
.front .view-view-content-home .views-row-5 .views-field-field-news-image-mosaic,
.front .view-view-content-home .views-row-7 .views-field-field-news-image-mosaic {
  height: 380px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-1 .views-field-field-news-image-mosaic,
  .front .view-view-content-home .views-row-3 .views-field-field-news-image-mosaic,
  .front .view-view-content-home .views-row-5 .views-field-field-news-image-mosaic,
  .front .view-view-content-home .views-row-7 .views-field-field-news-image-mosaic {
    height: auto;
  }
}

.front .view-view-content-home .views-row-1 .views-field-field-news-image-mosaic a,
.front .view-view-content-home .views-row-3 .views-field-field-news-image-mosaic a,
.front .view-view-content-home .views-row-5 .views-field-field-news-image-mosaic a,
.front .view-view-content-home .views-row-7 .views-field-field-news-image-mosaic a {
  display: block;
}

.front .view-view-content-home .views-row-1 .views-field-field-news-image-mosaic img,
.front .view-view-content-home .views-row-3 .views-field-field-news-image-mosaic img,
.front .view-view-content-home .views-row-5 .views-field-field-news-image-mosaic img,
.front .view-view-content-home .views-row-7 .views-field-field-news-image-mosaic img {
  display: block;
  height: 380px;
  max-width: 100%;
  width: 100%;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-1 .views-field-field-news-image-mosaic img,
  .front .view-view-content-home .views-row-3 .views-field-field-news-image-mosaic img,
  .front .view-view-content-home .views-row-5 .views-field-field-news-image-mosaic img,
  .front .view-view-content-home .views-row-7 .views-field-field-news-image-mosaic img {
    height: auto;
  }
}

.front .view-view-content-home .views-row-2,
.front .view-view-content-home .views-row-6 {
  display: table;
  height: 100%;
  width: 100%;
  background: #0083bb;
  color: #f6ebe0;
  height: 100%;
  position: relative;
  padding: 30px;
}

.front .view-view-content-home .views-row-2 .null,
.front .view-view-content-home .views-row-6 .null {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  color: #6d6d6d;
}

.front .view-view-content-home .views-row-2 .views-field-title,
.front .view-view-content-home .views-row-6 .views-field-title {
  font-size: 2em;
  font-family: "lustriaregular";
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333333;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-2 .views-field-title,
  .front .view-view-content-home .views-row-6 .views-field-title {
    font-size: 1.5em;
  }
}

.front .view-view-content-home .views-row-2 .views-field-title *,
.front .view-view-content-home .views-row-6 .views-field-title * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

.front .view-view-content-home .views-row-2 .views-field-field-twitter-description p, .front .view-view-content-home .views-row-2 .views-field-field-twiiter-account p,
.front .view-view-content-home .views-row-6 .views-field-field-twitter-description p,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account p {
  color: #6d6d6d;
  margin: 0;
}

.front .view-view-content-home .views-row-2 .views-field-view-node,
.front .view-view-content-home .views-row-6 .views-field-view-node {
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .front .view-view-content-home .views-row-2 .views-field-view-node,
  .front .view-view-content-home .views-row-6 .views-field-view-node {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
  }
}

.front .view-view-content-home .views-row-2 .views-field-view-node a,
.front .view-view-content-home .views-row-6 .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.front .view-view-content-home .views-row-2 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-6 .views-field-view-node a:hover {
  background-color: #064e70;
}

.front .view-view-content-home .views-row-2 .null,
.front .view-view-content-home .views-row-6 .null {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 11px;
}

.front .view-view-content-home .views-row-2 > *,
.front .view-view-content-home .views-row-6 > * {
  display: table-cell;
  vertical-align: middle;
}

.front .view-view-content-home .views-row-2 .views-field-type,
.front .view-view-content-home .views-row-2 .views-field-title,
.front .view-view-content-home .views-row-2 .views-field-view-node,
.front .view-view-content-home .views-row-2 .views-field-created,
.front .view-view-content-home .views-row-6 .views-field-type,
.front .view-view-content-home .views-row-6 .views-field-title,
.front .view-view-content-home .views-row-6 .views-field-view-node,
.front .view-view-content-home .views-row-6 .views-field-created {
  display: none;
}

.front .view-view-content-home .views-row-2 .views-field-field-twitter-description, .front .view-view-content-home .views-row-2 .views-field-field-twiiter-account,
.front .view-view-content-home .views-row-6 .views-field-field-twitter-description,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account {
  font-size: 22px;
  line-height: 150%;
  font-family: "lustriaregular";
  position: relative;
  text-align: center;
}

.front .view-view-content-home .views-row-2 .views-field-field-twitter-description:before, .front .view-view-content-home .views-row-2 .views-field-field-twiiter-account:before,
.front .view-view-content-home .views-row-6 .views-field-field-twitter-description:before,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account:before {
  content: url("../img/twitter-fdn.png");
  display: block;
  text-align: center;
}

.front .view-view-content-home .views-row-2 .views-field-field-twitter-description p, .front .view-view-content-home .views-row-2 .views-field-field-twitter-description a, .front .view-view-content-home .views-row-2 .views-field-field-twiiter-account p, .front .view-view-content-home .views-row-2 .views-field-field-twiiter-account a,
.front .view-view-content-home .views-row-6 .views-field-field-twitter-description p,
.front .view-view-content-home .views-row-6 .views-field-field-twitter-description a,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account p,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account a {
  color: white;
  text-align: center;
}

.front .view-view-content-home .views-row-6 .views-field-body,
.front .view-view-content-home .views-row-6 .views-field-field-twiiter-account {
  display: none;
}

.front .view-view-content-home .views-row-6 .views-field-field-twitter-description .views-field-body {
  display: block;
}

.front .view-view-content-home .views-row-4,
.front .view-view-content-home .views-row-8 {
  background: #cc8215;
  height: 100%;
  position: relative;
  padding: 30px;
  color: #f6ebe0;
}

.front .view-view-content-home .views-row-4 .views-field-field-news-type,
.front .view-view-content-home .views-row-8 .views-field-field-news-type {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  color: #6d6d6d;
}

.front .view-view-content-home .views-row-4 .views-field-title,
.front .view-view-content-home .views-row-8 .views-field-title {
  font-size: 2em;
  font-family: "lustriaregular";
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333333;
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row-4 .views-field-title,
  .front .view-view-content-home .views-row-8 .views-field-title {
    font-size: 1.5em;
  }
}

.front .view-view-content-home .views-row-4 .views-field-title *,
.front .view-view-content-home .views-row-8 .views-field-title * {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  margin-bottom: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

.front .view-view-content-home .views-row-4 .views-field-body p,
.front .view-view-content-home .views-row-8 .views-field-body p {
  color: #6d6d6d;
  margin: 0;
}

.front .view-view-content-home .views-row-4 .views-field-view-node,
.front .view-view-content-home .views-row-8 .views-field-view-node {
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .front .view-view-content-home .views-row-4 .views-field-view-node,
  .front .view-view-content-home .views-row-8 .views-field-view-node {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
  }
}

.front .view-view-content-home .views-row-4 .views-field-view-node a,
.front .view-view-content-home .views-row-8 .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.front .view-view-content-home .views-row-4 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-8 .views-field-view-node a:hover {
  background-color: #064e70;
}

.front .view-view-content-home .views-row-4 .views-field-created,
.front .view-view-content-home .views-row-8 .views-field-created {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 11px;
}

.front .view-view-content-home .views-row-4 .views-field-field-news-type,
.front .view-view-content-home .views-row-4 .views-field-title,
.front .view-view-content-home .views-row-8 .views-field-field-news-type,
.front .view-view-content-home .views-row-8 .views-field-title {
  color: white;
}

.front .view-view-content-home .views-row-4 .views-field-body p,
.front .view-view-content-home .views-row-8 .views-field-body p {
  color: white;
}

.front .view-view-content-home .views-row-4 .views-field-view-node a,
.front .view-view-content-home .views-row-8 .views-field-view-node a {
  background-color: white;
  color: #cc8215;
}

.front .view-view-content-home .views-row-4 .views-field-view-node a:hover,
.front .view-view-content-home .views-row-8 .views-field-view-node a:hover {
  background-color: white;
  color: #9e6510;
}

.front .view-view-content-home .views-row-4 .views-field-field-news-image-mosaic,
.front .view-view-content-home .views-row-8 .views-field-field-news-image-mosaic {
  display: none;
}

.front .view-view-content-home:before {
  content: "";
  display: table;
}

.front .view-view-content-home:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 1240px) {
  .front .view-view-content-home {
    max-width: 788px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .front .view-view-content-home {
    max-width: 377px;
  }
}

.front .view-view-content-home .views-row {
  max-width: 377px;
  width: 100% !important;
}

.front .view-view-content-home .views-row .views-row-inner {
  height: 100%;
}

@media only screen and (min-width: 1240px) {
  .front .view-view-content-home .views-row {
    margin-bottom: 30px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+1) {
    clear: left;
    float: left;
    width: 30%;
    margin-left: 0%;
    margin-right: -100%;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+1) {
    clear: right;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+2) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -100%;
    min-height: 350px;
    height: 350px;
    margin-left: 410px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+2) {
    float: right;
    margin-right: 35%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+3) {
    float: left;
    width: 30%;
    margin-left: 70%;
    margin-right: -100%;
    min-height: 380px;
    margin-left: 820px;
    margin-right: -1200px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+3) {
    float: right;
    margin-right: 70%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+4) {
    float: left;
    width: 30%;
    margin-left: 35%;
    margin-right: -100%;
    margin-top: 380px;
    min-height: 380px;
    height: 380px;
    margin-left: 410px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+4) {
    float: right;
    margin-right: 35%;
    margin-left: -100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .front .view-view-content-home .views-row {
    margin-bottom: 30px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+1) {
    clear: left;
    float: left;
    width: 47.5%;
    margin-left: 0%;
    margin-right: -100%;
    margin-right: -828px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+1) {
    clear: right;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+1) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+2) {
    float: left;
    width: 47.5%;
    margin-left: 52.5%;
    margin-right: -100%;
    height: 380px;
    margin-left: 410px;
    margin-right: -828px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+2) {
    float: right;
    margin-right: 52.5%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+3) {
    float: left;
    width: 47.5%;
    margin-left: 52.5%;
    margin-right: -100%;
    min-height: 380px;
    margin-top: 410px;
    margin-left: 410px;
    margin-right: -828px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+3) {
    float: right;
    margin-right: 52.5%;
    margin-left: -100%;
  }
  .front .view-view-content-home .views-row:nth-child(4n+4) {
    float: left;
    width: 47.5%;
    margin-left: 0%;
    margin-right: -100%;
    margin-top: 790px;
    min-height: 380px;
    margin-right: -828px;
  }
  [dir="rtl"] .front .view-view-content-home .views-row:nth-child(4n+4) {
    float: right;
    margin-right: 0%;
    margin-left: -100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 820px) {
  .front .view-view-content-home .views-row {
    max-width: 362px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+1) {
    margin-right: -828px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+2) {
    min-height: 380px;
    margin-left: 380px;
    margin-right: -828px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+3) {
    min-height: 380px;
    margin-top: 410px;
    margin-left: 380px;
    margin-right: -828px;
  }
  .front .view-view-content-home .views-row:nth-child(4n+4) {
    margin-top: 790px;
    min-height: 380px;
    margin-right: -828px;
  }
}

@media only screen and (max-width: 767px) {
  .front .view-view-content-home .views-row {
    margin-bottom: 30px;
    min-height: 380px;
  }
  .front .view-view-content-home .views-row.Twitter + .views-row {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .front .view-view-content-home .views-row.Imagen div.image,
  .front .view-view-content-home .views-row.Imagen div.text {
    height: 280px;
  }
  .front .view-view-content-home .views-row.Imagen .description {
    display: none;
  }
  .front .view-view-content-home .views-row div.bottom {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .front .view-view-content-home .views-row .text div.title {
    font-size: 1.5em;
  }
  .front .view-view-content-home .views-row.Simple {
    height: 280px !important;
    min-height: inherit;
  }
  .front .view-view-content-home .views-row.Simple .description {
    display: none;
  }
  .front .view-view-content-home .views-row.Twitter {
    height: 280px !important;
    min-height: inherit;
  }
  .front .view-view-content-home .views-row.Twitter div.text .views-field-field-mocaic-tw-desc {
    font-size: 1em;
  }
}

.front .view-view-content-home .views-row {
  position: relative;
}

.front .view-view-content-home .views-row .field-name-post-date {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-style: italic;
  text-transform: uppercase;
  font-size: 11px;
}

.front .view-view-content-home .views-row .text {
  padding: 30px;
  box-sizing: border-box;
}

.front .view-view-content-home .views-row .text .title {
  font-size: 35px;
  font-family: "lustriaregular";
  margin-bottom: 30px;
  line-height: 1.2;
  color: #333333;
}

.front .view-view-content-home .views-row .text .title a {
  font-size: inherit;
  font-family: inherit;
  margin-bottom: inherit;
  line-height: inherit;
  text-decoration: none;
  color: inherit;
}

.front .view-view-content-home .views-row .text .subtitle {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
  color: #6d6d6d;
}

.front .view-view-content-home .views-row .text .description {
  font-size: 16px;
}

.front .view-view-content-home .views-row .bottom {
  margin-top: 20px;
}

@media only screen and (min-width: 480px) {
  .front .view-view-content-home .views-row .bottom {
    position: absolute;
    bottom: 30px;
    margin-top: 0;
  }
}

.front .view-view-content-home .views-row .bottom a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.front .view-view-content-home .views-row .bottom a:hover {
  background-color: #064e70;
}

.front .view-view-content-home .views-row.Simple {
  background: #cc8215;
  color: #f6ebe0;
}

.front .view-view-content-home .views-row.Simple .bottom a {
  background: #fff;
  color: #cc8215;
}

.front .view-view-content-home .views-row.Simple .bottom a:hover {
  color: #70470b;
}

.front .view-view-content-home .views-row.Simple .subtitle {
  color: white;
}

.front .view-view-content-home .views-row.Simple .field-name-post-date {
  color: white;
}

.front .view-view-content-home .views-row.Simple .title a {
  color: white;
}

.front .view-view-content-home .views-row.Twitter {
  background: #0083bb;
  color: #f6ebe0;
  display: table;
}

.front .view-view-content-home .views-row.Twitter .views-row-inner {
  display: table-row;
}

.front .view-view-content-home .views-row.Twitter a {
  color: #f6ebe0;
}

.front .view-view-content-home .views-row.Twitter .title, .front .view-view-content-home .views-row.Twitter .bottom, .front .view-view-content-home .views-row.Twitter .subtitle, .front .view-view-content-home .views-row.Twitter .field-name-post-date {
  display: none;
}

.front .view-view-content-home .views-row.Twitter .image {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 30px;
  text-align: center;
  display: none;
}

.front .view-view-content-home .views-row.Twitter .image img {
  width: 32px;
  height: auto;
}

.front .view-view-content-home .views-row.Twitter .text {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 30px;
}

.front .view-view-content-home .views-row.Twitter .text .views-field-field-mocaic-tw-desc {
  font-size: 22px;
  line-height: 150%;
  font-family: "lustriaregular";
  position: relative;
}

.front .view-view-content-home .views-row.Twitter .text .views-field-field-mocaic-tw-desc:before {
  content: url("../img/twitter-fdn.png");
  display: block;
}

.front .view-view-content-home .views-row.Imagen .image {
  height: 380px;
  overflow: hidden;
}

.front .view-view-content-home .views-row.Imagen .image img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: block;
}

.front .view-view-content-home .views-row.Imagen .text {
  background-color: #f2f2f2;
  height: 380px;
  position: relative;
}

.front .view-view-content-home .views-row.Imagen .text:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 12px 12.5px;
  border-color: transparent transparent #f2f2f2;
}

.front .view-view-content-home .views-row.Imagen .text .title {
  color: #333333;
}

.front .view-view-content-home .views-row.Imagen .text .description {
  color: #6d6d6d;
}

.front .view-view-content-home .views-row.Imagen .bottom a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.front .view-view-content-home .views-row.Imagen .bottom a:hover {
  background-color: #064e70;
}

.not-front {
  /*
	// Páginas con acordeón del widget dentro de field-name-body
	&.page-node-136, // fdn/gobierno-corporativo/reglamento-asamblea-general-accionistas
	&.page-node-286  // fdn/normas-y-politicas/normas-aplicables-a-la-fdn
	{
		.field-name-field-widget-load {
			@include field-body-with-widget-one-side;
			margin-bottom: 30px;
		}

		.field-name-summary {
			display: none;
		}
	}*/
}

.not-front .layout-swap__top {
  display: none;
}

.not-front #page-content {
  padding-bottom: 50px;
}

@media only screen and (min-width: 650px) {
  .not-front #page-content {
    padding-bottom: 110px;
  }
}

.not-front.ipad .block-fancy.block-fancy-formal::after {
  display: none;
}

.not-front.widget-true #page-content, .not-front.listado-textual-true #page-content {
  padding-bottom: 0 !important;
}

.not-front.section-galeria-de-fotografias .seed-title {
  display: none;
}

.not-front.page-node-222 #FDNmodal .modal-body {
  border: 0;
}

.not-front.page-node-222 #FDNmodal button.close {
  color: white;
  font-size: 25px;
  position: relative;
  top: -5px;
}

.not-front.page-node-194 .menu-listado .content > ul > li {
  margin-top: -1px;
}

.not-front.page-node-194 .menu-listado .content > ul > li:nth-of-type(even) a {
  background-color: white;
}

.not-front.page-node-194 .menu-listado .content > ul > li:nth-of-type(even) a::before, .not-front.page-node-194 .menu-listado .content > ul > li:nth-of-type(even) a::after {
  background-color: white;
}

.not-front.page-node-194 .menu-listado .content > ul > li > ul > li > a {
  border: 0;
}

.not-front.page-node-194 .menu-listado .content > ul > li > a {
  border-bottom: 1px solid #d7d5d6;
}

.not-front.page-node-194 .menu-listado .content > ul > li > a::before, .not-front.page-node-194 .menu-listado .content > ul > li > a::after {
  border-bottom: 1px solid #d7d5d6;
}

.not-front.page-node-213 #page-content, .not-front.page-node-272 #page-content, .not-front.page-node-194 #page-content, .not-front.page-node-339 #page-content {
  padding-bottom: 0;
}

.not-front.page-node-339 div #page-content {
  padding-top: 0;
}

.not-front.page-node-99 div #page-content {
  padding-bottom: 52px;
}

.not-front.page-informacion-general-preguntas-y-respuestas #page-content, .not-front.page-informacion-general-glosario #page-content, .not-front.page-node-222 #page-content {
  padding: 0 20px;
}

@media only screen and (min-width: 650px) {
  .not-front.page-informacion-general-preguntas-y-respuestas #page-content, .not-front.page-informacion-general-glosario #page-content, .not-front.page-node-222 #page-content {
    padding: 0;
  }
}

.not-front.node-type-news .sidebar-noticias a,
.not-front.node-type-news #dhtml_menu-1073 a {
  color: #8e2321;
}

.not-front.page-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-title {
  max-width: 80%;
}

@media only screen and (min-width: 1024px) {
  .not-front.page-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    padding-top: 50px;
    right: 49px;
  }
}

.not-front.page-node-19.page-node-mid-1277 #dhtml_menu-760 .menu__link {
  color: #8e2321;
}

.node-type-pagina-basica-enriquecida .block-ds-extras .block__title {
  display: none;
}

.node-type-pagina-basica-enriquecida.page-node-99 #page-content {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .node-type-pagina-basica-enriquecida.page-node-99 #page-content {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.node-type-pagina-basica-enriquecida.page-node-99 #page-content > main {
  padding: 0;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list > h3 {
  display: none;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list ul {
  margin: 0;
  padding: 0;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  background-image: none;
  padding-left: 32px;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li::before, .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: inherit;
  border-top: 1px solid #d7d5d6;
  position: absolute;
  top: -1px;
  left: 100%;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li::before {
  left: auto;
  right: 100%;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:last-child::after, .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:nth-child(odd) {
  background-color: #f2f2f2;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:nth-child(even) {
  background-color: white;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-row-inner {
  position: relative;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-created {
  font-family: "open_sansbold_italic";
  font-weight: 300;
  font-size: 0.65em;
  color: #6e6e6e;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-created {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title h2, .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li p, .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-date {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li p p, .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-date p {
  margin: 0;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null {
  float: left;
  margin-right: 40px;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null {
    padding-top: 40px;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .null a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-created + .views-field-title + .views-field-view-node {
    /*
			http://fdn.seedlabs.co/es/contratos/contratos-de-a%C3%B1os-anteriores
			http://fdn.seedlabs.co/es/contratos/proceso-en-curso-y-licitaciones
			http://fdn.seedlabs.co/es/contratos/contratos-activos

			*/
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-view-node {
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li {
    padding-left: 77px !important;
  }
  .node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li::before {
    width: 0;
  }
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title {
  position: relative;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title::before {
  content: url("../img/bullet-icon.png");
  position: absolute;
  left: -30px;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li:before {
  /*	content: "";
				top: auto;
				left: 48px;
				right: auto;
				bottom: auto;
				border: 0;
				padding-top: 9px;
				height: 7px;
				width: 13px;
				background: url("../img/bullet-icon.png") no-repeat 0 9px;*/
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-title {
  margin-top: 0;
  margin-bottom: 22px;
  color: #8e2321;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-description {
  margin-top: 0;
  margin-bottom: 25px;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .widget-doc-description + .widget-doc-date {
  margin-top: -25px;
  margin-bottom: 25px;
  color: #6e6e6e;
  font-size: .8em;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .field-type-link-field a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
  padding-right: 50px;
  background-image: url("../img/ico-download.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  font-size: .8em;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .field-type-link-field a:hover {
  background-color: #7b2423;
}

.node-type-pagina-basica-enriquecida .field-name-field-widget-load .item-list li .field-type-link-field a:hover {
  background-color: #0970a0;
}

.page-galeria-de-fotografias #page-content,
.page-contratos-galeria-de-fotografias #page-content {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .page-galeria-de-fotografias #page-content,
  .page-contratos-galeria-de-fotografias #page-content {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.page-galeria-de-fotografias #page-content > main,
.page-contratos-galeria-de-fotografias #page-content > main {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .page-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-title,
  .page-contratos-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-title {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .page-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node,
  .page-contratos-galeria-de-fotografias .view-advanced-class.listado-galeria .views-fieldset .views-field-view-node {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 20px;
  }
}

.node-type-galeria .seed-title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  color: #8e2321;
}

.node-type-galeria .seed-title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

.node-type-galeria .group-image-wrapper {
  position: relative;
}

@media only screen and (max-width: 480px) {
  .node-type-galeria .group-image-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.node-type-galeria .field-name-body {
  max-width: 650px;
  margin: 0 auto;
}

.node-type-galeria .field-name-field-imagen-descripcion {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: white;
  background: #4c4c4c;
  font-style: italic;
  font-size: 0.9em;
  padding: 7px 12px;
  text-align: left;
}

@media only screen and (max-width: 480px) {
  .node-type-galeria .field-name-field-imagen-descripcion {
    position: relative;
  }
}

.node-type-galeria .field-name-field-galery-photos {
  margin-bottom: 60px;
}

.node-type-galeria .field-name-field-galery-photos img {
  display: block;
}

.node-type-galeria .field-name-field-galery-photos .owl-carousel {
  text-align: center;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-controls {
  display: block;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-controls .owl-pagination {
  display: none;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-controls .owl-page, .node-type-galeria .field-name-field-galery-photos .field-items .owl-controls img {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-controls .owl-page {
  margin-left: 5px;
  margin-right: 5px;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-buttons {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 53px;
  left: 0;
  width: 100%;
  z-index: 10;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-buttons .owl-prev {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 0;
  padding-top: 48px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-image: url(../img/arrow-left-1.png);
  margin: 0 0 0 20px;
  float: left;
  opacity: 1;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-buttons .owl-prev:hover {
  background-color: #d8d8d8;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-buttons .owl-next {
  display: inline-block;
  vertical-align: top;
  width: 48px;
  height: 0;
  padding-top: 48px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50%;
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background-image: url(../img/arrow-right-1.png);
  margin: 0 20px 0 0;
  float: right;
  opacity: 1;
}

.node-type-galeria .field-name-field-galery-photos .field-items .owl-buttons .owl-next:hover {
  background-color: #d8d8d8;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion {
  margin: 0 auto;
  width: 400px;
}

@media only screen and (max-width: 480px) {
  .node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion {
    width: 215px;
  }
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-item {
  overflow: hidden;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion img {
  width: auto !important;
  height: 80px !important;
  overflow: hidden;
  cursor: pointer;
  margin: 0 auto;
  max-width: none;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-item {
  padding-left: 5px;
  padding-right: 5px;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-wrapper-outer {
  width: inherit;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-controls {
  margin: 0;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-buttons {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  z-index: 10;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-buttons .owl-prev,
.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-buttons .owl-next {
  width: 11px;
  height: 0;
  margin: 3px 0 0;
  padding-top: 18px;
  padding-left: 0;
  padding-ight: 0;
  overflow: hidden;
  background: url(../img/arrow-left-small.png) no-repeat 0 0;
  position: absolute;
  bottom: auto;
  left: -30px;
  opacity: 1;
}

.node-type-galeria .field-name-field-galery-photos .js-carousel-paginacion .owl-buttons .owl-next {
  left: auto;
  right: -30px;
  background-image: url(../img/arrow-right-small.png);
}

/* NODE TEXT STYLES v1 */
.view-mode-full .field-name-body-summary p {
  font-size: 1em;
  line-height: 155%;
}

.view-mode-full .field-name-body {
  /*li,
			blockquote,
			table td {
				font-size: 19px; line-height: 155%
			}*/
}

.view-mode-full .field-name-body p {
  font-size: 0.9em;
  color: #676767;
  line-height: 165%;
  margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
  .view-mode-full .field-name-body p {
    margin-bottom: 45px;
    font-size: 1em;
  }
}

.view-mode-full .field-name-body p a {
  color: #c37b00;
  font-weight: bold;
}

.view-mode-full .field-name-body p a:hover {
  color: #c37b00;
}

.view-mode-full .field-name-body p strong {
  color: #c37b00;
  font-weight: bold;
}

.view-mode-full .field-name-body blockquote {
  font-family: "open_sansbold";
  font-weight: normal;
  color: #333333;
  background-color: #f2f2f2;
  margin: 0 0 45px;
  padding: 24px 35px;
  position: relative;
  margin-left: 28px !important;
}

@media only screen and (min-width: 768px) {
  .view-mode-full .field-name-body blockquote {
    margin: 0 1em 45px;
  }
}

.view-mode-full .field-name-body blockquote p {
  margin-bottom: 0;
  font-size: 1.1em;
  line-height: 150%;
  color: #333333;
}

.view-mode-full .field-name-body blockquote p + p {
  margin-top: 22.5px;
}

.view-mode-full .field-name-body blockquote a {
  color: #8e2321;
}

.view-mode-full .field-name-body blockquote strong {
  color: #8e2321;
}

.view-mode-full .field-name-body blockquote::before {
  content: "";
  width: 11px;
  height: 11px;
  background: #8e2321;
  display: block;
  position: absolute;
  top: 0;
  left: -28px;
}

.view-mode-full .field-name-body ul, .view-mode-full .field-name-body ol {
  padding-left: 0;
  margin: 0 0 22.5px;
}

@media only screen and (min-width: 650px) {
  .view-mode-full .field-name-body ul, .view-mode-full .field-name-body ol {
    padding-left: 50px;
    margin-bottom: 45px;
  }
}

.view-mode-full .field-name-body ul li {
  background-image: url(../img/bullet-icon.png);
  background-position: 0 10px;
  background-repeat: no-repeat;
  list-style: none;
}

.view-mode-full .field-name-body li {
  font-size: 0.9em;
  line-height: 160%;
  padding-left: 35px;
  margin-bottom: 3px;
  color: #676767;
}

@media only screen and (min-width: 768px) {
  .view-mode-full .field-name-body li {
    padding-left: 35px;
    margin-bottom: 3px;
    font-size: 1em;
  }
}

.view-mode-full .field-name-body ol li {
  list-style: none;
  padding-left: 0;
}

.view-mode-full .field-name-body ol li::before {
  counter-increment: section;
  content: counter(section, decimal) ". ";
  color: #8e2321;
  font-family: "open_sansbold";
  margin-right: 4px;
}

.view-mode-full .field-name-body td {
  font-size: 1em;
  line-height: 160%;
}

.view-mode-full .field-name-body h1 {
  font-size: 1.7em;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 25px;
}

.view-mode-full .field-name-body h2 {
  font-size: 1.5em;
  font-weight: 100;
  margin-top: 25px;
  margin-bottom: 25px;
}

.view-mode-full .field-name-body em {
  color: #333333;
}

.view-mode-full .field-name-body p + h1, .view-mode-full .field-name-body p + h2, .view-mode-full .field-name-body p + h3, .view-mode-full .field-name-body ul + h1, .view-mode-full .field-name-body ul + h2, .view-mode-full .field-name-body ul + h3, .view-mode-full .field-name-body ol + h1, .view-mode-full .field-name-body ol + h2, .view-mode-full .field-name-body ol + h3,
.view-mode-full .field-name-body blockquote + h1, .view-mode-full .field-name-body blockquote + h2, .view-mode-full .field-name-body blockquote + h3,
.view-mode-full .field-name-body table + h1, .view-mode-full .field-name-body table + h2, .view-mode-full .field-name-body table + h3 {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .view-mode-full .field-name-body p + h1, .view-mode-full .field-name-body p + h2, .view-mode-full .field-name-body p + h3, .view-mode-full .field-name-body ul + h1, .view-mode-full .field-name-body ul + h2, .view-mode-full .field-name-body ul + h3, .view-mode-full .field-name-body ol + h1, .view-mode-full .field-name-body ol + h2, .view-mode-full .field-name-body ol + h3,
  .view-mode-full .field-name-body blockquote + h1, .view-mode-full .field-name-body blockquote + h2, .view-mode-full .field-name-body blockquote + h3,
  .view-mode-full .field-name-body table + h1, .view-mode-full .field-name-body table + h2, .view-mode-full .field-name-body table + h3 {
    margin-top: 45px;
  }
}

.view-mode-full .field-name-body img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.view-mode-full .field-name-body img[style*="float: left;"] {
  margin-right: 20px;
}

.view-mode-full .field-name-body img[style*="float: right;"] {
  margin-left: 20px;
}

.view-mode-full .field-name-body .field {
  margin-bottom: 20px;
}

.field-name-field-pdf {
  margin-top: 45px;
}

@media (min-width: 0) and (max-width: 768px) {
  .view-mode-full main > .node {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.view-mode-full .views-field-category-page {
  background: url(../img/imagen-superior-enriquecido.jpg) no-repeat 0 50%;
  background-size: cover;
  padding: 70px 0;
}

.view-mode-full .views-field-category-page .field-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  .view-mode-full .views-field-category-page .field-inner {
    padding-left: 12px;
    padding-right: 13px;
  }
}

.view-mode-full .field-name-title {
  color: #bbbcbe;
  font-size: 1.8em;
  line-height: 125%;
  font-family: "lustriaregular";
  font-weight: normal;
  color: #8e2321;
  font-size: 1.8em;
}

.view-mode-full .field-name-title * {
  font-size: inherit;
  font-weight: normal;
  line-height: inherit;
}

@media only screen and (min-width: 768px) {
  .view-mode-full .field-name-title {
    font-size: 2.1em;
  }
}

.view-mode-full .field-name-field-title-description {
  font-family: "open_sansregular";
  font-weight: normal;
  font-size: 1.2em;
  color: #333333;
  line-height: 145%;
  padding-bottom: 100px;
  margin-bottom: 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .view-mode-full .field-name-field-title-description {
    font-size: 1.5em;
  }
}

.view-mode-full .field-name-field-title-description * {
  font-size: inherit;
}

.view-mode-full .field-name-field-title-description:after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background: #8e2321;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.view-mode-full .field-name-field-images {
  margin-bottom: 88px;
}

@media only screen and (max-width: 650px) {
  .view-mode-full .field-name-field-images {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.view-mode-full .field-name-field-images img {
  display: block;
}

.view-mode-full .field-name-field-images .owl-controls {
  margin-top: 0;
  padding-bottom: 0;
}

.view-mode-full .field-name-field-images .owl-controls .owl-pagination {
  position: absolute;
  top: 113%;
  top: calc(100% + 34px);
  left: 0;
  width: 100%;
}

.view-mode-full .field-name-field-images .owl-controls .owl-pagination .owl-page span {
  border-radius: 0;
  background-color: #d7d5d6;
}

.view-mode-full .field-name-field-images .owl-controls .owl-pagination .owl-page.active span {
  background-color: #8e2321;
}

.view-mode-full .field-name-field-images .owl-controls .owl-buttons {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.view-mode-full .field-name-field-images .owl-controls .owl-buttons .owl-prev, .view-mode-full .field-name-field-images .owl-controls .owl-buttons .owl-next {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: white;
  background-repeat: no-repeat;
  border-radius: 0;
  background-position: center;
  text-indent: 999px;
  opacity: 1;
}

.view-mode-full .field-name-field-images .owl-controls .owl-buttons .owl-prev {
  left: 20px;
  background-image: url("../img/arrow-left-1.png");
}

.view-mode-full .field-name-field-images .owl-controls .owl-buttons .owl-next {
  right: 20px;
  background-image: url("../img/arrow-right-1.png");
}

.view-mode-full .field-name-field-texto-introductorio,
.view-mode-full .field-name-summary {
  font-family: "open_sansitalic";
  font-weight: normal;
  font-size: 1em;
  color: #333333;
  line-height: 165%;
  margin-bottom: 45px;
}

.view-mode-full .field-name-field-texto-introductorio *,
.view-mode-full .field-name-summary * {
  font-size: inherit;
}

.view-mode-full .field-name-body {
  margin-bottom: 45px;
}

.view-mode-full .field-name-field-image {
  margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
  .view-mode-full .field-name-field-image {
    margin-bottom: 60px;
  }
}

.view-mode-full .field-name-field-pdf img {
  display: none;
}

.view-mode-full .field-name-field-pdf a {
  display: inline-block;
  vertical-align: top;
  color: white;
  padding: 1em 2.7em 1em 1.5em;
  font-family: "open_sanssemibold";
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.9em;
  background: url(../img/ico-download.png) no-repeat 90% 50% #0081bc;
}

.view-mode-full .field-name-field-pdf a:hover {
  background-color: #005e89;
}

.view-mode-full .field-collection-container {
  border: 0;
}

.view-mode-full .field-collection-view .field-label {
  width: auto;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf {
  margin: 0 -20px;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf > .field-items {
  padding: 45px 20px;
  background-color: #f2f2f2;
}

@media only screen and (min-width: 650px) {
  .view-mode-full .field-collection-container .field-name-field-text-pdf > .field-items {
    margin: 0;
    padding: 50px;
  }
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-collection-view {
  margin: 0;
  padding: 0;
  border: 0;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item {
  margin-bottom: 35px;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item:last-child {
  margin-bottom: 0;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-label {
  color: #6e6e6e;
  font-weight: bold;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-label, .view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-items {
  display: inline-block;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-title {
  color: black;
  text-transform: capitalize;
  font-weight: bold;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-title .field-label {
  display: none;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-phone, .view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-mail {
  display: inline-block;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-phone .field-items, .view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-type-vincul .field-items {
  color: #6e6e6e;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-phone:after {
  content: ".";
  margin: 0 5px;
  display: inline-block;
  color: #6e6e6e;
  font-size: 20px;
  vertical-align: super;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-phone .field-label {
  width: 33px;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-mail .field-label {
  margin-right: 5px;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-mail .field-items {
  color: #c37b00;
  text-decoration: underline;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-type-vincul {
  margin-bottom: 15px;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-type-vincul .field-label {
  width: auto;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-pdf {
  display: inline-block;
  background-color: #0081bc;
}

.view-mode-full .field-collection-container .field-name-field-text-pdf .field-item .field-name-field-fcollec-pdf a {
  padding: 13px 50px 13px 20px;
  display: inline-block;
  color: white;
  text-decoration: none;
  background-image: url("../img/ico-download.png");
  background-repeat: no-repeat;
  background-position: 93% center;
}

.view-mode-full .field-name-field-video-upload,
.view-mode-full .field-name-youtube-video-image-preview {
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
  display: none;
}

@media (min-width: 768px) {
  .view-mode-full .field-name-field-video-upload,
  .view-mode-full .field-name-youtube-video-image-preview {
    display: block;
  }
}

.view-mode-full .field-name-field-video-upload:before,
.view-mode-full .field-name-youtube-video-image-preview:before {
  content: "";
  background: rgba(0, 0, 0, 0.3) url(../img/btn-play.png) no-repeat 50%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.view-mode-full .field-name-field-video-upload img,
.view-mode-full .field-name-youtube-video-image-preview img {
  width: 100%;
  height: auto;
  display: block;
}

.view-mode-full .field-name-field-video-upload + .field-name-video-image-preview,
.view-mode-full .field-name-field-video-upload + .field-name-field-video-from-youtube,
.view-mode-full .field-name-youtube-video-image-preview + .field-name-video-image-preview,
.view-mode-full .field-name-youtube-video-image-preview + .field-name-field-video-from-youtube {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .view-mode-full .field-name-field-video-upload + .field-name-video-image-preview,
  .view-mode-full .field-name-field-video-upload + .field-name-field-video-from-youtube,
  .view-mode-full .field-name-youtube-video-image-preview + .field-name-video-image-preview,
  .view-mode-full .field-name-youtube-video-image-preview + .field-name-field-video-from-youtube {
    display: none;
  }
}

.view-mode-full .field-name-field-video-upload + .field-name-video-image-preview video,
.view-mode-full .field-name-field-video-upload + .field-name-field-video-from-youtube video,
.view-mode-full .field-name-youtube-video-image-preview + .field-name-video-image-preview video,
.view-mode-full .field-name-youtube-video-image-preview + .field-name-field-video-from-youtube video {
  width: 100% !important;
  height: auto !important;
  display: block;
}

.view-mode-full .field-name-video-image-preview p,
.view-mode-full .field-name-field-video-from-youtube p {
  margin: 0;
}

.view-mode-full .field-name-video-image-preview p + p + p,
.view-mode-full .field-name-field-video-from-youtube p + p + p {
  display: none;
}

.view-mode-full .field-name-video-image-preview img,
.view-mode-full .field-name-field-video-from-youtube img {
  width: 100%;
  height: auto;
  display: block;
}

.view-mode-full .field-name-field-descripcion-foto-o-video {
  margin-bottom: 50px;
  font-size: 1em;
  font-family: "open_sansitalic";
}

@media only screen and (min-width: 650px) {
  .view-mode-full .field-name-field-descripcion-foto-o-video {
    margin-bottom: 30px;
  }
}

.view-mode-full .field-collection-container {
  padding: 0;
  background: none;
}

.view-mode-full .fdn_directorio div {
  margin-bottom: 0;
}

body.section-productos-y-servicios #page-content {
  margin: 0 auto;
  max-width: 1360px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (min-width: 480px) and (max-width: 777px) {
  body.section-productos-y-servicios #page-content {
    padding-left: 12px;
    padding-right: 13px;
  }
}

@media only screen and (min-width: 650px) {
  body.section-productos-y-servicios #page-content {
    padding-bottom: 100px;
  }
}

body.section-productos-y-servicios .layout-3col__full {
  padding: 0;
  margin: 0;
}

body.section-productos-y-servicios .region-blockgroup-content-sidebar {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.section-productos-y-servicios .region-blockgroup-content-sidebar {
    float: left;
    width: 33.33333%;
  }
}

body.section-productos-y-servicios .region-blockgroup-content-sidebar-2 {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.section-productos-y-servicios .region-blockgroup-content-sidebar-2 {
    float: left;
    width: 33.33333%;
  }
}

body.section-productos-y-servicios .region-blockgroup-content-sidebar-3 {
  box-sizing: border-box;
}

@media (min-width: 768px) {
  body.section-productos-y-servicios .region-blockgroup-content-sidebar-3 {
    float: left;
    width: 33.33333%;
  }
}

@media only screen and (min-width: 768px) {
  body.section-productos-y-servicios + .simple-menu {
    padding: 0 88px 0 77px;
  }
}

body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top {
  padding: 0;
}

body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top .owl-item {
  background-color: #8e2321;
  padding-top: 85px;
  padding-bottom: 30px;
  position: relative;
}

@media (min-width: 768px) {
  body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top .owl-item {
    min-height: 315px;
    height: 100%;
  }
}

body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top .owl-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #8e2321;
  position: absolute;
  top: 0;
  right: 100%;
}

body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top .owl-item + .owl-item {
  background-color: #0081bc;
}

body.section-productos-y-servicios .blockgroup.region-blockgroup-content-top .owl-item + .owl-item:before {
  background-color: #0081bc;
  right: auto;
  left: 100%;
}

body.section-productos-y-servicios .simple-menu.first-color {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 480px) {
  body.section-productos-y-servicios .simple-menu.first-color {
    padding-left: 40px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  body.section-productos-y-servicios .simple-menu.first-color {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.section-productos-y-servicios .simple-menu.second-color {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 480px) {
  body.section-productos-y-servicios .simple-menu.second-color {
    padding-left: 30px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  body.section-productos-y-servicios .simple-menu.second-color {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body.section-productos-y-servicios .simple-menu.third-color {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 480px) {
  body.section-productos-y-servicios .simple-menu.third-color {
    padding-left: 40px;
    padding-right: 30px;
  }
}

@media only screen and (min-width: 1024px) {
  body.section-productos-y-servicios .simple-menu.third-color {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.page-sitemap {
  /*
	#page-content,
	.layout-3col__full {
		width: 100%;
		max-width: inherit;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}*/
}

.page-sitemap .site-map-front-page,
.page-sitemap .site-map-box-menu .title,
.page-sitemap .seed-title {
  display: none;
}

.page-sitemap #site-map {
  padding: 0 20px;
}

@media only screen and (min-width: 480px) {
  .page-sitemap #site-map {
    padding: 0;
  }
}

.page-sitemap #site-map .site-map-box {
  margin: 0;
}

.page-sitemap #page-content {
  padding: 0;
}

.page-faq #page-content {
  padding: 0;
}

@media only screen and (min-width: 650px) {
  .section-informacion-general .site-map-box-menu {
    padding-left: 60px;
  }
  .section-informacion-general .site-map-box-menu > div > ul > li > a::after {
    width: 60px;
  }
  .section-informacion-general .site-map-box-menu > div > ul > li > ul > li::after {
    display: none;
  }
  .section-informacion-general .site-map-box-menu > div > ul > li > ul > li > a {
    border: 0;
  }
}

.section-informacion-general .region-content-bottom {
  background: #f2f2f2;
  border-top: 1px solid #dedede;
}

.section-informacion-general .region-content-bottom .region-inner {
  text-align: center;
  padding: 50px 20px;
}

@media only screen and (min-width: 768px) {
  .section-informacion-general .region-content-bottom .region-inner {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}

.section-contacto .layout-3col__right-content {
  width: 100%;
  float: left;
  clear: left;
  margin-right: -100%;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .section-contacto .layout-3col__right-content {
    width: calc(100% - 320px);
    margin-left: 320px;
    padding-left: 30px;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .section-contacto .layout-3col__right-content {
    width: calc(100% - 480px);
    margin-left: 360px;
    padding-left: 60px;
    padding-right: 0;
  }
}

.section-contacto aside.sidebar-first {
  display: none;
  float: right;
  clear: right;
  padding-left: 0;
  padding-right: 0;
  margin-left: -100%;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .section-contacto aside.sidebar-first {
    width: 320px;
    margin-right: calc(100% - 320px);
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .section-contacto aside.sidebar-first {
    width: 360px;
    margin-right: calc(100% - 360px);
    display: block;
  }
}

@media only screen and (max-width: 650px) {
  .section-contacto aside.sidebar-first {
    display: block;
    float: none;
    margin: 0 0 2em;
  }
}

@media only screen and (min-width: 1200px) {
  .page-node-339 .layout-3col__right-content {
    width: 85%;
    width: calc(75% + $excedente);
  }
}

@media only screen and (min-width: 1200px) {
  .page-node-339 .layout-3col__right-content .node-acordeon-multiples-componentes > .field-name-title,
  .page-node-339 .layout-3col__right-content .node-acordeon-multiples-componentes > .field-name-body {
    margin-right: 100px;
  }
}

.page-node-339 .layout-3col__right-content .view-resultados-financieros .js-views-row {
  max-width: 710px;
}

.page-node-339 .layout-3col__right-content .view-resultados-financieros .js-views-row.has-table {
  max-width: inherit;
}

@media only screen and (min-width: 768px) {
  .page-node-339 .layout-3col__right-content .view-resultados-financieros .js-views-row.has-table h3,
  .page-node-339 .layout-3col__right-content .view-resultados-financieros .js-views-row.has-table .views-field-body {
    margin-right: 100px;
  }
}

.page-node-339 #page-content .field-name-title {
  margin-bottom: 1em;
}

.page-node-339 .region-blockgroup-post-breadcrumb {
  text-align: center;
  padding: 47px 0 35px;
  border-bottom: 1px solid #dedede;
}

@media only screen and (min-width: 768px) {
  .page-node-339 .region-blockgroup-post-breadcrumb {
    padding-bottom: 58px;
  }
}

.page-node-339 .region-blockgroup-post-breadcrumb .block {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  margin-right: 50px;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-presupuesto-2015 .block__title {
  color: #c37b00;
  font-size: 30px;
  font-family: "open_sanslight";
  font-family: 300;
  line-height: 100%;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 6px;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-presupuesto-2015 .field-name-field-body {
  line-height: 80%;
  color: #c37b00;
  font-size: 80px;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-ingresos,
.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos {
  padding-top: 11px;
  position: relative;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-ingresos .block__title,
.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title {
  font-size: 20px;
  line-height: 100%;
  padding-top: 18px;
  padding-bottom: 5px;
  position: relative;
  top: 68px;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #c37b00;
  font-weight: 100;
  font-family: "open_sanslight";
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-ingresos .entity,
.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .entity {
  position: relative;
  top: -43px;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-ingresos .field-name-field-body,
.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .field-name-field-body {
  font-size: 48px;
  font-family: "lustriaregular";
  line-height: 100%;
  border-bottom: 1px solid #aaa9aa;
  padding-bottom: 18px;
  padding-left: 5px;
  padding-right: 5px;
}

.page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #c37b00;
  position: absolute;
  bottom: 95%;
  /*right: 120%;
				right: calc(100% + 20px);
				*/
  left: -13%;
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    display: block;
  }
}

@media only screen and (min-width: 800px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -14.5%;
  }
}

@media only screen and (min-width: 820px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -15.5%;
  }
}

@media only screen and (min-width: 840px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -18%;
  }
}

@media only screen and (min-width: 850px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -19%;
  }
}

@media only screen and (min-width: 880px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -21%;
  }
}

@media only screen and (min-width: 900px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -23%;
  }
}

@media only screen and (min-width: 910px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -24%;
  }
}

@media only screen and (min-width: 920px) {
  .page-node-339 .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title:after {
    left: -26%;
  }
}

@media only screen and (min-width: 650px) {
  .page-node-339 .view-glosario {
    padding-left: 60px;
  }
  .page-node-339 .view-glosario h3 {
    border-bottom: 0;
  }
  .page-node-339 .view-glosario h3::before, .page-node-339 .view-glosario h3::after {
    border-bottom: 0;
  }
  .page-node-339 .view-glosario h3::after {
    width: 60px;
  }
}

.page-node-339 .view-glosario .js-wrapper .views-field-title {
  cursor: auto;
  border: 0;
}

.page-node-339 .view-glosario .js-wrapper .views-field-title::after {
  display: none;
}

.page-node-339 .view-glosario .js-wrapper .views-field-field-enlace-externo {
  display: block !important;
  height: auto !important;
}

.page-node-339 .view-glosario .views-field-field-enlace-externo {
  padding-left: 30px;
  padding-right: 20px;
  overflow: hidden;
}

.page-node-339 .view-glosario .item-list ul {
  margin: 0;
  padding: 0;
}

.page-node-339 .view-glosario .item-list li {
  margin: 0 0 10px;
  display: block;
}

.page-node-339 .view-glosario .item-list li:before {
  content: '';
  display: table;
}

.page-node-339 .view-glosario .item-list li:after {
  content: '';
  display: table;
  clear: both;
}

.page-node-339 .view-glosario .field-name-field-enlace-texto {
  float: left;
}

.page-node-339 .view-glosario .field-type-link-field {
  float: right;
}

.page-node-339 .view-glosario .field-type-link-field a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
}

.page-node-339 .view-glosario .field-type-link-field a:hover {
  background-color: #7b2423;
}

.page-node-339 .view-glosario .field-type-link-field a:hover {
  background-color: #0970a0;
}

.page-node-339 #presupuesto-carousel {
  max-width: 900px;
  margin: 0 auto;
}

.page-node-339 #presupuesto-carousel .owl-pagination {
  text-align: center;
  padding-top: 30px;
}

.page-node-339 #presupuesto-carousel .owl-pagination .owl-page {
  width: 11px;
  height: 11px;
  background-color: #d7d5d6;
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
}

.page-node-339 #presupuesto-carousel .owl-pagination .owl-page.active {
  background-color: #8e2321;
}

.page-node-339.body-black .region-blockgroup-post-breadcrumb #block-bean-egresos .block__title::after {
  background: black;
}

.page-node-221 #page-content {
  padding: 0;
}

.page-node-144.not-front #page-content {
  padding-bottom: 20px;
}

@media only screen and (min-width: 480px) {
  .page-node-144.not-front #page-content {
    padding-bottom: 100px;
  }
}

.page-search .seed-title {
  display: none;
}

.page-search .ds-search-extra {
  padding: 40px 0 50px;
}

.page-search #page-content {
  padding-bottom: 0;
}

.page-search #page-content .node {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  float: left;
  width: 100%;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-search #page-content .node::before, .page-search #page-content .node::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: inherit;
  border-top: 1px solid #d7d5d6;
  position: absolute;
  top: -1px;
  left: 100%;
}

.page-search #page-content .node::before {
  left: auto;
  right: 100%;
}

.page-search #page-content .node:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.page-search #page-content .node:last-child::after, .page-search #page-content .node:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.page-search #page-content .node:nth-child(odd) {
  background-color: #f2f2f2;
}

.page-search #page-content .node:nth-child(even) {
  background-color: white;
}

.page-search #page-content .node .views-row-inner {
  position: relative;
}

.page-search #page-content .node .views-field-created {
  font-family: "open_sansbold_italic";
  font-weight: 300;
  font-size: 0.65em;
  color: #6e6e6e;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node .views-field-created {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-search #page-content .node .field-name-title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node .field-name-title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.page-search #page-content .node .field-name-title h2, .page-search #page-content .node .field-name-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.page-search #page-content .node .field-name-body {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.page-search #page-content .node .field-name-body p {
  margin: 0;
}

.page-search #page-content .node .field-name-field-image {
  float: left;
  margin-right: 40px;
}

.page-search #page-content .node .field-name-node-link {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .page-search #page-content .node .field-name-node-link {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-search #page-content .node .field-name-node-link {
    padding-top: 40px;
  }
}

.page-search #page-content .node .field-name-node-link a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.page-search #page-content .node .field-name-node-link a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node .views-field-created + .views-field-title + .views-field-view-node {
    /*
			http://fdn.seedlabs.co/es/contratos/contratos-de-a%C3%B1os-anteriores
			http://fdn.seedlabs.co/es/contratos/proceso-en-curso-y-licitaciones
			http://fdn.seedlabs.co/es/contratos/contratos-activos

			*/
  }
}

.page-search #page-content .node .views-field-view-node {
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .page-search #page-content .node .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.page-search #page-content .node .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.page-search #page-content .node .views-field-view-node a:hover {
  background-color: #064e70;
}

.page-search #page-content .node:nth-child(odd) {
  background-color: white;
}

.page-search #page-content .node:nth-child(even) {
  background-color: #f2f2f2;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .node .field-name-node-link {
    top: 55px;
  }
}

.page-search #page-content .node .field-name-body {
  font-size: 1em;
  margin-top: 16px;
}

.page-search #page-content .node .field-name-body p,
.page-search #page-content .node .field-name-body ul li {
  color: #676767;
  line-height: 145%;
  font-weight: 100;
  font-family: "open_sanslight";
}

.page-search #page-content .node .field-name-body ul {
  padding: 0;
}

.page-search #page-content .node .field-name-body ul li {
  list-style: none;
  margin-left: 0;
}

.page-search #page-content .node {
  padding-left: 0;
  padding-right: 0;
}

.page-search #page-content .search-results {
  margin: 0;
  padding: 0;
}

.page-search #page-content .search-results:before {
  content: '';
  display: table;
}

.page-search #page-content .search-results:after {
  content: '';
  display: table;
  clear: both;
}

.page-search #page-content .search-results li {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
  width: 100%;
  margin: 0;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .search-results li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-search #page-content .search-results li::before, .page-search #page-content .search-results li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: inherit;
  border-top: 1px solid #d7d5d6;
  position: absolute;
  top: -1px;
  left: 100%;
}

.page-search #page-content .search-results li::before {
  left: auto;
  right: 100%;
}

.page-search #page-content .search-results li:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.page-search #page-content .search-results li:last-child::after, .page-search #page-content .search-results li:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.page-search #page-content .search-results li:nth-child(odd) {
  background-color: #f2f2f2;
}

.page-search #page-content .search-results li:nth-child(even) {
  background-color: white;
}

.page-search #page-content .search-results li .views-row-inner {
  position: relative;
}

.page-search #page-content .search-results li .views-field-created {
  font-family: "open_sansbold_italic";
  font-weight: 300;
  font-size: 0.65em;
  color: #6e6e6e;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .search-results li .views-field-created {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .search-results li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.page-search #page-content .search-results li .title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .search-results li .title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.page-search #page-content .search-results li .title h2, .page-search #page-content .search-results li .title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.page-search #page-content .search-results li .search-snippet-info {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.page-search #page-content .search-results li .search-snippet-info p {
  margin: 0;
}

.page-search #page-content .search-results li .null {
  float: left;
  margin-right: 40px;
}

.page-search #page-content .search-results li .null {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .page-search #page-content .search-results li .null {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-search #page-content .search-results li .null {
    padding-top: 40px;
  }
}

.page-search #page-content .search-results li .null a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.page-search #page-content .search-results li .null a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .page-search #page-content .search-results li .views-field-created + .views-field-title + .views-field-view-node {
    /*
			http://fdn.seedlabs.co/es/contratos/contratos-de-a%C3%B1os-anteriores
			http://fdn.seedlabs.co/es/contratos/proceso-en-curso-y-licitaciones
			http://fdn.seedlabs.co/es/contratos/contratos-activos

			*/
  }
}

.page-search #page-content .search-results li .views-field-view-node {
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .page-search #page-content .search-results li .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.page-search #page-content .search-results li .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.page-search #page-content .search-results li .views-field-view-node a:hover {
  background-color: #064e70;
}

.page-search #page-content .search-results li:nth-child(odd) {
  background-color: white;
}

.page-search #page-content .search-results li:nth-child(even) {
  background-color: #f2f2f2;
}

.page-search #page-content .search-results li:last-child {
  border: 0;
}

.page-search #page-content .search-results .search-snippet-info {
  margin: 0;
  padding: 0;
}

.page-informacion-general-faq #page-content {
  padding: 0;
}

.node-type-pagina-basica-acordeon {
  /*
	@media only screen and (min-width: $no-sidebar) {
		$padding-left: 60px;
		padding-left: $padding-left;
		
		.field-name-title {
			border-bottom: 0;
			
			&::before,
			&::after {
				border-bottom: 0;
			}
			
			&::after {
				width: 60px;
			}
		}
	}*/
}

.node-type-pagina-basica-acordeon .fake-pager-content {
  display: block;
}

.node-type-pagina-basica-acordeon .fake-pager-content + .fake-pager-content {
  display: none;
}

@media only screen and (max-width: 650px) {
  .node-type-pagina-basica-acordeon.sidebar-first .node-pagina-basica-acordeon {
    padding-left: 20px;
    padding-right: 20px;
  }
  .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title .handler {
    right: 20px !important;
  }
}

.node-type-pagina-basica-acordeon.one-sidebar #page-content {
  margin: 0 auto;
  max-width: 1020px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 48px;
  padding-bottom: 30px;
  padding: 0;
}

@media only screen and (min-width: 650px) and (max-width: 1024px) {
  .node-type-pagina-basica-acordeon.one-sidebar #page-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1024px) {
  .node-type-pagina-basica-acordeon.one-sidebar #page-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 90px;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon.one-sidebar .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 940px) {
  .node-type-pagina-basica-acordeon.one-sidebar .widget-content-title,
  .node-type-pagina-basica-acordeon.one-sidebar .widget-content {
    display: block;
    text-align: center;
    padding: 0;
  }
  .node-type-pagina-basica-acordeon.one-sidebar .widget-content-title .field-type-link-field,
  .node-type-pagina-basica-acordeon.one-sidebar .widget-content .field-type-link-field {
    float: none;
  }
}

.node-type-pagina-basica-acordeon #page-content {
  padding: 0;
}

.node-type-pagina-basica-acordeon .sidebar-first {
  padding-top: 48px;
}

.node-type-pagina-basica-acordeon .node > .field-name-title {
  padding-top: 48px;
  margin-bottom: 0 !important;
}

.node-type-pagina-basica-acordeon .region-content-top .block-fieldblock + .block-bean {
  display: none;
}

.node-type-pagina-basica-acordeon.view-mode-full .field-collection-container,
.node-type-pagina-basica-acordeon.view-mode-full .field-collection-view {
  border: 0;
  margin: 0;
}

.node-type-pagina-basica-acordeon div[data-year] {
  width: 100%;
  display: table;
}

@media only screen and (max-width: 650px) {
  .node-type-pagina-basica-acordeon .widget-content-title,
  .node-type-pagina-basica-acordeon .widget-content {
    text-align: center;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .widget-content-title,
  .node-type-pagina-basica-acordeon .widget-content {
    display: table-cell;
    vertical-align: top;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .widget-content {
    padding-left: 20px;
  }
}

.node-type-pagina-basica-acordeon .widget-doc-date {
  font-size: .8em;
}

.node-type-pagina-basica-acordeon .group-content {
  display: none;
}

.node-type-pagina-basica-acordeon .group-content .views-row {
  display: block;
}

.node-type-pagina-basica-acordeon .group-second-level-content {
  display: none;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item {
  position: relative;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.expanded > .field-name-field-archivo-item-entity .field-name-title {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.expanded > .field-name-field-archivo-item-entity .field-name-title:before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.expanded > .field-name-field-archivo-item-entity .field-name-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.expanded + .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item {
  margin-top: -1px;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item:nth-of-type(2n+2) h3 {
  background-color: white;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item:nth-of-type(2n+2) h3:before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item:nth-of-type(2n+2) h3:after {
  background: white;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title {
  background-image: url("../img/bullet-icon-contraste.png");
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title:before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title:after {
  left: auto;
  right: 100%;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title:before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title:after {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title .handler i,
.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity .field-name-title.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-pagina-basica-acordeon .field-collection-container .field-name-field-encabezado-de-links {
  display: block;
  position: relative;
}

.node-type-pagina-basica-acordeon .field-collection-container .field-name-field-encabezado-de-links .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .node-type-pagina-basica-acordeon .field-collection-container .field-name-field-encabezado-de-links .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.node-type-pagina-basica-acordeon .field-collection-container .field-name-field-enlace-externo-con-encabez > .field-items > .field-item:last-child > * {
  border-bottom: 0;
}

.node-type-pagina-basica-acordeon .field-collection-container .field-name-field-enlace-externo-con-encabez > .field-items > .field-item.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.node-type-pagina-basica-acordeon .null {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .node-type-pagina-basica-acordeon .null {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.node-type-pagina-basica-acordeon .sidebar-first + .main-content .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::after {
  width: 60px;
  left: auto;
  right: 100%;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .sidebar-first + .main-content .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::after {
    display: none;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .field-name-field-enlace-externo > .field-items > .field-item {
    float: left;
    width: 50%;
  }
  .node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .field-name-field-enlace-externo > .field-items > .field-item:nth-of-type(2n+1) {
    clear: left;
  }
}

.node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .field-name-field-widget-load ul {
  float: left;
  width: 100%;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .field-name-field-widget-load li {
    float: left;
    width: 50%;
  }
  .node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .field-name-field-widget-load li:nth-of-type(2n+1) {
    clear: left;
  }
}

.node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.dos-columnas .widget-doc-title {
  /*@media only screen and (min-width: $no-sidebar) {
					max-width: 58%;
				}*/
}

.node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.icono-download .field-type-link-field a, .node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.icono-video .field-type-link-field a {
  background-repeat: no-repeat;
  background-position: 90% 50%;
  padding-right: 49px;
}

.node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.icono-download .field-type-link-field a {
  background-image: url(../img/ico-download.png);
}

.node-type-pagina-basica-acordeon .field-collection-item-field-enlace-externo-con-encabez.icono-video .field-type-link-field a {
  background-image: url(../img/icon-video.png);
}

.node-type-pagina-basica-acordeon .field-collection-view {
  padding: 0;
}

.node-type-pagina-basica-acordeon .field-collection-container .field-items .field-item {
  margin: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  padding-left: 0 !important;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links .item-list > h3 {
  display: none;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links .item-list > ul {
  margin: 0;
  padding: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links .item-list > ul > li {
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links .item-list > ul > li {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) {
  .node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links p {
  margin: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links > .field-items > .field-item {
  margin-top: -1px;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links > .field-items > .field-item > .item-list > h3 {
  display: none;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links > .field-items > .field-item > .item-list > ul {
  margin: 0;
  padding: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-encabezado-de-links > .field-items > .field-item > .item-list > ul > li {
  display: block;
  list-style: outside none none;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 0;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .dos-columnas .field-name-field-encabezado-de-links .item-list > ul > li {
    float: left;
    width: 50%;
  }
  .node-type-pagina-basica-acordeon .dos-columnas .field-name-field-encabezado-de-links .item-list > ul > li:nth-of-type(2n+1) {
    clear: left;
  }
}

.node-type-pagina-basica-acordeon .widget-doc-description {
  display: none;
}

.node-type-pagina-basica-acordeon .field-name-field-enlace-externo {
  overflow: hidden;
  text-align: center;
}

.node-type-pagina-basica-acordeon .field-name-field-enlace-externo .field-items {
  display: inline-block;
  vertical-align: top;
}

@media only screen and (min-width: 1024px) {
  .node-type-pagina-basica-acordeon .field-name-field-enlace-externo .field-items {
    display: block;
  }
}

.node-type-pagina-basica-acordeon .field-name-field-enlace-externo .field-items .field-item {
  margin: 0 0 10px;
  display: block;
}

.node-type-pagina-basica-acordeon .field-name-field-enlace-externo .field-items .field-item:before {
  content: '';
  display: table;
}

.node-type-pagina-basica-acordeon .field-name-field-enlace-externo .field-items .field-item:after {
  content: '';
  display: table;
  clear: both;
}

@media only screen and (min-width: 1024px) {
  .node-type-pagina-basica-acordeon .field-name-field-enlace-texto {
    padding-left: 30px;
    float: left;
    text-align: left;
  }
}

.node-type-pagina-basica-acordeon .widget-content-title {
  /*float: none;
		vertical-align: middle;
		display: table-cell;*/
  color: #676767;
}

@media only screen and (max-width: 650px) {
  .node-type-pagina-basica-acordeon .widget-content-title {
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .widget-content-title {
    padding-left: 30px;
    /*float: left;
			text-align: left;
			
			& + .widget-content {
				float: right;
			}*/
  }
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .field-type-link-field {
    float: right;
  }
}

.node-type-pagina-basica-acordeon .field-type-link-field a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
  font-size: .8em;
  padding: 19px 18px;
  white-space: nowrap;
}

.node-type-pagina-basica-acordeon .field-type-link-field a:hover {
  background-color: #7b2423;
}

.node-type-pagina-basica-acordeon .field-type-link-field a:hover {
  background-color: #0970a0;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item {
  position: relative;
  border-top: 1px solid #d7d5d6;
  padding-left: 0px;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.even {
  background-color: #f2f2f2;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.odd {
  background-color: white;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.odd::before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.odd::after {
  background: white;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::after {
  background-color: #f2f2f2;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 100%;
  border-top: 1px solid #d7d5d6;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::after {
  left: auto;
  right: 100%;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title {
  position: relative;
  background-color: transparent;
  border: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::before, .node-type-pagina-basica-acordeon .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::after {
  display: none;
  background-color: transparent;
}

.node-type-pagina-basica-acordeon .field-name-field-widget-load {
  display: table;
  width: 100%;
}

.node-type-pagina-basica-acordeon .field-name-field-widget-load .item-list > h3 {
  display: none;
}

.node-type-pagina-basica-acordeon .field-name-field-widget-load .item-list > ul {
  margin: 0;
  padding: 0;
}

.node-type-pagina-basica-acordeon .field-name-field-widget-load .item-list > ul > li {
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

@media only screen and (min-width: 650px) {
  .node-type-pagina-basica-acordeon .field-name-field-widget-load .item-list > ul > li {
    margin-bottom: 10px;
  }
}

body.page-productos-y-servicios-financiacion #page-content {
  max-width: inherit;
  padding: 0;
}

body.page-productos-y-servicios-financiacion .views-field-term-node-tid {
  display: none;
}

body.page-productos-y-servicios-financiacion .view-listado {
  padding-left: 0;
}

body.page-productos-y-servicios-financiacion .view-listado .js-wrapper * {
  color: white;
}

body.page-productos-y-servicios-financiacion .view-listado h3 {
  background-color: transparent;
  background-image: none;
  border: 0;
  position: relative;
  z-index: 40;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

body.page-productos-y-servicios-financiacion .view-listado h3::before, body.page-productos-y-servicios-financiacion .view-listado h3::after {
  display: none;
}

body.page-productos-y-servicios-financiacion .js-views-row {
  background-image: url("../img/bg-acordeon-green.jpg");
  background-repeat: no-repeat;
  background-position: 50% -1050px;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  overflow: hidden;
  margin: 0 !important;
  border-bottom: 1px solid #d7d5d6;
}

body.page-productos-y-servicios-financiacion .js-views-row > h3,
body.page-productos-y-servicios-financiacion .js-views-row .js-wrapper {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (min-width: 768px) {
  body.page-productos-y-servicios-financiacion .js-views-row > h3,
  body.page-productos-y-servicios-financiacion .js-views-row .js-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

body.page-productos-y-servicios-financiacion .js-views-row h3 .handler {
  background: none;
  width: 33px;
  height: 33px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

body.page-productos-y-servicios-financiacion .js-views-row h3 .handler i,
body.page-productos-y-servicios-financiacion .js-views-row h3 .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

body.page-productos-y-servicios-financiacion .js-views-row h3 .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.page-productos-y-servicios-financiacion .js-views-row h3::before {
  display: block;
  width: 0;
  height: 2px;
  background: white;
  bottom: 13px;
  top: auto;
  left: 20px;
  right: auto;
  border: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

@media only screen and (min-width: 768px) {
  body.page-productos-y-servicios-financiacion .js-views-row h3::before {
    left: 0;
  }
}

body.page-productos-y-servicios-financiacion .js-views-row.expanded > h3 {
  border: 0;
}

body.page-productos-y-servicios-financiacion .js-views-row:nth-of-type(2n+2) h3 {
  background: none;
}

body.page-productos-y-servicios-financiacion .js-views-row:nth-of-type(2n+2)::before {
  background-color: white;
}

body.page-productos-y-servicios-financiacion .js-views-row.open {
  background-position: 50% 0;
  border-bottom: 0;
}

body.page-productos-y-servicios-financiacion .js-views-row.open > h3 {
  color: white;
  font-size: 2em;
}

body.page-productos-y-servicios-financiacion .js-views-row.open > h3::after {
  border: 0 !important;
}

body.page-productos-y-servicios-financiacion .js-views-row.open > h3::before {
  width: 50px;
}

body.page-productos-y-servicios-financiacion .js-views-row.open::before {
  bottom: -100%;
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}

body.page-productos-y-servicios-financiacion .js-views-row.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.page-productos-y-servicios-financiacion .js-views-row.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

body.page-productos-y-servicios-financiacion .js-views-row.open .handler i, body.page-productos-y-servicios-financiacion .js-views-row.open .handler b {
  background: white;
}

body.page-productos-y-servicios-financiacion .js-views-row.open .js-wrapper .handler {
  display: none;
}

body.page-productos-y-servicios-financiacion .js-views-row::before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  max-height: 140px;
}

body.page-productos-y-servicios-financiacion .js-wrapper .views-field-title {
  display: none;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load h3 {
  display: none;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load ul {
  margin: 0;
  padding: 0;
  max-width: 580px;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load li {
  margin: 0 0 10px;
  overflow: hidden;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load li a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load li a:hover {
  background-color: #7b2423;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load li a:hover {
  background-color: #0970a0;
}

@media only screen and (min-width: 768px) {
  body.page-productos-y-servicios-financiacion .views-field-field-widget-load li a {
    float: right;
  }
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .widget-content {
  overflow: hidden;
  padding-top: 20px;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .widget-doc-title {
  font-size: .9em;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .widget-doc-description {
  float: left;
  max-width: 320px;
  font-family: "open_sanslight";
  font-size: .9em;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .field-type-link-field {
  float: none;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .field-type-link-field a {
  background-image: url(../img/ico-download.png);
  background-repeat: no-repeat;
  background-position: 90% 50%;
  font-size: .75em;
  padding: 18px 55px 18px 20px;
}

body.page-productos-y-servicios-financiacion .views-field-field-widget-load .views-field-title {
  display: block;
  padding-left: 0;
}

.node-type-landing-page-enlaces #page-content {
  padding-top: 0;
  padding-bottom: 0;
}

.node-type-landing-page-enlaces .node .field-item {
  position: relative;
}

.node-type-landing-page-enlaces .node .field-item.expanded > .field-item > a {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-landing-page-enlaces .node .field-item.expanded > .field-item > a:before, .node-type-landing-page-enlaces .node .field-item.expanded > .field-item > a:after {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-landing-page-enlaces .node .field-item.expanded + .field-item {
  margin-top: -1px;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) h3 {
  background-color: white;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) h3:before, .node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) h3:after {
  background: white;
}

.node-type-landing-page-enlaces .node .field-item.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-landing-page-enlaces .node .field-item.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-landing-page-enlaces .node .field-item > a {
  background-image: url("../img/bullet-icon.png");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-color: #f2f2f2;
  border-top: 1px solid #d7d5d6;
  display: block;
  font-size: 1.2em;
  padding: 2.1em 20px 1.8em;
  color: #8e2321;
  font-family: "lustriaregular";
  position: relative;
  cursor: pointer;
  font-weight: 100;
  line-height: 120%;
  border-bottom: 1px solid #d7d5d6;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .node-type-landing-page-enlaces .node .field-item > a {
    background-position: 0 50%;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.5em;
  }
}

.body-black .node-type-landing-page-enlaces .node .field-item > a {
  background-image: url("../img/bullet-icon-contraste.png");
}

.node-type-landing-page-enlaces .node .field-item > a:before, .node-type-landing-page-enlaces .node .field-item > a:after {
  content: "";
  position: absolute;
  left: 100%;
  top: -1px;
  height: 100%;
  width: 100%;
  background: #f2f2f2;
  border-top: 1px solid #d7d5d6;
}

.node-type-landing-page-enlaces .node .field-item > a:after {
  left: auto;
  right: 100%;
}

.node-type-landing-page-enlaces .node .field-item > a:before, .node-type-landing-page-enlaces .node .field-item > a:after {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-landing-page-enlaces .node .field-item > a .handler {
  background: none;
  width: 21px;
  height: 21px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  /*top: 55px;
			right: 0;*/
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  cursor: pointer;
}

.node-type-landing-page-enlaces .node .field-item > a .handler i,
.node-type-landing-page-enlaces .node .field-item > a .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.node-type-landing-page-enlaces .node .field-item > a .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-landing-page-enlaces .node .field-item > a.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-landing-page-enlaces .node .field-item > a.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.node-type-landing-page-enlaces .node .null .null {
  display: block;
  position: relative;
}

.node-type-landing-page-enlaces .node .null .null .handler {
  background-image: url("../img/arrow-white-top.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 18px;
  height: 11px;
  content: "";
  position: absolute;
  top: 23px;
  right: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.body-black .node-type-landing-page-enlaces .node .null .null .handler {
  background-image: url("../img/arrow-white-top-contraste.png");
}

.node-type-landing-page-enlaces .node .null .null:last-child > * {
  border-bottom: 0;
}

.node-type-landing-page-enlaces .node .null .null.open .handler {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.node-type-landing-page-enlaces .node .null {
  font-family: "lustriaregular";
  font-size: 1.1em;
  padding-top: 1em;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #d7d5d6;
  display: block;
  color: #333333;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

@media only screen and (min-width: 480px) {
  .node-type-landing-page-enlaces .node .null {
    padding-left: 30px;
    padding-right: 20px;
  }
}

.node-type-landing-page-enlaces .node .null {
  display: inline-block;
  vertical-align: top;
  font-size: 1em;
  padding-top: 1.5em;
  padding-bottom: 0.3em;
  color: #676767;
  font-family: "open_sansregular";
  cursor: pointer;
  display: none;
}

@media only screen and (min-width: 480px) {
  .node-type-landing-page-enlaces .node .null {
    padding-left: 60px;
    padding-right: 30px;
  }
}

.node-type-landing-page-enlaces .node a {
  background-image: none;
  padding-left: 0;
  color: #333333;
  font-weight: 100;
  background-color: white;
}

.node-type-landing-page-enlaces .node a::before, .node-type-landing-page-enlaces .node a::after {
  background: white;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) a {
  background-color: #f2f2f2 !important;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) a::before, .node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+2) a::after {
  background: #f2f2f2 !important;
}

.node-type-landing-page-enlaces .node .field-item {
  margin-top: -1px;
}

.node-type-landing-page-enlaces .node .field-item a {
  text-decoration: none;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+1) a {
  background-color: white;
}

.node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+1) a::before, .node-type-landing-page-enlaces .node .field-item:nth-of-type(2n+1) a::after {
  background-color: white;
}

.verde .layout-3col__full,
.verde #page-content {
  max-width: inherit !important;
  padding: 0 !important;
}

.verde .field-name-field-enlace-texto,
.verde .field-name-field-encabezado-de-links,
.verde .widget-doc-title {
  color: white;
}

.verde .widget-doc-date {
  color: #bbb;
}

.verde .field-collection-view {
  margin: 0;
}

.verde .view-listado {
  padding-left: 0;
}

.verde .view-listado .js-wrapper * {
  color: white;
}

.verde .view-listado .field-name-title {
  background-color: transparent;
  background-image: none;
  border: 0;
  position: relative;
  z-index: 40;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.verde .view-listado .field-name-title::before, .verde .view-listado .field-name-title::after {
  display: none;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item {
  background-image: url("../img/bg-acordeon-green.jpg");
  background-repeat: no-repeat;
  background-position: 50% -1050px;
  background-attachment: fixed;
  background-size: cover;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  overflow: hidden;
  margin: -1px 0 0 !important;
  border-bottom: 1px solid #d7d5d6;
  padding-left: 0;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title,
.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .group-content {
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::before {
  -webkit-transition: 1s ease-out all;
  transition: 1s ease-out all;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item::before {
  content: "";
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  max-height: 140px;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title {
  background-color: transparent;
  background-image: none;
  border: 0;
  position: relative;
  z-index: 40;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::before, .verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::after {
  display: none;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title .handler {
  background: none;
  width: 33px;
  height: 33px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title .handler i,
.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title .handler b {
  background: #8e2321;
  width: 100%;
  height: 2px;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  font-family: "open_sansregular";
  font-weight: normal;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title .handler b {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::before {
  display: block;
  width: 0;
  height: 2px;
  background: white;
  bottom: 13px;
  top: auto;
  left: 20px;
  right: auto;
  border: 0;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
}

@media only screen and (min-width: 768px) {
  .verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item .field-name-title::before {
    left: 20px;
  }
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open {
  background-position: 50% 0;
  border-bottom: 0;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .field-name-title {
  color: white;
  font-size: 2em;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .field-name-title::after {
  border: 0 !important;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .field-name-title::before {
  width: 50px;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open::before {
  bottom: -100%;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler i {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler i, .verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .handler b {
  background: white;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.open .js-wrapper .handler {
  display: none;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item.expanded > .field-name-title {
  border: 0;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item:nth-of-type(2n+2) .field-name-title {
  background: none;
}

.verde .field-name-field-archivo-item-entity > .field-items > .fake-pager-content > .field-item:nth-of-type(2n+2)::before {
  background-color: white;
}

.page-node-done #page-content {
  padding: 100px 0 150px;
}

.page-node-done #page-content .links a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  text-transform: none;
}

.page-node-done #page-content .links a:hover {
  background-color: #7b2423;
}

.node-type-contracts .field-name-field-widget-load .item-list > h3 {
  display: none;
}

.node-type-contracts .field-name-field-widget-load .item-list ul {
  margin: 0;
  padding: 0;
}

.node-type-contracts .field-name-field-widget-load .item-list li {
  float: left;
  width: 100%;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  padding: 50px 0;
  color: #333333;
  border-top: 1px solid #d7d5d6;
  position: relative;
  background-image: none;
  padding-left: 32px;
  margin: 0;
  list-style: none;
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li::before, .node-type-contracts .field-name-field-widget-load .item-list li::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: inherit;
  border-top: 1px solid #d7d5d6;
  position: absolute;
  top: -1px;
  left: 100%;
}

.node-type-contracts .field-name-field-widget-load .item-list li::before {
  left: auto;
  right: 100%;
}

.node-type-contracts .field-name-field-widget-load .item-list li:last-child {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-contracts .field-name-field-widget-load .item-list li:last-child::after, .node-type-contracts .field-name-field-widget-load .item-list li:last-child::before {
  border-bottom: 1px solid #d7d5d6;
}

.node-type-contracts .field-name-field-widget-load .item-list li:nth-child(odd) {
  background-color: #f2f2f2;
}

.node-type-contracts .field-name-field-widget-load .item-list li:nth-child(even) {
  background-color: white;
}

.node-type-contracts .field-name-field-widget-load .item-list li .views-row-inner {
  position: relative;
}

.node-type-contracts .field-name-field-widget-load .item-list li .views-field-created {
  font-family: "open_sansbold_italic";
  font-weight: 300;
  font-size: 0.65em;
  color: #6e6e6e;
  text-transform: uppercase;
  line-height: 100%;
  margin-bottom: 15px;
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .views-field-created {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title {
  font-family: "lustriaregular";
  font-weight: 300;
  font-size: 1.25em;
  line-height: 125%;
  max-width: 100%;
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title {
    max-width: 90%;
    font-size: 1.5em;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title h2, .node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title a {
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
  line-height: inherit;
  margin: 0;
}

.node-type-contracts .field-name-field-widget-load .item-list li p, .node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-date {
  max-width: 90%;
  font-weight: 100;
  font-size: .9em;
  line-height: 125%;
  margin-top: 5px;
}

.node-type-contracts .field-name-field-widget-load .item-list li p p, .node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-date p {
  margin: 0;
}

.node-type-contracts .field-name-field-widget-load .item-list li .null {
  float: left;
  margin-right: 40px;
}

.node-type-contracts .field-name-field-widget-load .item-list li .null {
  float: left;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .null {
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media only screen and (max-width: 768px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .null {
    padding-top: 40px;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .null a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.node-type-contracts .field-name-field-widget-load .item-list li .null a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .views-field-created + .views-field-title + .views-field-view-node {
    /*
			http://fdn.seedlabs.co/es/contratos/contratos-de-a%C3%B1os-anteriores
			http://fdn.seedlabs.co/es/contratos/proceso-en-curso-y-licitaciones
			http://fdn.seedlabs.co/es/contratos/contratos-activos

			*/
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .views-field-view-node {
  height: 24px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .node-type-contracts .field-name-field-widget-load .item-list li .views-field-view-node {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .views-field-view-node a {
  width: 0;
  height: 24px;
  display: block;
  padding: 4px 17px 0 8px;
  color: white;
  font-size: 17px;
  line-height: 100%;
  text-align: center;
  text-decoration: none;
  background-color: #0081bc;
  box-sizing: border-box;
  font-family: "open_sansbold";
  font-weight: 100;
  cursor: pointer;
}

.node-type-contracts .field-name-field-widget-load .item-list li .views-field-view-node a:hover {
  background-color: #064e70;
}

@media only screen and (min-width: 650px) {
  .node-type-contracts .field-name-field-widget-load .item-list li {
    padding-left: 77px !important;
  }
  .node-type-contracts .field-name-field-widget-load .item-list li::before {
    width: 0;
  }
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title {
  position: relative;
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title::before {
  content: url("../img/bullet-icon.png");
  position: absolute;
  left: -30px;
}

.node-type-contracts .field-name-field-widget-load .item-list li:before {
  /*	content: "";
				top: auto;
				left: 48px;
				right: auto;
				bottom: auto;
				border: 0;
				padding-top: 9px;
				height: 7px;
				width: 13px;
				background: url("../img/bullet-icon.png") no-repeat 0 9px;*/
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-title {
  margin-top: 0;
  margin-bottom: 22px;
  color: #8e2321;
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-description {
  margin-top: 0;
  margin-bottom: 25px;
}

.node-type-contracts .field-name-field-widget-load .item-list li .widget-doc-description + .widget-doc-date {
  margin-top: -25px;
  margin-bottom: 25px;
  color: #6e6e6e;
  font-size: .8em;
}

.node-type-contracts .field-name-field-widget-load .item-list li .field-type-link-field a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
  padding-right: 50px;
  background-image: url("../img/ico-download.png");
  background-repeat: no-repeat;
  background-position: 90% 50%;
  font-size: .8em;
}

.node-type-contracts .field-name-field-widget-load .item-list li .field-type-link-field a:hover {
  background-color: #7b2423;
}

.node-type-contracts .field-name-field-widget-load .item-list li .field-type-link-field a:hover {
  background-color: #0970a0;
}

.node-type-contracts .field-name-field-contract-pdf a {
  display: inline-block;
  vertical-align: top;
  background-color: #8e2321;
  color: white;
  padding: 1em 2em;
  line-height: 100%;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  background-color: #0081bc;
}

.node-type-contracts .field-name-field-contract-pdf a:hover {
  background-color: #7b2423;
}

.node-type-contracts .field-name-field-contract-pdf a:hover {
  background-color: #0970a0;
}

.node-type-contracts .field-name-field-contract-pdf {
  margin-bottom: 45px;
}

.node-type-contracts .field-name-field-widget-load .item-list li .field-type-link-field a {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

@media only screen and (max-width: 480px) {
  .node-type-news .easy-breadcrumb_segment,
  .node-type-news .easy-breadcrumb_segment-separator {
    display: none;
  }
  .node-type-news .easy-breadcrumb_segment-2 {
    display: block;
  }
  .node-type-news .easy-breadcrumb_segment-2::after {
    content: " del Sector";
  }
}



.sidebar-menu .block-inner > .menu > .menu__item.expanded > .menu > .menu__item {
    margin-left: 0;
}


.form-item.form-type-managed-file.form-item-file-upload label {
    font-size: 0.8em !important;
}

input#edit-upload-upload-button--2  {
    display: none !important;
}

input#edit-upload-upload-button
{
    display: none !important;
}


.entity h2 {
    display: none;
}



/*
.i18n-es {
	@media only screen and (max-width: $mobile) {
		.easy-breadcrumb_segment-2 {
			&::after {
				content: " del Sector";
			}
		}
	}
}

.i18n-en {
	@media only screen and (max-width: $mobile) {
		.easy-breadcrumb_segment-2 {
			&::before {
				content: "Sector ";
			}
		}
	}
}
*/


li.menu__item.menu_cont {
    float: left !important;
    width: 10% !important;
  /*  display: inline-block; */
} 


/*# sourceMappingURL=styles.css.map */
